eodag 3.4.0__tar.gz → 3.4.1.post1__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.
Files changed (260) hide show
  1. {eodag-3.4.0 → eodag-3.4.1.post1}/CHANGES.rst +30 -0
  2. {eodag-3.4.0/eodag.egg-info → eodag-3.4.1.post1}/PKG-INFO +2 -2
  3. {eodag-3.4.0 → eodag-3.4.1.post1}/README.rst +1 -1
  4. {eodag-3.4.0 → eodag-3.4.1.post1}/charts/eodag-server/Chart.yaml +2 -2
  5. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/conf.py +1 -1
  6. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/notebooks/tutos/tuto_stac_client.ipynb +1 -1
  7. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/stac_rest.rst +1 -1
  8. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/search/build_search_result.py +3 -0
  9. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/search/static_stac_search.py +2 -2
  10. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/utils/stac_reader.py +10 -6
  11. {eodag-3.4.0 → eodag-3.4.1.post1/eodag.egg-info}/PKG-INFO +2 -2
  12. {eodag-3.4.0 → eodag-3.4.1.post1}/pyproject.toml +1 -1
  13. {eodag-3.4.0 → eodag-3.4.1.post1}/.dockerignore +0 -0
  14. {eodag-3.4.0 → eodag-3.4.1.post1}/.editorconfig +0 -0
  15. {eodag-3.4.0 → eodag-3.4.1.post1}/.gitattributes +0 -0
  16. {eodag-3.4.0 → eodag-3.4.1.post1}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  17. {eodag-3.4.0 → eodag-3.4.1.post1}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  18. {eodag-3.4.0 → eodag-3.4.1.post1}/.github/pull_request_template.md +0 -0
  19. {eodag-3.4.0 → eodag-3.4.1.post1}/.github/workflows/changelog.yml +0 -0
  20. {eodag-3.4.0 → eodag-3.4.1.post1}/.github/workflows/deploy.yml +0 -0
  21. {eodag-3.4.0 → eodag-3.4.1.post1}/.github/workflows/fetch.yml +0 -0
  22. {eodag-3.4.0 → eodag-3.4.1.post1}/.github/workflows/github-pages.yml +0 -0
  23. {eodag-3.4.0 → eodag-3.4.1.post1}/.github/workflows/lint-pr-title.yml +0 -0
  24. {eodag-3.4.0 → eodag-3.4.1.post1}/.github/workflows/test.yml +0 -0
  25. {eodag-3.4.0 → eodag-3.4.1.post1}/.gitignore +0 -0
  26. {eodag-3.4.0 → eodag-3.4.1.post1}/.pre-commit-config.yaml +0 -0
  27. {eodag-3.4.0 → eodag-3.4.1.post1}/BREAKING_CHANGES.rst +0 -0
  28. {eodag-3.4.0 → eodag-3.4.1.post1}/CODE_OF_CONDUCT.md +0 -0
  29. {eodag-3.4.0 → eodag-3.4.1.post1}/CONTRIBUTING.rst +0 -0
  30. {eodag-3.4.0 → eodag-3.4.1.post1}/LICENSE +0 -0
  31. {eodag-3.4.0 → eodag-3.4.1.post1}/MANIFEST.in +0 -0
  32. {eodag-3.4.0 → eodag-3.4.1.post1}/NOTICE +0 -0
  33. {eodag-3.4.0 → eodag-3.4.1.post1}/charts/eodag-server/Chart.lock +0 -0
  34. {eodag-3.4.0 → eodag-3.4.1.post1}/charts/eodag-server/README.md +0 -0
  35. {eodag-3.4.0 → eodag-3.4.1.post1}/charts/eodag-server/templates/NOTES.txt +0 -0
  36. {eodag-3.4.0 → eodag-3.4.1.post1}/charts/eodag-server/templates/_helpers.tpl +0 -0
  37. {eodag-3.4.0 → eodag-3.4.1.post1}/charts/eodag-server/templates/configmap.yaml +0 -0
  38. {eodag-3.4.0 → eodag-3.4.1.post1}/charts/eodag-server/templates/deployment.yaml +0 -0
  39. {eodag-3.4.0 → eodag-3.4.1.post1}/charts/eodag-server/templates/extra-list.yaml +0 -0
  40. {eodag-3.4.0 → eodag-3.4.1.post1}/charts/eodag-server/templates/hpa.yaml +0 -0
  41. {eodag-3.4.0 → eodag-3.4.1.post1}/charts/eodag-server/templates/ingress.yaml +0 -0
  42. {eodag-3.4.0 → eodag-3.4.1.post1}/charts/eodag-server/templates/pv.yaml +0 -0
  43. {eodag-3.4.0 → eodag-3.4.1.post1}/charts/eodag-server/templates/pvc.yaml +0 -0
  44. {eodag-3.4.0 → eodag-3.4.1.post1}/charts/eodag-server/templates/secret.yaml +0 -0
  45. {eodag-3.4.0 → eodag-3.4.1.post1}/charts/eodag-server/templates/service.yaml +0 -0
  46. {eodag-3.4.0 → eodag-3.4.1.post1}/charts/eodag-server/templates/serviceaccount.yaml +0 -0
  47. {eodag-3.4.0 → eodag-3.4.1.post1}/charts/eodag-server/values.yaml +0 -0
  48. {eodag-3.4.0 → eodag-3.4.1.post1}/docker/run-stac-server.sh +0 -0
  49. {eodag-3.4.0 → eodag-3.4.1.post1}/docker/stac-browser.dockerfile +0 -0
  50. {eodag-3.4.0 → eodag-3.4.1.post1}/docker/stac-server.dockerfile +0 -0
  51. {eodag-3.4.0 → eodag-3.4.1.post1}/docker-compose.yml +0 -0
  52. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/Makefile +0 -0
  53. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/_static/custom.css +0 -0
  54. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/_static/download_methods.png +0 -0
  55. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/_static/eodag_advanced_calls_graph.svg +0 -0
  56. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/_static/eodag_bycs.png +0 -0
  57. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/_static/eodag_fetch_product_types.png +0 -0
  58. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/_static/eodag_logo_160.png +0 -0
  59. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/_static/eodag_logo_160r.png +0 -0
  60. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/_static/eodag_main_calls_graph.svg +0 -0
  61. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/_static/eodag_overview.png +0 -0
  62. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/_static/eodag_stac_client.png +0 -0
  63. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/_static/eodag_stac_server.png +0 -0
  64. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/_static/favicon-32x32.png +0 -0
  65. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/_static/params_mapping_extra.csv +0 -0
  66. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/_static/params_mapping_offline_infos.json +0 -0
  67. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/_static/params_mapping_opensearch.csv +0 -0
  68. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/_static/product_types_information.csv +0 -0
  69. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/_static/progress_1.png +0 -0
  70. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/_static/progress_1_none.png +0 -0
  71. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/_static/progress_2.png +0 -0
  72. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/_static/progress_2_none.png +0 -0
  73. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/_static/stac_browser_example.png +0 -0
  74. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/_static/stac_browser_example_600.png +0 -0
  75. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/add_product_type.rst +0 -0
  76. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/add_provider.rst +0 -0
  77. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/api_reference/assets.rst +0 -0
  78. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/api_reference/call_graphs.rst +0 -0
  79. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/api_reference/core.rst +0 -0
  80. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/api_reference/eoproduct.rst +0 -0
  81. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/api_reference/exceptions.rst +0 -0
  82. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/api_reference/index.rst +0 -0
  83. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/api_reference/searchresult.rst +0 -0
  84. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/api_reference/types.rst +0 -0
  85. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/api_reference/utils.rst +0 -0
  86. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/api_user_guide.rst +0 -0
  87. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/breaking_changes.rst +0 -0
  88. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/changelog.rst +0 -0
  89. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/cli_user_guide.rst +0 -0
  90. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/contribute.rst +0 -0
  91. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/drivers.rst +0 -0
  92. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/getting_started_guide/configure.rst +0 -0
  93. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/getting_started_guide/index.rst +0 -0
  94. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/getting_started_guide/install.rst +0 -0
  95. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/getting_started_guide/overview.rst +0 -0
  96. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/getting_started_guide/product_storage_status.rst +0 -0
  97. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/getting_started_guide/product_types.rst +0 -0
  98. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/getting_started_guide/providers.rst +0 -0
  99. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/getting_started_guide/register.rst +0 -0
  100. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/getting_started_guide/side_projects.rst +0 -0
  101. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/index.rst +0 -0
  102. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/make.bat +0 -0
  103. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/notebooks/api_user_guide/1_overview.ipynb +0 -0
  104. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/notebooks/api_user_guide/2_providers_products_available.ipynb +0 -0
  105. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/notebooks/api_user_guide/3_configuration.ipynb +0 -0
  106. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/notebooks/api_user_guide/4_search.ipynb +0 -0
  107. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/notebooks/api_user_guide/5_queryables.ipynb +0 -0
  108. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/notebooks/api_user_guide/6_serialize_deserialize.ipynb +0 -0
  109. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/notebooks/api_user_guide/7_crunch.ipynb +0 -0
  110. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/notebooks/api_user_guide/8_download.ipynb +0 -0
  111. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/notebooks/api_user_guide/9_post_process.ipynb +0 -0
  112. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/notebooks/api_user_guide/data/crunch_search_results.geojson +0 -0
  113. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/notebooks/api_user_guide/data/download_search_results.geojson +0 -0
  114. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/notebooks/intro_notebooks.ipynb +0 -0
  115. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.cpg +0 -0
  116. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.dbf +0 -0
  117. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.prj +0 -0
  118. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.qix +0 -0
  119. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.qpj +0 -0
  120. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.shp +0 -0
  121. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.shx +0 -0
  122. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/notebooks/tutos/auxdata/sentinel2_tiling_grid_centroids.zip +0 -0
  123. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/notebooks/tutos/tuto_burnt_areas_snappy.ipynb +0 -0
  124. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/notebooks/tutos/tuto_cds.ipynb +0 -0
  125. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/notebooks/tutos/tuto_cop_dem.ipynb +0 -0
  126. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/notebooks/tutos/tuto_ecmwf.ipynb +0 -0
  127. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/notebooks/tutos/tuto_meteoblue.ipynb +0 -0
  128. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/notebooks/tutos/tuto_search_location_tile.ipynb +0 -0
  129. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/notebooks/tutos/tuto_ship_detection.ipynb +0 -0
  130. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/notebooks/tutos/tuto_wekeo.ipynb +0 -0
  131. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/params_mapping.rst +0 -0
  132. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/plugins.rst +0 -0
  133. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/plugins_reference/api.rst +0 -0
  134. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/plugins_reference/auth.rst +0 -0
  135. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/plugins_reference/crunch.rst +0 -0
  136. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/plugins_reference/download.rst +0 -0
  137. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/plugins_reference/search.rst +0 -0
  138. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/stac.rst +0 -0
  139. {eodag-3.4.0 → eodag-3.4.1.post1}/docs/tutos.rst +0 -0
  140. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/__init__.py +0 -0
  141. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/api/__init__.py +0 -0
  142. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/api/core.py +0 -0
  143. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/api/product/__init__.py +0 -0
  144. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/api/product/_assets.py +0 -0
  145. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/api/product/_product.py +0 -0
  146. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/api/product/drivers/__init__.py +0 -0
  147. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/api/product/drivers/base.py +0 -0
  148. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/api/product/drivers/generic.py +0 -0
  149. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/api/product/drivers/sentinel1.py +0 -0
  150. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/api/product/drivers/sentinel2.py +0 -0
  151. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/api/product/metadata_mapping.py +0 -0
  152. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/api/search_result.py +0 -0
  153. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/cli.py +0 -0
  154. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/config.py +0 -0
  155. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/crunch.py +0 -0
  156. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/__init__.py +0 -0
  157. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/apis/__init__.py +0 -0
  158. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/apis/base.py +0 -0
  159. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/apis/ecmwf.py +0 -0
  160. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/apis/usgs.py +0 -0
  161. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/authentication/__init__.py +0 -0
  162. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/authentication/aws_auth.py +0 -0
  163. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/authentication/base.py +0 -0
  164. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/authentication/generic.py +0 -0
  165. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/authentication/header.py +0 -0
  166. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/authentication/keycloak.py +0 -0
  167. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/authentication/oauth.py +0 -0
  168. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/authentication/openid_connect.py +0 -0
  169. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/authentication/qsauth.py +0 -0
  170. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/authentication/sas_auth.py +0 -0
  171. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/authentication/token.py +0 -0
  172. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/authentication/token_exchange.py +0 -0
  173. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/base.py +0 -0
  174. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/crunch/__init__.py +0 -0
  175. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/crunch/base.py +0 -0
  176. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/crunch/filter_date.py +0 -0
  177. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/crunch/filter_latest_intersect.py +0 -0
  178. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/crunch/filter_latest_tpl_name.py +0 -0
  179. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/crunch/filter_overlap.py +0 -0
  180. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/crunch/filter_property.py +0 -0
  181. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/download/__init__.py +0 -0
  182. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/download/aws.py +0 -0
  183. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/download/base.py +0 -0
  184. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/download/creodias_s3.py +0 -0
  185. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/download/http.py +0 -0
  186. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/download/s3rest.py +0 -0
  187. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/manager.py +0 -0
  188. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/search/__init__.py +0 -0
  189. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/search/base.py +0 -0
  190. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/search/cop_marine.py +0 -0
  191. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/search/creodias_s3.py +0 -0
  192. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/search/csw.py +0 -0
  193. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/search/data_request_search.py +0 -0
  194. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/search/qssearch.py +0 -0
  195. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/plugins/search/stac_list_assets.py +0 -0
  196. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/py.typed +0 -0
  197. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/resources/ext_product_types.json +0 -0
  198. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/resources/locations_conf_template.yml +0 -0
  199. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/resources/product_types.yml +0 -0
  200. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/resources/providers.yml +0 -0
  201. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/resources/shp/ne_110m_admin_0_map_units.VERSION.txt +0 -0
  202. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/resources/shp/ne_110m_admin_0_map_units.cpg +0 -0
  203. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/resources/shp/ne_110m_admin_0_map_units.dbf +0 -0
  204. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/resources/shp/ne_110m_admin_0_map_units.prj +0 -0
  205. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/resources/shp/ne_110m_admin_0_map_units.shp +0 -0
  206. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/resources/shp/ne_110m_admin_0_map_units.shx +0 -0
  207. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/resources/stac.yml +0 -0
  208. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/resources/stac_api.yml +0 -0
  209. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/resources/stac_provider.yml +0 -0
  210. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/resources/user_conf_template.yml +0 -0
  211. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/rest/__init__.py +0 -0
  212. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/rest/cache.py +0 -0
  213. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/rest/config.py +0 -0
  214. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/rest/constants.py +0 -0
  215. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/rest/core.py +0 -0
  216. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/rest/errors.py +0 -0
  217. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/rest/server.py +0 -0
  218. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/rest/server.wsgi +0 -0
  219. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/rest/stac.py +0 -0
  220. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/rest/templates/README +0 -0
  221. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/rest/types/__init__.py +0 -0
  222. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/rest/types/collections_search.py +0 -0
  223. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/rest/types/eodag_search.py +0 -0
  224. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/rest/types/queryables.py +0 -0
  225. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/rest/types/stac_search.py +0 -0
  226. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/rest/utils/__init__.py +0 -0
  227. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/rest/utils/cql_evaluate.py +0 -0
  228. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/rest/utils/rfc3339.py +0 -0
  229. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/types/__init__.py +0 -0
  230. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/types/bbox.py +0 -0
  231. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/types/download_args.py +0 -0
  232. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/types/queryables.py +0 -0
  233. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/types/search_args.py +0 -0
  234. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/types/whoosh.py +0 -0
  235. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/utils/__init__.py +0 -0
  236. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/utils/exceptions.py +0 -0
  237. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/utils/import_system.py +0 -0
  238. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/utils/logging.py +0 -0
  239. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/utils/notebook.py +0 -0
  240. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/utils/repr.py +0 -0
  241. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/utils/requests.py +0 -0
  242. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/utils/rest.py +0 -0
  243. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag/utils/s3.py +0 -0
  244. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag.egg-info/SOURCES.txt +0 -0
  245. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag.egg-info/dependency_links.txt +0 -0
  246. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag.egg-info/entry_points.txt +0 -0
  247. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag.egg-info/requires.txt +0 -0
  248. {eodag-3.4.0 → eodag-3.4.1.post1}/eodag.egg-info/top_level.txt +0 -0
  249. {eodag-3.4.0 → eodag-3.4.1.post1}/get_pypi_latest_version.sh +0 -0
  250. {eodag-3.4.0 → eodag-3.4.1.post1}/pytest.ini +0 -0
  251. {eodag-3.4.0 → eodag-3.4.1.post1}/readthedocs.yml +0 -0
  252. {eodag-3.4.0 → eodag-3.4.1.post1}/requirements-dev.txt +0 -0
  253. {eodag-3.4.0 → eodag-3.4.1.post1}/requirements-docs.txt +0 -0
  254. {eodag-3.4.0 → eodag-3.4.1.post1}/requirements-tutorials.txt +0 -0
  255. {eodag-3.4.0 → eodag-3.4.1.post1}/requirements.txt +0 -0
  256. {eodag-3.4.0 → eodag-3.4.1.post1}/setup.cfg +0 -0
  257. {eodag-3.4.0 → eodag-3.4.1.post1}/setup.py +0 -0
  258. {eodag-3.4.0 → eodag-3.4.1.post1}/tox.ini +0 -0
  259. {eodag-3.4.0 → eodag-3.4.1.post1}/utils/params_mapping_to_csv.py +0 -0
  260. {eodag-3.4.0 → eodag-3.4.1.post1}/utils/product_types_information_to_csv.py +0 -0
