eodag 3.4.1.post1__tar.gz → 3.4.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.4.2/.github/workflows/deploy.yml +72 -0
- eodag-3.4.1.post1/.github/workflows/deploy.yml → eodag-3.4.2/.github/workflows/publish.yml +4 -3
- {eodag-3.4.1.post1 → eodag-3.4.2}/CHANGES.rst +31 -0
- {eodag-3.4.1.post1/eodag.egg-info → eodag-3.4.2}/PKG-INFO +2 -2
- {eodag-3.4.1.post1 → eodag-3.4.2}/README.rst +1 -1
- {eodag-3.4.1.post1 → eodag-3.4.2}/charts/eodag-server/Chart.yaml +2 -2
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/stac_rest.rst +1 -1
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/api/product/metadata_mapping.py +5 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/search/base.py +5 -1
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/search/build_search_result.py +10 -1
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/search/cop_marine.py +3 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/resources/ext_product_types.json +1 -1
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/utils/__init__.py +21 -0
- {eodag-3.4.1.post1 → eodag-3.4.2/eodag.egg-info}/PKG-INFO +2 -2
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag.egg-info/SOURCES.txt +1 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/pyproject.toml +1 -1
- {eodag-3.4.1.post1 → eodag-3.4.2}/.dockerignore +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/.editorconfig +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/.gitattributes +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/.github/pull_request_template.md +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/.github/workflows/changelog.yml +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/.github/workflows/fetch.yml +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/.github/workflows/github-pages.yml +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/.github/workflows/lint-pr-title.yml +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/.github/workflows/test.yml +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/.gitignore +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/.pre-commit-config.yaml +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/BREAKING_CHANGES.rst +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/CODE_OF_CONDUCT.md +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/CONTRIBUTING.rst +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/LICENSE +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/MANIFEST.in +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/NOTICE +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/charts/eodag-server/Chart.lock +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/charts/eodag-server/README.md +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/charts/eodag-server/templates/NOTES.txt +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/charts/eodag-server/templates/_helpers.tpl +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/charts/eodag-server/templates/configmap.yaml +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/charts/eodag-server/templates/deployment.yaml +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/charts/eodag-server/templates/extra-list.yaml +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/charts/eodag-server/templates/hpa.yaml +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/charts/eodag-server/templates/ingress.yaml +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/charts/eodag-server/templates/pv.yaml +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/charts/eodag-server/templates/pvc.yaml +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/charts/eodag-server/templates/secret.yaml +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/charts/eodag-server/templates/service.yaml +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/charts/eodag-server/templates/serviceaccount.yaml +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/charts/eodag-server/values.yaml +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docker/run-stac-server.sh +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docker/stac-browser.dockerfile +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docker/stac-server.dockerfile +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docker-compose.yml +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/Makefile +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/_static/custom.css +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/_static/download_methods.png +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/_static/eodag_advanced_calls_graph.svg +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/_static/eodag_bycs.png +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/_static/eodag_fetch_product_types.png +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/_static/eodag_logo_160.png +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/_static/eodag_logo_160r.png +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/_static/eodag_main_calls_graph.svg +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/_static/eodag_overview.png +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/_static/eodag_stac_client.png +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/_static/eodag_stac_server.png +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/_static/favicon-32x32.png +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/_static/params_mapping_extra.csv +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/_static/params_mapping_offline_infos.json +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/_static/params_mapping_opensearch.csv +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/_static/product_types_information.csv +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/_static/progress_1.png +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/_static/progress_1_none.png +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/_static/progress_2.png +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/_static/progress_2_none.png +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/_static/stac_browser_example.png +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/_static/stac_browser_example_600.png +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/add_product_type.rst +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/add_provider.rst +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/api_reference/assets.rst +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/api_reference/call_graphs.rst +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/api_reference/core.rst +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/api_reference/eoproduct.rst +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/api_reference/exceptions.rst +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/api_reference/index.rst +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/api_reference/searchresult.rst +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/api_reference/types.rst +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/api_reference/utils.rst +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/api_user_guide.rst +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/breaking_changes.rst +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/changelog.rst +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/cli_user_guide.rst +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/conf.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/contribute.rst +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/drivers.rst +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/getting_started_guide/configure.rst +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/getting_started_guide/index.rst +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/getting_started_guide/install.rst +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/getting_started_guide/overview.rst +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/getting_started_guide/product_storage_status.rst +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/getting_started_guide/product_types.rst +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/getting_started_guide/providers.rst +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/getting_started_guide/register.rst +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/getting_started_guide/side_projects.rst +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/index.rst +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/make.bat +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/notebooks/api_user_guide/1_overview.ipynb +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/notebooks/api_user_guide/2_providers_products_available.ipynb +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/notebooks/api_user_guide/3_configuration.ipynb +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/notebooks/api_user_guide/4_search.ipynb +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/notebooks/api_user_guide/5_queryables.ipynb +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/notebooks/api_user_guide/6_serialize_deserialize.ipynb +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/notebooks/api_user_guide/7_crunch.ipynb +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/notebooks/api_user_guide/8_download.ipynb +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/notebooks/api_user_guide/9_post_process.ipynb +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/notebooks/api_user_guide/data/crunch_search_results.geojson +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/notebooks/api_user_guide/data/download_search_results.geojson +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/notebooks/intro_notebooks.ipynb +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.cpg +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.dbf +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.prj +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.qix +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.qpj +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.shp +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.shx +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/notebooks/tutos/auxdata/sentinel2_tiling_grid_centroids.zip +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/notebooks/tutos/tuto_burnt_areas_snappy.ipynb +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/notebooks/tutos/tuto_cds.ipynb +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/notebooks/tutos/tuto_cop_dem.ipynb +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/notebooks/tutos/tuto_ecmwf.ipynb +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/notebooks/tutos/tuto_meteoblue.ipynb +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/notebooks/tutos/tuto_search_location_tile.ipynb +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/notebooks/tutos/tuto_ship_detection.ipynb +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/notebooks/tutos/tuto_stac_client.ipynb +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/notebooks/tutos/tuto_wekeo.ipynb +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/params_mapping.rst +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/plugins.rst +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/plugins_reference/api.rst +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/plugins_reference/auth.rst +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/plugins_reference/crunch.rst +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/plugins_reference/download.rst +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/plugins_reference/search.rst +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/stac.rst +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/docs/tutos.rst +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/__init__.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/api/__init__.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/api/core.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/api/product/__init__.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/api/product/_assets.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/api/product/_product.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/api/product/drivers/__init__.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/api/product/drivers/base.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/api/product/drivers/generic.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/api/product/drivers/sentinel1.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/api/product/drivers/sentinel2.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/api/search_result.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/cli.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/config.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/crunch.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/__init__.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/apis/__init__.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/apis/base.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/apis/ecmwf.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/apis/usgs.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/authentication/__init__.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/authentication/aws_auth.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/authentication/base.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/authentication/generic.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/authentication/header.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/authentication/keycloak.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/authentication/oauth.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/authentication/openid_connect.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/authentication/qsauth.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/authentication/sas_auth.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/authentication/token.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/authentication/token_exchange.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/base.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/crunch/__init__.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/crunch/base.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/crunch/filter_date.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/crunch/filter_latest_intersect.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/crunch/filter_latest_tpl_name.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/crunch/filter_overlap.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/crunch/filter_property.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/download/__init__.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/download/aws.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/download/base.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/download/creodias_s3.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/download/http.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/download/s3rest.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/manager.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/search/__init__.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/search/creodias_s3.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/search/csw.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/search/data_request_search.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/search/qssearch.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/search/stac_list_assets.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/plugins/search/static_stac_search.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/py.typed +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/resources/locations_conf_template.yml +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/resources/product_types.yml +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/resources/providers.yml +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/resources/shp/ne_110m_admin_0_map_units.VERSION.txt +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/resources/shp/ne_110m_admin_0_map_units.cpg +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/resources/shp/ne_110m_admin_0_map_units.dbf +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/resources/shp/ne_110m_admin_0_map_units.prj +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/resources/shp/ne_110m_admin_0_map_units.shp +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/resources/shp/ne_110m_admin_0_map_units.shx +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/resources/stac.yml +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/resources/stac_api.yml +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/resources/stac_provider.yml +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/resources/user_conf_template.yml +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/rest/__init__.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/rest/cache.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/rest/config.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/rest/constants.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/rest/core.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/rest/errors.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/rest/server.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/rest/server.wsgi +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/rest/stac.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/rest/templates/README +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/rest/types/__init__.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/rest/types/collections_search.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/rest/types/eodag_search.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/rest/types/queryables.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/rest/types/stac_search.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/rest/utils/__init__.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/rest/utils/cql_evaluate.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/rest/utils/rfc3339.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/types/__init__.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/types/bbox.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/types/download_args.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/types/queryables.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/types/search_args.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/types/whoosh.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/utils/exceptions.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/utils/import_system.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/utils/logging.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/utils/notebook.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/utils/repr.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/utils/requests.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/utils/rest.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/utils/s3.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag/utils/stac_reader.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag.egg-info/dependency_links.txt +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag.egg-info/entry_points.txt +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag.egg-info/requires.txt +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/eodag.egg-info/top_level.txt +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/get_pypi_latest_version.sh +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/pytest.ini +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/readthedocs.yml +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/requirements-dev.txt +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/requirements-docs.txt +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/requirements-tutorials.txt +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/requirements.txt +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/setup.cfg +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/setup.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/tox.ini +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/utils/params_mapping_to_csv.py +0 -0
- {eodag-3.4.1.post1 → eodag-3.4.2}/utils/product_types_information_to_csv.py +0 -0
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
name: Deploy if ready
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
pull_request:
|
|
5
|
+
types: [closed]
|
|
6
|
+
branches: [develop]
|
|
7
|
+
workflow_dispatch:
|
|
8
|
+
|
|
9
|
+
jobs:
|
|
10
|
+
# job will be executed when 'new-release' branch is merged in 'develop', or manually
|
|
11
|
+
merge-and-tag:
|
|
12
|
+
if: ${{ (github.event.pull_request.merged == true && github.head_ref == 'new-release') || github.event_name == 'workflow_dispatch' }}
|
|
13
|
+
runs-on: ubuntu-latest
|
|
14
|
+
steps:
|
|
15
|
+
- name: Dump GitHub context
|
|
16
|
+
env:
|
|
17
|
+
GITHUB_CONTEXT: ${{ toJson(github) }}
|
|
18
|
+
run: echo "$GITHUB_CONTEXT"
|
|
19
|
+
- name: Checkout the repo
|
|
20
|
+
uses: actions/checkout@v4
|
|
21
|
+
with:
|
|
22
|
+
# Get history and tags for SCM versioning to work
|
|
23
|
+
fetch-depth: 0
|
|
24
|
+
- name: Install the latest version of uv with cache enabled
|
|
25
|
+
uses: astral-sh/setup-uv@v3
|
|
26
|
+
with:
|
|
27
|
+
version: "latest"
|
|
28
|
+
enable-cache: true
|
|
29
|
+
cache-dependency-glob: ""
|
|
30
|
+
- name: Install python-semantic-release in venv
|
|
31
|
+
run: |
|
|
32
|
+
uv venv
|
|
33
|
+
source .venv/bin/activate
|
|
34
|
+
uv pip install python-semantic-release packaging
|
|
35
|
+
- name: Set Git config
|
|
36
|
+
run: |
|
|
37
|
+
git config user.name "github-actions[bot]"
|
|
38
|
+
git config user.email "'github-actions[bot]@users.noreply.github.com"
|
|
39
|
+
- name: Git merge develop in master
|
|
40
|
+
run: |
|
|
41
|
+
git checkout master
|
|
42
|
+
git merge --no-ff origin/develop
|
|
43
|
+
git push origin master
|
|
44
|
+
- name: Git tag
|
|
45
|
+
run: |
|
|
46
|
+
source .venv/bin/activate
|
|
47
|
+
NEW_TAG=$(semantic-release --noop version --print-tag)
|
|
48
|
+
git tag "$NEW_TAG"
|
|
49
|
+
git push origin tag "$NEW_TAG"
|
|
50
|
+
|
|
51
|
+
publish:
|
|
52
|
+
needs: merge-and-tag
|
|
53
|
+
uses: CS-SI/eodag/.github/workflows/publish.yml@develop
|
|
54
|
+
|
|
55
|
+
post-deploy:
|
|
56
|
+
needs: publish
|
|
57
|
+
runs-on: ubuntu-latest
|
|
58
|
+
steps:
|
|
59
|
+
- name: Checkout the repo
|
|
60
|
+
uses: actions/checkout@v4
|
|
61
|
+
with:
|
|
62
|
+
# Get history and tags for SCM versioning to work
|
|
63
|
+
fetch-depth: 0
|
|
64
|
+
- name: Set Git config
|
|
65
|
+
run: |
|
|
66
|
+
git config user.name "github-actions[bot]"
|
|
67
|
+
git config user.email "'github-actions[bot]@users.noreply.github.com"
|
|
68
|
+
- name: Git merge master in develop
|
|
69
|
+
run: |
|
|
70
|
+
git checkout develop
|
|
71
|
+
git merge --no-ff origin/master
|
|
72
|
+
git push origin develop
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
name: Publish to PyPI
|
|
2
2
|
|
|
3
3
|
on:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
# reusable workflow
|
|
5
|
+
workflow_call:
|
|
6
|
+
# manually triggerable
|
|
7
7
|
workflow_dispatch:
|
|
8
8
|
|
|
9
9
|
jobs:
|
|
10
|
+
# job will be executed when 'Pre-deploy' workflow succeeds, or manually
|
|
10
11
|
build-n-publish:
|
|
11
12
|
name: Build and publish to PyPI
|
|
12
13
|
runs-on: ubuntu-latest
|
|
@@ -3,6 +3,37 @@ Release history
|
|
|
3
3
|
===============
|
|
4
4
|
|
|
5
5
|
|
|
6
|
+
v3.4.2 (2025-05-15)
|
|
7
|
+
===================
|
|
8
|
+
|
|
9
|
+
Bug Fixes
|
|
10
|
+
---------
|
|
11
|
+
|
|
12
|
+
* **core**: Remove quotes around arrays in query param (`#1657`_, `b717e45`_)
|
|
13
|
+
|
|
14
|
+
* **plugins**: Adapt queryables additional_properties to providers config (`#1646`_, `cc6ecc9`_)
|
|
15
|
+
|
|
16
|
+
* **plugins**: Add alias to properties in cop_marine and EcmwfSearch plugins (`#1649`_, `ae93d5a`_)
|
|
17
|
+
|
|
18
|
+
* **plugins**: Ecmwfsearch orderable products search (`#1656`_, `a399a5b`_)
|
|
19
|
+
|
|
20
|
+
Continuous Integration
|
|
21
|
+
----------------------
|
|
22
|
+
|
|
23
|
+
* Automatic deployment (`#1655`_, `4fbdf8b`_)
|
|
24
|
+
|
|
25
|
+
.. _#1646: https://github.com/CS-SI/eodag/pull/1646
|
|
26
|
+
.. _#1649: https://github.com/CS-SI/eodag/pull/1649
|
|
27
|
+
.. _#1655: https://github.com/CS-SI/eodag/pull/1655
|
|
28
|
+
.. _#1656: https://github.com/CS-SI/eodag/pull/1656
|
|
29
|
+
.. _#1657: https://github.com/CS-SI/eodag/pull/1657
|
|
30
|
+
.. _4fbdf8b: https://github.com/CS-SI/eodag/commit/4fbdf8ba4d2cece05bede65e18438ecdc8029a69
|
|
31
|
+
.. _a399a5b: https://github.com/CS-SI/eodag/commit/a399a5b1d5457cdfcab355f8e2b4c440982ba65f
|
|
32
|
+
.. _ae93d5a: https://github.com/CS-SI/eodag/commit/ae93d5a6c58476dad2461d9dde663aa31356dff9
|
|
33
|
+
.. _b717e45: https://github.com/CS-SI/eodag/commit/b717e456fb23e59e9dfb6a99b5e30b697be73232
|
|
34
|
+
.. _cc6ecc9: https://github.com/CS-SI/eodag/commit/cc6ecc9979bfee420ff75cd919c3f90ae73689bb
|
|
35
|
+
|
|
36
|
+
|
|
6
37
|
v3.4.1 (2025-05-12)
|
|
7
38
|
===================
|
|
8
39
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: eodag
|
|
3
|
-
Version: 3.4.
|
|
3
|
+
Version: 3.4.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.4.
|
|
320
|
+
docker run -p 5000:5000 --rm csspace/eodag-server:3.4.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.4.
|
|
190
|
+
docker run -p 5000:5000 --rm csspace/eodag-server:3.4.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.4.
|
|
2
|
+
appVersion: 3.4.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.4.
|
|
18
|
+
version: 3.4.2
|
|
@@ -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.4.
|
|
118
|
+
$ docker run -p 5000:5000 --rm csspace/eodag-server:3.4.2
|
|
119
119
|
|
|
120
120
|
Example
|
|
121
121
|
-------
|
|
@@ -49,6 +49,7 @@ from eodag.utils import (
|
|
|
49
49
|
get_timestamp,
|
|
50
50
|
items_recursive_apply,
|
|
51
51
|
nested_pairs2dict,
|
|
52
|
+
remove_str_array_quotes,
|
|
52
53
|
sanitize,
|
|
53
54
|
string_to_jsonpath,
|
|
54
55
|
update_nested_dict,
|
|
@@ -1317,6 +1318,10 @@ def format_query_params(
|
|
|
1317
1318
|
# retrieve values from hashes where keys are given in the param
|
|
1318
1319
|
if "}[" in formatted_query_param:
|
|
1319
1320
|
formatted_query_param = _resolve_hashes(formatted_query_param)
|
|
1321
|
+
# remove quotes around arrays
|
|
1322
|
+
formatted_query_param = remove_str_array_quotes(
|
|
1323
|
+
formatted_query_param
|
|
1324
|
+
)
|
|
1320
1325
|
# json query string (for POST request)
|
|
1321
1326
|
update_nested_dict(
|
|
1322
1327
|
query_params,
|
|
@@ -369,6 +369,9 @@ class Search(PluginTopic):
|
|
|
369
369
|
if not product_type
|
|
370
370
|
else ""
|
|
371
371
|
)
|
|
372
|
+
discover_metadata = getattr(self.config, "discover_metadata", {})
|
|
373
|
+
auto_discovery = discover_metadata.get("auto_discovery", False)
|
|
374
|
+
|
|
372
375
|
if product_type or getattr(self.config, "discover_queryables", {}).get(
|
|
373
376
|
"fetch_url", ""
|
|
374
377
|
):
|
|
@@ -376,6 +379,7 @@ class Search(PluginTopic):
|
|
|
376
379
|
self.config.product_type_config = product_type_configs[product_type]
|
|
377
380
|
queryables = self._get_product_type_queryables(product_type, alias, filters)
|
|
378
381
|
queryables.additional_information = additional_info
|
|
382
|
+
queryables.additional_properties = auto_discovery
|
|
379
383
|
|
|
380
384
|
return queryables
|
|
381
385
|
else:
|
|
@@ -390,7 +394,7 @@ class Search(PluginTopic):
|
|
|
390
394
|
Queryables.model_fields.get(k, Field(None)), "default", None
|
|
391
395
|
)
|
|
392
396
|
return QueryablesDict(
|
|
393
|
-
additional_properties=
|
|
397
|
+
additional_properties=auto_discovery,
|
|
394
398
|
additional_information=additional_info,
|
|
395
399
|
**all_queryables,
|
|
396
400
|
)
|
|
@@ -470,7 +470,7 @@ class ECMWFSearch(PostJsonSearch):
|
|
|
470
470
|
self.config.__dict__.setdefault(
|
|
471
471
|
"discover_metadata",
|
|
472
472
|
{
|
|
473
|
-
"auto_discovery":
|
|
473
|
+
"auto_discovery": False,
|
|
474
474
|
"search_param": "{metadata}",
|
|
475
475
|
"metadata_pattern": "^[a-zA-Z0-9][a-zA-Z0-9_]*$",
|
|
476
476
|
},
|
|
@@ -1179,6 +1179,9 @@ class ECMWFSearch(PostJsonSearch):
|
|
|
1179
1179
|
+ "_ORDERABLE_"
|
|
1180
1180
|
+ query_hash
|
|
1181
1181
|
)
|
|
1182
|
+
# use product_type_config as default properties
|
|
1183
|
+
product_type_config = getattr(self.config, "product_type_config", {})
|
|
1184
|
+
properties = dict(product_type_config, **properties)
|
|
1182
1185
|
|
|
1183
1186
|
qs = geojson.dumps(sorted_unpaginated_qp)
|
|
1184
1187
|
|
|
@@ -1222,6 +1225,9 @@ def _check_id(product: EOProduct) -> EOProduct:
|
|
|
1222
1225
|
if not (product_id := product.search_kwargs.get("id")):
|
|
1223
1226
|
return product
|
|
1224
1227
|
|
|
1228
|
+
if "ORDERABLE" in product_id:
|
|
1229
|
+
return product
|
|
1230
|
+
|
|
1225
1231
|
on_response_mm = getattr(product.downloader.config, "order_on_response", {}).get(
|
|
1226
1232
|
"metadata_mapping", {}
|
|
1227
1233
|
)
|
|
@@ -1442,6 +1448,9 @@ class MeteoblueSearch(ECMWFSearch):
|
|
|
1442
1448
|
productType=product_type,
|
|
1443
1449
|
properties=properties,
|
|
1444
1450
|
)
|
|
1451
|
+
# use product_type_config as default properties
|
|
1452
|
+
product_type_config = getattr(self.config, "product_type_config", {})
|
|
1453
|
+
product.properties = dict(product_type_config, **product.properties)
|
|
1445
1454
|
|
|
1446
1455
|
return [
|
|
1447
1456
|
product,
|
|
@@ -285,6 +285,9 @@ class CopMarineSearch(StaticStacSearch):
|
|
|
285
285
|
}
|
|
286
286
|
}
|
|
287
287
|
product = EOProduct(self.provider, properties, productType=product_type)
|
|
288
|
+
# use product_type_config as default properties
|
|
289
|
+
product_type_config = getattr(self.config, "product_type_config", {})
|
|
290
|
+
product.properties = dict(product_type_config, **product.properties)
|
|
288
291
|
product.assets = AssetsDict(product, assets)
|
|
289
292
|
return product
|
|
290
293
|
|