Skip to content
Snippets Groups Projects
Pablo Boizeau's avatar
Pablo Boizeau authored
See merge request !40
844eff44
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-MTD 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.

For R users, check rstactheia.