@@ -3,6 +3,36 @@ Release history
3
3
  ===============
4
4
 
5
5
 
6
+ v3.4.1 (2025-05-12)
7
+ ===================
8
+
9
+ Bug Fixes
10
+ ---------
11
+
12
+ * **plugins**: Missing datetime properties in ECMWFSearch result (`#1648`_, `9ac8d6a`_)
13
+
14
+ * **plugins**: Staticstacsearch text opener (`#1643`_, `71a51f1`_)
15
+
16
+ Documentation
17
+ -------------
18
+
19
+ * Fixed binder tutos links (`#1651`_, `5ec4421`_)
20
+
21
+ Testing
22
+ -------
23
+
24
+ * Update click>=8.2.0 exit status code (`#1650`_, `51a5f36`_)
25
+
26
+ .. _#1643: https://github.com/CS-SI/eodag/pull/1643
27
+ .. _#1648: https://github.com/CS-SI/eodag/pull/1648
28
+ .. _#1650: https://github.com/CS-SI/eodag/pull/1650
29
+ .. _#1651: https://github.com/CS-SI/eodag/pull/1651
30
+ .. _51a5f36: https://github.com/CS-SI/eodag/commit/51a5f3667b2cc0b706a7278494ee4e8bf1260210
31
+ .. _5ec4421: https://github.com/CS-SI/eodag/commit/5ec4421cf3c653e35005e4489a09cb2f22e44a9f
32
+ .. _71a51f1: https://github.com/CS-SI/eodag/commit/71a51f16ea370f542af3142fee25ec90c2a75ae3
33
+ .. _9ac8d6a: https://github.com/CS-SI/eodag/commit/9ac8d6a3f06ad1112c6dd3aeccb2f63eaa49c3c0
34
+
35
+
6
36
  v3.4.0 (2025-04-30)
7
37
  ===================
8
38
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: eodag
3
- Version: 3.4.0
3
+ Version: 3.4.1.post1
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.0
320
+ docker run -p 5000:5000 --rm csspace/eodag-server:3.4.1
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.0
190
+ docker run -p 5000:5000 --rm csspace/eodag-server:3.4.1
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.0
2
+ appVersion: 3.4.1
3
3
  dependencies:
4
4
  - name: common
5
5
  repository: oci://registry-1.docker.io/bitnamicharts
@@ -15,4 +15,4 @@ name: eodag-server
15
15
  sources:
16
16
  - https://github.com/CS-SI/eodag
17
17
  type: application
18
- version: 3.4.0
18
+ version: 3.4.1
@@ -61,7 +61,7 @@ nbsphinx_prolog = """
61
61
  You can run this notebook in a live session with |Binder|.
62
62
 
63
63
  .. |Binder| image:: https://static.mybinder.org/badge.svg
64
- :target: https://mybinder.org/v2/gh/CS-SI/eodag/master?urlpath=lab/tree/docs/api_user_guide/{{ docname }}
64
+ :target: https://mybinder.org/v2/gh/CS-SI/eodag/master?urlpath=lab/tree/docs/{{ docname }}
65
65
  """
66
66
 
67
67
  # sphinx-copybutton configurations
