Skip to content
Snippets Groups Projects
Cresson Remi's avatar
Cresson Remi authored
- /pyproject.toml
- /dinamis_sdk/utils.py

Closes #26

See merge request !32
2b4b5828
History

DINAMIS SDK


Largely inspired from the Microsoft Planetary Computer SDK, Dinamis-SDK is built on the STAC ecosystem to provide easy access to remote sensing imagery and thematic products of the THEIA-MTP geospatial data center.

import dinamis_sdk
import pystac_client

api = pystac_client.Client.open(
   'https://stacapi-cdos.apps.okd.crocc.meso.umontpellier.fr',
   modifier=dinamis_sdk.sign_inplace,
)

For more information read the documentation.