Skip to main content

Python SDK

Many geospatial developers, including at SatVu, use tools available through the Python ecosystem, so we offer a Python SDK to simplify access to our RESTful APIs. The SDK handles authentication and API calls, allowing you to easily integrate our tools into yours.

Burning fires, Brazil

The Python SDK project is published to the Python Package Index. Python SDK supports Python versions 3.10+.

info

Python SDK is built on top of API, so some features might be available at API level but not SDK.

Installation

Since the package is published on PyPI, the SDK can be installed using pip:

pip install satvu

With optional HTTP backends:

pip install satvu[http-httpx]
pip install satvu[http-requests]
pip install satvu[http-urllib3]

The SDK works out of the box with Python's built-in urllib.

Examples and tutorials

Additional documentation, including examples of how to use the SDK can be found on the PyPI page, along with the SDK GitHub Repository. Some of the key examples are listed below: