Skip to content

Commit

Permalink
Added module to aid the downloading of Planet data using the planet API.
Browse files Browse the repository at this point in the history
  • Loading branch information
petebunting committed Jul 10, 2024
1 parent 007c6aa commit 8de2838
Show file tree
Hide file tree
Showing 3 changed files with 652 additions and 0 deletions.
17 changes: 17 additions & 0 deletions doc/python/source/rsgislib_dataaccess.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,20 @@ Copernicus Data Space Ecosystem
.. autofunction:: rsgislib.dataaccess.copernicus_odata.download_scn
.. autofunction:: rsgislib.dataaccess.copernicus_odata.download_scns
.. autofunction:: rsgislib.dataaccess.copernicus_odata.get_sensor_collection_name


Planet Data
-------------

.. note:: See `Planet Data API <rsgislib_dataaccess_planet_data_api.html>`_ for constants.

.. autofunction:: rsgislib.dataaccess.planet_data_api.planet_auth
.. autofunction:: rsgislib.dataaccess.planet_data_api.run_search_planet_items
.. autofunction:: rsgislib.dataaccess.planet_data_api.run_create_planet_order
.. autofunction:: rsgislib.dataaccess.planet_data_api.run_download_planet_order
.. autofunction:: rsgislib.dataaccess.planet_data_api.run_get_planet_orders
.. autofunction:: rsgislib.dataaccess.planet_data_api.run_cancel_planet_orders
.. autofunction:: rsgislib.dataaccess.planet_data_api.run_download_and_validate_item
.. autofunction:: rsgislib.dataaccess.planet_data_api.get_item_type_str
.. autofunction:: rsgislib.dataaccess.planet_data_api.get_asset_type_str
.. autofunction:: rsgislib.dataaccess.planet_data_api.get_bundle_type_str
11 changes: 11 additions & 0 deletions doc/python/source/rsgislib_dataaccess_planet_data_api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Planet Data API
================

.. automodule:: rsgislib.dataaccess.planet_data_api
:members:
:undoc-members:


* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
Loading

0 comments on commit 8de2838

Please sign in to comment.