Skip to content

Access the Dinamis STAC subject to OAuth2/OIDC authentication

License

Notifications You must be signed in to change notification settings

remicres/dinamis-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8e19367 · Jan 9, 2025
Jan 9, 2025
Dec 13, 2024
Jan 9, 2025
Dec 13, 2024
Jan 4, 2025
Feb 22, 2023
Nov 24, 2024
Apr 11, 2024
Jan 9, 2025

Repository files navigation

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.