Skip to content

Commit

Permalink
Added new module and functions to use the Copernicus Data Space Ecosy…
Browse files Browse the repository at this point in the history
…stem OData API to search for and download Sentinel datasets
  • Loading branch information
petebunting committed Jul 6, 2024
1 parent 5c42ac2 commit cba2fcf
Show file tree
Hide file tree
Showing 2 changed files with 593 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/python/source/rsgislib_dataaccess.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,13 @@ NASA Common Metadata Repository
.. autofunction:: rsgislib.dataaccess.nasa_cmr.cmr_download_file_http
.. autofunction:: rsgislib.dataaccess.nasa_cmr.create_cmr_dwnld_db
.. autofunction:: rsgislib.dataaccess.nasa_cmr.download_granules_use_dwnld_db

Copernicus Data Space Ecosystem
---------------------------------

.. autofunction:: rsgislib.dataaccess.copernicus_odata.get_access_token
.. autofunction:: rsgislib.dataaccess.copernicus_odata.query_scn
.. autofunction:: rsgislib.dataaccess.copernicus_odata.query_scn_lst
.. autofunction:: rsgislib.dataaccess.copernicus_odata.download_scn
.. autofunction:: rsgislib.dataaccess.copernicus_odata.download_scns
.. autofunction:: rsgislib.dataaccess.copernicus_odata.get_sensor_collection_name
Loading

0 comments on commit cba2fcf

Please sign in to comment.