Skip to content
Snippets Groups Projects
README.md 950 B
Newer Older
Remi Cresson's avatar
Remi Cresson committed
# DINAMIS SDK

Remi Cresson's avatar
Remi Cresson committed
<br>
Cresson Remi's avatar
Cresson Remi committed
<a href="https://forgemia.inra.fr/cdos-pub/dinamis-sdk/-/releases">
<img src="https://forgemia.inra.fr/cdos-pub/dinamis-sdk/-/badges/release.svg">
Remi Cresson's avatar
Remi Cresson committed
</a>
Cresson Remi's avatar
Cresson Remi committed
<a href="https://forgemia.inra.fr/cdos-pub/dinamis-sdk/-/commits/main">
<img src="https://forgemia.inra.fr/cdos-pub/dinamis-sdk/badges/main/pipeline.svg">
Remi Cresson's avatar
Remi Cresson committed
</a>
<a href="LICENSE">
<img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg">
</a>

Remi Cresson's avatar
Remi Cresson committed
Largely inspired from *Microsoft Planetary Computer SDK*, **Dinamis-SDK** is 
Cresson Remi's avatar
Cresson Remi committed
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**.
Remi Cresson's avatar
Remi Cresson committed

```python
import dinamis_sdk
import pystac_client

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

For more information read the 
Cresson Remi's avatar
Cresson Remi committed
[documentation](https://cdos-pub.pages.mia.inra.fr/dinamis-sdk).