jamal919 / pyIntertidalDEM

Intertidal DEM from Spectral Imagery and Water Level
Apache License 2.0
7 stars 6 forks source link

:memo: Data download using API #7

Closed jamal919 closed 1 month ago

jamal919 commented 2 years ago

Currently there are API for earthdata (USA), as well as scihub (Copernicus project) which can be programmatically accessed via python. It would useful to add a notebook demonstrating the download chain.

Earth data api: https://earthdata.nasa.gov/collaborate/open-data-services-and-software/api Sentinel api: https://sentinelsat.readthedocs.io/en/master/index.html

jamal919 commented 1 year ago

From theia.cnes.fr data centre, an unofficial API is available, which is further utilised in a script here - https://github.com/olivierhagolle/theia_download

jamal919 commented 1 year ago

A local module is currently under testing for THEIA download.

jamal919 commented 1 month ago