Skip to content

Commit

Permalink
docs: update plugins and provider url
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunato committed May 3, 2024
1 parent 1343c90 commit 2aec564
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 45 deletions.
2 changes: 1 addition & 1 deletion docs/getting_started_guide/providers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Products from the following providers are made avaiable through ``eodag``:
* `hydroweb_next <https://hydroweb.next.theia-land.fr>`_: hydroweb.next thematic hub for hydrology data access
* `wekeo <https://www.wekeo.eu>`_: WEkEO Copernicus and Sentinel data
* `wekeo_cmems <https://www.wekeo.eu>`_: Copernicus Marine (CMEMS) data from WEkEO
* dedt_lumi: DestinE Digital Twin output on Lumi
* `dedt_lumi <https://polytope.lumi.apps.dte.destination-earth.eu/openapi>`_: DestinE Digital Twin output on Lumi

Providers available through an external plugin:

Expand Down
3 changes: 2 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ types (Sentinel 1, Sentinel 2, Sentinel 3, Landsat, etc.) that can be searched a
`planetary_computer <https://planetarycomputer.microsoft.com/>`_,
`hydroweb_next <https://hydroweb.next.theia-land.fr>`_,
`wekeo <https://www.wekeo.eu/>`_,
`wekeo_cmems <https://www.wekeo.eu>`_
`wekeo_cmems <https://www.wekeo.eu>`_,
`dedt_lumi <https://polytope.lumi.apps.dte.destination-earth.eu/openapi>`_

EODAG has the following primary features:

Expand Down
88 changes: 45 additions & 43 deletions docs/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,49 +29,51 @@ EODAG currently advertises 5 types of plugins: *Search*, *Download*, *Crunch*, *

The providers are implemented with a triplet of *Search/Authentication/Download* plugins or with an *Api* plugin:

+--------------------+-----------------------+--------------------------+----------------+
| Provider | Search | Authentication | Download |
+====================+=======================+==========================+================+
| aws_eos | PostJsonSearch | AwsAuth | AwsDownload |
+--------------------+-----------------------+--------------------------+----------------+
| theia | QueryStringSearch | TokenAuth | HTTPDownload |
+--------------------+-----------------------+--------------------------+----------------+
| peps | QueryStringSearch | GenericAuth | HTTPDownload |
+--------------------+-----------------------+--------------------------+----------------+
| creodias | QueryStringSearch | KeycloakOIDCPasswordAuth | HTTPDownload |
+--------------------+-----------------------+--------------------------+----------------+
| onda | ODataV4Search | GenericAuth | HTTPDownload |
+--------------------+-----------------------+--------------------------+----------------+
| astraea_eod | StacSearch | AwsAuth | AwsDownload |
+--------------------+-----------------------+--------------------------+----------------+
| usgs_satapi_aws | StacSearch | AwsAuth | AwsDownload |
+--------------------+-----------------------+--------------------------+----------------+
| earth_search | StacSearch | AwsAuth | AwsDownload |
+--------------------+-----------------------+--------------------------+----------------+
| earth_search_cog | StacSearch | None | HTTPDownload |
+--------------------+-----------------------+--------------------------+----------------+
| earth_search_gcs | StacSearch | AwsAuth | AwsDownload |
+--------------------+-----------------------+--------------------------+----------------+
| usgs | UsgsApi | UsgsApi | UsgsApi |
+--------------------+-----------------------+--------------------------+----------------+
| ecmwf | EcmwfApi | EcmwfApi | EcmwfApi |
+--------------------+-----------------------+--------------------------+----------------+
| cop_ads | BuildSearchResult | GenericAuth | HTTPDownload |
+--------------------+-----------------------+--------------------------+----------------+
| cop_cds | BuildSearchResult | GenericAuth | HTTPDownload |
+--------------------+-----------------------+--------------------------+----------------+
| meteoblue | BuildPostSearchResult | HttpQueryStringAuth | HTTPDownload |
+--------------------+-----------------------+--------------------------+----------------+
| cop_dataspace | QueryStringSearch | KeycloakOIDCPasswordAuth | HTTPDownload |
+--------------------+-----------------------+--------------------------+----------------+
| planetary_computer | StacSearch | SASAuth | HTTPDownload |
+--------------------+-----------------------+--------------------------+----------------+
| hydroweb_next | StacSearch | HTTPHeaderAuth | HTTPDownload |
+--------------------+-----------------------+--------------------------+----------------+
| wekeo | PostJsonSearch | TokenAuth | HTTPDownload |
+--------------------+-----------------------+--------------------------+----------------+
| wekeo_cmems | PostJsonSearch | TokenAuth | HTTPDownload |
+--------------------+-----------------------+--------------------------+----------------+
+--------------------+-----------------------+-------------------------------+----------------+
| Provider | Search | Authentication | Download |
+====================+=======================+===============================+================+
| aws_eos | PostJsonSearch | AwsAuth | AwsDownload |
+--------------------+-----------------------+-------------------------------+----------------+
| theia | QueryStringSearch | TokenAuth | HTTPDownload |
+--------------------+-----------------------+-------------------------------+----------------+
| peps | QueryStringSearch | GenericAuth | HTTPDownload |
+--------------------+-----------------------+-------------------------------+----------------+
| creodias | QueryStringSearch | KeycloakOIDCPasswordAuth | HTTPDownload |
+--------------------+-----------------------+-------------------------------+----------------+
| onda | ODataV4Search | GenericAuth | HTTPDownload |
+--------------------+-----------------------+-------------------------------+----------------+
| astraea_eod | StacSearch | AwsAuth | AwsDownload |
+--------------------+-----------------------+-------------------------------+----------------+
| usgs_satapi_aws | StacSearch | AwsAuth | AwsDownload |
+--------------------+-----------------------+-------------------------------+----------------+
| earth_search | StacSearch | AwsAuth | AwsDownload |
+--------------------+-----------------------+-------------------------------+----------------+
| earth_search_cog | StacSearch | None | HTTPDownload |
+--------------------+-----------------------+-------------------------------+----------------+
| earth_search_gcs | StacSearch | AwsAuth | AwsDownload |
+--------------------+-----------------------+-------------------------------+----------------+
| usgs | UsgsApi | UsgsApi | UsgsApi |
+--------------------+-----------------------+-------------------------------+----------------+
| ecmwf | EcmwfApi | EcmwfApi | EcmwfApi |
+--------------------+-----------------------+-------------------------------+----------------+
| cop_ads | BuildSearchResult | GenericAuth | HTTPDownload |
+--------------------+-----------------------+-------------------------------+----------------+
| cop_cds | BuildSearchResult | GenericAuth | HTTPDownload |
+--------------------+-----------------------+-------------------------------+----------------+
| meteoblue | BuildPostSearchResult | HttpQueryStringAuth | HTTPDownload |
+--------------------+-----------------------+-------------------------------+----------------+
| cop_dataspace | QueryStringSearch | KeycloakOIDCPasswordAuth | HTTPDownload |
+--------------------+-----------------------+-------------------------------+----------------+
| planetary_computer | StacSearch | SASAuth | HTTPDownload |
+--------------------+-----------------------+-------------------------------+----------------+
| hydroweb_next | StacSearch | HTTPHeaderAuth | HTTPDownload |
+--------------------+-----------------------+-------------------------------+----------------+
| wekeo | PostJsonSearch | TokenAuth | HTTPDownload |
+--------------------+-----------------------+-------------------------------+----------------+
| wekeo_cmems | PostJsonSearch | TokenAuth | HTTPDownload |
+--------------------+-----------------------+-------------------------------+----------------+
| dedt_lumi | BuildSearchResult | OIDCAuthorizationCodeFlowAuth | HTTPDownload |
+--------------------+-----------------------+-------------------------------+----------------+

.. _creating_plugins:

Expand Down

0 comments on commit 2aec564

Please sign in to comment.