eodag 3.8.1__tar.gz → 3.9.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {eodag-3.8.1 → eodag-3.9.1}/BREAKING_CHANGES.rst +1 -1
- {eodag-3.8.1 → eodag-3.9.1}/CHANGES.rst +191 -48
- {eodag-3.8.1 → eodag-3.9.1}/CONTRIBUTING.rst +3 -3
- {eodag-3.8.1 → eodag-3.9.1}/NOTICE +10 -0
- {eodag-3.8.1/eodag.egg-info → eodag-3.9.1}/PKG-INFO +4 -3
- {eodag-3.8.1 → eodag-3.9.1}/README.rst +1 -1
- {eodag-3.8.1 → eodag-3.9.1}/charts/eodag-server/Chart.yaml +2 -2
- eodag-3.9.1/docs/_static/custom.css +149 -0
- eodag-3.9.1/docs/_static/params_mapping_extra.csv +31 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/_static/params_mapping_offline_infos.json +1 -1
- eodag-3.9.1/docs/_static/params_mapping_opensearch.csv +37 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/_static/product_types_information.csv +283 -273
- {eodag-3.8.1 → eodag-3.9.1}/docs/add_product_type.rst +3 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/add_provider.rst +1 -1
- {eodag-3.8.1 → eodag-3.9.1}/docs/api_reference/assets.rst +4 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/api_reference/call_graphs.rst +5 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/api_reference/core.rst +5 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/api_reference/eoproduct.rst +4 -0
- eodag-3.9.1/docs/api_reference/exceptions.rst +19 -0
- eodag-3.9.1/docs/api_reference/index.rst +88 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/api_reference/searchresult.rst +3 -0
- eodag-3.9.1/docs/api_reference/types.rst +15 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/api_reference/utils.rst +10 -0
- eodag-3.9.1/docs/api_user_guide.rst +97 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/cli_user_guide.rst +1 -1
- {eodag-3.8.1 → eodag-3.9.1}/docs/conf.py +51 -0
- {eodag-3.8.1/docs/getting_started_guide → eodag-3.9.1/docs}/ecosystem.rst +2 -2
- {eodag-3.8.1 → eodag-3.9.1}/docs/getting_started_guide/configure.rst +1 -1
- eodag-3.8.1/docs/notebooks/api_user_guide/1_overview.ipynb → eodag-3.9.1/docs/getting_started_guide/features_overview.ipynb +21 -21
- eodag-3.9.1/docs/getting_started_guide/index.rst +116 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/getting_started_guide/product_storage_status.rst +1 -1
- {eodag-3.8.1 → eodag-3.9.1}/docs/getting_started_guide/product_types.rst +3 -2
- {eodag-3.8.1 → eodag-3.9.1}/docs/index.rst +13 -40
- eodag-3.8.1/docs/notebooks/api_user_guide/2_providers_products_available.ipynb → eodag-3.9.1/docs/notebooks/api_user_guide/1_providers_products_available.ipynb +14 -8
- eodag-3.8.1/docs/notebooks/api_user_guide/3_configuration.ipynb → eodag-3.9.1/docs/notebooks/api_user_guide/2_configuration.ipynb +21 -4
- eodag-3.8.1/docs/notebooks/api_user_guide/4_search.ipynb → eodag-3.9.1/docs/notebooks/api_user_guide/3_search.ipynb +40 -30
- eodag-3.8.1/docs/notebooks/api_user_guide/6_serialize_deserialize.ipynb → eodag-3.9.1/docs/notebooks/api_user_guide/5_serialize_deserialize.ipynb +4 -0
- eodag-3.8.1/docs/notebooks/api_user_guide/7_crunch.ipynb → eodag-3.9.1/docs/notebooks/api_user_guide/6_crunch.ipynb +13 -0
- eodag-3.8.1/docs/notebooks/api_user_guide/8_download.ipynb → eodag-3.9.1/docs/notebooks/api_user_guide/7_download.ipynb +24 -2
- eodag-3.8.1/docs/notebooks/api_user_guide/9_post_process.ipynb → eodag-3.9.1/docs/notebooks/api_user_guide/8_post_process.ipynb +7 -2
- {eodag-3.8.1 → eodag-3.9.1}/docs/notebooks/tutos/tuto_cds.ipynb +1 -1
- eodag-3.9.1/docs/notebooks/tutos/tuto_fedeo_ceda.ipynb +4960 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/notebooks/tutos/tuto_search_location_tile.ipynb +2 -2
- {eodag-3.8.1 → eodag-3.9.1}/docs/notebooks/tutos/tuto_stac_client.ipynb +11452 -4825
- {eodag-3.8.1 → eodag-3.9.1}/docs/params_mapping.rst +2 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/plugins.rst +2 -4
- {eodag-3.8.1 → eodag-3.9.1}/docs/plugins_reference/search.rst +1 -1
- eodag-3.9.1/docs/providers.rst +1097 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/stac_rest.rst +7 -1
- eodag-3.9.1/docs/tutos.rst +126 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/api/core.py +1 -1
- {eodag-3.8.1 → eodag-3.9.1}/eodag/api/product/drivers/generic.py +5 -1
- {eodag-3.8.1 → eodag-3.9.1}/eodag/api/product/metadata_mapping.py +132 -35
- {eodag-3.8.1 → eodag-3.9.1}/eodag/cli.py +36 -4
- {eodag-3.8.1 → eodag-3.9.1}/eodag/config.py +5 -2
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/apis/ecmwf.py +3 -1
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/apis/usgs.py +2 -1
- eodag-3.9.1/eodag/plugins/authentication/aws_auth.py +285 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/authentication/base.py +12 -2
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/authentication/oauth.py +5 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/base.py +3 -2
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/download/aws.py +44 -285
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/download/base.py +3 -2
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/download/creodias_s3.py +1 -38
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/download/http.py +111 -103
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/download/s3rest.py +3 -1
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/manager.py +2 -1
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/search/__init__.py +2 -1
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/search/base.py +2 -1
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/search/build_search_result.py +2 -2
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/search/creodias_s3.py +9 -1
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/search/qssearch.py +3 -1
- {eodag-3.8.1 → eodag-3.9.1}/eodag/resources/ext_product_types.json +1 -1
- {eodag-3.8.1 → eodag-3.9.1}/eodag/resources/product_types.yml +220 -30
- {eodag-3.8.1 → eodag-3.9.1}/eodag/resources/providers.yml +633 -88
- {eodag-3.8.1 → eodag-3.9.1}/eodag/resources/stac_provider.yml +5 -2
- {eodag-3.8.1 → eodag-3.9.1}/eodag/resources/user_conf_template.yml +0 -5
- {eodag-3.8.1 → eodag-3.9.1}/eodag/rest/core.py +8 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/rest/errors.py +9 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/rest/server.py +8 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/rest/stac.py +8 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/rest/utils/__init__.py +2 -4
- {eodag-3.8.1 → eodag-3.9.1}/eodag/rest/utils/rfc3339.py +1 -1
- {eodag-3.8.1 → eodag-3.9.1}/eodag/utils/__init__.py +69 -54
- eodag-3.9.1/eodag/utils/dates.py +204 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/utils/s3.py +187 -168
- {eodag-3.8.1 → eodag-3.9.1/eodag.egg-info}/PKG-INFO +4 -3
- {eodag-3.8.1 → eodag-3.9.1}/eodag.egg-info/SOURCES.txt +13 -13
- {eodag-3.8.1 → eodag-3.9.1}/eodag.egg-info/entry_points.txt +1 -1
- {eodag-3.8.1 → eodag-3.9.1}/eodag.egg-info/requires.txt +2 -1
- {eodag-3.8.1 → eodag-3.9.1}/pyproject.toml +4 -2
- {eodag-3.8.1 → eodag-3.9.1}/setup.cfg +3 -2
- eodag-3.8.1/docs/_static/custom.css +0 -98
- eodag-3.8.1/docs/_static/params_mapping_extra.csv +0 -32
- eodag-3.8.1/docs/_static/params_mapping_opensearch.csv +0 -37
- eodag-3.8.1/docs/api_reference/exceptions.rst +0 -13
- eodag-3.8.1/docs/api_reference/index.rst +0 -19
- eodag-3.8.1/docs/api_reference/types.rst +0 -12
- eodag-3.8.1/docs/api_user_guide.rst +0 -33
- eodag-3.8.1/docs/getting_started_guide/index.rst +0 -19
- eodag-3.8.1/docs/getting_started_guide/providers.rst +0 -38
- eodag-3.8.1/docs/getting_started_guide/register.rst +0 -273
- eodag-3.8.1/docs/tutos.rst +0 -39
- eodag-3.8.1/eodag/plugins/authentication/aws_auth.py +0 -87
- eodag-3.8.1/eodag/utils/rest.py +0 -100
- {eodag-3.8.1 → eodag-3.9.1}/.dockerignore +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/.editorconfig +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/.gitattributes +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/.github/pull_request_template.md +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/.github/workflows/changelog.yml +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/.github/workflows/deploy.yml +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/.github/workflows/fetch.yml +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/.github/workflows/github-pages.yml +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/.github/workflows/lint-pr-title.yml +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/.github/workflows/publish.yml +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/.github/workflows/test.yml +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/.gitignore +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/.pre-commit-config.yaml +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/CODE_OF_CONDUCT.md +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/LICENSE +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/MANIFEST.in +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/charts/eodag-server/Chart.lock +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/charts/eodag-server/README.md +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/charts/eodag-server/templates/NOTES.txt +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/charts/eodag-server/templates/_helpers.tpl +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/charts/eodag-server/templates/configmap.yaml +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/charts/eodag-server/templates/deployment.yaml +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/charts/eodag-server/templates/extra-list.yaml +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/charts/eodag-server/templates/hpa.yaml +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/charts/eodag-server/templates/ingress.yaml +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/charts/eodag-server/templates/pv.yaml +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/charts/eodag-server/templates/pvc.yaml +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/charts/eodag-server/templates/secret.yaml +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/charts/eodag-server/templates/service.yaml +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/charts/eodag-server/templates/serviceaccount.yaml +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/charts/eodag-server/values.yaml +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docker/run-stac-server.sh +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docker/stac-browser.dockerfile +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docker/stac-server.dockerfile +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docker-compose.yml +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/Makefile +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/_static/download_methods.png +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/_static/eodag_advanced_calls_graph.svg +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/_static/eodag_bycs.png +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/_static/eodag_fetch_product_types.png +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/_static/eodag_logo_160.png +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/_static/eodag_logo_160r.png +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/_static/eodag_main_calls_graph.svg +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/_static/eodag_overview.png +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/_static/eodag_stac_server.png +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/_static/favicon-32x32.png +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/_static/progress_1.png +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/_static/progress_1_none.png +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/_static/progress_2.png +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/_static/progress_2_none.png +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/_static/stac_browser_example.png +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/_static/stac_browser_example_600.png +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/breaking_changes.rst +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/changelog.rst +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/contribute.rst +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/drivers.rst +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/getting_started_guide/install.rst +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/getting_started_guide/overview.rst +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/make.bat +0 -0
- /eodag-3.8.1/docs/notebooks/api_user_guide/5_queryables.ipynb → /eodag-3.9.1/docs/notebooks/api_user_guide/4_queryables.ipynb +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/notebooks/api_user_guide/data/crunch_search_results.geojson +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/notebooks/api_user_guide/data/download_search_results.geojson +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/notebooks/intro_notebooks.ipynb +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.cpg +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.dbf +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.prj +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.qix +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.qpj +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.shp +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.shx +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/notebooks/tutos/auxdata/sentinel2_tiling_grid_centroids.zip +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/notebooks/tutos/tuto_burnt_areas_snappy.ipynb +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/notebooks/tutos/tuto_cop_dem.ipynb +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/notebooks/tutos/tuto_dedt_lumi_roi.ipynb +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/notebooks/tutos/tuto_ecmwf.ipynb +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/notebooks/tutos/tuto_meteoblue.ipynb +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/notebooks/tutos/tuto_ship_detection.ipynb +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/notebooks/tutos/tuto_wekeo.ipynb +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/plugins_reference/api.rst +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/plugins_reference/auth.rst +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/plugins_reference/crunch.rst +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/docs/plugins_reference/download.rst +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/__init__.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/api/__init__.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/api/product/__init__.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/api/product/_assets.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/api/product/_product.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/api/product/drivers/__init__.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/api/product/drivers/base.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/api/product/drivers/sentinel1.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/api/product/drivers/sentinel2.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/api/search_result.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/crunch.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/__init__.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/apis/__init__.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/apis/base.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/authentication/__init__.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/authentication/generic.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/authentication/header.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/authentication/keycloak.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/authentication/openid_connect.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/authentication/qsauth.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/authentication/sas_auth.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/authentication/token.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/authentication/token_exchange.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/crunch/__init__.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/crunch/base.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/crunch/filter_date.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/crunch/filter_latest_intersect.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/crunch/filter_latest_tpl_name.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/crunch/filter_overlap.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/crunch/filter_property.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/download/__init__.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/search/cop_marine.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/search/csw.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/search/data_request_search.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/search/stac_list_assets.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/plugins/search/static_stac_search.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/py.typed +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/resources/locations_conf_template.yml +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/resources/shp/ne_110m_admin_0_map_units.VERSION.txt +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/resources/shp/ne_110m_admin_0_map_units.cpg +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/resources/shp/ne_110m_admin_0_map_units.dbf +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/resources/shp/ne_110m_admin_0_map_units.prj +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/resources/shp/ne_110m_admin_0_map_units.shp +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/resources/shp/ne_110m_admin_0_map_units.shx +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/resources/stac.yml +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/resources/stac_api.yml +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/rest/__init__.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/rest/cache.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/rest/config.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/rest/constants.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/rest/server.wsgi +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/rest/templates/README +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/rest/types/__init__.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/rest/types/collections_search.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/rest/types/eodag_search.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/rest/types/queryables.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/rest/types/stac_search.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/rest/utils/cql_evaluate.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/types/__init__.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/types/bbox.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/types/download_args.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/types/queryables.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/types/search_args.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/utils/cache.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/utils/env.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/utils/exceptions.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/utils/free_text_search.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/utils/import_system.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/utils/logging.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/utils/notebook.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/utils/repr.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/utils/requests.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag/utils/stac_reader.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag.egg-info/dependency_links.txt +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/eodag.egg-info/top_level.txt +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/get_pypi_latest_version.sh +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/pytest.ini +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/readthedocs.yml +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/requirements-dev.txt +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/requirements-docs.txt +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/requirements-tutorials.txt +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/requirements.txt +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/setup.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/tox.ini +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/utils/params_mapping_to_csv.py +0 -0
- {eodag-3.8.1 → eodag-3.9.1}/utils/product_types_information_to_csv.py +0 -0
|
@@ -3,6 +3,148 @@ Release history
|
|
|
3
3
|
===============
|
|
4
4
|
|
|
5
5
|
|
|
6
|
+
v3.9.1 (2025-10-07)
|
|
7
|
+
===================
|
|
8
|
+
|
|
9
|
+
Bug Fixes
|
|
10
|
+
---------
|
|
11
|
+
|
|
12
|
+
* **plugins**: AwsAuth without credentials (`#1865`_, `ab04612`_)
|
|
13
|
+
|
|
14
|
+
* **providers**: Earth_search S2_MSI_L2A_COG assets href (`#1866`_, `f14ef6b`_)
|
|
15
|
+
|
|
16
|
+
* **providers**: Fix syntax error (`#1860`_, `d207f27`_)
|
|
17
|
+
|
|
18
|
+
* **providers**: PolarizationChannels mapping for STAC providers (`#1870`_, `819ecb2`_)
|
|
19
|
+
|
|
20
|
+
.. _#1860: https://github.com/CS-SI/eodag/pull/1860
|
|
21
|
+
.. _#1865: https://github.com/CS-SI/eodag/pull/1865
|
|
22
|
+
.. _#1866: https://github.com/CS-SI/eodag/pull/1866
|
|
23
|
+
.. _#1870: https://github.com/CS-SI/eodag/pull/1870
|
|
24
|
+
.. _819ecb2: https://github.com/CS-SI/eodag/commit/819ecb2127d7728236e32aadb1e605017c98cec6
|
|
25
|
+
.. _ab04612: https://github.com/CS-SI/eodag/commit/ab046125d1241adc164e8ffdec430b5d77d8193b
|
|
26
|
+
.. _d207f27: https://github.com/CS-SI/eodag/commit/d207f2701b472b8c6c75da5c63f0621736dedd8a
|
|
27
|
+
.. _f14ef6b: https://github.com/CS-SI/eodag/commit/f14ef6b1b11428f68bc1ff47e1b3081819e03d9a
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
v3.9.0 (2025-09-26)
|
|
31
|
+
===================
|
|
32
|
+
|
|
33
|
+
Features
|
|
34
|
+
--------
|
|
35
|
+
|
|
36
|
+
* **core**: Assets title normalized to key name (`#1826`_, `3662954`_)
|
|
37
|
+
|
|
38
|
+
* **providers**: Add CMIP6_CLIMATE_PROJECTIONS product type on cop_cds (`#1827`_, `308e0a9`_)
|
|
39
|
+
|
|
40
|
+
* **providers**: Available product types update for creodias, cop_dataspace and wekeo_main
|
|
41
|
+
(`#1817`_, `04b0b55`_)
|
|
42
|
+
|
|
43
|
+
* **providers**: Send query and filter parameters as is for STAC providers (`#1828`_, `3b04096`_)
|
|
44
|
+
|
|
45
|
+
Bug Fixes
|
|
46
|
+
---------
|
|
47
|
+
|
|
48
|
+
* **core**: Update pattern of data roles in GenericDriver (`#1815`_, `c75351d`_)
|
|
49
|
+
|
|
50
|
+
* **providers**: CLMS_CORINE metadata mapping for wekeo (`#1846`_, `55b1ffe`_)
|
|
51
|
+
|
|
52
|
+
* **providers**: Harmonize orbitDirection properties (`#1836`_, `b428d61`_, `#1830`_, `57fecd0`_)
|
|
53
|
+
|
|
54
|
+
* **providers**: Harmonize polarizationChannels property (`#1831`_, `b85ef0f`_)
|
|
55
|
+
|
|
56
|
+
* **providers**: PlatformSerialIdentifier mapping for creodias/cop_dataspace (`#1848`_, `f890fbf`_)
|
|
57
|
+
|
|
58
|
+
* **providers**: S2_MSI_L2A_COG moved to earth_search (`#1841`_, `786c663`_)
|
|
59
|
+
|
|
60
|
+
Chores
|
|
61
|
+
------
|
|
62
|
+
|
|
63
|
+
* **cli,docs**: Deprecate STAC REST API server (`#1837`_, `083989e`_)
|
|
64
|
+
|
|
65
|
+
Documentation
|
|
66
|
+
-------------
|
|
67
|
+
|
|
68
|
+
* Documentation overhaul (`#1823`_, `df67693`_)
|
|
69
|
+
|
|
70
|
+
* Add tutorial for CCI data through fedeo_ceda (`#1832`_, `01b130a`_)
|
|
71
|
+
|
|
72
|
+
Refactoring
|
|
73
|
+
-----------
|
|
74
|
+
|
|
75
|
+
* **core**: Move dates utils functions to eodag.utils.dates (`#1844`_, `d2cd928`_)
|
|
76
|
+
|
|
77
|
+
* **core**: Use zipstream-ng instead of stream-zip (`#1805`_, `182cdc0`_)
|
|
78
|
+
|
|
79
|
+
* **plugins**: Dedt_lumi not-available data error message (`#1770`_, `bf8cbe1`_)
|
|
80
|
+
|
|
81
|
+
* **plugins**: Deprecate oauth plugin (`#1821`_, `1bdf8a9`_)
|
|
82
|
+
|
|
83
|
+
* **plugins**: Get_rio_env to AwsAuth (`#1838`_, `0ae4c17`_)
|
|
84
|
+
|
|
85
|
+
* **plugins**: Move aws authentication methods to AwsAuth plugin (`#1769`_, `1c072f8`_)
|
|
86
|
+
|
|
87
|
+
* **plugins**: Rename PostJsonSearchWithStacQueryables to WekeoSearch (`#1842`_, `4bfbd6d`_)
|
|
88
|
+
|
|
89
|
+
* **product-types**: S1C and S2C as available platformSerialIdentifier (`#1850`_, `7c532f4`_)
|
|
90
|
+
|
|
91
|
+
* **providers**: Use s3 alternate assets in usgs_satapi_aws (`#1851`_, `27b1ab2`_)
|
|
92
|
+
|
|
93
|
+
Testing
|
|
94
|
+
-------
|
|
95
|
+
|
|
96
|
+
* Add more tests to improve coverage (`#1791`_, `f7519f8`_)
|
|
97
|
+
|
|
98
|
+
.. _#1769: https://github.com/CS-SI/eodag/pull/1769
|
|
99
|
+
.. _#1770: https://github.com/CS-SI/eodag/pull/1770
|
|
100
|
+
.. _#1791: https://github.com/CS-SI/eodag/pull/1791
|
|
101
|
+
.. _#1805: https://github.com/CS-SI/eodag/pull/1805
|
|
102
|
+
.. _#1815: https://github.com/CS-SI/eodag/pull/1815
|
|
103
|
+
.. _#1817: https://github.com/CS-SI/eodag/pull/1817
|
|
104
|
+
.. _#1821: https://github.com/CS-SI/eodag/pull/1821
|
|
105
|
+
.. _#1823: https://github.com/CS-SI/eodag/pull/1823
|
|
106
|
+
.. _#1826: https://github.com/CS-SI/eodag/pull/1826
|
|
107
|
+
.. _#1827: https://github.com/CS-SI/eodag/pull/1827
|
|
108
|
+
.. _#1828: https://github.com/CS-SI/eodag/pull/1828
|
|
109
|
+
.. _#1830: https://github.com/CS-SI/eodag/pull/1830
|
|
110
|
+
.. _#1831: https://github.com/CS-SI/eodag/pull/1831
|
|
111
|
+
.. _#1832: https://github.com/CS-SI/eodag/pull/1832
|
|
112
|
+
.. _#1836: https://github.com/CS-SI/eodag/pull/1836
|
|
113
|
+
.. _#1837: https://github.com/CS-SI/eodag/pull/1837
|
|
114
|
+
.. _#1838: https://github.com/CS-SI/eodag/pull/1838
|
|
115
|
+
.. _#1841: https://github.com/CS-SI/eodag/pull/1841
|
|
116
|
+
.. _#1842: https://github.com/CS-SI/eodag/pull/1842
|
|
117
|
+
.. _#1844: https://github.com/CS-SI/eodag/pull/1844
|
|
118
|
+
.. _#1846: https://github.com/CS-SI/eodag/pull/1846
|
|
119
|
+
.. _#1848: https://github.com/CS-SI/eodag/pull/1848
|
|
120
|
+
.. _#1850: https://github.com/CS-SI/eodag/pull/1850
|
|
121
|
+
.. _#1851: https://github.com/CS-SI/eodag/pull/1851
|
|
122
|
+
.. _01b130a: https://github.com/CS-SI/eodag/commit/01b130a02a9c16fc3c76ee180bf56d1356380f82
|
|
123
|
+
.. _04b0b55: https://github.com/CS-SI/eodag/commit/04b0b5536b370a92843886ebf5135fac37172c18
|
|
124
|
+
.. _083989e: https://github.com/CS-SI/eodag/commit/083989e0d1be8878fa1da2c984c6025bc4a564f0
|
|
125
|
+
.. _0ae4c17: https://github.com/CS-SI/eodag/commit/0ae4c170fee95cfb2263c4f1b90a3219d502e819
|
|
126
|
+
.. _182cdc0: https://github.com/CS-SI/eodag/commit/182cdc0eb82e7e4ca9e073b12edf6c3e51952d39
|
|
127
|
+
.. _1bdf8a9: https://github.com/CS-SI/eodag/commit/1bdf8a9544717533f6ea85c7fc86f27b226a8f0f
|
|
128
|
+
.. _1c072f8: https://github.com/CS-SI/eodag/commit/1c072f8f857f24e08642c1cb6ddaff51fe26e52d
|
|
129
|
+
.. _27b1ab2: https://github.com/CS-SI/eodag/commit/27b1ab2174e9855323db26975ab347699f5d60cd
|
|
130
|
+
.. _308e0a9: https://github.com/CS-SI/eodag/commit/308e0a9884d4b2e3435922c89a23cc0aab1edab9
|
|
131
|
+
.. _3662954: https://github.com/CS-SI/eodag/commit/3662954cf31dd91dc79d740686e6557c9cbf7954
|
|
132
|
+
.. _3b04096: https://github.com/CS-SI/eodag/commit/3b04096ac6255f89c8eb8bb363a2b38ece1b02af
|
|
133
|
+
.. _4bfbd6d: https://github.com/CS-SI/eodag/commit/4bfbd6dfc11a08744935f8fdd4e3d9c321252d26
|
|
134
|
+
.. _55b1ffe: https://github.com/CS-SI/eodag/commit/55b1ffeae8b2ef03e5ecac35838675f9328cde90
|
|
135
|
+
.. _57fecd0: https://github.com/CS-SI/eodag/commit/57fecd07d32830ad12be3fb8074d5124c5797dc5
|
|
136
|
+
.. _786c663: https://github.com/CS-SI/eodag/commit/786c663414f42297e7ceeace2646446872160941
|
|
137
|
+
.. _7c532f4: https://github.com/CS-SI/eodag/commit/7c532f47fb3b17b4a39d379301134ac75f55253d
|
|
138
|
+
.. _b428d61: https://github.com/CS-SI/eodag/commit/b428d61405e2a24a59756016bade3788841c89dd
|
|
139
|
+
.. _b85ef0f: https://github.com/CS-SI/eodag/commit/b85ef0f360e805a61c2a7e9826a3cd7df4183315
|
|
140
|
+
.. _bf8cbe1: https://github.com/CS-SI/eodag/commit/bf8cbe1bd1ade032a1a7abdc17f3785a11fca5d9
|
|
141
|
+
.. _c75351d: https://github.com/CS-SI/eodag/commit/c75351d9b74ffa1cab3746a04637eb0de1a9f642
|
|
142
|
+
.. _d2cd928: https://github.com/CS-SI/eodag/commit/d2cd928e9e887e88db639e3ebb02d4e006c0f653
|
|
143
|
+
.. _df67693: https://github.com/CS-SI/eodag/commit/df67693099f72cbaf42e008f8b5b9c5af062e573
|
|
144
|
+
.. _f7519f8: https://github.com/CS-SI/eodag/commit/f7519f847af0253046d1329dead9d5a12b527923
|
|
145
|
+
.. _f890fbf: https://github.com/CS-SI/eodag/commit/f890fbfe85c514e5f6794ff7db875bfbf5798b98
|
|
146
|
+
|
|
147
|
+
|
|
6
148
|
v3.8.1 (2025-09-02)
|
|
7
149
|
===================
|
|
8
150
|
|
|
@@ -30,6 +172,11 @@ Bug Fixes
|
|
|
30
172
|
v3.8.0 (2025-08-27)
|
|
31
173
|
===================
|
|
32
174
|
|
|
175
|
+
Features
|
|
176
|
+
--------
|
|
177
|
+
|
|
178
|
+
* **providers**: New provider fedeo_ceda (`#1778`_, `4d9f091`_)
|
|
179
|
+
|
|
33
180
|
Bug Fixes
|
|
34
181
|
---------
|
|
35
182
|
|
|
@@ -51,11 +198,6 @@ Documentation
|
|
|
51
198
|
|
|
52
199
|
* Aws_eos logo added (`#1773`_, `af6d959`_)
|
|
53
200
|
|
|
54
|
-
Features
|
|
55
|
-
--------
|
|
56
|
-
|
|
57
|
-
* **providers**: New provider fedeo_ceda (`#1778`_, `4d9f091`_)
|
|
58
|
-
|
|
59
201
|
Refactoring
|
|
60
202
|
-----------
|
|
61
203
|
|
|
@@ -82,6 +224,15 @@ Refactoring
|
|
|
82
224
|
v3.7.0 (2025-07-31)
|
|
83
225
|
===================
|
|
84
226
|
|
|
227
|
+
Features
|
|
228
|
+
--------
|
|
229
|
+
|
|
230
|
+
* **plugins**: New search config for assets mapping (`#1711`_, `1281268`_)
|
|
231
|
+
|
|
232
|
+
* **providers**: Add 2 new MSG collections to provider ``eumetsat_ds`` (`#1742`_, `801c52c`_)
|
|
233
|
+
|
|
234
|
+
* **providers**: dedt_lumi search by geometry (`#1710`_, `efccdd0`_)
|
|
235
|
+
|
|
85
236
|
Bug Fixes
|
|
86
237
|
---------
|
|
87
238
|
|
|
@@ -104,15 +255,6 @@ Documentation
|
|
|
104
255
|
|
|
105
256
|
* Updated description, overview and ecosystem (`#1734`_, `ea929e4`_)
|
|
106
257
|
|
|
107
|
-
Features
|
|
108
|
-
--------
|
|
109
|
-
|
|
110
|
-
* **plugins**: New search config for assets mapping (`#1711`_, `1281268`_)
|
|
111
|
-
|
|
112
|
-
* **providers**: Add 2 new MSG collections to provider ``eumetsat_ds`` (`#1742`_, `801c52c`_)
|
|
113
|
-
|
|
114
|
-
* **providers**: dedt_lumi search by geometry (`#1710`_, `efccdd0`_)
|
|
115
|
-
|
|
116
258
|
Performance Improvements
|
|
117
259
|
------------------------
|
|
118
260
|
|
|
@@ -154,6 +296,19 @@ Refactoring
|
|
|
154
296
|
v3.6.0 (2025-07-01)
|
|
155
297
|
===================
|
|
156
298
|
|
|
299
|
+
Features
|
|
300
|
+
--------
|
|
301
|
+
|
|
302
|
+
* **cli**: Commands chaining (`#1714`_, `754772b`_)
|
|
303
|
+
|
|
304
|
+
* **cli**: Download output directory (`#1716`_, `036b86b`_)
|
|
305
|
+
|
|
306
|
+
* **cli**: Download STAC items from their urls (`#1705`_, `5d598a9`_)
|
|
307
|
+
|
|
308
|
+
* **core**: Import stac items as SearchResult (`#1703`_, `1d49715`_)
|
|
309
|
+
|
|
310
|
+
* **providers**: Add new eurostat product types to dedl (`#1662`_, `b7192b1`_)
|
|
311
|
+
|
|
157
312
|
Bug Fixes
|
|
158
313
|
---------
|
|
159
314
|
|
|
@@ -168,19 +323,6 @@ Documentation
|
|
|
168
323
|
|
|
169
324
|
* Import_stac_items documentation update (`#1709`_, `7a04158`_)
|
|
170
325
|
|
|
171
|
-
Features
|
|
172
|
-
--------
|
|
173
|
-
|
|
174
|
-
* **cli**: Commands chaining (`#1714`_, `754772b`_)
|
|
175
|
-
|
|
176
|
-
* **cli**: Download output directory (`#1716`_, `036b86b`_)
|
|
177
|
-
|
|
178
|
-
* **cli**: Download STAC items from their urls (`#1705`_, `5d598a9`_)
|
|
179
|
-
|
|
180
|
-
* **core**: Import stac items as SearchResult (`#1703`_, `1d49715`_)
|
|
181
|
-
|
|
182
|
-
* **providers**: Add new eurostat product types to dedl (`#1662`_, `b7192b1`_)
|
|
183
|
-
|
|
184
326
|
.. _#1662: https://github.com/CS-SI/eodag/pull/1662
|
|
185
327
|
.. _#1702: https://github.com/CS-SI/eodag/pull/1702
|
|
186
328
|
.. _#1703: https://github.com/CS-SI/eodag/pull/1703
|
|
@@ -229,6 +371,17 @@ Refactoring
|
|
|
229
371
|
v3.5.0 (2025-06-20)
|
|
230
372
|
===================
|
|
231
373
|
|
|
374
|
+
Features
|
|
375
|
+
--------
|
|
376
|
+
|
|
377
|
+
* **core**: Add env variable to whitelist providers (`#1672`_, `b93c4c8`_)
|
|
378
|
+
|
|
379
|
+
* **core**: Add strict product types mode (`#1677`_, `5077fa5`_)
|
|
380
|
+
|
|
381
|
+
* **plugins**: Auth token expiration margin (`#1665`_, `ef5fc18`_)
|
|
382
|
+
|
|
383
|
+
* **server**: Added bbox filter support for collections search (`#1671`_, `5717f0d`_)
|
|
384
|
+
|
|
232
385
|
Bug Fixes
|
|
233
386
|
---------
|
|
234
387
|
|
|
@@ -253,17 +406,6 @@ Documentation
|
|
|
253
406
|
|
|
254
407
|
* Dead-links and out-of-date param fix (`#1692`_, `445a20e`_)
|
|
255
408
|
|
|
256
|
-
Features
|
|
257
|
-
--------
|
|
258
|
-
|
|
259
|
-
* **core**: Add env variable to whitelist providers (`#1672`_, `b93c4c8`_)
|
|
260
|
-
|
|
261
|
-
* **core**: Add strict product types mode (`#1677`_, `5077fa5`_)
|
|
262
|
-
|
|
263
|
-
* **plugins**: Auth token expiration margin (`#1665`_, `ef5fc18`_)
|
|
264
|
-
|
|
265
|
-
* **server**: Added bbox filter support for collections search (`#1671`_, `5717f0d`_)
|
|
266
|
-
|
|
267
409
|
.. _#1534: https://github.com/CS-SI/eodag/pull/1534
|
|
268
410
|
.. _#1665: https://github.com/CS-SI/eodag/pull/1665
|
|
269
411
|
.. _#1671: https://github.com/CS-SI/eodag/pull/1671
|
|
@@ -377,6 +519,11 @@ Continuous Integration
|
|
|
377
519
|
v3.4.1 (2025-05-12)
|
|
378
520
|
===================
|
|
379
521
|
|
|
522
|
+
Features
|
|
523
|
+
--------
|
|
524
|
+
|
|
525
|
+
* **plugins**: Add queryables to cop_marine (`#1638`_, `bcc793e`_)
|
|
526
|
+
|
|
380
527
|
Bug Fixes
|
|
381
528
|
---------
|
|
382
529
|
|
|
@@ -414,11 +561,6 @@ Bug Fixes
|
|
|
414
561
|
|
|
415
562
|
* **providers**: cop_ewds metadata mapping (`#1629`_, `30b5554`_)
|
|
416
563
|
|
|
417
|
-
Features
|
|
418
|
-
--------
|
|
419
|
-
|
|
420
|
-
* **plugins**: Add queryables to cop_marine (`#1638`_, `bcc793e`_)
|
|
421
|
-
|
|
422
564
|
Refactoring
|
|
423
565
|
-----------
|
|
424
566
|
|
|
@@ -496,6 +638,12 @@ Bug Fixes
|
|
|
496
638
|
v3.3.0 (2025-04-10)
|
|
497
639
|
===================
|
|
498
640
|
|
|
641
|
+
|
|
642
|
+
Features
|
|
643
|
+
--------
|
|
644
|
+
|
|
645
|
+
* **plugins**: :class:`~eodag.plugins.search.build_search_result.ECMWFSearch` search-by-id (`#1580`_, `f296c52`_)
|
|
646
|
+
|
|
499
647
|
Bug Fixes
|
|
500
648
|
---------
|
|
501
649
|
|
|
@@ -514,11 +662,6 @@ Continuous Integration
|
|
|
514
662
|
|
|
515
663
|
* Automatic changelog update (`#1601`_, `0625802`_)
|
|
516
664
|
|
|
517
|
-
Features
|
|
518
|
-
--------
|
|
519
|
-
|
|
520
|
-
* **plugins**: :class:`~eodag.plugins.search.build_search_result.ECMWFSearch` search-by-id (`#1580`_, `f296c52`_)
|
|
521
|
-
|
|
522
665
|
Testing
|
|
523
666
|
-------
|
|
524
667
|
|
|
@@ -107,9 +107,9 @@ a notebook's general metadata:
|
|
|
107
107
|
|
|
108
108
|
The notebooks listed below are **always executed** by `nbsphinx`:
|
|
109
109
|
|
|
110
|
-
* `<notebooks/api_user_guide/
|
|
111
|
-
* `<notebooks/api_user_guide/
|
|
112
|
-
* `<notebooks/api_user_guide/
|
|
110
|
+
* `<notebooks/api_user_guide/1_providers_products_available.ipynb>`_
|
|
111
|
+
* `<notebooks/api_user_guide/2_configuration.ipynb>`_
|
|
112
|
+
* `<notebooks/api_user_guide/6_crunch.ipynb>`_
|
|
113
113
|
|
|
114
114
|
For the other notebooks, their **cell output as long as their widget state** need so be saved.
|
|
115
115
|
If not, the outputs and the widgets (e.g. progress bar) won't be displayed in the online documentation.
|
|
@@ -95,3 +95,13 @@ See project link for details.
|
|
|
95
95
|
|
|
96
96
|
https://github.com/matplotlib
|
|
97
97
|
https://github.com/python/typing_extensions
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
================================================================
|
|
101
|
+
The LGPL-3.0 License
|
|
102
|
+
================================================================
|
|
103
|
+
|
|
104
|
+
The following components are provided under the LGPL-3.0 License (https://opensource.org/license/lgpl-3-0).
|
|
105
|
+
See project link for details.
|
|
106
|
+
|
|
107
|
+
https://github.com/pR0Ps/zipstream-ng
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: eodag
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.9.1
|
|
4
4
|
Summary: Earth Observation Data Access Gateway
|
|
5
5
|
Home-page: https://github.com/CS-SI/eodag
|
|
6
6
|
Author: CS GROUP - France
|
|
@@ -50,10 +50,10 @@ Requires-Dist: python-dateutil
|
|
|
50
50
|
Requires-Dist: PyYAML
|
|
51
51
|
Requires-Dist: requests
|
|
52
52
|
Requires-Dist: shapely>=2.0.6
|
|
53
|
-
Requires-Dist: stream-zip
|
|
54
53
|
Requires-Dist: tqdm
|
|
55
54
|
Requires-Dist: typing_extensions>=4.8.0
|
|
56
55
|
Requires-Dist: urllib3
|
|
56
|
+
Requires-Dist: zipstream-ng
|
|
57
57
|
Provides-Extra: all
|
|
58
58
|
Requires-Dist: eodag[all-providers,csw,server,tutorials]; extra == "all"
|
|
59
59
|
Provides-Extra: all-providers
|
|
@@ -124,6 +124,7 @@ Requires-Dist: sphinx; extra == "docs"
|
|
|
124
124
|
Requires-Dist: sphinx-autodoc-typehints; extra == "docs"
|
|
125
125
|
Requires-Dist: sphinx-book-theme>=1.0.0; extra == "docs"
|
|
126
126
|
Requires-Dist: sphinx-copybutton; extra == "docs"
|
|
127
|
+
Requires-Dist: sphinx-design; extra == "docs"
|
|
127
128
|
Requires-Dist: sphinx-tabs; extra == "docs"
|
|
128
129
|
Requires-Dist: sphinxcontrib-programoutput; extra == "docs"
|
|
129
130
|
Requires-Dist: sphinxemoji; extra == "docs"
|
|
@@ -316,7 +317,7 @@ An eodag instance can be exposed through a STAC compliant REST api from the comm
|
|
|
316
317
|
|
|
317
318
|
.. code-block:: bash
|
|
318
319
|
|
|
319
|
-
docker run -p 5000:5000 --rm csspace/eodag-server:3.
|
|
320
|
+
docker run -p 5000:5000 --rm csspace/eodag-server:3.9.1
|
|
320
321
|
|
|
321
322
|
You can also browse over your STAC API server using `STAC Browser <https://github.com/radiantearth/stac-browser>`_.
|
|
322
323
|
Simply run:
|
|
@@ -185,7 +185,7 @@ An eodag instance can be exposed through a STAC compliant REST api from the comm
|
|
|
185
185
|
|
|
186
186
|
.. code-block:: bash
|
|
187
187
|
|
|
188
|
-
docker run -p 5000:5000 --rm csspace/eodag-server:3.
|
|
188
|
+
docker run -p 5000:5000 --rm csspace/eodag-server:3.9.1
|
|
189
189
|
|
|
190
190
|
You can also browse over your STAC API server using `STAC Browser <https://github.com/radiantearth/stac-browser>`_.
|
|
191
191
|
Simply run:
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
apiVersion: v2
|
|
2
|
-
appVersion: 3.
|
|
2
|
+
appVersion: 3.9.1
|
|
3
3
|
dependencies:
|
|
4
4
|
- name: common
|
|
5
5
|
repository: oci://registry-1.docker.io/bitnamicharts
|
|
@@ -15,4 +15,4 @@ name: eodag-server
|
|
|
15
15
|
sources:
|
|
16
16
|
- https://github.com/CS-SI/eodag
|
|
17
17
|
type: application
|
|
18
|
-
version: 3.
|
|
18
|
+
version: 3.9.1
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
.bd-main .bd-content .bd-article-container {
|
|
2
|
+
max-width: 100%; /* default is 60em */
|
|
3
|
+
}
|
|
4
|
+
.bd-page-width {
|
|
5
|
+
max-width: 100%; /* default is 88rem */
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.green {
|
|
9
|
+
color: green;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
table.datatable {
|
|
13
|
+
display: block;
|
|
14
|
+
overflow-x: auto;
|
|
15
|
+
width: 100%;
|
|
16
|
+
max-height: 500px;
|
|
17
|
+
font-size: smaller;
|
|
18
|
+
border-bottom: 0px;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
table.datatable th:nth-child(2),
|
|
22
|
+
table.datatable td:nth-child(2),
|
|
23
|
+
table.datatable th:nth-child(3),
|
|
24
|
+
table.datatable td:nth-child(3),
|
|
25
|
+
table.datatable th:nth-child(5),
|
|
26
|
+
table.datatable td:nth-child(5),
|
|
27
|
+
table.datatable th:nth-child(6),
|
|
28
|
+
table.datatable td:nth-child(6),
|
|
29
|
+
table.datatable th:nth-child(7),
|
|
30
|
+
table.datatable td:nth-child(7),
|
|
31
|
+
table.datatable th:nth-child(8),
|
|
32
|
+
table.datatable td:nth-child(8),
|
|
33
|
+
table.datatable th:nth-child(9),
|
|
34
|
+
table.datatable td:nth-child(9),
|
|
35
|
+
table.datatable th:nth-child(10),
|
|
36
|
+
table.datatable td:nth-child(10),
|
|
37
|
+
table.datatable th:nth-child(12),
|
|
38
|
+
table.datatable td:nth-child(12),
|
|
39
|
+
table.datatable th:nth-child(11),
|
|
40
|
+
table.datatable td:nth-child(11) {
|
|
41
|
+
display: none;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
table.params {
|
|
45
|
+
display: block;
|
|
46
|
+
overflow-x: auto;
|
|
47
|
+
white-space: nowrap;
|
|
48
|
+
height: 500px;
|
|
49
|
+
font-size: smaller;
|
|
50
|
+
}
|
|
51
|
+
table.params td {
|
|
52
|
+
padding-top: 0;
|
|
53
|
+
padding-bottom: 0;
|
|
54
|
+
}
|
|
55
|
+
table.params thead tr th {
|
|
56
|
+
position: sticky;
|
|
57
|
+
top: 0;
|
|
58
|
+
z-index: 1;
|
|
59
|
+
background-color: #fafafa;
|
|
60
|
+
}
|
|
61
|
+
table.params thead tr th:first-child {
|
|
62
|
+
z-index: 3;
|
|
63
|
+
}
|
|
64
|
+
table.params th:first-child,
|
|
65
|
+
table.params td:first-child {
|
|
66
|
+
background-color: #fafafa;
|
|
67
|
+
z-index: 2;
|
|
68
|
+
position: sticky;
|
|
69
|
+
left: 0;
|
|
70
|
+
}
|
|
71
|
+
a.hidden:hover,
|
|
72
|
+
a.highlighted:hover {
|
|
73
|
+
cursor: pointer;
|
|
74
|
+
}
|
|
75
|
+
table.datatable thead tr th {
|
|
76
|
+
position: sticky;
|
|
77
|
+
top: 0;
|
|
78
|
+
z-index: 1;
|
|
79
|
+
background-color: #fafafa;
|
|
80
|
+
border-right: 1px solid #ddd;
|
|
81
|
+
border-bottom: 2px solid #ddd;
|
|
82
|
+
}
|
|
83
|
+
table.datatable thead tr th:first-child {
|
|
84
|
+
z-index: 3;
|
|
85
|
+
border-left: 1px solid #ddd;
|
|
86
|
+
}
|
|
87
|
+
table.datatable thead tr th:last-child {
|
|
88
|
+
border-right: 1px solid #ddd;
|
|
89
|
+
}
|
|
90
|
+
table.datatable th:first-child,
|
|
91
|
+
table.datatable td:first-child {
|
|
92
|
+
background-color: #fafafa;
|
|
93
|
+
z-index: 2;
|
|
94
|
+
position: sticky;
|
|
95
|
+
left: 0;
|
|
96
|
+
}
|
|
97
|
+
table.datatable tbody tr:last-child th,
|
|
98
|
+
table.datatable tbody tr:last-child td {
|
|
99
|
+
border-bottom: 1px solid #ddd;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
dl.attribute {
|
|
103
|
+
display: grid;
|
|
104
|
+
grid-template-columns: 1fr 2fr;
|
|
105
|
+
margin-bottom: 1rem !important;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
dl.attribute dt {
|
|
109
|
+
grid-column-start: 1;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
dl.attribute dd {
|
|
113
|
+
grid-column-start: 2;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.nboutput table {
|
|
117
|
+
margin-left: unset;
|
|
118
|
+
margin-right: unset;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.grid-item-card h2 span {
|
|
122
|
+
display: inline-flex;
|
|
123
|
+
align-items: center;
|
|
124
|
+
gap: 0.4rem;
|
|
125
|
+
}
|
|
126
|
+
.grid-item-card h2 img,
|
|
127
|
+
.grid-item-card h2 svg {
|
|
128
|
+
width: 20px;
|
|
129
|
+
height: 20px;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.sd-dropdown.muted {
|
|
133
|
+
background-color: #fafafa !important;
|
|
134
|
+
border: 1px solid #ddd !important;
|
|
135
|
+
color: #444 !important;
|
|
136
|
+
box-shadow: none !important;
|
|
137
|
+
font-size: 0.9em;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.sd-dropdown.muted .sd-summary-content {
|
|
141
|
+
padding: 0.5em 0.8em !important;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.sd-card.card-border-primary,
|
|
145
|
+
.sd-card.card-border-success,
|
|
146
|
+
.sd-card.card-border-warning,
|
|
147
|
+
.sd-card.card-border-info {
|
|
148
|
+
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08) !important;
|
|
149
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
parameter,cop_dataspace,cop_marine,creodias,earth_search,earth_search_gcs,ecmwf,eumetsat_ds,fedeo_ceda,geodes,peps,planetary_computer,sara,usgs_satapi_aws
|
|
2
|
+
acquisitionInformation,,,,,,,metadata only,,,,,,
|
|
3
|
+
assets,,,,metadata only,metadata only,,metadata only,metadata only,metadata only,,metadata only,,metadata only
|
|
4
|
+
awsProductId,,,,,,,,,,,,,metadata only
|
|
5
|
+
collection,:green:`queryable metadata`,,:green:`queryable metadata`,,,,,,,,,,
|
|
6
|
+
defaultGeometry,,metadata only,,,,,metadata only,,,,,,
|
|
7
|
+
downloadLink,metadata only,,metadata only,metadata only,metadata only,,metadata only,metadata only,metadata only,metadata only,metadata only,metadata only,metadata only
|
|
8
|
+
extraInformation,,,,,,,metadata only,,,,,,
|
|
9
|
+
geometry,:green:`queryable metadata`,,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,,:green:`queryable metadata`,metadata only,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`
|
|
10
|
+
gridSquare,,,,:green:`queryable metadata`,,,,,,,,,
|
|
11
|
+
id,:green:`queryable metadata`,,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`
|
|
12
|
+
latitudeBand,,,,:green:`queryable metadata`,,,,,,,,,
|
|
13
|
+
links,,,,,,,,,,metadata only,,,
|
|
14
|
+
modifiedAfter,:green:`queryable metadata`,,,,,,,,,,,,
|
|
15
|
+
modifiedBefore,:green:`queryable metadata`,,,,,,,,,,,,
|
|
16
|
+
polarizationChannels,:green:`queryable metadata`,,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,,,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`
|
|
17
|
+
productIdentifier,metadata only,,metadata only,,,,,,,,,,
|
|
18
|
+
productInformation,,,,,,,metadata only,,,,,,
|
|
19
|
+
providerProductType,,,,,,,,,:green:`queryable metadata`,,,,
|
|
20
|
+
publishedAfter,:green:`queryable metadata`,,,,,,,,,,,,
|
|
21
|
+
publishedBefore,:green:`queryable metadata`,,,,,,,,,,,,
|
|
22
|
+
quicklook,metadata only,,metadata only,metadata only,metadata only,,metadata only,metadata only,metadata only,metadata only,metadata only,metadata only,metadata only
|
|
23
|
+
relativeOrbitNumber,:green:`queryable metadata`,,,,,,,,:green:`queryable metadata`,,,,
|
|
24
|
+
services,,,,,,,,,,metadata only,,,
|
|
25
|
+
size,,,,,,,metadata only,,,,,,
|
|
26
|
+
storageStatus,metadata only,,metadata only,metadata only,metadata only,,metadata only,metadata only,metadata only,metadata only,metadata only,metadata only,metadata only
|
|
27
|
+
thumbnail,metadata only,,metadata only,metadata only,metadata only,,,metadata only,metadata only,metadata only,metadata only,metadata only,metadata only
|
|
28
|
+
tileIdentifier,:green:`queryable metadata`,,:green:`queryable metadata`,:green:`queryable metadata`,,,,,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,,
|
|
29
|
+
type,,,,,,,metadata only,,,,,,
|
|
30
|
+
uid,metadata only,,metadata only,,,,metadata only,,metadata only,metadata only,,metadata only,
|
|
31
|
+
utmZone,,,,:green:`queryable metadata`,,,,,,,,,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"abstract": {"parameter": "abstract", "open-search": true, "class": "Additional INSPIRE obligated OpenSearch Parameters for Collection Search", "description": "Abstract.", "type": "String"}, "accessConstraint": {"parameter": "accessConstraint", "open-search": true, "class": "Additional INSPIRE obligated OpenSearch Parameters for Collection Search", "description": "Applied to assure the protection of privacy or intellectual property, and any special restrictions or limitations on obtaining the resource", "type": "String "}, "acquisitionInformation": {"parameter": "acquisitionInformation", "open-search": "", "class": "", "description": "", "type": ""}, "acquisitionStation": {"parameter": "acquisitionStation", "open-search": true, "class": "", "description": "", "type": ""}, "acquisitionSubType": {"parameter": "acquisitionSubType", "open-search": true, "class": "", "description": "", "type": ""}, "acquisitionType": {"parameter": "acquisitionType", "open-search": true, "class": "", "description": "", "type": ""}, "assets": {"parameter": "assets", "open-search": "", "class": "", "description": "", "type": ""}, "availabilityTime": {"parameter": "availabilityTime", "open-search": true, "class": "", "description": "", "type": ""}, "awsProductId": {"parameter": "awsProductId", "open-search": "", "class": "", "description": "", "type": ""}, "cloudCover": {"parameter": "cloudCover", "open-search": true, "class": "", "description": "", "type": ""}, "collection": {"parameter": "collection", "open-search": "", "class": "", "description": "", "type": ""}, "completionTimeFromAscendingNode": {"parameter": "completionTimeFromAscendingNode", "open-search": true, "class": "", "description": "", "type": ""}, "creationDate": {"parameter": "creationDate", "open-search": true, "class": "", "description": "", "type": ""}, "defaultGeometry": {"parameter": "defaultGeometry", "open-search": "", "class": "", "description": "", "type": ""}, "doi": {"parameter": "doi", "open-search": true, "class": "OpenSearch Parameters for Collection Search", "description": "Digital Object Identifier identifying the product (see http://www.doi.org)", "type": "String"}, "dopplerFrequency": {"parameter": "dopplerFrequency", "open-search": true, "class": "", "description": "", "type": ""}, "downloadLink": {"parameter": "downloadLink", "open-search": "", "class": "", "description": "", "type": ""}, "extraInformation": {"parameter": "extraInformation", "open-search": "", "class": "", "description": "", "type": ""}, "geometry": {"parameter": "geometry", "open-search": "", "class": "", "description": "", "type": ""}, "gridSquare": {"parameter": "gridSquare", "open-search": "", "class": "", "description": "", "type": ""}, "id": {"parameter": "id", "open-search": "", "class": "", "description": "", "type": ""}, "illuminationAzimuthAngle": {"parameter": "illuminationAzimuthAngle", "open-search": true, "class": "", "description": "", "type": ""}, "illuminationElevationAngle": {"parameter": "illuminationElevationAngle", "open-search": true, "class": "", "description": "", "type": ""}, "instrument": {"parameter": "instrument", "open-search": true, "class": "OpenSearch Parameters for Collection Search", "description": "A string identifying the instrument (e.g. MERIS, AATSR, ASAR, HRVIR. SAR).", "type": "String"}, "keyword": {"parameter": "keyword", "open-search": true, "class": "Additional INSPIRE obligated OpenSearch Parameters for Collection Search", "description": "Commonly used word(s) or formalised word(s) or phrase(s) used to describe the subject.", "type": "String"}, "latitudeBand": {"parameter": "latitudeBand", "open-search": "", "class": "", "description": "", "type": ""}, "links": {"parameter": "links", "open-search": "", "class": "", "description": "", "type": ""}, "modificationDate": {"parameter": "modificationDate", "open-search": true, "class": "", "description": "", "type": ""}, "modifiedAfter": {"parameter": "modifiedAfter", "open-search": "", "class": "", "description": "", "type": ""}, "modifiedBefore": {"parameter": "modifiedBefore", "open-search": "", "class": "", "description": "", "type": ""}, "orbitDirection": {"parameter": "orbitDirection", "open-search": true, "class": "", "description": "", "type": ""}, "orbitNumber": {"parameter": "orbitNumber", "open-search": true, "class": "", "description": "", "type": ""}, "organisationName": {"parameter": "organisationName", "open-search": true, "class": "Additional INSPIRE obligated OpenSearch Parameters for Collection Search", "description": "A string identifying the name of the organization responsible for the resource", "type": "String"}, "parentIdentifier": {"parameter": "parentIdentifier", "open-search": true, "class": "", "description": "", "type": ""}, "platform": {"parameter": "platform", "open-search": true, "class": "OpenSearch Parameters for Collection Search", "description": "A string with the platform short name (e.g. Sentinel-1)", "type": "String"}, "platformSerialIdentifier": {"parameter": "platformSerialIdentifier", "open-search": true, "class": "OpenSearch Parameters for Collection Search", "description": "A string with the Platform serial identifier", "type": "String"}, "polarizationChannels": {"parameter": "polarizationChannels", "open-search": "", "class": "", "description": "", "type": ""}, "
|
|
1
|
+
{"abstract": {"parameter": "abstract", "open-search": true, "class": "Additional INSPIRE obligated OpenSearch Parameters for Collection Search", "description": "Abstract.", "type": "String"}, "accessConstraint": {"parameter": "accessConstraint", "open-search": true, "class": "Additional INSPIRE obligated OpenSearch Parameters for Collection Search", "description": "Applied to assure the protection of privacy or intellectual property, and any special restrictions or limitations on obtaining the resource", "type": "String "}, "acquisitionInformation": {"parameter": "acquisitionInformation", "open-search": "", "class": "", "description": "", "type": ""}, "acquisitionStation": {"parameter": "acquisitionStation", "open-search": true, "class": "", "description": "", "type": ""}, "acquisitionSubType": {"parameter": "acquisitionSubType", "open-search": true, "class": "", "description": "", "type": ""}, "acquisitionType": {"parameter": "acquisitionType", "open-search": true, "class": "", "description": "", "type": ""}, "assets": {"parameter": "assets", "open-search": "", "class": "", "description": "", "type": ""}, "availabilityTime": {"parameter": "availabilityTime", "open-search": true, "class": "", "description": "", "type": ""}, "awsProductId": {"parameter": "awsProductId", "open-search": "", "class": "", "description": "", "type": ""}, "cloudCover": {"parameter": "cloudCover", "open-search": true, "class": "", "description": "", "type": ""}, "collection": {"parameter": "collection", "open-search": "", "class": "", "description": "", "type": ""}, "completionTimeFromAscendingNode": {"parameter": "completionTimeFromAscendingNode", "open-search": true, "class": "", "description": "", "type": ""}, "creationDate": {"parameter": "creationDate", "open-search": true, "class": "", "description": "", "type": ""}, "defaultGeometry": {"parameter": "defaultGeometry", "open-search": "", "class": "", "description": "", "type": ""}, "doi": {"parameter": "doi", "open-search": true, "class": "OpenSearch Parameters for Collection Search", "description": "Digital Object Identifier identifying the product (see http://www.doi.org)", "type": "String"}, "dopplerFrequency": {"parameter": "dopplerFrequency", "open-search": true, "class": "", "description": "", "type": ""}, "downloadLink": {"parameter": "downloadLink", "open-search": "", "class": "", "description": "", "type": ""}, "extraInformation": {"parameter": "extraInformation", "open-search": "", "class": "", "description": "", "type": ""}, "geometry": {"parameter": "geometry", "open-search": "", "class": "", "description": "", "type": ""}, "gridSquare": {"parameter": "gridSquare", "open-search": "", "class": "", "description": "", "type": ""}, "id": {"parameter": "id", "open-search": "", "class": "", "description": "", "type": ""}, "illuminationAzimuthAngle": {"parameter": "illuminationAzimuthAngle", "open-search": true, "class": "", "description": "", "type": ""}, "illuminationElevationAngle": {"parameter": "illuminationElevationAngle", "open-search": true, "class": "", "description": "", "type": ""}, "instrument": {"parameter": "instrument", "open-search": true, "class": "OpenSearch Parameters for Collection Search", "description": "A string identifying the instrument (e.g. MERIS, AATSR, ASAR, HRVIR. SAR).", "type": "String"}, "keyword": {"parameter": "keyword", "open-search": true, "class": "Additional INSPIRE obligated OpenSearch Parameters for Collection Search", "description": "Commonly used word(s) or formalised word(s) or phrase(s) used to describe the subject.", "type": "String"}, "latitudeBand": {"parameter": "latitudeBand", "open-search": "", "class": "", "description": "", "type": ""}, "links": {"parameter": "links", "open-search": "", "class": "", "description": "", "type": ""}, "modificationDate": {"parameter": "modificationDate", "open-search": true, "class": "", "description": "", "type": ""}, "modifiedAfter": {"parameter": "modifiedAfter", "open-search": "", "class": "", "description": "", "type": ""}, "modifiedBefore": {"parameter": "modifiedBefore", "open-search": "", "class": "", "description": "", "type": ""}, "orbitDirection": {"parameter": "orbitDirection", "open-search": true, "class": "", "description": "", "type": ""}, "orbitNumber": {"parameter": "orbitNumber", "open-search": true, "class": "", "description": "", "type": ""}, "organisationName": {"parameter": "organisationName", "open-search": true, "class": "Additional INSPIRE obligated OpenSearch Parameters for Collection Search", "description": "A string identifying the name of the organization responsible for the resource", "type": "String"}, "parentIdentifier": {"parameter": "parentIdentifier", "open-search": true, "class": "", "description": "", "type": ""}, "platform": {"parameter": "platform", "open-search": true, "class": "OpenSearch Parameters for Collection Search", "description": "A string with the platform short name (e.g. Sentinel-1)", "type": "String"}, "platformSerialIdentifier": {"parameter": "platformSerialIdentifier", "open-search": true, "class": "OpenSearch Parameters for Collection Search", "description": "A string with the Platform serial identifier", "type": "String"}, "polarizationChannels": {"parameter": "polarizationChannels", "open-search": "", "class": "", "description": "", "type": ""}, "processingCenter": {"parameter": "processingCenter", "open-search": true, "class": "", "description": "", "type": ""}, "processingLevel": {"parameter": "processingLevel", "open-search": true, "class": "OpenSearch Parameters for Collection Search", "description": "A string identifying the processing level applied to the entry", "type": "String"}, "processorName": {"parameter": "processorName", "open-search": true, "class": "", "description": "", "type": ""}, "productIdentifier": {"parameter": "productIdentifier", "open-search": "", "class": "", "description": "", "type": ""}, "productInformation": {"parameter": "productInformation", "open-search": "", "class": "", "description": "", "type": ""}, "productQualityStatus": {"parameter": "productQualityStatus", "open-search": true, "class": "", "description": "", "type": ""}, "productType": {"parameter": "productType", "open-search": true, "class": "OpenSearch Parameters for Collection Search", "description": "A string identifying the entry type (e.g. ER02_SAR_IM__0P, MER_RR__1P, SM_SLC__1S, GES_DISC_AIRH3STD_V005)", "type": "String "}, "productVersion": {"parameter": "productVersion", "open-search": true, "class": "", "description": "", "type": ""}, "providerProductType": {"parameter": "providerProductType", "open-search": "", "class": "", "description": "", "type": ""}, "publicationDate": {"parameter": "publicationDate", "open-search": true, "class": "Additional INSPIRE obligated OpenSearch Parameters for Collection Search", "description": "The date when the resource was issued", "type": "Date time"}, "publishedAfter": {"parameter": "publishedAfter", "open-search": "", "class": "", "description": "", "type": ""}, "publishedBefore": {"parameter": "publishedBefore", "open-search": "", "class": "", "description": "", "type": ""}, "quicklook": {"parameter": "quicklook", "open-search": "", "class": "", "description": "", "type": ""}, "relativeOrbitNumber": {"parameter": "relativeOrbitNumber", "open-search": "", "class": "", "description": "", "type": ""}, "resolution": {"parameter": "resolution", "open-search": true, "class": "", "description": "", "type": ""}, "sensorMode": {"parameter": "sensorMode", "open-search": true, "class": "", "description": "", "type": ""}, "services": {"parameter": "services", "open-search": "", "class": "", "description": "", "type": ""}, "size": {"parameter": "size", "open-search": "", "class": "", "description": "", "type": ""}, "snowCover": {"parameter": "snowCover", "open-search": true, "class": "", "description": "", "type": ""}, "startTimeFromAscendingNode": {"parameter": "startTimeFromAscendingNode", "open-search": true, "class": "", "description": "", "type": ""}, "storageStatus": {"parameter": "storageStatus", "open-search": "", "class": "", "description": "", "type": ""}, "swathIdentifier": {"parameter": "swathIdentifier", "open-search": true, "class": "", "description": "", "type": ""}, "thumbnail": {"parameter": "thumbnail", "open-search": "", "class": "", "description": "", "type": ""}, "tileIdentifier": {"parameter": "tileIdentifier", "open-search": "", "class": "", "description": "", "type": ""}, "title": {"parameter": "title", "open-search": true, "class": "Additional INSPIRE obligated OpenSearch Parameters for Collection Search", "description": "A name given to the resource", "type": "String "}, "topicCategory": {"parameter": "topicCategory", "open-search": true, "class": "Additional INSPIRE obligated OpenSearch Parameters for Collection Search", "description": "Main theme(s) of the dataset", "type": "String "}, "type": {"parameter": "type", "open-search": "", "class": "", "description": "", "type": ""}, "uid": {"parameter": "uid", "open-search": "", "class": "", "description": "", "type": ""}, "utmZone": {"parameter": "utmZone", "open-search": "", "class": "", "description": "", "type": ""}}
|