eodag 3.3.1__tar.gz → 3.3.2__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.3.2/.github/workflows/changelog.yml +76 -0
- {eodag-3.3.1 → eodag-3.3.2}/.github/workflows/fetch.yml +2 -2
- {eodag-3.3.1 → eodag-3.3.2}/.github/workflows/test.yml +4 -0
- {eodag-3.3.1 → eodag-3.3.2}/CHANGES.rst +34 -0
- {eodag-3.3.1/eodag.egg-info → eodag-3.3.2}/PKG-INFO +2 -2
- {eodag-3.3.1 → eodag-3.3.2}/README.rst +1 -1
- {eodag-3.3.1 → eodag-3.3.2}/charts/eodag-server/Chart.yaml +2 -2
- eodag-3.3.2/docs/_static/params_mapping_extra.csv +32 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/_static/params_mapping_offline_infos.json +1 -1
- eodag-3.3.2/docs/_static/params_mapping_opensearch.csv +45 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/_static/product_types_information.csv +3 -3
- {eodag-3.3.1 → eodag-3.3.2}/docs/stac_rest.rst +1 -1
- {eodag-3.3.1 → eodag-3.3.2}/eodag/api/product/_product.py +73 -36
- {eodag-3.3.1 → eodag-3.3.2}/eodag/resources/ext_product_types.json +1 -1
- {eodag-3.3.1 → eodag-3.3.2}/eodag/resources/providers.yml +3 -3
- {eodag-3.3.1 → eodag-3.3.2/eodag.egg-info}/PKG-INFO +2 -2
- {eodag-3.3.1 → eodag-3.3.2}/pyproject.toml +5 -5
- eodag-3.3.1/.github/workflows/changelog.yml +0 -63
- eodag-3.3.1/docs/_static/params_mapping_extra.csv +0 -34
- eodag-3.3.1/docs/_static/params_mapping_opensearch.csv +0 -45
- {eodag-3.3.1 → eodag-3.3.2}/.dockerignore +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/.editorconfig +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/.gitattributes +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/.github/pull_request_template.md +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/.github/workflows/deploy.yml +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/.github/workflows/github-pages.yml +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/.github/workflows/lint-pr-title.yml +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/.gitignore +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/.pre-commit-config.yaml +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/BREAKING_CHANGES.rst +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/CODE_OF_CONDUCT.md +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/CONTRIBUTING.rst +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/LICENSE +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/MANIFEST.in +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/NOTICE +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/charts/eodag-server/Chart.lock +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/charts/eodag-server/README.md +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/charts/eodag-server/templates/NOTES.txt +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/charts/eodag-server/templates/_helpers.tpl +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/charts/eodag-server/templates/configmap.yaml +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/charts/eodag-server/templates/deployment.yaml +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/charts/eodag-server/templates/extra-list.yaml +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/charts/eodag-server/templates/hpa.yaml +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/charts/eodag-server/templates/ingress.yaml +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/charts/eodag-server/templates/pv.yaml +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/charts/eodag-server/templates/pvc.yaml +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/charts/eodag-server/templates/secret.yaml +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/charts/eodag-server/templates/service.yaml +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/charts/eodag-server/templates/serviceaccount.yaml +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/charts/eodag-server/values.yaml +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docker/run-stac-server.sh +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docker/stac-browser.dockerfile +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docker/stac-server.dockerfile +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docker-compose.yml +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/Makefile +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/_static/custom.css +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/_static/download_methods.png +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/_static/eodag_advanced_calls_graph.svg +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/_static/eodag_bycs.png +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/_static/eodag_fetch_product_types.png +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/_static/eodag_logo_160.png +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/_static/eodag_logo_160r.png +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/_static/eodag_main_calls_graph.svg +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/_static/eodag_overview.png +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/_static/eodag_stac_client.png +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/_static/eodag_stac_server.png +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/_static/favicon-32x32.png +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/_static/progress_1.png +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/_static/progress_1_none.png +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/_static/progress_2.png +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/_static/progress_2_none.png +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/_static/stac_browser_example.png +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/_static/stac_browser_example_600.png +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/add_product_type.rst +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/add_provider.rst +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/api_reference/assets.rst +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/api_reference/call_graphs.rst +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/api_reference/core.rst +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/api_reference/eoproduct.rst +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/api_reference/exceptions.rst +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/api_reference/index.rst +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/api_reference/searchresult.rst +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/api_reference/types.rst +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/api_reference/utils.rst +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/api_user_guide.rst +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/breaking_changes.rst +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/changelog.rst +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/cli_user_guide.rst +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/conf.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/contribute.rst +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/drivers.rst +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/getting_started_guide/configure.rst +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/getting_started_guide/index.rst +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/getting_started_guide/install.rst +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/getting_started_guide/overview.rst +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/getting_started_guide/product_storage_status.rst +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/getting_started_guide/product_types.rst +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/getting_started_guide/providers.rst +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/getting_started_guide/register.rst +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/getting_started_guide/side_projects.rst +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/index.rst +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/make.bat +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/notebooks/api_user_guide/1_overview.ipynb +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/notebooks/api_user_guide/2_providers_products_available.ipynb +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/notebooks/api_user_guide/3_configuration.ipynb +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/notebooks/api_user_guide/4_search.ipynb +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/notebooks/api_user_guide/5_queryables.ipynb +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/notebooks/api_user_guide/6_serialize_deserialize.ipynb +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/notebooks/api_user_guide/7_crunch.ipynb +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/notebooks/api_user_guide/8_download.ipynb +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/notebooks/api_user_guide/9_post_process.ipynb +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/notebooks/api_user_guide/data/crunch_search_results.geojson +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/notebooks/api_user_guide/data/download_search_results.geojson +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/notebooks/intro_notebooks.ipynb +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.cpg +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.dbf +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.prj +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.qix +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.qpj +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.shp +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.shx +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/notebooks/tutos/auxdata/sentinel2_tiling_grid_centroids.zip +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/notebooks/tutos/tuto_burnt_areas_snappy.ipynb +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/notebooks/tutos/tuto_cds.ipynb +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/notebooks/tutos/tuto_cop_dem.ipynb +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/notebooks/tutos/tuto_ecmwf.ipynb +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/notebooks/tutos/tuto_meteoblue.ipynb +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/notebooks/tutos/tuto_search_location_tile.ipynb +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/notebooks/tutos/tuto_ship_detection.ipynb +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/notebooks/tutos/tuto_stac_client.ipynb +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/notebooks/tutos/tuto_wekeo.ipynb +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/params_mapping.rst +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/plugins.rst +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/plugins_reference/api.rst +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/plugins_reference/auth.rst +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/plugins_reference/crunch.rst +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/plugins_reference/download.rst +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/plugins_reference/search.rst +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/stac.rst +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/docs/tutos.rst +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/__init__.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/api/__init__.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/api/core.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/api/product/__init__.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/api/product/_assets.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/api/product/drivers/__init__.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/api/product/drivers/base.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/api/product/drivers/generic.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/api/product/drivers/sentinel1.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/api/product/drivers/sentinel2.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/api/product/metadata_mapping.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/api/search_result.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/cli.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/config.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/crunch.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/__init__.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/apis/__init__.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/apis/base.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/apis/ecmwf.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/apis/usgs.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/authentication/__init__.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/authentication/aws_auth.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/authentication/base.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/authentication/generic.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/authentication/header.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/authentication/keycloak.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/authentication/oauth.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/authentication/openid_connect.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/authentication/qsauth.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/authentication/sas_auth.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/authentication/token.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/authentication/token_exchange.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/base.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/crunch/__init__.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/crunch/base.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/crunch/filter_date.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/crunch/filter_latest_intersect.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/crunch/filter_latest_tpl_name.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/crunch/filter_overlap.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/crunch/filter_property.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/download/__init__.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/download/aws.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/download/base.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/download/creodias_s3.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/download/http.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/download/s3rest.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/manager.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/search/__init__.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/search/base.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/search/build_search_result.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/search/cop_marine.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/search/creodias_s3.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/search/csw.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/search/data_request_search.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/search/qssearch.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/search/stac_list_assets.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/plugins/search/static_stac_search.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/py.typed +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/resources/locations_conf_template.yml +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/resources/product_types.yml +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/resources/shp/ne_110m_admin_0_map_units.VERSION.txt +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/resources/shp/ne_110m_admin_0_map_units.cpg +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/resources/shp/ne_110m_admin_0_map_units.dbf +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/resources/shp/ne_110m_admin_0_map_units.prj +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/resources/shp/ne_110m_admin_0_map_units.shp +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/resources/shp/ne_110m_admin_0_map_units.shx +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/resources/stac.yml +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/resources/stac_api.yml +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/resources/stac_provider.yml +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/resources/user_conf_template.yml +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/rest/__init__.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/rest/cache.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/rest/config.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/rest/constants.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/rest/core.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/rest/errors.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/rest/server.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/rest/server.wsgi +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/rest/stac.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/rest/templates/README +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/rest/types/__init__.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/rest/types/collections_search.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/rest/types/eodag_search.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/rest/types/queryables.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/rest/types/stac_search.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/rest/utils/__init__.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/rest/utils/cql_evaluate.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/rest/utils/rfc3339.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/types/__init__.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/types/bbox.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/types/download_args.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/types/queryables.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/types/search_args.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/types/whoosh.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/utils/__init__.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/utils/exceptions.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/utils/import_system.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/utils/logging.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/utils/notebook.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/utils/repr.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/utils/requests.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/utils/rest.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/utils/s3.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag/utils/stac_reader.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag.egg-info/SOURCES.txt +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag.egg-info/dependency_links.txt +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag.egg-info/entry_points.txt +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag.egg-info/requires.txt +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/eodag.egg-info/top_level.txt +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/get_pypi_latest_version.sh +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/pytest.ini +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/readthedocs.yml +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/requirements-dev.txt +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/requirements-docs.txt +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/requirements-tutorials.txt +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/requirements.txt +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/setup.cfg +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/setup.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/tox.ini +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/utils/params_mapping_to_csv.py +0 -0
- {eodag-3.3.1 → eodag-3.3.2}/utils/product_types_information_to_csv.py +0 -0
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
name: Update changelog
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
workflow_dispatch:
|
|
5
|
+
push:
|
|
6
|
+
branches: [develop]
|
|
7
|
+
|
|
8
|
+
jobs:
|
|
9
|
+
update-changelog:
|
|
10
|
+
name: Update changelog
|
|
11
|
+
runs-on: ubuntu-latest
|
|
12
|
+
steps:
|
|
13
|
+
- name: Checkout the repo
|
|
14
|
+
uses: actions/checkout@v4
|
|
15
|
+
with:
|
|
16
|
+
# Get history and tags for SCM versioning to work
|
|
17
|
+
fetch-depth: 0
|
|
18
|
+
- name: Install the latest version of uv with cache enabled
|
|
19
|
+
uses: astral-sh/setup-uv@v3
|
|
20
|
+
with:
|
|
21
|
+
version: "latest"
|
|
22
|
+
enable-cache: true
|
|
23
|
+
cache-dependency-glob: ""
|
|
24
|
+
- name: Install python-semantic-release and packaging in venv
|
|
25
|
+
run: |
|
|
26
|
+
uv venv
|
|
27
|
+
source .venv/bin/activate
|
|
28
|
+
uv pip install python-semantic-release packaging
|
|
29
|
+
- name: Get expected new version, update changelog and documentation
|
|
30
|
+
run: |
|
|
31
|
+
source .venv/bin/activate
|
|
32
|
+
EXPECTED_VERSION=$(semantic-release --noop version --print)
|
|
33
|
+
EXPECTED_TAG="v$EXPECTED_VERSION"
|
|
34
|
+
TODAY=$(date +"%Y-%m-%d")
|
|
35
|
+
TITLE="$EXPECTED_TAG ($TODAY)"
|
|
36
|
+
TITLE_LENGTH=${#TITLE}
|
|
37
|
+
|
|
38
|
+
semantic-release changelog
|
|
39
|
+
|
|
40
|
+
sed -i -e "/^\.\. _changelog-unreleased:$/d" \
|
|
41
|
+
-e "/^Unreleased$/{
|
|
42
|
+
s//${TITLE}/
|
|
43
|
+
n
|
|
44
|
+
s/^=*$/$(printf '%*s' "$TITLE_LENGTH" '' | tr ' ' '=')/
|
|
45
|
+
}" CHANGES.rst
|
|
46
|
+
|
|
47
|
+
NEXT_DEV_VERSION=$(python -c "from packaging.version import Version; v=Version('$EXPECTED_VERSION'); print(f'{v.major}.{v.minor}.{v.micro +1}.dev0')")
|
|
48
|
+
|
|
49
|
+
sed -i "s/fallback_version = \".*\"/fallback_version = \"$NEXT_DEV_VERSION\"/" pyproject.toml
|
|
50
|
+
sed -i "s|csspace/eodag-server:.*|csspace/eodag-server:$EXPECTED_VERSION|" README.rst
|
|
51
|
+
sed -i "s|csspace/eodag-server:.*|csspace/eodag-server:$EXPECTED_VERSION|" docs/stac_rest.rst
|
|
52
|
+
sed -i "s/^appVersion:.*/appVersion: $EXPECTED_VERSION/" charts/eodag-server/Chart.yaml
|
|
53
|
+
sed -i "s/^version:.*/version: $EXPECTED_VERSION/" charts/eodag-server/Chart.yaml
|
|
54
|
+
|
|
55
|
+
echo "EXPECTED_TAG=$EXPECTED_TAG" >> $GITHUB_ENV
|
|
56
|
+
|
|
57
|
+
- name: Create Pull Request
|
|
58
|
+
uses: peter-evans/create-pull-request@v6
|
|
59
|
+
with:
|
|
60
|
+
branch: new-release
|
|
61
|
+
delete-branch: true
|
|
62
|
+
draft: true
|
|
63
|
+
title: 'build: bump version'
|
|
64
|
+
body: |
|
|
65
|
+
`${{ env.EXPECTED_TAG }}` release.
|
|
66
|
+
|
|
67
|
+
5 files were updated:
|
|
68
|
+
|
|
69
|
+
[CHANGES.rst](https://github.com/CS-SI/eodag/blob/new-release/CHANGES.rst), and version updated in:
|
|
70
|
+
- [pyproject.toml](https://github.com/CS-SI/eodag/blob/new-release/pyproject.toml?plain=1#L6)
|
|
71
|
+
- [README.rst](https://github.com/CS-SI/eodag/blob/new-release/README.rst?plain=1#L190)
|
|
72
|
+
- [charts/eodag-server/Chart.yml#appVersion](https://github.com/CS-SI/eodag/blob/new-release/charts/eodag-server/Chart.yaml?plain=1#L2)
|
|
73
|
+
- [charts/eodag-server/Chart.yml#version](https://github.com/CS-SI/eodag/blob/new-release/charts/eodag-server/Chart.yaml?plain=1#L18)
|
|
74
|
+
- [docs/stac_rest.rst](https://github.com/CS-SI/eodag/blob/new-release/docs/stac_rest.rst?plain=1#L118)
|
|
75
|
+
labels: |
|
|
76
|
+
automated pr
|
|
@@ -42,7 +42,7 @@ jobs:
|
|
|
42
42
|
git config user.name "github-actions[bot]"
|
|
43
43
|
git config user.email "'github-actions[bot]@users.noreply.github.com"
|
|
44
44
|
git add "${JSON_OUTPUT_FILE}"
|
|
45
|
-
git commit -m "
|
|
45
|
+
git commit -m "chore: update external product types reference" || exit 0
|
|
46
46
|
echo "Update external product types reference from daily fetch. See [Python API User Guide / Product types discovery](https://eodag.readthedocs.io/en/latest/notebooks/api_user_guide/2_providers_products_available.html#Product-types-discovery)" >> $GITHUB_STEP_SUMMARY
|
|
47
47
|
echo '### Changed files' >> $GITHUB_STEP_SUMMARY
|
|
48
48
|
echo 'May be truncated.' >> $GITHUB_STEP_SUMMARY
|
|
@@ -63,7 +63,7 @@ jobs:
|
|
|
63
63
|
with:
|
|
64
64
|
branch: external-product-types-ref-update
|
|
65
65
|
delete-branch: true
|
|
66
|
-
title: '
|
|
66
|
+
title: 'chore: update external product types reference'
|
|
67
67
|
body: ${{ env.UPDATE_SUMMARY }}
|
|
68
68
|
labels: |
|
|
69
69
|
automated pr
|
|
@@ -105,6 +105,8 @@ jobs:
|
|
|
105
105
|
coverage-summary-title: "Code Coverage (Ubuntu)"
|
|
106
106
|
# Make the code coverage report togglable
|
|
107
107
|
togglable-report: true
|
|
108
|
+
# Github token to use to publish the check
|
|
109
|
+
token: ${{ secrets.EODAG_GH_TOKEN }}
|
|
108
110
|
|
|
109
111
|
- name: Produce the coverage report for Windows
|
|
110
112
|
uses: insightsengineering/coverage-action@v2
|
|
@@ -135,6 +137,8 @@ jobs:
|
|
|
135
137
|
coverage-summary-title: "Code Coverage (Windows)"
|
|
136
138
|
# Make the code coverage report togglable
|
|
137
139
|
togglable-report: true
|
|
140
|
+
# Github token to use to publish the check
|
|
141
|
+
token: ${{ secrets.EODAG_GH_TOKEN }}
|
|
138
142
|
|
|
139
143
|
build-docs:
|
|
140
144
|
name: Build the docs
|
|
@@ -3,6 +3,40 @@ Release history
|
|
|
3
3
|
===============
|
|
4
4
|
|
|
5
5
|
|
|
6
|
+
v3.3.2 (2025-04-24)
|
|
7
|
+
===================
|
|
8
|
+
|
|
9
|
+
Bug Fixes
|
|
10
|
+
---------
|
|
11
|
+
|
|
12
|
+
* **providers**: Creodias and cop_dataspace products title mapping (`#1635`_, `850cb50`_)
|
|
13
|
+
|
|
14
|
+
Continuous Integration
|
|
15
|
+
----------------------
|
|
16
|
+
|
|
17
|
+
* Fixed changelog generation (`#1630`_, `3bd7a5c`_)
|
|
18
|
+
|
|
19
|
+
* Token usage for coverage report publishing (`#1633`_, `6a7e0d4`_)
|
|
20
|
+
|
|
21
|
+
* Update changelog generation (`#1627`_, `20e0ef7`_)
|
|
22
|
+
|
|
23
|
+
Refactoring
|
|
24
|
+
-----------
|
|
25
|
+
|
|
26
|
+
* **core**: Authentication for get_quicklook (`#1608`_, `40915e0`_)
|
|
27
|
+
|
|
28
|
+
.. _#1608: https://github.com/CS-SI/eodag/pull/1608
|
|
29
|
+
.. _#1627: https://github.com/CS-SI/eodag/pull/1627
|
|
30
|
+
.. _#1630: https://github.com/CS-SI/eodag/pull/1630
|
|
31
|
+
.. _#1633: https://github.com/CS-SI/eodag/pull/1633
|
|
32
|
+
.. _#1635: https://github.com/CS-SI/eodag/pull/1635
|
|
33
|
+
.. _20e0ef7: https://github.com/CS-SI/eodag/commit/20e0ef7d066b278ad2f068e1f65998c5549fdaf0
|
|
34
|
+
.. _3bd7a5c: https://github.com/CS-SI/eodag/commit/3bd7a5c486f28c104964d7ca11c222a5a4d9132f
|
|
35
|
+
.. _40915e0: https://github.com/CS-SI/eodag/commit/40915e031b4b5db2eda508fb71e5058d2a256bff
|
|
36
|
+
.. _6a7e0d4: https://github.com/CS-SI/eodag/commit/6a7e0d43883d862b06269dee4bff940b5112e018
|
|
37
|
+
.. _850cb50: https://github.com/CS-SI/eodag/commit/850cb5010058887277e19e59b2b7b3311fddd2a4
|
|
38
|
+
|
|
39
|
+
|
|
6
40
|
v3.3.1 (2025-04-17)
|
|
7
41
|
===================
|
|
8
42
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: eodag
|
|
3
|
-
Version: 3.3.
|
|
3
|
+
Version: 3.3.2
|
|
4
4
|
Summary: Earth Observation Data Access Gateway
|
|
5
5
|
Home-page: https://github.com/CS-SI/eodag
|
|
6
6
|
Author: CS GROUP - France
|
|
@@ -317,7 +317,7 @@ An eodag instance can be exposed through a STAC compliant REST api from the comm
|
|
|
317
317
|
|
|
318
318
|
.. code-block:: bash
|
|
319
319
|
|
|
320
|
-
docker run -p 5000:5000 --rm csspace/eodag-server:3.3.
|
|
320
|
+
docker run -p 5000:5000 --rm csspace/eodag-server:3.3.2
|
|
321
321
|
|
|
322
322
|
You can also browse over your STAC API server using `STAC Browser <https://github.com/radiantearth/stac-browser>`_.
|
|
323
323
|
Simply run:
|
|
@@ -187,7 +187,7 @@ An eodag instance can be exposed through a STAC compliant REST api from the comm
|
|
|
187
187
|
|
|
188
188
|
.. code-block:: bash
|
|
189
189
|
|
|
190
|
-
docker run -p 5000:5000 --rm csspace/eodag-server:3.3.
|
|
190
|
+
docker run -p 5000:5000 --rm csspace/eodag-server:3.3.2
|
|
191
191
|
|
|
192
192
|
You can also browse over your STAC API server using `STAC Browser <https://github.com/radiantearth/stac-browser>`_.
|
|
193
193
|
Simply run:
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
apiVersion: v2
|
|
2
|
-
appVersion: 3.3.
|
|
2
|
+
appVersion: 3.3.2
|
|
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.3.
|
|
18
|
+
version: 3.3.2
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
parameter,cop_dataspace,cop_marine,creodias,earth_search,earth_search_cog,earth_search_gcs,ecmwf,eumetsat_ds,geodes,peps,planetary_computer,sara,theia,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,metadata only
|
|
8
|
+
extraInformation,,,,,,,,metadata only,,,,,,
|
|
9
|
+
geometry,: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`,: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`,metadata only,: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`,,metadata only,:green:`queryable metadata`
|
|
17
|
+
polarizationMode,,,,,metadata only,,,,,:green:`queryable metadata`,,:green:`queryable metadata`,metadata only,
|
|
18
|
+
productIdentifier,metadata only,,metadata only,,,,,,,,,,,
|
|
19
|
+
productInformation,,,,,,,,metadata only,,,,,,
|
|
20
|
+
providerProductType,,,,,,,,,:green:`queryable metadata`,,,,,
|
|
21
|
+
publishedAfter,:green:`queryable metadata`,,,,,,,,,,,,,
|
|
22
|
+
publishedBefore,:green:`queryable metadata`,,,,,,,,,,,,,
|
|
23
|
+
quicklook,metadata only,,metadata only,metadata only,metadata only,metadata only,,metadata only,metadata only,metadata only,metadata only,metadata only,metadata only,metadata only
|
|
24
|
+
relativeOrbitNumber,:green:`queryable metadata`,,,,,,,,:green:`queryable metadata`,,,,,
|
|
25
|
+
services,,,,,,,,,,metadata only,,,,
|
|
26
|
+
size,,,,,,,,metadata only,,,,,,
|
|
27
|
+
storageStatus,metadata only,,metadata only,metadata only,metadata only,metadata only,,metadata only,metadata only,metadata only,metadata only,metadata only,metadata only,metadata only
|
|
28
|
+
thumbnail,metadata only,,metadata only,metadata only,metadata only,metadata only,,,metadata only,metadata only,metadata only,metadata only,metadata only,metadata only
|
|
29
|
+
tileIdentifier,:green:`queryable metadata`,,:green:`queryable metadata`,:green:`queryable metadata`,,,,,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,,:green:`queryable metadata`,
|
|
30
|
+
type,,,,,,,,metadata only,,,,,,
|
|
31
|
+
uid,metadata only,,metadata only,,,,,metadata only,metadata only,metadata only,,metadata only,metadata only,
|
|
32
|
+
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": ""}, "antennaLookDirection": {"parameter": "antennaLookDirection", "open-search": true, "class": "", "description": "", "type": ""}, "archivingCenter": {"parameter": "archivingCenter", "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": ""}, "illuminationZenithAngle": {"parameter": "illuminationZenithAngle", "open-search": true, "class": "", "description": "", "type": ""}, "incidenceAngleVariation": {"parameter": "incidenceAngleVariation", "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": ""}, "maximumIncidenceAngle": {"parameter": "maximumIncidenceAngle", "open-search": true, "class": "", "description": "", "type": ""}, "minimumIncidenceAngle": {"parameter": "minimumIncidenceAngle", "open-search": true, "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": ""}, "orderLink": {"parameter": "orderLink", "open-search": "", "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": ""}, "polarizationMode": {"parameter": "polarizationMode", "open-search": "", "class": "", "description": "", "type": ""}, "processingCenter": {"parameter": "processingCenter", "open-search": true, "class": "", "description": "", "type": ""}, "processingDate": {"parameter": "processingDate", "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"}, "processingMode": {"parameter": "processingMode", "open-search": true, "class": "", "description": "", "type": ""}, "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": ""}, "qs": {"parameter": "qs", "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": ""}}
|
|
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": ""}, "antennaLookDirection": {"parameter": "antennaLookDirection", "open-search": true, "class": "", "description": "", "type": ""}, "archivingCenter": {"parameter": "archivingCenter", "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": ""}, "illuminationZenithAngle": {"parameter": "illuminationZenithAngle", "open-search": true, "class": "", "description": "", "type": ""}, "incidenceAngleVariation": {"parameter": "incidenceAngleVariation", "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": ""}, "maximumIncidenceAngle": {"parameter": "maximumIncidenceAngle", "open-search": true, "class": "", "description": "", "type": ""}, "minimumIncidenceAngle": {"parameter": "minimumIncidenceAngle", "open-search": true, "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": ""}, "polarizationMode": {"parameter": "polarizationMode", "open-search": "", "class": "", "description": "", "type": ""}, "processingCenter": {"parameter": "processingCenter", "open-search": true, "class": "", "description": "", "type": ""}, "processingDate": {"parameter": "processingDate", "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"}, "processingMode": {"parameter": "processingMode", "open-search": true, "class": "", "description": "", "type": ""}, "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": ""}}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
parameter,cop_dataspace,cop_marine,creodias,earth_search,earth_search_cog,earth_search_gcs,ecmwf,eumetsat_ds,geodes,peps,planetary_computer,sara,theia,usgs_satapi_aws
|
|
2
|
+
:abbr:`abstract ([Additional INSPIRE obligated OpenSearch Parameters for Collection Search] Abstract. (String))`,,,,metadata only,metadata only,metadata only,,,metadata only,metadata only,metadata only,metadata only,,metadata only
|
|
3
|
+
":abbr:`accessConstraint ([Additional INSPIRE obligated OpenSearch Parameters for Collection Search] Applied to assure the protection of privacy or intellectual property, and any special restrictions or limitations on obtaining the resource (String ))`",,,,,,,,,,metadata only,,metadata only,metadata only,
|
|
4
|
+
acquisitionStation,,,,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,,,:green:`queryable metadata`,,:green:`queryable metadata`,,metadata only,:green:`queryable metadata`
|
|
5
|
+
acquisitionSubType,,,,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,,,:green:`queryable metadata`,,:green:`queryable metadata`,,metadata only,:green:`queryable metadata`
|
|
6
|
+
acquisitionType,,,,,,,,,,metadata only,,metadata only,,
|
|
7
|
+
antennaLookDirection,,,,,,,,,,,,,metadata only,
|
|
8
|
+
archivingCenter,,,,,,,,,,,,,metadata only,
|
|
9
|
+
availabilityTime,,,,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,,,:green:`queryable metadata`,,:green:`queryable metadata`,,metadata only,:green:`queryable metadata`
|
|
10
|
+
cloudCover,: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`
|
|
11
|
+
completionTimeFromAscendingNode,: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`,:green:`queryable metadata`
|
|
12
|
+
creationDate,,,,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,,,:green:`queryable metadata`,metadata only,:green:`queryable metadata`,metadata only,metadata only,:green:`queryable metadata`
|
|
13
|
+
:abbr:`doi ([OpenSearch Parameters for Collection Search] Digital Object Identifier identifying the product (see http://www.doi.org) (String))`,,,,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,,,:green:`queryable metadata`,,:green:`queryable metadata`,,,:green:`queryable metadata`
|
|
14
|
+
dopplerFrequency,,,,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,,,:green:`queryable metadata`,,:green:`queryable metadata`,,metadata only,:green:`queryable metadata`
|
|
15
|
+
illuminationAzimuthAngle,,,,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,,,:green:`queryable metadata`,,:green:`queryable metadata`,,metadata only,:green:`queryable metadata`
|
|
16
|
+
illuminationElevationAngle,,,,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,,,:green:`queryable metadata`,,:green:`queryable metadata`,,metadata only,:green:`queryable metadata`
|
|
17
|
+
illuminationZenithAngle,,,,,,,,,,,,,metadata only,
|
|
18
|
+
incidenceAngleVariation,,,,,,,,,,,,,metadata only,
|
|
19
|
+
":abbr:`instrument ([OpenSearch Parameters for Collection Search] A string identifying the instrument (e.g. MERIS, AATSR, ASAR, HRVIR. SAR). (String))`",: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`,:green:`queryable metadata`
|
|
20
|
+
:abbr:`keyword ([Additional INSPIRE obligated OpenSearch Parameters for Collection Search] Commonly used word(s) or formalised word(s) or phrase(s) used to describe the subject. (String))`,,,,,,,,,metadata only,metadata only,,metadata only,metadata only,
|
|
21
|
+
maximumIncidenceAngle,,,,,,,,,,,,,metadata only,
|
|
22
|
+
minimumIncidenceAngle,,,,,,,,,,,,,metadata only,
|
|
23
|
+
modificationDate,:green:`queryable metadata`,,metadata only,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,,metadata only,:green:`queryable metadata`,metadata only,:green:`queryable metadata`,metadata only,metadata only,:green:`queryable metadata`
|
|
24
|
+
orbitDirection,: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`
|
|
25
|
+
orbitNumber,: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`,metadata only,:green:`queryable metadata`
|
|
26
|
+
:abbr:`organisationName ([Additional INSPIRE obligated OpenSearch Parameters for Collection Search] A string identifying the name of the organization responsible for the resource (String))`,:green:`queryable metadata`,,:green:`queryable metadata`,,,,,,,:green:`queryable metadata`,,:green:`queryable metadata`,metadata only,
|
|
27
|
+
parentIdentifier,,,,,,,,:green:`queryable metadata`,,:green:`queryable metadata`,,:green:`queryable metadata`,metadata only,
|
|
28
|
+
:abbr:`platform ([OpenSearch Parameters for Collection Search] A string with the platform short name (e.g. Sentinel-1) (String))`,:green:`queryable metadata`,,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,,metadata only,:green:`queryable metadata`,metadata only,:green:`queryable metadata`,metadata only,:green:`queryable metadata`,:green:`queryable metadata`
|
|
29
|
+
:abbr:`platformSerialIdentifier ([OpenSearch Parameters for Collection Search] A string with the Platform serial identifier (String))`,: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`,:green:`queryable metadata`,:green:`queryable metadata`
|
|
30
|
+
processingCenter,,,,,,,,,,metadata only,,metadata only,,
|
|
31
|
+
processingDate,,,,,,,,,,,,,metadata only,
|
|
32
|
+
:abbr:`processingLevel ([OpenSearch Parameters for Collection Search] A string identifying the processing level applied to the entry (String))`,: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`
|
|
33
|
+
processingMode,,,,,,,,,,,,,metadata only,
|
|
34
|
+
processorName,,,,,,,,,,metadata only,,metadata only,,
|
|
35
|
+
productQualityStatus,,,,,,,,,,metadata only,,metadata only,,
|
|
36
|
+
":abbr:`productType ([OpenSearch Parameters for Collection Search] A string identifying the entry type (e.g. ER02_SAR_IM__0P, MER_RR__1P, SM_SLC__1S, GES_DISC_AIRH3STD_V005) (String ))`",: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`,:green:`queryable metadata`
|
|
37
|
+
productVersion,,,,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,,,:green:`queryable metadata`,metadata only,:green:`queryable metadata`,metadata only,metadata only,:green:`queryable metadata`
|
|
38
|
+
:abbr:`publicationDate ([Additional INSPIRE obligated OpenSearch Parameters for Collection Search] The date when the resource was issued (Date time))`,metadata only,,metadata only,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,,,:green:`queryable metadata`,metadata only,:green:`queryable metadata`,metadata only,metadata only,:green:`queryable metadata`
|
|
39
|
+
resolution,: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`,metadata only,:green:`queryable metadata`
|
|
40
|
+
sensorMode,: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`,metadata only,:green:`queryable metadata`
|
|
41
|
+
snowCover,,,,,,,,,,:green:`queryable metadata`,,:green:`queryable metadata`,metadata only,
|
|
42
|
+
startTimeFromAscendingNode,:green:`queryable metadata`,,:green:`queryable metadata`,metadata only,metadata only,metadata only,,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,metadata only,:green:`queryable metadata`,:green:`queryable metadata`,metadata only
|
|
43
|
+
swathIdentifier,,,,,,,,,:green:`queryable metadata`,:green:`queryable metadata`,,:green:`queryable metadata`,,
|
|
44
|
+
:abbr:`title ([Additional INSPIRE obligated OpenSearch Parameters for Collection Search] A name given to the resource (String ))`,metadata only,,metadata only,metadata only,metadata only,metadata only,,metadata only,metadata only,metadata only,metadata only,metadata only,metadata only,metadata only
|
|
45
|
+
:abbr:`topicCategory ([Additional INSPIRE obligated OpenSearch Parameters for Collection Search] Main theme(s) of the dataset (String ))`,,,,,,,,,,metadata only,,metadata only,,
|
|
@@ -14,6 +14,7 @@ CAMS_GREENHOUSE_INVERSION,"This data set contains net fluxes at the surface, atm
|
|
|
14
14
|
CAMS_GRF,"This dataset provides geographical distributions of the radiative forcing (RF) by key atmospheric constituents. The radiative forcing estimates are based on the CAMS reanalysis and additional model simulations and are provided separately for CO2 CH4, O3 (tropospheric and stratospheric), interactions between anthropogenic aerosols and radiation and interactions between anthropogenic aerosols and clouds. Radiative forcing measures the imbalance in the Earth's energy budget caused by a perturbation of the climate system, such as changes in atmospheric composition caused by human activities. RF is a useful predictor of globally-averaged temperature change, especially when rapid adjustments of atmospheric temperature and moisture profiles are taken into account. RF has therefore become a quantitative metric to compare the potential climate response to different perturbations. Increases in greenhouse gas concentrations over the industrial era exerted a positive RF, causing a gain of energy in the climate system. In contrast, concurrent changes in atmospheric aerosol concentrations are thought to exert a negative RF leading to a loss of energy. Products are quantified both in ""all-sky"" conditions, meaning that the radiative effects of clouds are included in the radiative transfer calculations, and in ""clear-sky"" conditions, which are computed by excluding clouds in the radiative transfer calculations. The upgrade from version 1.5 to 2 consists of an extension of the period by 2017-2018, the addition of an ""effective radiative forcing"" product and new ways to calculate the pre-industrial reference state for aerosols and cloud condensation nuclei. More details are given in the documentation section. New versions may be released in future as scientific methods develop, and existing versions may be extended with later years if data for the period is available from the CAMS reanalysis. Newer versions supercede old versions so it is always recommended to use the latest one. CAMS also produces distributions of aerosol optical depths, distinguishing natural from anthropogenic aerosols, which are a separate dataset. See ""Related Data"". ",,CAMS,CAMS,,"Copernicus,ADS,CAMS,Atmospheric,Atmosphere,RF,CO2,CH4,O3,Aerosol",ATMOSPHERIC,other,CAMS global radiative forcings,2003-01-01T00:00:00Z,CAMS_GRF,,available,,,,,,,available,,,,,,,,,,,,,,,,,,available,
|
|
15
15
|
CAMS_GRF_AUX,"This dataset provides aerosol optical depths and aerosol-radiation radiative effects for four different aerosol origins: anthropogenic, mineral dust, marine, and land-based fine-mode natural aerosol. The latter mostly consists of biogenic aerosols. The data are a necessary complement to the ""CAMS global radiative forcings"" dataset (see ""Related Data""). The calculation of aerosol radiative forcing requires a discrimination between aerosol of anthropogenic and natural origin. However, the CAMS reanalysis, which is used to provide the aerosol concentrations, does not make this distinction. The anthropogenic fraction was therefore derived by a method which uses aerosol size as a proxy for aerosol origin. ",,CAMS,CAMS,,"Copernicus,ADS,CAMS,Atmospheric,Atmosphere,RF,CO2,CH4,O3,Aerosol",ATMOSPHERIC,other,CAMS global radiative forcing - auxilliary variables,2003-01-01T00:00:00Z,CAMS_GRF_AUX,,available,,,,,,,available,,,,,,,,,,,,,,,,,,available,
|
|
16
16
|
CAMS_SOLAR_RADIATION,"The CAMS solar radiation services provide historical values (2004 to present) of global (GHI), direct (BHI) and diffuse (DHI) solar irradiation, as well as direct normal irradiation (BNI). The aim is to fulfil the needs of European and national policy development and the requirements of both commercial and public downstream services, e.g. for planning, monitoring, efficiency improvements and the integration of solar energy systems into energy supply grids. For clear-sky conditions, an irradiation time series is provided for any location in the world using information on aerosol, ozone and water vapour from the CAMS global forecasting system. Other properties, such as ground albedo and ground elevation, are also taken into account. Similar time series are available for cloudy (or ""all sky"") conditions but, since the high-resolution cloud information is directly inferred from satellite observations, these are currently only available inside the field-of-view of the Meteosat Second Generation (MSG) satellite, which is roughly Europe, Africa, the Atlantic Ocean and the Middle East. Data is offered in both ASCII and netCDF format. Additionally, an ASCII ""expert mode"" format can be selected which contains in addition to the irradiation, all the input data used in their calculation (aerosol optical properties, water vapour concentration, etc). This additional information is only meaningful in the time frame at which the calculation is performed and so is only available at 1-minute time steps in universal time (UT). ",,CAMS,CAMS,,"Copernicus,ADS,CAMS,Solar,Radiation",ATMOSPHERIC,other,CAMS solar radiation time-series,2004-01-02T00:00:00Z,CAMS_SOLAR_RADIATION,,available,,,,,,,available,,,,,,,,,,,,,,,,,,available,
|
|
17
|
+
CLMS_CORINE,"The CORINE Land Cover (CLC) inventory was initiated in 1985 (reference year 1990). Updates have been produced in 2000, 2006, 2012, and 2018. It consists of an inventory of land cover in 44 classes. CLC uses a Minimum Mapping Unit (MMU) of 25 hectares (ha) for areal phenomena and a minimum width of 100 m for linear phenomena. The time series are complemented by change layers, which highlight changes in land cover with an MMU of 5 ha. Different MMUs mean that the change layer has higher resolution than the status layer. Due to differences in MMUs the difference between two status layers will not equal to the corresponding CLC-Changes layer. If you are interested in CLC-Changes between two neighbour surveys always use the CLC-Change layer. ",,"Sentinel-2, LANDSAT, SPOT-4/5, IRS P6 LISS III","S2, L5, L7, L8, SPOT4, SPOT5",,"Land-cover,LCL,CORINE,CLMS",,other,CORINE Land Cover,1986-01-01T00:00:00Z,CLMS_CORINE,,,,,,,,,available,,,,,,,,,,,,,,,,,,,available
|
|
17
18
|
CLMS_GLO_DMP_333M,"Dry matter Productivity (DMP) is an indication of the overall growth rate or dry biomass increase of the vegetation and is directly related to ecosystem Net Primary Productivity (NPP), however its units (kilograms of gross dry matter per hectare per day) are customized for agro-statistical purposes. Compared to the Gross DMP (GDMP), or its equivalent Gross Primary Productivity, the main difference lies in the inclusion of the autotrophic respiration. Like the FAPAR products that are used as input for the GDMP estimation, these GDMP products are provided in Near Real Time, with consolidations in the next periods, or as offline product. ","OLCI,PROBA-V",Sentinel-3,,,"Land,Dry-matter-productivity,DMP,OLCI,PROBA-V,Sentinel-3",,other,10-daily Dry Matter Productivity 333M,2014-01-10T00:00:00Z,CLMS_GLO_DMP_333M,,,,,,,,,available,,,,,,,,,,,,,,,,,,,available
|
|
18
19
|
CLMS_GLO_FAPAR_333M,"The FAPAR quantifies the fraction of the solar radiation absorbed by plants for photosynthesis. It refers only to the green and living elements of the canopy. The FAPAR depends on the canopy structure, vegetation element optical properties, atmospheric conditions and angular configuration. To overcome this latter dependency, a daily integrated FAPAR value is assessed. FAPAR is very useful as input to a number of primary productivity models and is recognized as an Essential Climate Variable (ECV) by the Global Climate Observing System (GCOS). The product at 333m resolution is provided in Near Real Time and consolidated in the next six periods. ","OLCI,PROBA-V",Sentinel-3,,,"Land,Fraction-of-absorbed-PAR,FAPAR,OLCI,PROBA-V,Sentinel-3",,other,Global 10-daily Fraction of Absorbed PAR 333m,2014-01-10T00:00:00Z,CLMS_GLO_FAPAR_333M,,,,,,,,,available,,,,,,,,,,,,,,,,,,,available
|
|
19
20
|
CLMS_GLO_FCOVER_333M,"The Fraction of Vegetation Cover (FCover) corresponds to the fraction of ground covered by green vegetation. Practically, it quantifies the spatial extent of the vegetation. Because it is independent from the illumination direction and it is sensitive to the vegetation amount, FCover is a very good candidate for the replacement of classical vegetation indices for the monitoring of ecosystems. The product at 333m resolution is provided in Near Real Time and consolidated in the next six periods. ","OLCI,PROBA-V",Sentinel-3,,,"Land,Fraction-of-vegetation-cover,OLCI,PROBA-V,Sentinel-3",,other,Global 10-daily Fraction of Vegetation Cover 333m,2014-01-10T00:00:00Z,CLMS_GLO_FCOVER_333M,,,,,,,,,available,,,,,,,,,,,,,,,,,,,available
|
|
@@ -27,7 +28,6 @@ COP_DEM_GLO90_DGED,"Defence Gridded Elevation Data (DGED, 32 Bit floating point)
|
|
|
27
28
|
COP_DEM_GLO90_DTED,"Digital Terrain Elevation Data (DTED, 16 Bit signed integer) formatted Copernicus DEM GLO-90 data. The Copernicus Digital Elevation Model is a Digital Surface Model (DSM) that represents the surface of the Earth including buildings, infrastructure and vegetation. The Copernicus DEM is provided in 3 different instances: EEA-10, GLO-30 and GLO-90. GLO-90 provides worldwide coverage at 90 meters.Data were acquired through the TanDEM-X mission between 2011 and 2015. The datasets were made available for use in 2019 and will be maintained until 2026. ",,TerraSAR,,,"TerraSAR,TanDEM-X,DEM,surface,GLO-90,DSM,DTED",ALTIMETRIC,other,Copernicus DEM GLO-90 DTED,2010-06-21T00:00:00Z,COP_DEM_GLO90_DTED,,,,,,,available,available,available,,,,,,,,,,,,,,,,,,,available
|
|
28
29
|
DT_CLIMATE_ADAPTATION,"The Digital Twin on Climate Change Adaptation support the analysis and testing of scenarios. This in turn will support sustainable development and climate adaptation and mitigation policy-making at multi-decadal timescales, at regional and national levels. ",,Digital Twin,DT,,"DT,DE,LUMI,Destination-Earth,Digital-Twin,Climate,Change,Adaptation",ATMOSPHERIC,other,Climate Change Adaptation Digital Twin (DT),2020-01-01T00:00:00Z,DT_CLIMATE_ADAPTATION,,,,,,,,,available,available,,,,,,,,,,,,,,,,,,
|
|
29
30
|
DT_EXTREMES,The Digital Twin on Weather-Induced and Geophysical Extremes provides capabilities for the assessment and prediction of environmental extremes in support of risk assessment and management. ,,Digital Twin,DT,,"DT,DE,LUMI,Destination-Earth,Digital-Twin,Weather,Geophysical,Extremes",ATMOSPHERIC,other,Weather and Geophysical Extremes Digital Twin (DT),2024-04-04T00:00:00Z,DT_EXTREMES,,,,,,,,,available,available,,,,,,,,,,,,,,,,,,
|
|
30
|
-
CLMS_CORINE,"The CORINE Land Cover (CLC) inventory was initiated in 1985 (reference year 1990). Updates have been produced in 2000, 2006, 2012, and 2018. It consists of an inventory of land cover in 44 classes. CLC uses a Minimum Mapping Unit (MMU) of 25 hectares (ha) for areal phenomena and a minimum width of 100 m for linear phenomena. The time series are complemented by change layers, which highlight changes in land cover with an MMU of 5 ha. Different MMUs mean that the change layer has higher resolution than the status layer. Due to differences in MMUs the difference between two status layers will not equal to the corresponding CLC-Changes layer. If you are interested in CLC-Changes between two neighbour surveys always use the CLC-Change layer. ",,"Sentinel-2, LANDSAT, SPOT-4/5, IRS P6 LISS III","S2, L5, L7, L8, SPOT4, SPOT5",,"Land-cover,LCL,CORINE,CLMS",,other,CORINE Land Cover,1986-01-01T00:00:00Z,CLMS_CORINE,,,,,,,,,available,,,,,,,,,,,,,,,,,,,available
|
|
31
31
|
EEA_DAILY_VI,"Vegetation Indices (VI) comprises four daily vegetation indices (PPI, NDVI, LAI and FAPAR) and quality information, that are part of the Copernicus Land Monitoring Service (CLMS) HR-VPP product suite. The 10m resolution, daily updated Plant Phenology Index (PPI), Normalized Difference Vegetation Index (NDVI), Leaf Area Index (LAI) and Fraction of Absorbed Photosynthetically Active Radiation (fAPAR) are derived from Copernicus Sentinel-2 satellite observations. They are provided together with a related quality indicator (QFLAG2) that flags clouds, shadows, snow, open water and other areas where the VI retrieval is less reliable. These Vegetation Indices are made available as a set of raster files with 10 x 10m resolution, in UTM/WGS84 projection corresponding to the Sentinel-2 tiling grid, for those tiles that cover the EEA38 countries and the United Kingdom and for the period from 2017 until today, with daily updates. The Vegetation Indices are part of the pan-European High Resolution Vegetation Phenology and Productivity (HR-VPP) component of the Copernicus Land Monitoring Service (CLMS). ",,Sentinel-2,"S2A, S2B",,"Land,Plant-phenology-index,Phenology,Vegetation,Sentinel-2,S2A,S2B",RADAR,other,"Vegetation Indices, daily, UTM projection",,EEA_DAILY_VI,,,,,,,,,available,,,,,,,,,,,,,,,,,,,available
|
|
32
32
|
EFAS_FORECAST,"This dataset provides gridded modelled hydrological time series forced with medium-range meteorological forecasts. The data is a consistent representation of the most important hydrological variables across the European Flood Awareness System (EFAS) domain. The temporal resolution is sub-daily high-resolution and ensemble forecasts of:\n\nRiver discharge\nSoil moisture for three soil layers\nSnow water equivalent\n\nIt also provides static data on soil depth for the three soil layers. Soil moisture and river discharge data are accompanied by ancillary files for interpretation (see related variables and links in the documentation).\nThis data set was produced by forcing the LISFLOOD hydrological model at a 5x5km resolution with meteorological forecasts. The forecasts are initialised twice daily at 00 and 12 UTC with time steps of 6 or 24 hours and lead times between 5 and 15 days depending on the forcing numerical weather prediction model. The forcing meteorological data are high-resolution and ensemble forecasts from the European Centre of Medium-range Weather Forecasts (ECMWF) with 51 ensemble members, high-resolution forecasts from the Deutsches Wetter Dienst (DWD) and the ensemble forecasts from the COSMO Local Ensemble Prediction System (COSMO-LEPS) with 20 ensemble members. The hydrological forecasts are available from 2018-10-10 up until present with a 30-day delay. The real-time data is only available to EFAS partners.\nCompanion datasets, also available through the CDS, are historical simulations which can be used to derive the hydrological climatology and for verification; reforecasts for research, local skill assessment and post-processing; and seasonal forecasts and reforecasts for users looking for longer leadtime forecasts. For users looking for global hydrological data, we refer to the Global Flood Awareness System (GloFAS) forecasts and historical simulations. All these datasets are part of the operational flood forecasting within the Copernicus Emergency Management Service (CEMS).\n\nVariables in the dataset/application are:\nRiver discharge in the last 24 hours, River discharge in the last 6 hours, Snow depth water equivalent, Soil depth, Volumetric soil moisture\n\nVariables in the dataset/application are:\nOrography, Upstream area ",,CEMS,CEMS,,"ECMWF,CEMS,EFAS,forecast,river,discharge",ATMOSPHERIC,other,River discharge and related forecasted data by the European Flood Awareness System,2018-10-11T00:00:00Z,EFAS_FORECAST,,,,,available,,,,available,,,,,,,,,,,,,,,,,,,
|
|
33
33
|
EFAS_HISTORICAL,"This dataset provides gridded modelled daily hydrological time series forced with meteorological observations. The data set is a consistent representation of the most important hydrological variables across the European Flood Awareness System (EFAS) domain. The temporal resolution is up to 30 years modelled time series of:\n\nRiver discharge\nSoil moisture for three soil layers\nSnow water equivalent\n\nIt also provides static data on soil depth for the three soil layers. Soil moisture and river discharge data are accompanied by ancillary files for interpretation (see related variables and links in the documentation).\nThis dataset was produced by forcing the LISFLOOD hydrological model with gridded observational data of precipitation and temperature at a 5x5 km resolution across the EFAS domain. The most recent version\nuses a 6-hourly time step, whereas older versions uses a 24-hour time step. It is available from 1991-01-01 up until near-real time, with a delay of 6 days. The real-time data is only available to EFAS partners.\nCompanion datasets, also available through the CDS, are forecasts for users who are looking medium-range forecasts, reforecasts for research, local skill assessment and post-processing, and seasonal forecasts and reforecasts for users looking for long-term forecasts. For users looking for global hydrological data, we refer to the Global Flood Awareness System (GloFAS) forecasts and historical simulations. All these datasets are part of the operational flood forecasting within the Copernicus Emergency Management Service (CEMS).\n\nVariables in the dataset/application are:\nRiver discharge in the last 24 hours, River discharge in the last 6 hours, Snow depth water equivalent, Soil depth, Volumetric soil moisture\n\nVariables in the dataset/application are:\nOrography, Upstream area ",,CEMS,CEMS,,"ECMWF,CEMS,EFAS,historical,river,discharge",ATMOSPHERIC,other,River discharge and related historical data from the European Flood Awareness System,1991-01-01T06:00:00Z,EFAS_HISTORICAL,,,,,available,,,,available,,,,,,,,,,,,,,,,,,,
|
|
@@ -256,9 +256,9 @@ S5P_L2_O3_PR,"Retrieved ozone profiles are used to monitor the evolution of stra
|
|
|
256
256
|
S5P_L2_O3_TCL,"Ozone in the tropical troposphere plays various important roles. The intense UV radiation and high humidity in the tropics stimulate the formation of the hydroxyl radical (OH) by the photolysis of ozone. OH is the most important oxidant in the troposphere because it reacts with virtually all trace gases, such as CO, CH4 and other hydrocarbons. The tropics are also characterized by large emissions of nitrogen oxides (NOx), carbon monoxide (CO) and hydrocarbons, both from natural and anthropogenic sources. Ozone that is formed over regions where large amounts of these ozone precursors are emitted, can be transported over great distances and affects areas far from the source. The TROPOMI tropospheric ozone product is a level-2c product that represents three day averaged tropospheric ozone columns on a 0.5° by 1° latitude-longitude grid for the tropical region between 20°N and 20°S. The TROPOMI tropospheric ozone column product uses the TROPOMI Level-2 total OZONE and CLOUD products as input. ",TROPOMI,SENTINEL5P,S5P,L2,"SENTINEL,SENTINEL5P,S5P,L2,TROPOMI,O3,TCL,Tropospheric,Ozone",ATMOSPHERIC,other,Sentinel-5 Precursor Level 2 Tropospheric Ozone,2017-10-13T00:00:00Z,S5P_L2_O3_TCL,,,,available,,,available,available,,,,,,,,,,,,,,,,,,,,
|
|
257
257
|
S5P_L2_SO2,"Sulphur dioxide (SO2) enters the Earth's atmosphere through both natural (~30%) and anthropogenic processes (~70%). It plays a role in chemistry on a local and global scale and its impact ranges from short term pollution to effects on climate. Beside the total column of SO2, enhanced levels of SO2 are flagged within the products. The recognition of enhanced SO2 values is essential in order to detect and monitor volcanic eruptions and anthropogenic pollution sources. Volcanic SO2 emissions may also pose a threat to aviation, along with volcanic ash. ",TROPOMI,SENTINEL5P,S5P,L2,"SENTINEL,SENTINEL5P,S5P,L2,TROPOMI,SO2,Sulphur,Dioxide",ATMOSPHERIC,other,Sentinel-5 Precursor Level 2 Sulphur Dioxide,2017-10-13T00:00:00Z,S5P_L2_SO2,,,,available,,,available,available,,,,,,,,,,,,,,,,,,,,
|
|
258
258
|
S6_RADIO_OCCULTATION,"Jason-CS/Sentinel-6 Radio Occultation Level 1B product, providing a bending angle versus impact parameter profile, as well as other relevant information derived from the observation. ",GNSS-RO,Sentinel-6,Sentinel-6,L1B,"Sentinel-6,L1B,GNSS-RO,Radio,Occultation",Radio Occultation,other,Radio Occultation Level 1B Products - Sentinel-6,2021-11-19T00:00:00Z,S6_RADIO_OCCULTATION,,,,,,,,,,,,,,,available,,,,,,,,,,,,,
|
|
259
|
-
SATELLITE_CARBON_DIOXIDE,"This dataset provides observations of atmospheric carbon dioxide (CO2)\namounts obtained from observations collected by several current and historical \nsatellite instruments. Carbon dioxide is a naturally occurring Greenhouse Gas (GHG), but one whose abundance has been increased substantially above its pre-industrial value of some 280 ppm by human activities, primarily because of emissions from combustion of fossil fuels, deforestation and other land-use change. The annual cycle (especially in the northern hemisphere) is primarily due to seasonal uptake and release of atmospheric CO2 by terrestrial vegetation.\nAtmospheric carbon dioxide abundance is indirectly observed by various satellite instruments. These instruments measure spectrally resolved near-infrared and/or infrared radiation reflected or emitted by the Earth and its atmosphere. In the measured signal, molecular absorption signatures from carbon dioxide and other constituent gasses can be identified. It is through analysis of those absorption lines in these radiance observations that the averaged carbon dioxide abundance in the sampled atmospheric column can be determined.\nThe software used to analyse the absorption lines and determine the carbon dioxide concentration in the sampled atmospheric column is referred to as the retrieval algorithm. For this dataset, carbon dioxide abundances have been determined by applying several algorithms to different satellite \ninstruments. Typically, different algorithms have different strengths and weaknesses and therefore, which product to use for a given application typically depends on the application.\nThe data set consists of 2 types of products: (i) column-averaged mixing ratios of CO2, denoted XCO2 and (ii) mid-tropospheric CO2 columns. The XCO2 products have been retrieved from SCIAMACHY/ENVISAT, TANSO-FTS/GOSAT and OCO-2. The mid-tropospheric CO2 product has been retrieved from the IASI instruments on-board the Metop satellite series and from AIRS. \nThe XCO2 products are available as Level 2 (L2) products (satellite orbit tracks) and as Level 3 (L3) product (gridded). The L2 products are available as individual sensor products (SCIAMACHY: BESD and WFMD algorithms; GOSAT: OCFP and SRFP algorithms) and as a multi-sensor merged product (EMMA algorithm). The L3 XCO2 product is provided in OBS4MIPS format. \nThe IASI and AIRS products are available as L2 products generated with the NLIS algorithm.\nThis data set is updated on a yearly basis, with each update cycle adding (if required) a new data version for the entire period, up to one year behind real time.\nThis dataset is produced on behalf of C3S with the exception of the SCIAMACHY and AIRS L2 products that were generated in the framework of the GHG-CCI project of the European Space Agency (ESA) Climate Change Initiative (CCI).\n\nVariables in the dataset/application are:\nColumn-average dry-air mole fraction of atmospheric carbon dioxide (XCO2), Mid-tropospheric columns of atmospheric carbon dioxide (CO2) ",,,,,"ECMWF,CDS,C3S,carbon-dioxide",ATMOSPHERIC,other,Carbon dioxide data from 2002 to present derived from satellite observations,
|
|
259
|
+
SATELLITE_CARBON_DIOXIDE,"This dataset provides observations of atmospheric carbon dioxide (CO2)\namounts obtained from observations collected by several current and historical \nsatellite instruments. Carbon dioxide is a naturally occurring Greenhouse Gas (GHG), but one whose abundance has been increased substantially above its pre-industrial value of some 280 ppm by human activities, primarily because of emissions from combustion of fossil fuels, deforestation and other land-use change. The annual cycle (especially in the northern hemisphere) is primarily due to seasonal uptake and release of atmospheric CO2 by terrestrial vegetation.\nAtmospheric carbon dioxide abundance is indirectly observed by various satellite instruments. These instruments measure spectrally resolved near-infrared and/or infrared radiation reflected or emitted by the Earth and its atmosphere. In the measured signal, molecular absorption signatures from carbon dioxide and other constituent gasses can be identified. It is through analysis of those absorption lines in these radiance observations that the averaged carbon dioxide abundance in the sampled atmospheric column can be determined.\nThe software used to analyse the absorption lines and determine the carbon dioxide concentration in the sampled atmospheric column is referred to as the retrieval algorithm. For this dataset, carbon dioxide abundances have been determined by applying several algorithms to different satellite \ninstruments. Typically, different algorithms have different strengths and weaknesses and therefore, which product to use for a given application typically depends on the application.\nThe data set consists of 2 types of products: (i) column-averaged mixing ratios of CO2, denoted XCO2 and (ii) mid-tropospheric CO2 columns. The XCO2 products have been retrieved from SCIAMACHY/ENVISAT, TANSO-FTS/GOSAT and OCO-2. The mid-tropospheric CO2 product has been retrieved from the IASI instruments on-board the Metop satellite series and from AIRS. \nThe XCO2 products are available as Level 2 (L2) products (satellite orbit tracks) and as Level 3 (L3) product (gridded). The L2 products are available as individual sensor products (SCIAMACHY: BESD and WFMD algorithms; GOSAT: OCFP and SRFP algorithms) and as a multi-sensor merged product (EMMA algorithm). The L3 XCO2 product is provided in OBS4MIPS format. \nThe IASI and AIRS products are available as L2 products generated with the NLIS algorithm.\nThis data set is updated on a yearly basis, with each update cycle adding (if required) a new data version for the entire period, up to one year behind real time.\nThis dataset is produced on behalf of C3S with the exception of the SCIAMACHY and AIRS L2 products that were generated in the framework of the GHG-CCI project of the European Space Agency (ESA) Climate Change Initiative (CCI).\n\nVariables in the dataset/application are:\nColumn-average dry-air mole fraction of atmospheric carbon dioxide (XCO2), Mid-tropospheric columns of atmospheric carbon dioxide (CO2) ",,,,,"ECMWF,CDS,C3S,carbon-dioxide",ATMOSPHERIC,other,Carbon dioxide data from 2002 to present derived from satellite observations,2002-10-01T00:00:00Z,SATELLITE_CARBON_DIOXIDE,,,available,,,,,,available,,,,,,,,,,,,,,,,,,available,
|
|
260
260
|
SATELLITE_FIRE_BURNED_AREA,"The Burned Area products provide global information of total burned area (BA) at pixel and grid scale. The BA is identified with the date of first detection of the burned signal in the case of the pixel product, and with the total BA per grid cell in the case of the grid product. The products were obtained through the analysis of reflectance changes from medium resolution sensors (Terra MODIS, Sentinel-3 OLCI), supported by the use of MODIS thermal information. The burned area products also include information related to the land cover that has been burned, which has been extracted from the Copernicus Climate Change Service (C3S) land cover dataset, thus assuring consistency between the datasets. The algorithms for BA retrieval were developed by the University of Alcala (Spain), and processed by Brockmann Consult GmbH (Germany). Different product versions are available. FireCCI v5.0cds and FireCCI v5.1cds were developed as part of the Fire ECV Climate Change Initiative Project (Fire CCI) and brokered to C3S, offering the first global burned area time series at 250m spatial resolution. FireCCI v5.1cds used a more mature algorithm than the previous version. This algorithm was adapted to Sentinel-3 OLCI data to create the C3S v1.0 burned area product, extending the BA database to the present. During July 2020, an error in some files in the version v5.1cds were identified, affecting the files of the grid product of January 2018, and the pixel and grid products of October, November and December 2019. These errors were fixed, and a new version, v5.1.1cds, was created for the whole time series, to replace version v5.1cds. The latter product has been deprecated, but it is temporally kept in the database for transparency and traceability reasons. Only version v5.1.1cds should be used. The BA products are useful for researchers studying climate change, as they provide crucial information on burned biomass, which can be translated to greenhouse gases emissions amongst other contaminants. Burned area is also useful for land cover change studies, fire management and risk analysis. ",,,,,"ECMWF,CDS,C3S,burned",ATMOSPHERIC,other,Fire burned area from 2001 to present derived from satellite observations,2001-01-01T00:00:00Z,SATELLITE_FIRE_BURNED_AREA,,,available,,,,,,,,,,,,,,,,,,,,,,,,available,
|
|
261
|
-
SATELLITE_METHANE,"This dataset provides observations of atmospheric methane (CH4)\namounts obtained from observations collected by several current and historical \nsatellite instruments. Methane is a naturally occurring Greenhouse Gas (GHG), but one whose abundance has been increased substantially above its pre-industrial value of some 720 ppb by human activities, primarily because of agricultural emissions (e.g., rice production, ruminants) and fossil fuel production and use. A clear annual cycle is largely due to seasonal wetland emissions.\nAtmospheric methane abundance is indirectly observed by various satellite instruments. These instruments measure spectrally resolved near-infrared and infrared radiation reflected or emitted by the Earth and its atmosphere. In the measured signal, molecular absorption signatures from methane and constituent gasses can be identified. It is through analysis of those absorption lines in these radiance observations that the averaged methane abundance in the sampled atmospheric column can be determined.\nThe software used to analyse the absorption lines and determine the methane concentration in the sampled atmospheric column is referred to as the retrieval algorithm. For this dataset, methane abundances have been determined by applying several algorithms to different satellite instruments.\nThe data set consists of 2 types of products: (i) column-averaged mixing ratios of CH4, denoted XCH4 and (ii) mid-tropospheric CH4 columns. \nThe XCH4 products have been retrieved from SCIAMACHY/ENVISAT and TANSO-FTS/GOSAT. The mid-tropospheric CH4 product has been retrieved from the IASI instruments onboard the Metop satellite series. The XCH4 products are available as Level 2 (L2) products (satellite orbit tracks) and as Level 3 (L3) product (gridded). The L2 products are available as individual sensor products (SCIAMACHY: WFMD and IMAP algorithms; GOSAT: OCFP, OCPR, SRFP and SRPR algorithms) and as a multi-sensor merged product (EMMA algorithm). The L3 XCH4 product is provided in OBS4MIPS format. The IASI products are available as L2 products generated with the NLIS algorithm.\nThis data set is updated on a yearly basis, with each update cycle adding (if required) a new data version for the entire period, up to one year behind real time.\nThis dataset is produced on behalf of C3S with the exception of the SCIAMACHY L2 products that were generated in the framework of the GHG-CCI project of the European Space Agency (ESA) Climate Change Initiative (CCI).\n\nVariables in the dataset/application are:\nColumn-average dry-air mole fraction of atmospheric methane (XCH4), Mid-tropospheric columns of atmospheric methane (CH4) ",,,,,"ECMWF,CDS,C3S,methane",ATMOSPHERIC,other,Methane data from 2003 to present derived from satellite observations,
|
|
261
|
+
SATELLITE_METHANE,"This dataset provides observations of atmospheric methane (CH4)\namounts obtained from observations collected by several current and historical \nsatellite instruments. Methane is a naturally occurring Greenhouse Gas (GHG), but one whose abundance has been increased substantially above its pre-industrial value of some 720 ppb by human activities, primarily because of agricultural emissions (e.g., rice production, ruminants) and fossil fuel production and use. A clear annual cycle is largely due to seasonal wetland emissions.\nAtmospheric methane abundance is indirectly observed by various satellite instruments. These instruments measure spectrally resolved near-infrared and infrared radiation reflected or emitted by the Earth and its atmosphere. In the measured signal, molecular absorption signatures from methane and constituent gasses can be identified. It is through analysis of those absorption lines in these radiance observations that the averaged methane abundance in the sampled atmospheric column can be determined.\nThe software used to analyse the absorption lines and determine the methane concentration in the sampled atmospheric column is referred to as the retrieval algorithm. For this dataset, methane abundances have been determined by applying several algorithms to different satellite instruments.\nThe data set consists of 2 types of products: (i) column-averaged mixing ratios of CH4, denoted XCH4 and (ii) mid-tropospheric CH4 columns. \nThe XCH4 products have been retrieved from SCIAMACHY/ENVISAT and TANSO-FTS/GOSAT. The mid-tropospheric CH4 product has been retrieved from the IASI instruments onboard the Metop satellite series. The XCH4 products are available as Level 2 (L2) products (satellite orbit tracks) and as Level 3 (L3) product (gridded). The L2 products are available as individual sensor products (SCIAMACHY: WFMD and IMAP algorithms; GOSAT: OCFP, OCPR, SRFP and SRPR algorithms) and as a multi-sensor merged product (EMMA algorithm). The L3 XCH4 product is provided in OBS4MIPS format. The IASI products are available as L2 products generated with the NLIS algorithm.\nThis data set is updated on a yearly basis, with each update cycle adding (if required) a new data version for the entire period, up to one year behind real time.\nThis dataset is produced on behalf of C3S with the exception of the SCIAMACHY L2 products that were generated in the framework of the GHG-CCI project of the European Space Agency (ESA) Climate Change Initiative (CCI).\n\nVariables in the dataset/application are:\nColumn-average dry-air mole fraction of atmospheric methane (XCH4), Mid-tropospheric columns of atmospheric methane (CH4) ",,,,,"ECMWF,CDS,C3S,methane",ATMOSPHERIC,other,Methane data from 2003 to present derived from satellite observations,2002-10-01T00:00:00Z,SATELLITE_METHANE,,,available,,,,,,available,,,,,,,,,,,,,,,,,,available,
|
|
262
262
|
SATELLITE_SEA_ICE_CONCENTRATION,"This dataset provides daily gridded data of sea ice concentration for both hemispheres derived from satellite passive microwave brightness temperatures. Sea ice is an important component of our climate system and a sensitive indicator of climate change. Its presence or its retreat has a strong impact on air-sea interactions, the Earth's energy budget as well as marine ecosystems. It is listed as an Essential Climate Variable by the Global Climate Observing System. Sea ice concentration is defined as the fraction of the ocean surface in a pixel or grid cell that is covered with sea ice. It is one of the parameters commonly used to characterise the sea-ice cover. Other sea ice parameters include sea ice thickness, sea ice edge, and sea ice type, also available in the Climate Data Store. The dataset consists of two products produced by the European Organisation for the Exploitation of Meteorological Satellites (EUMETSAT) Ocean and Sea Ice Satellite Application Facility (OSI SAF) with research & development from European Space Agency Climate Change Initiative projects (ESA CCI): The Global Sea Ice Concentration Climate Data Record based on measurements from the following sensors: Scanning Multichannel Microwave Radiometer (SMMR; 1978-1987), Special Sensor Microwave/Imager (SSM/I; 1987-2006), and Special Sensor Microwave Imager/Sounder (SSMIS; 2005 onward). This product spans the period from October 1978 to present and is updated daily by an Interim Climate Data Record. In the following, it is referred to as the SSMIS product. The Global Sea Ice Concentration Climate Data Record based on measurements from the Advanced Microwave Scanning Radiometer - Earth Observing System (AMSR-E) sensor (2002-2011) and its successor, AMSR2 (2012-2020). This product spans the 2002-2020 period and is not updated. In the following, it is referred to as the AMSR product. Note, that this product was first produced by the European Space Agency Climate Change Initiative Phase 2 project (ESA CCI) and has been transferred to EUMETSAT OSI SAF since version 3.0. Both products are provided on the same polar projection with a grid resolution of 25 km. However, the AMSR product has a true spatial resolution (as resolved by the sensor) of about 15-25 km versus 30-60 km for the SSMIS product. Therefore, the AMSR product provides a much more detailed view of the sea ice cover than the SSMIS product, especially in the marginal ice zone, the transitional zone between open water and the dense sea ice pack. On the other hand, the clear strength of the SSMIS product is its more than 40-year long and consistent record with daily updates. The two products share the same algorithm baseline, which is both a continuation of the EUMETSAT OSI SAF approach and a series of innovations contributed by ESA CCI activities. For both products, the underlying algorithm makes use of a combination of the same three temperature channels near 19 GHz and 37 GHz. The data also share a common data format, that allows expert users to revert some of the filtering steps and access the raw output of the SIC algorithms. Both are level-4 products in the sense that gaps are filled by temporal and spatial interpolation. However, gap filling is not applied to fill in days when no input satellite data are available. Further details about each product can be found below as well as in the Documentation section. ",,,,,"ECMWF,CDS,C3S,sea,ice",ATMOSPHERIC,other,Sea ice concentration daily gridded data from 1978 to present derived from satellite observations,1978-10-25T00:00:00Z,SATELLITE_SEA_ICE_CONCENTRATION,,,available,,,,,,available,,,,,,,,,,,,,,,,,,available,
|
|
263
263
|
SATELLITE_SEA_ICE_EDGE_TYPE,"This dataset provides daily gridded data of sea ice edge and sea ice type derived from brightness temperatures measured by satellite passive microwave radiometers. Sea ice is an important component of our climate system and a sensitive indicator of climate change. Its presence or its retreat has a strong impact on air-sea interactions, the Earth's energy budget as well as marine ecosystems. It is recognized by the Global Climate Observing System as an Essential Climate Variable. Sea ice edge and type are some of the parameters used to characterise sea ice. Other parameters include sea ice concentration and sea ice thickness, also available in the Climate Data Store. Sea ice edge and type are defined as follows: Sea ice edge classifies the sea surface into open water, open ice, and closed ice depending on the amount of sea ice present in each grid cell. This variable is provided for both the Northern and Southern Hemispheres. Note that a sea ice concentration threshold of 30% is used to distinguish between open water and open ice, which differs from the 15% threshold commonly used for other sea ice products such as sea ice extent. Sea ice type classifies ice-covered areas into two categories based on the age of the sea ice: multiyear ice versus seasonal first-year ice. This variable is currently only available for the Northern Hemisphere and limited to the extended boreal winter months (mid-October through April). Sea ice type classification during summer is difficult due to the effect of melting at the ice surface which disturbs the passive microwave signature. Both sea ice products are based on measurements from the series of Scanning Multichannel Microwave Radiometer (SMMR), Special Sensor Microwave/Imager (SSM/I), and Special Sensor Microwave Imager/Sounder (SSMIS) sensors and share the same algorithm baseline. However, sea ice edge makes use of two lower frequencies near 19 GHz and 37 GHz and a higher frequency near 90 GHz whereas sea ice type only uses the two lower frequencies. This dataset combines Climate Data Records (CDRs), which are intended to have sufficient length, consistency, and continuity to assess climate variability and change, and Interim Climate Data Records (ICDRs), which provide regular temporal extensions to the CDRs and where consistency with the CDRs is expected but not extensively checked. For this dataset, both the CDR and ICDR parts of each product were generated using the same software and algorithms. The CDRs of sea ice edge and type currently extend from 25 October 1978 to 31 December 2020 whereas the corresponding ICDRs extend from January 2021 to present (with a 16-day latency behind real time). All data from the current release of the datasets (version 2.0) are Level-4 products, in which data gaps are filled by temporal and spatial interpolation. For product limitations and known issues, please consult the Product User Guide. This dataset is produced on behalf of Copernicus Climate Change Service (C3S), with heritage from the operational products generated by EUMETSAT Ocean and Sea Ice Satellite Application Facility (OSI SAF). Variables in the dataset/application are: Sea ice edge, Sea ice type Variables in the dataset/application are: Status flag, Uncertainty platform: ",,,,,"ECMWF,CDS,C3S,sea,ice",ATMOSPHERIC,other,Sea ice edge and type daily gridded data from 1978 to present derived from satellite observations,1978-10-25T00:00:00Z,SATELLITE_SEA_ICE_EDGE_TYPE,,,available,,,,,,available,,,,,,,,,,,,,,,,,,available,
|
|
264
264
|
SATELLITE_SEA_ICE_THICKNESS,"This dataset provides monthly gridded data of sea ice thickness for the Arctic region based on satellite radar altimetry observations. Sea ice is an important component of our climate system and a sensitive indicator of climate change. Its presence or its retreat has a strong impact on air-sea interactions, the Earth's energy budget as well as marine ecosystems. It is recognized by the Global Climate Observing System as an Essential Climate Variable. Sea ice thickness is one of the parameters commonly used to characterise sea ice, alongside sea ice concentration, sea ice edge, and sea ice type, also available in the Climate Data Store. Satellite radar altimeters provide measurements of the sea ice freeboard, which is the difference between the height of the surface of sea ice and the surface of water in open leads (areas of open water within the sea ice). Because of the buoyancy of ice in water, typically about 90% of the ice thickness remains under water and thus the total ice thickness is about 10 times the freeboard. However, snow on top of sea ice changes this ratio and complicates the estimation of the ice thickness, requiring the use of auxiliary information about snow depth and density. The retrieval of ice thickness uses the narrow radar swath at the nadir of the satellite at full resolution of approximately 1-10 km and a point spacing of 300 meters. This Level-2 sea-ice thickness products (not provided here) is then gridded for a period of a month to obtain full coverage of a north polar grid at a resolution of 25 km. The algorithm used was developed as part of the European Space Agency Climate Change Initiative (ESA CCI) on Sea Ice. The data provided here are Level-3 Collated (L3C) products: they contain monthly gridded values from orbit data from a single platform (Envisat or CryoSat-2) without interpolation or any other form of gap filling. The files also contain estimates of the algorithm uncertainty as well as a quality status flag indicating potential issues with the retrieval not captured in the algorithm uncertainty. Sources of uncertainty in the algorithm are related to the auxiliary data and to the use of different radar altimeter concepts in Envisat (pulse-limited) and CryoSat-2 (synthetic aperture radar). This dataset combines a Climate Data Record (CDR), which has sufficient length, consistency, and continuity to be used to assess climate variability and change, and an Interim Climate Data Record (ICDR), which provides regular temporal extensions to the CDR and where consistency with the CDR is expected but not extensively checked. Here, the CDR is based on measurements from the RA-2 altimeter on Envisat (October 2002 to October 2010) and the SIRAL altimeter on CryoSat-2 (November 2010 to April 2020). The ICDR is based on observations from CryoSat-2 only (from April 2015 onward) and is updated monthly with a one-month delay behind real time. Users should note that the quality and accuracy of the data record are higher during the CryoSat-2 period than during the Envisat period. As a result, care should be taken when combining the two missions to assess long-term changes and trends. More information can be found in the Product User Guide and Product Quality Assessment Report. This dataset is currently limited spatially to the Arctic region and temporally to the winter months of October through April due to unresolved bias originating from melting snow or open melt ponds in the remaining five months. For a similar reason, no sea-ice thickness data with sufficient quality exist for the Southern Hemisphere. The extension of the CDR/ICDR to other periods, regions, and radar altimeter missions is under development in the extension of the ESA CCI Sea Ice project (ESA CCI+). This dataset is produced on behalf of the Copernicus Climate Change Service (C3S). ",,,,,"ECMWF,CDS,C3S,sea,ice",ATMOSPHERIC,other,Sea ice thickness monthly gridded data for the Arctic from 2002 to present derived from satellite observations,2002-10-01T00:00:00Z,SATELLITE_SEA_ICE_THICKNESS,,,available,,,,,,available,,,,,,,,,,,,,,,,,,available,
|
|
@@ -115,7 +115,7 @@ available on `https://hub.docker.com/r/csspace/eodag-server <https://hub.docker.
|
|
|
115
115
|
|
|
116
116
|
.. code-block:: bash
|
|
117
117
|
|
|
118
|
-
$ docker run -p 5000:5000 --rm csspace/eodag-server:3.3.
|
|
118
|
+
$ docker run -p 5000:5000 --rm csspace/eodag-server:3.3.2
|
|
119
119
|
|
|
120
120
|
Example
|
|
121
121
|
-------
|