Skip to content
Snippets Groups Projects
Forked from CDOS-Pub / dinamis-sdk
48 commits behind the upstream repository.
Cresson Remi's avatar
Cresson Remi authored
Resolve "Push file object"

Closes #20

See merge request !20
7f515a95
History

DINAMIS SDK


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

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.