@@ -22981,7 +22981,7 @@
22981
22981
  "id": "seasonal-internet",
22982
22982
  "metadata": {},
22983
22983
  "source": [
22984
- "EODAG can search for items over a STAC static catalog using [StaticStacSearch](https://eodag.readthedocs.io/en/latest/plugins_reference/generated/eodag.plugins.search.static_stac_search.StaticStacSearch.html) plugin. Path to the catalog must be set as `search.api_endpoint` and the download plugin can also be set ([HTTPDownload](https://eodag.readthedocs.io/en/latest/plugins_reference/generated/eodag.plugins.download.http.HTTPDownload.html) by default) depending on the provider.\n",
22984
+ "EODAG can search for items over a STAC static catalog using [StaticStacSearch](https://eodag.readthedocs.io/en/latest/plugins_reference/generated/eodag.plugins.search.static_stac_search.StaticStacSearch.html) plugin. Path to the catalog (or item) must be set as `search.api_endpoint` and the download plugin can also be set ([HTTPDownload](https://eodag.readthedocs.io/en/latest/plugins_reference/generated/eodag.plugins.download.http.HTTPDownload.html) by default) depending on the provider.\n",
22985
22985
  "\n",
22986
22986
  "Here is an example with a catalog from https://stacindex.org/catalogs/spot-orthoimages-canada-2005, which will use \n",
22987
22987
  " `HTTPDownload` as download plugin, without credentials as no authentication is needed for download.\n",
@@ -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.0
118
+ $ docker run -p 5000:5000 --rm csspace/eodag-server:3.4.1
119
119
 
120
120
  Example
121
121
  -------
@@ -652,6 +652,9 @@ class ECMWFSearch(PostJsonSearch):
652
652
  "missionEndDate", today().isoformat()
653
653
  )
