eodag 3.9.1__tar.gz → 4.0.0a1__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.9.1 → eodag-4.0.0a1}/.github/workflows/changelog.yml +0 -8
- {eodag-3.9.1 → eodag-4.0.0a1}/.github/workflows/fetch.yml +10 -10
- {eodag-3.9.1 → eodag-4.0.0a1}/.github/workflows/test.yml +2 -2
- {eodag-3.9.1 → eodag-4.0.0a1}/.gitignore +3 -3
- eodag-4.0.0a1/BREAKING_CHANGES.rst +313 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/CHANGES.rst +87 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/PKG-INFO +11 -88
- {eodag-3.9.1 → eodag-4.0.0a1}/README.rst +8 -86
- eodag-3.9.1/docs/_static/product_types_information.csv → eodag-4.0.0a1/docs/_static/collections_information.csv +283 -283
- eodag-4.0.0a1/docs/_static/params_mapping_extra.csv +67 -0
- eodag-4.0.0a1/docs/_static/params_mapping_offline_infos.json +1 -0
- eodag-4.0.0a1/docs/_static/params_mapping_opensearch.csv +5 -0
- eodag-3.9.1/docs/add_product_type.rst → eodag-4.0.0a1/docs/add_collection.rst +17 -17
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/add_provider.rst +6 -6
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/api_reference/core.rst +9 -9
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/api_reference/eoproduct.rst +1 -1
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/api_reference/index.rst +9 -0
- eodag-4.0.0a1/docs/api_reference/queryables.rst +12 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/api_user_guide.rst +2 -2
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/cli_user_guide.rst +27 -46
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/conf.py +12 -0
- eodag-4.0.0a1/docs/ecosystem.rst +44 -0
- eodag-3.9.1/docs/getting_started_guide/product_types.rst → eodag-4.0.0a1/docs/getting_started_guide/collections.rst +16 -16
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/getting_started_guide/configure.rst +23 -24
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/getting_started_guide/features_overview.ipynb +96 -96
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/getting_started_guide/index.rst +5 -5
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/getting_started_guide/install.rst +5 -7
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/getting_started_guide/overview.rst +4 -4
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/getting_started_guide/product_storage_status.rst +4 -4
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/index.rst +4 -5
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/notebooks/api_user_guide/1_providers_products_available.ipynb +39 -39
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/notebooks/api_user_guide/2_configuration.ipynb +2 -2
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/notebooks/api_user_guide/3_search.ipynb +1409 -2810
- eodag-4.0.0a1/docs/notebooks/api_user_guide/4_queryables.ipynb +2141 -0
- eodag-4.0.0a1/docs/notebooks/api_user_guide/5_serialize_deserialize.ipynb +2077 -0
- eodag-4.0.0a1/docs/notebooks/api_user_guide/6_crunch.ipynb +2006 -0
- eodag-4.0.0a1/docs/notebooks/api_user_guide/7_download.ipynb +6527 -0
- eodag-4.0.0a1/docs/notebooks/api_user_guide/8_post_process.ipynb +19344 -0
- eodag-4.0.0a1/docs/notebooks/api_user_guide/data/crunch_search_results.geojson +1 -0
- eodag-4.0.0a1/docs/notebooks/api_user_guide/data/download_search_results.geojson +1 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/notebooks/intro_notebooks.ipynb +10 -10
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/notebooks/tutos/tuto_burnt_areas_snappy.ipynb +8 -8
- eodag-4.0.0a1/docs/notebooks/tutos/tuto_cds.ipynb +1697 -0
- eodag-4.0.0a1/docs/notebooks/tutos/tuto_cop_dem.ipynb +3005 -0
- eodag-4.0.0a1/docs/notebooks/tutos/tuto_dedt_lumi_roi.ipynb +1391 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/notebooks/tutos/tuto_ecmwf.ipynb +353 -212
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/notebooks/tutos/tuto_fedeo_ceda.ipynb +606 -1289
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/notebooks/tutos/tuto_meteoblue.ipynb +14 -14
- eodag-4.0.0a1/docs/notebooks/tutos/tuto_search_location_tile.ipynb +2609 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/notebooks/tutos/tuto_ship_detection.ipynb +4 -4
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/notebooks/tutos/tuto_stac_client.ipynb +12926 -3164
- eodag-4.0.0a1/docs/notebooks/tutos/tuto_wekeo.ipynb +949 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/params_mapping.rst +2 -2
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/plugins.rst +4 -3
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/plugins_reference/auth.rst +0 -1
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/plugins_reference/download.rst +0 -2
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/plugins_reference/search.rst +0 -1
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/providers.rst +2 -2
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/api/core.py +378 -419
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/api/product/__init__.py +3 -3
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/api/product/_product.py +68 -40
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/api/product/drivers/__init__.py +3 -5
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/api/product/drivers/base.py +1 -18
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/api/product/metadata_mapping.py +151 -215
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/api/search_result.py +13 -7
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/cli.py +72 -395
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/config.py +46 -50
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/plugins/apis/base.py +2 -2
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/plugins/apis/ecmwf.py +20 -21
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/plugins/apis/usgs.py +37 -33
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/plugins/authentication/aws_auth.py +36 -1
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/plugins/authentication/base.py +18 -3
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/plugins/authentication/sas_auth.py +15 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/plugins/crunch/filter_date.py +3 -3
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/plugins/crunch/filter_latest_intersect.py +2 -2
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/plugins/crunch/filter_latest_tpl_name.py +1 -1
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/plugins/download/aws.py +45 -41
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/plugins/download/base.py +13 -14
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/plugins/download/http.py +65 -65
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/plugins/manager.py +28 -29
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/plugins/search/__init__.py +3 -4
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/plugins/search/base.py +128 -77
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/plugins/search/build_search_result.py +105 -107
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/plugins/search/cop_marine.py +44 -47
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/plugins/search/csw.py +33 -33
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/plugins/search/qssearch.py +335 -354
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/plugins/search/stac_list_assets.py +1 -1
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/plugins/search/static_stac_search.py +31 -31
- eodag-3.9.1/eodag/resources/product_types.yml → eodag-4.0.0a1/eodag/resources/collections.yml +2353 -2429
- eodag-4.0.0a1/eodag/resources/ext_collections.json +1 -0
- eodag-4.0.0a1/eodag/resources/ext_product_types.json +1 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/resources/providers.yml +2432 -2714
- eodag-4.0.0a1/eodag/resources/stac_provider.yml +116 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/types/queryables.py +55 -91
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/types/search_args.py +1 -1
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/utils/__init__.py +94 -21
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/utils/exceptions.py +6 -6
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/utils/free_text_search.py +3 -3
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag.egg-info/PKG-INFO +11 -88
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag.egg-info/SOURCES.txt +9 -51
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag.egg-info/entry_points.txt +0 -4
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag.egg-info/requires.txt +2 -1
- {eodag-3.9.1 → eodag-4.0.0a1}/pyproject.toml +2 -2
- {eodag-3.9.1 → eodag-4.0.0a1}/setup.cfg +2 -5
- {eodag-3.9.1 → eodag-4.0.0a1}/tox.ini +2 -2
- eodag-3.9.1/utils/product_types_information_to_csv.py → eodag-4.0.0a1/utils/collections_information_to_csv.py +29 -33
- {eodag-3.9.1 → eodag-4.0.0a1}/utils/params_mapping_to_csv.py +4 -4
- eodag-3.9.1/BREAKING_CHANGES.rst +0 -58
- eodag-3.9.1/charts/eodag-server/Chart.lock +0 -6
- eodag-3.9.1/charts/eodag-server/Chart.yaml +0 -18
- eodag-3.9.1/charts/eodag-server/README.md +0 -209
- eodag-3.9.1/charts/eodag-server/templates/NOTES.txt +0 -41
- eodag-3.9.1/charts/eodag-server/templates/_helpers.tpl +0 -77
- eodag-3.9.1/charts/eodag-server/templates/configmap.yaml +0 -23
- eodag-3.9.1/charts/eodag-server/templates/deployment.yaml +0 -219
- eodag-3.9.1/charts/eodag-server/templates/extra-list.yaml +0 -4
- eodag-3.9.1/charts/eodag-server/templates/hpa.yaml +0 -48
- eodag-3.9.1/charts/eodag-server/templates/ingress.yaml +0 -58
- eodag-3.9.1/charts/eodag-server/templates/pv.yaml +0 -25
- eodag-3.9.1/charts/eodag-server/templates/pvc.yaml +0 -44
- eodag-3.9.1/charts/eodag-server/templates/secret.yaml +0 -17
- eodag-3.9.1/charts/eodag-server/templates/service.yaml +0 -52
- eodag-3.9.1/charts/eodag-server/templates/serviceaccount.yaml +0 -21
- eodag-3.9.1/charts/eodag-server/values.yaml +0 -706
- eodag-3.9.1/docker/run-stac-server.sh +0 -11
- eodag-3.9.1/docker/stac-browser.dockerfile +0 -27
- eodag-3.9.1/docker/stac-server.dockerfile +0 -75
- eodag-3.9.1/docs/_static/params_mapping_extra.csv +0 -31
- eodag-3.9.1/docs/_static/params_mapping_offline_infos.json +0 -1
- eodag-3.9.1/docs/_static/params_mapping_opensearch.csv +0 -37
- eodag-3.9.1/docs/ecosystem.rst +0 -22
- eodag-3.9.1/docs/notebooks/api_user_guide/4_queryables.ipynb +0 -1683
- eodag-3.9.1/docs/notebooks/api_user_guide/5_serialize_deserialize.ipynb +0 -3762
- eodag-3.9.1/docs/notebooks/api_user_guide/6_crunch.ipynb +0 -641
- eodag-3.9.1/docs/notebooks/api_user_guide/7_download.ipynb +0 -1861
- eodag-3.9.1/docs/notebooks/api_user_guide/8_post_process.ipynb +0 -2730
- eodag-3.9.1/docs/notebooks/api_user_guide/data/crunch_search_results.geojson +0 -1
- eodag-3.9.1/docs/notebooks/api_user_guide/data/download_search_results.geojson +0 -1
- eodag-3.9.1/docs/notebooks/tutos/tuto_cds.ipynb +0 -1824
- eodag-3.9.1/docs/notebooks/tutos/tuto_cop_dem.ipynb +0 -9676
- eodag-3.9.1/docs/notebooks/tutos/tuto_dedt_lumi_roi.ipynb +0 -975
- eodag-3.9.1/docs/notebooks/tutos/tuto_search_location_tile.ipynb +0 -886
- eodag-3.9.1/docs/notebooks/tutos/tuto_wekeo.ipynb +0 -284
- eodag-3.9.1/docs/stac_rest.rst +0 -140
- eodag-3.9.1/eodag/plugins/authentication/oauth.py +0 -60
- eodag-3.9.1/eodag/plugins/download/creodias_s3.py +0 -64
- eodag-3.9.1/eodag/plugins/download/s3rest.py +0 -351
- eodag-3.9.1/eodag/plugins/search/data_request_search.py +0 -565
- eodag-3.9.1/eodag/resources/ext_product_types.json +0 -1
- eodag-3.9.1/eodag/resources/stac.yml +0 -294
- eodag-3.9.1/eodag/resources/stac_api.yml +0 -2105
- eodag-3.9.1/eodag/resources/stac_provider.yml +0 -160
- eodag-3.9.1/eodag/rest/__init__.py +0 -24
- eodag-3.9.1/eodag/rest/cache.py +0 -70
- eodag-3.9.1/eodag/rest/config.py +0 -67
- eodag-3.9.1/eodag/rest/constants.py +0 -26
- eodag-3.9.1/eodag/rest/core.py +0 -764
- eodag-3.9.1/eodag/rest/errors.py +0 -210
- eodag-3.9.1/eodag/rest/server.py +0 -604
- eodag-3.9.1/eodag/rest/server.wsgi +0 -6
- eodag-3.9.1/eodag/rest/stac.py +0 -1032
- eodag-3.9.1/eodag/rest/templates/README +0 -1
- eodag-3.9.1/eodag/rest/types/__init__.py +0 -18
- eodag-3.9.1/eodag/rest/types/collections_search.py +0 -44
- eodag-3.9.1/eodag/rest/types/eodag_search.py +0 -386
- eodag-3.9.1/eodag/rest/types/queryables.py +0 -174
- eodag-3.9.1/eodag/rest/types/stac_search.py +0 -272
- eodag-3.9.1/eodag/rest/utils/__init__.py +0 -207
- eodag-3.9.1/eodag/rest/utils/cql_evaluate.py +0 -119
- eodag-3.9.1/eodag/rest/utils/rfc3339.py +0 -64
- {eodag-3.9.1 → eodag-4.0.0a1}/.dockerignore +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/.editorconfig +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/.gitattributes +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/.github/pull_request_template.md +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/.github/workflows/deploy.yml +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/.github/workflows/github-pages.yml +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/.github/workflows/lint-pr-title.yml +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/.github/workflows/publish.yml +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/.pre-commit-config.yaml +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/CODE_OF_CONDUCT.md +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/CONTRIBUTING.rst +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/LICENSE +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/MANIFEST.in +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/NOTICE +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docker-compose.yml +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/Makefile +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/_static/custom.css +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/_static/download_methods.png +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/_static/eodag_advanced_calls_graph.svg +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/_static/eodag_bycs.png +0 -0
- /eodag-3.9.1/docs/_static/eodag_fetch_product_types.png → /eodag-4.0.0a1/docs/_static/eodag_fetch_collections.png +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/_static/eodag_logo_160.png +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/_static/eodag_logo_160r.png +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/_static/eodag_main_calls_graph.svg +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/_static/eodag_overview.png +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/_static/eodag_stac_server.png +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/_static/favicon-32x32.png +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/_static/progress_1.png +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/_static/progress_1_none.png +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/_static/progress_2.png +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/_static/progress_2_none.png +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/_static/stac_browser_example.png +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/_static/stac_browser_example_600.png +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/api_reference/assets.rst +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/api_reference/call_graphs.rst +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/api_reference/exceptions.rst +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/api_reference/searchresult.rst +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/api_reference/types.rst +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/api_reference/utils.rst +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/breaking_changes.rst +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/changelog.rst +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/contribute.rst +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/drivers.rst +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/make.bat +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.cpg +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.dbf +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.prj +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.qix +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.qpj +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.shp +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.shx +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/notebooks/tutos/auxdata/sentinel2_tiling_grid_centroids.zip +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/plugins_reference/api.rst +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/plugins_reference/crunch.rst +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/docs/tutos.rst +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/__init__.py +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/api/__init__.py +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/api/product/_assets.py +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/api/product/drivers/generic.py +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/api/product/drivers/sentinel1.py +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/api/product/drivers/sentinel2.py +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/crunch.py +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/plugins/__init__.py +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/plugins/apis/__init__.py +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/plugins/authentication/__init__.py +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/plugins/authentication/generic.py +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/plugins/authentication/header.py +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/plugins/authentication/keycloak.py +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/plugins/authentication/openid_connect.py +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/plugins/authentication/qsauth.py +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/plugins/authentication/token.py +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/plugins/authentication/token_exchange.py +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/plugins/base.py +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/plugins/crunch/__init__.py +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/plugins/crunch/base.py +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/plugins/crunch/filter_overlap.py +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/plugins/crunch/filter_property.py +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/plugins/download/__init__.py +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/plugins/search/creodias_s3.py +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/py.typed +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/resources/locations_conf_template.yml +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/resources/shp/ne_110m_admin_0_map_units.VERSION.txt +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/resources/shp/ne_110m_admin_0_map_units.cpg +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/resources/shp/ne_110m_admin_0_map_units.dbf +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/resources/shp/ne_110m_admin_0_map_units.prj +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/resources/shp/ne_110m_admin_0_map_units.shp +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/resources/shp/ne_110m_admin_0_map_units.shx +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/resources/user_conf_template.yml +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/types/__init__.py +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/types/bbox.py +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/types/download_args.py +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/utils/cache.py +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/utils/dates.py +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/utils/env.py +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/utils/import_system.py +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/utils/logging.py +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/utils/notebook.py +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/utils/repr.py +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/utils/requests.py +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/utils/s3.py +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag/utils/stac_reader.py +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag.egg-info/dependency_links.txt +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/eodag.egg-info/top_level.txt +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/get_pypi_latest_version.sh +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/pytest.ini +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/readthedocs.yml +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/requirements-dev.txt +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/requirements-docs.txt +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/requirements-tutorials.txt +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/requirements.txt +0 -0
- {eodag-3.9.1 → eodag-4.0.0a1}/setup.py +0 -0
|
@@ -47,10 +47,6 @@ jobs:
|
|
|
47
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
48
|
|
|
49
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
50
|
|
|
55
51
|
echo "EXPECTED_TAG=$EXPECTED_TAG" >> $GITHUB_ENV
|
|
56
52
|
|
|
@@ -68,9 +64,5 @@ jobs:
|
|
|
68
64
|
|
|
69
65
|
[CHANGES.rst](https://github.com/CS-SI/eodag/blob/new-release/CHANGES.rst), and version updated in:
|
|
70
66
|
- [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
67
|
labels: |
|
|
76
68
|
automated pr
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
name: Fetch
|
|
1
|
+
name: Fetch collections
|
|
2
2
|
|
|
3
3
|
on:
|
|
4
4
|
workflow_dispatch:
|
|
@@ -8,8 +8,8 @@ on:
|
|
|
8
8
|
- cron: "0 6 * * *"
|
|
9
9
|
|
|
10
10
|
jobs:
|
|
11
|
-
fetch-
|
|
12
|
-
name: Fetch providers for new
|
|
11
|
+
fetch-collections:
|
|
12
|
+
name: Fetch providers for new collections
|
|
13
13
|
runs-on: ubuntu-latest
|
|
14
14
|
steps:
|
|
15
15
|
- name: Checkout the repo
|
|
@@ -28,22 +28,22 @@ jobs:
|
|
|
28
28
|
uv venv
|
|
29
29
|
source .venv/bin/activate
|
|
30
30
|
uv pip install ".[all-providers]"
|
|
31
|
-
- name: Fetch and update external
|
|
31
|
+
- name: Fetch and update external collections reference
|
|
32
32
|
env:
|
|
33
33
|
EODAG__WEKEO_MAIN__AUTH__CREDENTIALS__USERNAME: ${{ secrets.EODAG__WEKEO_MAIN__AUTH__CREDENTIALS__USERNAME }}
|
|
34
34
|
EODAG__WEKEO_MAIN__AUTH__CREDENTIALS__PASSWORD: ${{ secrets.EODAG__WEKEO_MAIN__AUTH__CREDENTIALS__PASSWORD }}
|
|
35
35
|
run: |
|
|
36
36
|
source .venv/bin/activate
|
|
37
|
-
export JSON_OUTPUT_FILE="eodag/resources/
|
|
38
|
-
export JSON_REF_FILE=$(python -c "import eodag; print(eodag.config.
|
|
37
|
+
export JSON_OUTPUT_FILE="eodag/resources/ext_collections.json"
|
|
38
|
+
export JSON_REF_FILE=$(python -c "import eodag; print(eodag.config.EXT_COLLECTIONS_CONF_URI)")
|
|
39
39
|
eodag -vvv discover --storage ${JSON_OUTPUT_FILE}
|
|
40
40
|
# add empty line at end of file
|
|
41
41
|
sed -i -e '$a\' ${JSON_OUTPUT_FILE}
|
|
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 "chore: update external
|
|
46
|
-
echo "Update external
|
|
45
|
+
git commit -m "chore: update external collections reference" || exit 0
|
|
46
|
+
echo "Update external collections reference from daily fetch. See [Python API User Guide / Collections discovery](https://eodag.readthedocs.io/en/latest/notebooks/api_user_guide/1_providers_products_available.ipynb#Collections-discovery)" >> $GITHUB_STEP_SUMMARY
|
|
47
47
|
echo '### Changed files' >> $GITHUB_STEP_SUMMARY
|
|
48
48
|
echo 'May be truncated.' >> $GITHUB_STEP_SUMMARY
|
|
49
49
|
COMMIT_SHA=$(git rev-parse HEAD)
|
|
@@ -61,9 +61,9 @@ jobs:
|
|
|
61
61
|
- name: Create Pull Request
|
|
62
62
|
uses: peter-evans/create-pull-request@v6
|
|
63
63
|
with:
|
|
64
|
-
branch: external-
|
|
64
|
+
branch: external-collections-ref-update
|
|
65
65
|
delete-branch: true
|
|
66
|
-
title: 'chore: update external
|
|
66
|
+
title: 'chore: update external collections reference'
|
|
67
67
|
body: ${{ env.UPDATE_SUMMARY }}
|
|
68
68
|
labels: |
|
|
69
69
|
automated pr
|
|
@@ -104,9 +104,9 @@ docs/notebooks/tutos/*workspace*
|
|
|
104
104
|
examples/eodag_workspace
|
|
105
105
|
tests/resources/user_conf.yml
|
|
106
106
|
search_results.geojson
|
|
107
|
-
|
|
108
|
-
!eodag/resources/
|
|
109
|
-
!tests/resources/
|
|
107
|
+
ext_collections.json
|
|
108
|
+
!eodag/resources/ext_collections.json
|
|
109
|
+
!tests/resources/ext_collections.json
|
|
110
110
|
|
|
111
111
|
# IDE
|
|
112
112
|
# Pycharm
|
|
@@ -0,0 +1,313 @@
|
|
|
1
|
+
Migration guide
|
|
2
|
+
----------------
|
|
3
|
+
|
|
4
|
+
Full changelog available in `Release history <changelog.html>`_.
|
|
5
|
+
|
|
6
|
+
v4.0.0b1
|
|
7
|
+
++++++++
|
|
8
|
+
|
|
9
|
+
STAC-Formatted API and Results
|
|
10
|
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
11
|
+
|
|
12
|
+
Migration from `OGC OpenSearch Extension for Earth Observation <https://docs.ogc.org/is/13-026r9/13-026r9.html>`_
|
|
13
|
+
to `SpatioTemporal Asset Catalog (STAC) <https://github.com/radiantearth/stac-spec>`_ for data representation.
|
|
14
|
+
|
|
15
|
+
This impacts both the API and CLI.
|
|
16
|
+
|
|
17
|
+
Renamed properties
|
|
18
|
+
^^^^^^^^^^^^^^^^^^
|
|
19
|
+
|
|
20
|
+
The list starts with common STAC properties, then lists STAC extensions properties, and finally EODAG-specific
|
|
21
|
+
properties.
|
|
22
|
+
|
|
23
|
+
.. list-table::
|
|
24
|
+
:header-rows: 1
|
|
25
|
+
|
|
26
|
+
* - v3.x.x property
|
|
27
|
+
- v4.x.x property
|
|
28
|
+
* - ``productType``
|
|
29
|
+
- ``collection``
|
|
30
|
+
* - ``startTimeFromAscendingNode``
|
|
31
|
+
- ``start_datetime``
|
|
32
|
+
* - ``completionTimeFromAscendingNode``
|
|
33
|
+
- ``end_datetime``
|
|
34
|
+
* - ``abstract``
|
|
35
|
+
- ``description``
|
|
36
|
+
* - ``accessConstraint``
|
|
37
|
+
- ``license``
|
|
38
|
+
* - ``keyword``
|
|
39
|
+
- ``keywords``
|
|
40
|
+
* - ``creationDate``
|
|
41
|
+
- ``created``
|
|
42
|
+
* - ``modificationDate``
|
|
43
|
+
- ``updated``
|
|
44
|
+
* - ``organisationName``
|
|
45
|
+
- ``providers: [{"roles": ["producer"]}]``
|
|
46
|
+
* - ``platform``
|
|
47
|
+
- ``constellation``
|
|
48
|
+
* - ``platformSerialIdentifier``
|
|
49
|
+
- ``platform``
|
|
50
|
+
* - ``instrument``
|
|
51
|
+
- ``instruments[]``
|
|
52
|
+
* - ``resolution``
|
|
53
|
+
- ``gsd``
|
|
54
|
+
* - ``cloudCover``
|
|
55
|
+
- ``eo:cloud_cover``
|
|
56
|
+
* - ``snowCover``
|
|
57
|
+
- ``eo:snow_cover``
|
|
58
|
+
* - ``tileIdentifier``
|
|
59
|
+
- ``grid:code``
|
|
60
|
+
* - ``gridSquare``
|
|
61
|
+
- ``mgrs:grid_square``
|
|
62
|
+
* - ``latitudeBand``
|
|
63
|
+
- ``mgrs:latitude_band``
|
|
64
|
+
* - ``utmZone``
|
|
65
|
+
- ``mgrs:utm_zone``
|
|
66
|
+
* - ``storageStatus``
|
|
67
|
+
- ``order:status``
|
|
68
|
+
* - ``processingLevel``
|
|
69
|
+
- ``processing:level``
|
|
70
|
+
* - ``acquisitionType``
|
|
71
|
+
- ``product:acquisition_type``
|
|
72
|
+
* - ``productType``
|
|
73
|
+
- ``product:type`` or ``collection``
|
|
74
|
+
* - ``timeliness``
|
|
75
|
+
- ``product:timeliness``
|
|
76
|
+
* - ``dopplerFrequency``
|
|
77
|
+
- ``sar:frequency_band``
|
|
78
|
+
* - ``polarisationChannels`` or ``polarizationChannels``
|
|
79
|
+
- ``sar:polarizations[]``
|
|
80
|
+
* - ``sensorMode``
|
|
81
|
+
- ``sar:instrument_mode``
|
|
82
|
+
* - ``swathIdentifier``
|
|
83
|
+
- ``sar:instrument_mode`` or ``sar:beam_ids[] (geodes)``
|
|
84
|
+
* - ``cycleNumber``
|
|
85
|
+
- ``sat:orbit_cycle``
|
|
86
|
+
* - ``orbitDirection``
|
|
87
|
+
- ``sat:orbit_state``
|
|
88
|
+
* - ``orbitNumber``
|
|
89
|
+
- ``sat:absolute_orbit``
|
|
90
|
+
* - ``relativeOrbitNumber``
|
|
91
|
+
- ``sat:relative_orbit``
|
|
92
|
+
* - ``doi``
|
|
93
|
+
- ``sci:doi``
|
|
94
|
+
* - ``illuminationAzimuthAngle``
|
|
95
|
+
- ``view:sun_azimuth``
|
|
96
|
+
* - ``illuminationElevationAngle``
|
|
97
|
+
- ``view:sun_elevation``
|
|
98
|
+
* - ``illuminationZenithAngle``
|
|
99
|
+
- ``view:incidence_angle``
|
|
100
|
+
* - ``productVersion``
|
|
101
|
+
- ``version``
|
|
102
|
+
* - ``defaultGeometry``
|
|
103
|
+
- ``eodag:default_geometry``
|
|
104
|
+
* - ``downloadLink``
|
|
105
|
+
- ``eodag:download_link``
|
|
106
|
+
* - ``mtdDownloadLink``
|
|
107
|
+
- ``eodag:mtd_download_link``
|
|
108
|
+
* - ``sensorType``
|
|
109
|
+
- ``eodag:sensor_type``
|
|
110
|
+
* - ``quicklook``
|
|
111
|
+
- ``eodag:quicklook``
|
|
112
|
+
* - ``thumbnail``
|
|
113
|
+
- ``eodag:thumbnail``
|
|
114
|
+
* - ``combinedOrderId``
|
|
115
|
+
- ``eodag:combined_order_id``
|
|
116
|
+
* - ``downloadId``
|
|
117
|
+
- ``eodag:download_id``
|
|
118
|
+
* - ``message``
|
|
119
|
+
- ``eodag:order_message``
|
|
120
|
+
* - ``orderId``
|
|
121
|
+
- ``eodag:order_id``
|
|
122
|
+
* - ``orderStatus``
|
|
123
|
+
- ``eodag:order_status``
|
|
124
|
+
* - ``orderStatusLink``
|
|
125
|
+
- ``eodag:status_link``
|
|
126
|
+
* - ``percent``
|
|
127
|
+
- ``eodag:percent``
|
|
128
|
+
* - ``productInfo``
|
|
129
|
+
- ``eodag:product_info``
|
|
130
|
+
* - ``productPath``
|
|
131
|
+
- ``eodag:product_path``
|
|
132
|
+
* - ``requestParams``
|
|
133
|
+
- ``eodag:request_params``
|
|
134
|
+
* - ``searchLink``
|
|
135
|
+
- ``eodag:search_link``
|
|
136
|
+
* - ``tilePath``
|
|
137
|
+
- ``eodag:tile_path``
|
|
138
|
+
* - ``providerProductType``
|
|
139
|
+
- ``_collection`` or ``provider_collection``
|
|
140
|
+
|
|
141
|
+
Python API updates
|
|
142
|
+
^^^^^^^^^^^^^^^^^^
|
|
143
|
+
|
|
144
|
+
All product-types related classes and methods have been renamed with collections.
|
|
145
|
+
|
|
146
|
+
.. list-table::
|
|
147
|
+
:header-rows: 1
|
|
148
|
+
|
|
149
|
+
* - v3.x.x Python API
|
|
150
|
+
- v4.x.x Python API
|
|
151
|
+
* - ``EODataAccessGateway.available_providers(product_type=None, ...)``
|
|
152
|
+
- :meth:`~eodag.api.core.EODataAccessGateway.available_providers` ``(collection=None, ...)``
|
|
153
|
+
* - ``EODataAccessGateway.discover_product_types()``
|
|
154
|
+
- :meth:`~eodag.api.core.EODataAccessGateway.discover_collections`
|
|
155
|
+
* - ``EODataAccessGateway.fetch_product_types_list()``
|
|
156
|
+
- :meth:`~eodag.api.core.EODataAccessGateway.fetch_collections_list`
|
|
157
|
+
* - ``EODataAccessGateway.guess_product_type()``
|
|
158
|
+
- :meth:`~eodag.api.core.EODataAccessGateway.guess_collection`
|
|
159
|
+
* - ``EODataAccessGateway.list_product_types()``
|
|
160
|
+
- :meth:`~eodag.api.core.EODataAccessGateway.list_collections`
|
|
161
|
+
* - ``EODataAccessGateway.update_product_types_list()``
|
|
162
|
+
- :meth:`~eodag.api.core.EODataAccessGateway.update_collections_list`
|
|
163
|
+
* - ``EOProduct.product_type``
|
|
164
|
+
- :attr:`~eodag.api.product._product.EOProduct.collection`
|
|
165
|
+
|
|
166
|
+
CLI updates
|
|
167
|
+
^^^^^^^^^^^
|
|
168
|
+
|
|
169
|
+
Check latest `CLI User Guide <cli_user_guide.rst>`_ for complete guidelines.
|
|
170
|
+
|
|
171
|
+
.. list-table::
|
|
172
|
+
:header-rows: 1
|
|
173
|
+
|
|
174
|
+
* - v3.x.x Command and options
|
|
175
|
+
- v4.x.x Command and options
|
|
176
|
+
* - ``eodag search -p, --productType TEXT``
|
|
177
|
+
- ``eodag search -c, --collection TEXT``
|
|
178
|
+
* - ``eodag search --query provider=TEXT``
|
|
179
|
+
- ``eodag search -p, --provider TEXT``
|
|
180
|
+
* - ``eodag search -i, --instrument TEXT``
|
|
181
|
+
- ``eodag search --instruments TEXT``
|
|
182
|
+
* - ``eodag search -P, --platform TEXT``
|
|
183
|
+
- ``eodag search --constellation TEXT``
|
|
184
|
+
* - ``eodag search -t, --platformSerialIdentifier TEXT``
|
|
185
|
+
- ``eodag search --platform TEXT``
|
|
186
|
+
* - ``eodag search -c, --cloudCover INTEGER RANGE``
|
|
187
|
+
- ``eodag search --cloud-cover INTEGER RANGE``
|
|
188
|
+
* - ``eodag search -L, --processingLevel TEXT``
|
|
189
|
+
- ``eodag search --processing-level TEXT``
|
|
190
|
+
* - ``eodag search -S, --sensorType TEXT``
|
|
191
|
+
- ``eodag search --sensor-type TEXT``
|
|
192
|
+
* - ``eodag list -i, --instrument TEXT``
|
|
193
|
+
- ``eodag list --instruments TEXT``
|
|
194
|
+
* - ``eodag list -P, --platform TEXT``
|
|
195
|
+
- ``eodag list --constellation TEXT``
|
|
196
|
+
* - ``eodag list -t, --platformSerialIdentifier TEXT``
|
|
197
|
+
- ``eodag list --platform TEXT``
|
|
198
|
+
* - ``eodag list -L, --processingLevel TEXT``
|
|
199
|
+
- ``eodag list --processing-level TEXT``
|
|
200
|
+
* - ``eodag list -S, --sensorType TEXT``
|
|
201
|
+
- ``eodag list --sensor-type TEXT``
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
Environment variables renamed
|
|
205
|
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
206
|
+
|
|
207
|
+
Check updated list of environment variables in `Getting started / Configure EODAG / environment variables
|
|
208
|
+
<getting_started_guide/configuration.html#core-configuration-using-environment-variables>`_.
|
|
209
|
+
|
|
210
|
+
.. list-table::
|
|
211
|
+
:header-rows: 1
|
|
212
|
+
|
|
213
|
+
* - v3.x.x environment variable
|
|
214
|
+
- v4.x.x environment variable
|
|
215
|
+
* - ``EODAG_PRODUCT_TYPES_CFG_FILE``
|
|
216
|
+
- ``EODAG_COLLECTIONS_CFG_FILE``
|
|
217
|
+
* - ``EODAG_EXT_PRODUCT_TYPES_CFG_FILE``
|
|
218
|
+
- ``EODAG_EXT_COLLECTIONS_CFG_FILE``
|
|
219
|
+
* - ``EODAG_STRICT_PRODUCT_TYPES``
|
|
220
|
+
- ``EODAG_STRICT_COLLECTIONS``
|
|
221
|
+
|
|
222
|
+
Files renamed
|
|
223
|
+
^^^^^^^^^^^^^
|
|
224
|
+
|
|
225
|
+
.. list-table::
|
|
226
|
+
:header-rows: 1
|
|
227
|
+
|
|
228
|
+
* - v3.x.x file path
|
|
229
|
+
- v4.x.x file path
|
|
230
|
+
* - ``docs/_static/product_types_information.csv``
|
|
231
|
+
- ``docs/_static/collections_information.csv``
|
|
232
|
+
* - ``docs/_static/eodag_fetch_product_types.png``
|
|
233
|
+
- ``docs/_static/eodag_fetch_collections.png``
|
|
234
|
+
* - ``docs/add_product_type.rst``
|
|
235
|
+
- ``docs/add_collection.rst``
|
|
236
|
+
* - ``docs/getting_started_guide/product_types.rst``
|
|
237
|
+
- ``docs/getting_started_guide/collections.rst``
|
|
238
|
+
* - ``eodag/resources/product_types.yml``
|
|
239
|
+
- ``eodag/resources/collections.yml``
|
|
240
|
+
* - ``eodag/resources/ext_product_types.json``
|
|
241
|
+
- ``eodag/resources/ext_collections.json``
|
|
242
|
+
* - ``tests/resources/ext_product_types.json``
|
|
243
|
+
- ``tests/resources/ext_collections.json``
|
|
244
|
+
* - ``tests/resources/ext_product_types_free_text_search.json``
|
|
245
|
+
- ``tests/resources/ext_collections_free_text_search.json``
|
|
246
|
+
* - ``tests/resources/file_product_types_modes.yml``
|
|
247
|
+
- ``tests/resources/file_collections_modes.yml``
|
|
248
|
+
* - ``tests/resources/file_product_types_override.yml``
|
|
249
|
+
- ``tests/resources/file_collections_override.yml``
|
|
250
|
+
* - ``tests/resources/stac/product_type_queryables.json``
|
|
251
|
+
- ``tests/resources/stac/collection_queryables.json``
|
|
252
|
+
* - ``utils/product_types_information_to_csv.py``
|
|
253
|
+
- ``utils/collections_information_to_csv.py``
|
|
254
|
+
|
|
255
|
+
External collections reference configuration file is now hosted as
|
|
256
|
+
`https://cs-si.github.io/eodag/eodag/resources/ext_collections.json
|
|
257
|
+
<https://cs-si.github.io/eodag/eodag/resources/ext_collections.jsons>`_. See `API user guide / Providers and products
|
|
258
|
+
/ Collections discovery <notebooks/api_user_guide/1_providers_products_available.ipynb#Collections-discovery>`_ for more
|
|
259
|
+
information.
|
|
260
|
+
|
|
261
|
+
v3.0.0b3
|
|
262
|
+
++++++++
|
|
263
|
+
|
|
264
|
+
* :meth:`~eodag.api.core.EODataAccessGateway.download` / :class:`~eodag.types.download_args.DownloadConf` parameters
|
|
265
|
+
``outputs_prefix`` and ``outputs_extension`` renamed to ``output_dir`` and ``output_extension``.
|
|
266
|
+
|
|
267
|
+
v3.0.0b1
|
|
268
|
+
++++++++
|
|
269
|
+
|
|
270
|
+
* :meth:`~eodag.api.core.EODataAccessGateway.search` method now returns only a
|
|
271
|
+
:class:`~eodag.api.search_result.SearchResult` instead of a 2 values tuple. It can optionally store the estimated
|
|
272
|
+
total number of products in ``SearchResult.number_matched`` if the method is called with ``count=True``
|
|
273
|
+
(``False`` by default).
|
|
274
|
+
|
|
275
|
+
* **eodag < 3.0.0b1 syntax:**
|
|
276
|
+
|
|
277
|
+
.. code-block:: python
|
|
278
|
+
|
|
279
|
+
search_results, number_matched = dag.search(productType="S2_MSI_L1C")
|
|
280
|
+
|
|
281
|
+
| Traceback (most recent call last):
|
|
282
|
+
| File "<stdin>", line 1, in <module>
|
|
283
|
+
| ValueError: too many values to unpack (expected 2)
|
|
284
|
+
|
|
285
|
+
* **eodag >= 3.0.0b1 syntax:**
|
|
286
|
+
|
|
287
|
+
.. code-block:: python
|
|
288
|
+
|
|
289
|
+
search_results = dag.search(productType="S2_MSI_L1C")
|
|
290
|
+
|
|
291
|
+
* Packaging refactoring and new `optional dependencies
|
|
292
|
+
<getting_started_guide/install.html#optional-dependencies>`_. EODAG default
|
|
293
|
+
installs with a minimal set of dependencies.
|
|
294
|
+
New sets of extra requirements are: ``eodag[all]``, ``eodag[all-providers]``, ``eodag[ecmwf]``, ``eodag[usgs]``,
|
|
295
|
+
``eodag[csw]``, ``eodag[server]``, ``eodag[stubs]``. Previous existing sets of extra requirements are also kept:
|
|
296
|
+
``eodag[notebook]``, ``eodag[tutorials]``, ``eodag[dev]``, ``eodag[docs]``.
|
|
297
|
+
|
|
298
|
+
.. code-block:: sh
|
|
299
|
+
|
|
300
|
+
# install eodag with all available providers supported
|
|
301
|
+
pip install "eodag[all-providers]"
|
|
302
|
+
|
|
303
|
+
v2.0b1
|
|
304
|
+
++++++
|
|
305
|
+
|
|
306
|
+
- STAC API compliant REST server
|
|
307
|
+
- Common configuration for STAC providers
|
|
308
|
+
|
|
309
|
+
v1.0
|
|
310
|
+
++++
|
|
311
|
+
|
|
312
|
+
- Adds product type search functionality
|
|
313
|
+
- The cli arguments are now fully compliant with opensearch geo(bbox)/time extensions
|
|
@@ -3,6 +3,93 @@ Release history
|
|
|
3
3
|
===============
|
|
4
4
|
|
|
5
5
|
|
|
6
|
+
v4.0.0a1 (2025-10-20)
|
|
7
|
+
=====================
|
|
8
|
+
|
|
9
|
+
Features
|
|
10
|
+
--------
|
|
11
|
+
|
|
12
|
+
* **core: STAC formatted properties** (`#1730`_, `743d7b5`_)
|
|
13
|
+
|
|
14
|
+
* **core**: Search validation (`#1877`_, `a157358`_)
|
|
15
|
+
|
|
16
|
+
Bug Fixes
|
|
17
|
+
---------
|
|
18
|
+
|
|
19
|
+
* Keep ext_product_types.json in v4 (`#1888`_, `d4f8379`_)
|
|
20
|
+
|
|
21
|
+
Continuous Integration
|
|
22
|
+
----------------------
|
|
23
|
+
|
|
24
|
+
* Run tests for v4 branch and associated PRs (`#1868`_, `a944aab`_)
|
|
25
|
+
|
|
26
|
+
Refactoring
|
|
27
|
+
-----------
|
|
28
|
+
|
|
29
|
+
* Remove deprecated code (`#1781`_, `09e14fe`_)
|
|
30
|
+
|
|
31
|
+
* Remove deprecated converters and plugins (`#1789`_, `edff5fe`_)
|
|
32
|
+
|
|
33
|
+
* Remove deprecated server-mode (`#1840`_, `266471b`_)
|
|
34
|
+
|
|
35
|
+
* **plugins**: Remove deprecated OAuth (`#1839`_, `3b749e2`_)
|
|
36
|
+
|
|
37
|
+
* **plugins**: Remove deprecated CreodiasS3Download (`#1886`_, `ea0a817`_)
|
|
38
|
+
|
|
39
|
+
.. _#1730: https://github.com/CS-SI/eodag/pull/1730
|
|
40
|
+
.. _#1781: https://github.com/CS-SI/eodag/pull/1781
|
|
41
|
+
.. _#1789: https://github.com/CS-SI/eodag/pull/1789
|
|
42
|
+
.. _#1839: https://github.com/CS-SI/eodag/pull/1839
|
|
43
|
+
.. _#1840: https://github.com/CS-SI/eodag/pull/1840
|
|
44
|
+
.. _#1868: https://github.com/CS-SI/eodag/pull/1868
|
|
45
|
+
.. _#1877: https://github.com/CS-SI/eodag/pull/1877
|
|
46
|
+
.. _#1886: https://github.com/CS-SI/eodag/pull/1886
|
|
47
|
+
.. _#1888: https://github.com/CS-SI/eodag/pull/1888
|
|
48
|
+
.. _09e14fe: https://github.com/CS-SI/eodag/commit/09e14fe91054bd3a67b572da47f283ea34309b9f
|
|
49
|
+
.. _266471b: https://github.com/CS-SI/eodag/commit/266471b676289ad532818986843478cac5765337
|
|
50
|
+
.. _3b749e2: https://github.com/CS-SI/eodag/commit/3b749e2b64f4c828f9562de7211df19ae7967736
|
|
51
|
+
.. _743d7b5: https://github.com/CS-SI/eodag/commit/743d7b5d25d50425de4c7f1c62c0922d7453afe2
|
|
52
|
+
.. _a157358: https://github.com/CS-SI/eodag/commit/a157358fa85e88b09ded3f05e02f463c05bd8cbd
|
|
53
|
+
.. _a944aab: https://github.com/CS-SI/eodag/commit/a944aab4675310576ba64d8bc0f634ceb95c3f4b
|
|
54
|
+
.. _d4f8379: https://github.com/CS-SI/eodag/commit/d4f8379b90c02346506bdb53ded4c06ef128df31
|
|
55
|
+
.. _ea0a817: https://github.com/CS-SI/eodag/commit/ea0a817674470685d4d5d83461c55e7ba0c52f79
|
|
56
|
+
.. _edff5fe: https://github.com/CS-SI/eodag/commit/edff5fe12aedf860d1d30392a7775f3d23e648db
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
v3.10.0 (2025-10-20)
|
|
60
|
+
====================
|
|
61
|
+
|
|
62
|
+
Features
|
|
63
|
+
--------
|
|
64
|
+
|
|
65
|
+
* **plugins**: Possibility to create presigned urls (`#1845`_, `d002c38`_)
|
|
66
|
+
|
|
67
|
+
Bug Fixes
|
|
68
|
+
---------
|
|
69
|
+
|
|
70
|
+
* **providers**: Added month/year mapping and default values for CMIP6_CLIMATE_PROJECT (`#1872`_,
|
|
71
|
+
`dcdca60`_)
|
|
72
|
+
|
|
73
|
+
Build System
|
|
74
|
+
------------
|
|
75
|
+
|
|
76
|
+
* Pin pydantic < 2.12.0 to prevent sphinx failures (`#1873`_, `1b17b4a`_)
|
|
77
|
+
|
|
78
|
+
Refactoring
|
|
79
|
+
-----------
|
|
80
|
+
|
|
81
|
+
* **plugins**: Deprecate CreodiasS3Download (`#1884`_, `5f6966b`_)
|
|
82
|
+
|
|
83
|
+
.. _#1845: https://github.com/CS-SI/eodag/pull/1845
|
|
84
|
+
.. _#1872: https://github.com/CS-SI/eodag/pull/1872
|
|
85
|
+
.. _#1873: https://github.com/CS-SI/eodag/pull/1873
|
|
86
|
+
.. _#1884: https://github.com/CS-SI/eodag/pull/1884
|
|
87
|
+
.. _1b17b4a: https://github.com/CS-SI/eodag/commit/1b17b4af5f898ed608dd132e49477d28466f9451
|
|
88
|
+
.. _5f6966b: https://github.com/CS-SI/eodag/commit/5f6966bc52db1e19ad3f959bab41aca25804c3e5
|
|
89
|
+
.. _d002c38: https://github.com/CS-SI/eodag/commit/d002c38126f566f52903fb0e5012a22e771c3200
|
|
90
|
+
.. _dcdca60: https://github.com/CS-SI/eodag/commit/dcdca6012736f751418725312da736f61767ec36
|
|
91
|
+
|
|
92
|
+
|
|
6
93
|
v3.9.1 (2025-10-07)
|
|
7
94
|
===================
|
|
8
95
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: eodag
|
|
3
|
-
Version:
|
|
3
|
+
Version: 4.0.0a1
|
|
4
4
|
Summary: Earth Observation Data Access Gateway
|
|
5
5
|
Home-page: https://github.com/CS-SI/eodag
|
|
6
6
|
Author: CS GROUP - France
|
|
@@ -40,7 +40,7 @@ Requires-Dist: importlib_metadata>=5.0
|
|
|
40
40
|
Requires-Dist: jsonpath-ng
|
|
41
41
|
Requires-Dist: lxml
|
|
42
42
|
Requires-Dist: orjson
|
|
43
|
-
Requires-Dist: pydantic!=2.10.0,>=2.1.0
|
|
43
|
+
Requires-Dist: pydantic!=2.10.0,<2.12.0,>=2.1.0
|
|
44
44
|
Requires-Dist: pydantic_core
|
|
45
45
|
Requires-Dist: PyJWT[crypto]>=2.5.0
|
|
46
46
|
Requires-Dist: pyproj>=2.1.0
|
|
@@ -119,6 +119,7 @@ Requires-Dist: types-tqdm; extra == "stubs"
|
|
|
119
119
|
Requires-Dist: types-urllib3; extra == "stubs"
|
|
120
120
|
Provides-Extra: docs
|
|
121
121
|
Requires-Dist: eodag[all,stubs]; extra == "docs"
|
|
122
|
+
Requires-Dist: autodoc_pydantic; extra == "docs"
|
|
122
123
|
Requires-Dist: nbsphinx; extra == "docs"
|
|
123
124
|
Requires-Dist: sphinx; extra == "docs"
|
|
124
125
|
Requires-Dist: sphinx-autodoc-typehints; extra == "docs"
|
|
@@ -174,9 +175,9 @@ EODAG (Earth Observation Data Access Gateway) is a command line tool and a plugi
|
|
|
174
175
|
aggregating results and downloading remote sensed images while offering a unified API for data access regardless of the
|
|
175
176
|
data provider. The EODAG SDK is structured around three functions:
|
|
176
177
|
|
|
177
|
-
* List
|
|
178
|
+
* List collections: list of supported products and their description
|
|
178
179
|
|
|
179
|
-
* Search products (by
|
|
180
|
+
* Search products (by collection or uid): searches products according to the search criteria provided
|
|
180
181
|
|
|
181
182
|
* Download products: download product “as is"
|
|
182
183
|
|
|
@@ -189,7 +190,7 @@ integrate new data providers. Three types of plugins compose the tool:
|
|
|
189
190
|
* Download plugins, allowing to download and retrieve data locally (via HTTP, S3, ...), always with the same directory
|
|
190
191
|
organization
|
|
191
192
|
|
|
192
|
-
* Authentication plugins, which are used to authenticate the user on the external services used (JSON Token, Basic Auth,
|
|
193
|
+
* Authentication plugins, which are used to authenticate the user on the external services used (JSON Token, Basic Auth, OIDC, ...).
|
|
193
194
|
|
|
194
195
|
Read `the documentation <https://eodag.readthedocs.io/en/latest/>`_ for more insights.
|
|
195
196
|
|
|
@@ -240,7 +241,7 @@ Example usage for interacting with the api in your Python code:
|
|
|
240
241
|
dag = EODataAccessGateway()
|
|
241
242
|
|
|
242
243
|
search_results = dag.search(
|
|
243
|
-
|
|
244
|
+
collection='S2_MSI_L1C',
|
|
244
245
|
geom={'lonmin': 1, 'latmin': 43.5, 'lonmax': 2, 'latmax': 44}, # accepts WKT polygons, shapely.geometry, ...
|
|
245
246
|
start='2021-01-01',
|
|
246
247
|
end='2021-01-15'
|
|
@@ -261,84 +262,6 @@ check the `Python API User Guide <https://eodag.readthedocs.io/en/latest/api_use
|
|
|
261
262
|
`search() <https://eodag.readthedocs.io/en/latest/api_reference/core.html#eodag.api.core.EODataAccessGateway.search>`_ method now returns
|
|
262
263
|
only a single ``SearchResult`` instead of a 2 values tuple.
|
|
263
264
|
|
|
264
|
-
STAC REST API
|
|
265
|
-
-------------
|
|
266
|
-
|
|
267
|
-
An eodag instance can be exposed through a STAC compliant REST api from the command line (``eodag[server]`` needed):
|
|
268
|
-
|
|
269
|
-
.. code-block:: bash
|
|
270
|
-
|
|
271
|
-
$ eodag serve-rest --help
|
|
272
|
-
Usage: eodag serve-rest [OPTIONS]
|
|
273
|
-
|
|
274
|
-
Start eodag HTTP server
|
|
275
|
-
|
|
276
|
-
Set EODAG_CORS_ALLOWED_ORIGINS environment variable to configure Cross-
|
|
277
|
-
Origin Resource Sharing allowed origins as comma-separated URLs (e.g.
|
|
278
|
-
'http://somewhere,htttp://somewhere.else').
|
|
279
|
-
|
|
280
|
-
Options:
|
|
281
|
-
-f, --config PATH File path to the user configuration file with its
|
|
282
|
-
credentials, default is ~/.config/eodag/eodag.yml
|
|
283
|
-
-l, --locs PATH File path to the location shapefiles configuration file
|
|
284
|
-
-d, --daemon run in daemon mode
|
|
285
|
-
-w, --world run uvicorn using IPv4 0.0.0.0 (all network interfaces),
|
|
286
|
-
otherwise bind to 127.0.0.1 (localhost).
|
|
287
|
-
-p, --port INTEGER The port on which to listen [default: 5000]
|
|
288
|
-
--debug Run in debug mode (for development purpose)
|
|
289
|
-
--help Show this message and exit.
|
|
290
|
-
|
|
291
|
-
# run server
|
|
292
|
-
$ eodag serve-rest
|
|
293
|
-
|
|
294
|
-
# list available product types for ``peps`` provider:
|
|
295
|
-
$ curl "http://127.0.0.1:5000/collections?provider=peps" | jq ".collections[].id"
|
|
296
|
-
"S1_SAR_GRD"
|
|
297
|
-
"S1_SAR_OCN"
|
|
298
|
-
"S1_SAR_SLC"
|
|
299
|
-
"S2_MSI_L1C"
|
|
300
|
-
"S2_MSI_L2A"
|
|
301
|
-
|
|
302
|
-
# search for items
|
|
303
|
-
$ curl "http://127.0.0.1:5000/search?collections=S2_MSI_L1C&bbox=0,43,1,44&datetime=2018-01-20/2018-01-25" \
|
|
304
|
-
| jq ".numberMatched"
|
|
305
|
-
6
|
|
306
|
-
|
|
307
|
-
# get download link
|
|
308
|
-
$ curl "http://127.0.0.1:5000/collections/S2_MSI_L1C/items" \
|
|
309
|
-
| jq ".features[0].assets.downloadLink.href"
|
|
310
|
-
"http://127.0.0.1:5002/collections/S2_MSI_L1C/items/S2B_MSIL1C_20240917T115259_N0511_R137_T21CWS_20240917T145134/download"
|
|
311
|
-
|
|
312
|
-
# download
|
|
313
|
-
$ wget "http://127.0.0.1:5002/collections/S2_MSI_L1C/items/S2B_MSIL1C_20240917T115259_N0511_R137_T21CWS_20240917T145134/download"
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
``eodag-server`` is available on `https://hub.docker.com/r/csspace/eodag-server <https://hub.docker.com/r/csspace/eodag-server>`_:
|
|
317
|
-
|
|
318
|
-
.. code-block:: bash
|
|
319
|
-
|
|
320
|
-
docker run -p 5000:5000 --rm csspace/eodag-server:3.9.1
|
|
321
|
-
|
|
322
|
-
You can also browse over your STAC API server using `STAC Browser <https://github.com/radiantearth/stac-browser>`_.
|
|
323
|
-
Simply run:
|
|
324
|
-
|
|
325
|
-
.. code-block:: bash
|
|
326
|
-
|
|
327
|
-
git clone https://github.com/CS-SI/eodag.git
|
|
328
|
-
cd eodag
|
|
329
|
-
docker-compose up
|
|
330
|
-
# or for a more verbose logging:
|
|
331
|
-
EODAG_LOGGING=3 docker-compose up
|
|
332
|
-
|
|
333
|
-
And browse http://127.0.0.1:5001:
|
|
334
|
-
|
|
335
|
-
.. image:: https://raw.githubusercontent.com/CS-SI/eodag/develop/docs/_static/stac_browser_example_600.png
|
|
336
|
-
:target: https://raw.githubusercontent.com/CS-SI/eodag/develop/docs/_static/stac_browser_example.png
|
|
337
|
-
:alt: STAC browser example
|
|
338
|
-
:width: 600px
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
For more information, see `STAC REST API usage <https://eodag.readthedocs.io/en/latest/stac_rest.html>`_.
|
|
342
265
|
|
|
343
266
|
Command line interface
|
|
344
267
|
----------------------
|
|
@@ -347,9 +270,9 @@ Start playing with the CLI:
|
|
|
347
270
|
|
|
348
271
|
- To search for some products::
|
|
349
272
|
|
|
350
|
-
eodag search --
|
|
273
|
+
eodag search --collection S2_MSI_L1C --box 1 43 2 44 --start 2021-03-01 --end 2021-03-31
|
|
351
274
|
|
|
352
|
-
The request above searches for ``S2_MSI_L1C``
|
|
275
|
+
The request above searches for ``S2_MSI_L1C`` collections in a given bounding box, in March 2021. It saves the results in a GeoJSON file (``search_results.geojson`` by default).
|
|
353
276
|
|
|
354
277
|
Results are paginated, you may want to get all pages at once with ``--all``, or search products having 20% of maximum coud cover with ``--cloudCover 20``. For more information on available options::
|
|
355
278
|
|
|
@@ -363,11 +286,11 @@ Start playing with the CLI:
|
|
|
363
286
|
|
|
364
287
|
eodag download --quicklooks --search-results search_results.geojson
|
|
365
288
|
|
|
366
|
-
- To list all available
|
|
289
|
+
- To list all available collections and supported providers::
|
|
367
290
|
|
|
368
291
|
eodag list
|
|
369
292
|
|
|
370
|
-
- To list available
|
|
293
|
+
- To list available collections on a specified supported provider::
|
|
371
294
|
|
|
372
295
|
eodag list -p creodias
|
|
373
296
|
|