654
654
  )
655
+ else:
656
+ keywords[START] = start
657
+ keywords[END] = end
655
658
 
656
659
  def _get_product_type_queryables(
657
660
  self, product_type: Optional[str], alias: Optional[str], filters: dict[str, Any]
@@ -46,7 +46,7 @@ logger = logging.getLogger("eodag.search.static_stac_search")
46
46
  class StaticStacSearch(StacSearch):
47
47
  """Static STAC Catalog search plugin
48
48
 
49
- This plugin first loads all STAC items found in the catalog, and converts them to
49
+ This plugin first loads all STAC items found in the catalog (or item), and converts them to
50
50
  EOProducts using :class:`~eodag.plugins.search.qssearch.StacSearch`.
51
51
  Then it uses crunchers to only keep products matching query parameters.
52
52
 
@@ -56,7 +56,7 @@ class StaticStacSearch(StacSearch):
56
56
  :param provider: provider name
57
57
  :param config: Search plugin configuration:
58
58
 
59
- * :attr:`~eodag.config.PluginConfig.api_endpoint` (``str``) (**mandatory**): path to the catalog;
59
+ * :attr:`~eodag.config.PluginConfig.api_endpoint` (``str``) (**mandatory**): path to the catalog or item;
60
60
  in contrast to the api_endpoint for other plugin types this can be a url or local system path.
61
61
  * :attr:`~eodag.config.PluginConfig.max_connections` (``int``): Maximum number of concurrent
62
62
  connections for HTTP requests; default: ``100``
@@ -122,12 +122,13 @@ def fetch_stac_items(
122
122
  # URI opener used by PySTAC internally, instantiated here
123
123
  # to retrieve the timeout.
124
124
  _text_opener = _TextOpener(timeout, ssl_verify)
125
- pystac.StacIO.read_text = _text_opener # type: ignore[assignment]
125
+ stac_io = pystac.StacIO.default()
126
+ stac_io.read_text = _text_opener # type: ignore[assignment]
126
127
 
127
- stac_obj = pystac.read_file(stac_path)
128
+ stac_obj = pystac.read_file(stac_path, stac_io=stac_io)
128
129
  # Single STAC item
129
130
  if isinstance(stac_obj, pystac.Item):
130
- return [stac_obj.to_dict()]
131
+ return [stac_obj.to_dict(transform_hrefs=False)]
131
132
  # STAC catalog
132
133
  elif isinstance(stac_obj, pystac.Catalog):
133
134
  return _fetch_stac_items_from_catalog(
@@ -152,7 +153,9 @@ def _fetch_stac_items_from_catalog(
152
153
  if extensions:
153
154
  extensions = extensions if isinstance(extensions, list) else [extensions]
154
155
  if "single-file-stac" in extensions:
155
- items = [feature for feature in cat.to_dict()["features"]]
156
+ items = [
157
+ feature for feature in cat.to_dict(transform_hrefs=False)["features"]
158
+ ]
156
159
  return items
157
160
 
158
161
  # Making the links absolutes allow for both relative and absolute links to be handled.
@@ -201,9 +204,10 @@ def fetch_stac_collections(
201
204
 
202
205
  # URI opener used by PySTAC internally, instantiated here to retrieve the timeout.
203
206
  _text_opener = _TextOpener(timeout, ssl_verify)
204
- pystac.StacIO.read_text = _text_opener # type: ignore[assignment]
207
+ stac_io = pystac.StacIO.default()
208
+ stac_io.read_text = _text_opener # type: ignore[assignment]
205
209
 
206
- stac_obj = pystac.read_file(stac_path)
210
+ stac_obj = pystac.read_file(stac_path, stac_io=stac_io)
207
211
  if isinstance(stac_obj, pystac.Catalog):
208
212
  return _fetch_stac_collections_from_catalog(
209
213
  stac_obj, collection, max_connections, _text_opener
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: eodag
3
- Version: 3.4.0
3
+ Version: 3.4.1.post1
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.0
320
+ docker run -p 5000:5000 --rm csspace/eodag-server:3.4.1
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:
@@ -3,7 +3,7 @@ requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]
3
3
  build-backend = "setuptools.build_meta"
4
4
 
5
5
  [tool.setuptools_scm]
6
- fallback_version = "3.4.1.dev0"
6
+ fallback_version = "3.4.2.dev0"
7
7
 
8
8
  [tool.coverage.report]
9
9
  exclude_lines = [
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes