eodag 3.8.0__tar.gz → 3.9.0__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 (276) hide show
  1. {eodag-3.8.0 → eodag-3.9.0}/BREAKING_CHANGES.rst +1 -1
  2. {eodag-3.8.0 → eodag-3.9.0}/CHANGES.rst +191 -48
  3. {eodag-3.8.0 → eodag-3.9.0}/CONTRIBUTING.rst +3 -3
  4. {eodag-3.8.0 → eodag-3.9.0}/NOTICE +10 -0
  5. {eodag-3.8.0/eodag.egg-info → eodag-3.9.0}/PKG-INFO +4 -3
  6. {eodag-3.8.0 → eodag-3.9.0}/README.rst +1 -1
  7. {eodag-3.8.0 → eodag-3.9.0}/charts/eodag-server/Chart.yaml +2 -2
  8. eodag-3.9.0/docs/_static/custom.css +149 -0
  9. eodag-3.9.0/docs/_static/params_mapping_extra.csv +31 -0
  10. eodag-3.9.0/docs/_static/params_mapping_offline_infos.json +1 -0
  11. eodag-3.9.0/docs/_static/params_mapping_opensearch.csv +37 -0
  12. {eodag-3.8.0 → eodag-3.9.0}/docs/_static/product_types_information.csv +283 -273
  13. {eodag-3.8.0 → eodag-3.9.0}/docs/add_product_type.rst +3 -0
  14. {eodag-3.8.0 → eodag-3.9.0}/docs/add_provider.rst +1 -1
  15. {eodag-3.8.0 → eodag-3.9.0}/docs/api_reference/assets.rst +4 -0
  16. {eodag-3.8.0 → eodag-3.9.0}/docs/api_reference/call_graphs.rst +5 -0
  17. {eodag-3.8.0 → eodag-3.9.0}/docs/api_reference/core.rst +5 -0
  18. {eodag-3.8.0 → eodag-3.9.0}/docs/api_reference/eoproduct.rst +4 -0
  19. eodag-3.9.0/docs/api_reference/exceptions.rst +19 -0
  20. eodag-3.9.0/docs/api_reference/index.rst +88 -0
  21. {eodag-3.8.0 → eodag-3.9.0}/docs/api_reference/searchresult.rst +3 -0
  22. eodag-3.9.0/docs/api_reference/types.rst +15 -0
  23. {eodag-3.8.0 → eodag-3.9.0}/docs/api_reference/utils.rst +10 -0
  24. eodag-3.9.0/docs/api_user_guide.rst +97 -0
  25. {eodag-3.8.0 → eodag-3.9.0}/docs/cli_user_guide.rst +1 -1
  26. {eodag-3.8.0 → eodag-3.9.0}/docs/conf.py +51 -0
  27. {eodag-3.8.0/docs/getting_started_guide → eodag-3.9.0/docs}/ecosystem.rst +2 -2
  28. {eodag-3.8.0 → eodag-3.9.0}/docs/getting_started_guide/configure.rst +1 -1
  29. eodag-3.8.0/docs/notebooks/api_user_guide/1_overview.ipynb → eodag-3.9.0/docs/getting_started_guide/features_overview.ipynb +21 -21
  30. eodag-3.9.0/docs/getting_started_guide/index.rst +116 -0
  31. {eodag-3.8.0 → eodag-3.9.0}/docs/getting_started_guide/product_storage_status.rst +1 -1
  32. {eodag-3.8.0 → eodag-3.9.0}/docs/getting_started_guide/product_types.rst +3 -2
  33. {eodag-3.8.0 → eodag-3.9.0}/docs/index.rst +13 -40
  34. eodag-3.8.0/docs/notebooks/api_user_guide/2_providers_products_available.ipynb → eodag-3.9.0/docs/notebooks/api_user_guide/1_providers_products_available.ipynb +14 -8
  35. eodag-3.8.0/docs/notebooks/api_user_guide/3_configuration.ipynb → eodag-3.9.0/docs/notebooks/api_user_guide/2_configuration.ipynb +21 -4
  36. eodag-3.8.0/docs/notebooks/api_user_guide/4_search.ipynb → eodag-3.9.0/docs/notebooks/api_user_guide/3_search.ipynb +40 -30
  37. eodag-3.8.0/docs/notebooks/api_user_guide/6_serialize_deserialize.ipynb → eodag-3.9.0/docs/notebooks/api_user_guide/5_serialize_deserialize.ipynb +4 -0
  38. eodag-3.8.0/docs/notebooks/api_user_guide/7_crunch.ipynb → eodag-3.9.0/docs/notebooks/api_user_guide/6_crunch.ipynb +13 -0
  39. eodag-3.8.0/docs/notebooks/api_user_guide/8_download.ipynb → eodag-3.9.0/docs/notebooks/api_user_guide/7_download.ipynb +24 -2
  40. eodag-3.8.0/docs/notebooks/api_user_guide/9_post_process.ipynb → eodag-3.9.0/docs/notebooks/api_user_guide/8_post_process.ipynb +7 -2
  41. {eodag-3.8.0 → eodag-3.9.0}/docs/notebooks/tutos/tuto_cds.ipynb +1 -1
  42. eodag-3.9.0/docs/notebooks/tutos/tuto_fedeo_ceda.ipynb +4960 -0
  43. {eodag-3.8.0 → eodag-3.9.0}/docs/notebooks/tutos/tuto_search_location_tile.ipynb +2 -2
  44. {eodag-3.8.0 → eodag-3.9.0}/docs/notebooks/tutos/tuto_stac_client.ipynb +11452 -4825
  45. {eodag-3.8.0 → eodag-3.9.0}/docs/params_mapping.rst +2 -0
  46. {eodag-3.8.0 → eodag-3.9.0}/docs/plugins.rst +2 -4
  47. {eodag-3.8.0 → eodag-3.9.0}/docs/plugins_reference/search.rst +1 -1
  48. eodag-3.9.0/docs/providers.rst +1097 -0
  49. {eodag-3.8.0 → eodag-3.9.0}/docs/stac_rest.rst +7 -1
  50. eodag-3.9.0/docs/tutos.rst +126 -0
  51. {eodag-3.8.0 → eodag-3.9.0}/eodag/api/core.py +3 -2
  52. {eodag-3.8.0 → eodag-3.9.0}/eodag/api/product/drivers/generic.py +5 -1
  53. {eodag-3.8.0 → eodag-3.9.0}/eodag/api/product/metadata_mapping.py +110 -9
  54. {eodag-3.8.0 → eodag-3.9.0}/eodag/cli.py +36 -4
  55. {eodag-3.8.0 → eodag-3.9.0}/eodag/config.py +5 -2
  56. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/apis/ecmwf.py +3 -1
  57. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/apis/usgs.py +2 -1
  58. eodag-3.9.0/eodag/plugins/authentication/aws_auth.py +278 -0
  59. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/authentication/base.py +12 -2
  60. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/authentication/oauth.py +5 -0
  61. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/authentication/sas_auth.py +15 -0
  62. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/base.py +3 -2
  63. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/download/aws.py +44 -285
  64. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/download/base.py +3 -2
  65. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/download/creodias_s3.py +1 -38
  66. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/download/http.py +111 -103
  67. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/download/s3rest.py +3 -1
  68. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/manager.py +2 -1
  69. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/search/__init__.py +2 -1
  70. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/search/base.py +2 -1
  71. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/search/build_search_result.py +2 -2
  72. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/search/creodias_s3.py +9 -1
  73. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/search/qssearch.py +3 -1
  74. {eodag-3.8.0 → eodag-3.9.0}/eodag/resources/ext_product_types.json +1 -1
  75. {eodag-3.8.0 → eodag-3.9.0}/eodag/resources/product_types.yml +220 -30
  76. {eodag-3.8.0 → eodag-3.9.0}/eodag/resources/providers.yml +634 -89
  77. {eodag-3.8.0 → eodag-3.9.0}/eodag/resources/stac_provider.yml +6 -3
  78. {eodag-3.8.0 → eodag-3.9.0}/eodag/resources/user_conf_template.yml +0 -5
  79. {eodag-3.8.0 → eodag-3.9.0}/eodag/rest/core.py +8 -0
  80. {eodag-3.8.0 → eodag-3.9.0}/eodag/rest/errors.py +9 -0
  81. {eodag-3.8.0 → eodag-3.9.0}/eodag/rest/server.py +8 -0
  82. {eodag-3.8.0 → eodag-3.9.0}/eodag/rest/stac.py +8 -0
  83. {eodag-3.8.0 → eodag-3.9.0}/eodag/rest/utils/__init__.py +2 -4
  84. {eodag-3.8.0 → eodag-3.9.0}/eodag/rest/utils/rfc3339.py +1 -1
  85. {eodag-3.8.0 → eodag-3.9.0}/eodag/utils/__init__.py +69 -54
  86. eodag-3.9.0/eodag/utils/dates.py +204 -0
  87. {eodag-3.8.0 → eodag-3.9.0}/eodag/utils/s3.py +187 -168
  88. {eodag-3.8.0 → eodag-3.9.0/eodag.egg-info}/PKG-INFO +4 -3
  89. {eodag-3.8.0 → eodag-3.9.0}/eodag.egg-info/SOURCES.txt +13 -13
  90. {eodag-3.8.0 → eodag-3.9.0}/eodag.egg-info/entry_points.txt +1 -1
  91. {eodag-3.8.0 → eodag-3.9.0}/eodag.egg-info/requires.txt +2 -1
  92. {eodag-3.8.0 → eodag-3.9.0}/pyproject.toml +4 -2
  93. {eodag-3.8.0 → eodag-3.9.0}/setup.cfg +3 -2
  94. eodag-3.8.0/docs/_static/custom.css +0 -98
  95. eodag-3.8.0/docs/_static/params_mapping_extra.csv +0 -32
  96. eodag-3.8.0/docs/_static/params_mapping_offline_infos.json +0 -471
  97. eodag-3.8.0/docs/_static/params_mapping_opensearch.csv +0 -37
  98. eodag-3.8.0/docs/api_reference/exceptions.rst +0 -13
  99. eodag-3.8.0/docs/api_reference/index.rst +0 -19
  100. eodag-3.8.0/docs/api_reference/types.rst +0 -12
  101. eodag-3.8.0/docs/api_user_guide.rst +0 -33
  102. eodag-3.8.0/docs/getting_started_guide/index.rst +0 -19
  103. eodag-3.8.0/docs/getting_started_guide/providers.rst +0 -38
  104. eodag-3.8.0/docs/getting_started_guide/register.rst +0 -273
  105. eodag-3.8.0/docs/tutos.rst +0 -39
  106. eodag-3.8.0/eodag/plugins/authentication/aws_auth.py +0 -87
  107. eodag-3.8.0/eodag/utils/rest.py +0 -100
  108. {eodag-3.8.0 → eodag-3.9.0}/.dockerignore +0 -0
  109. {eodag-3.8.0 → eodag-3.9.0}/.editorconfig +0 -0
  110. {eodag-3.8.0 → eodag-3.9.0}/.gitattributes +0 -0
  111. {eodag-3.8.0 → eodag-3.9.0}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  112. {eodag-3.8.0 → eodag-3.9.0}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  113. {eodag-3.8.0 → eodag-3.9.0}/.github/pull_request_template.md +0 -0
  114. {eodag-3.8.0 → eodag-3.9.0}/.github/workflows/changelog.yml +0 -0
  115. {eodag-3.8.0 → eodag-3.9.0}/.github/workflows/deploy.yml +0 -0
  116. {eodag-3.8.0 → eodag-3.9.0}/.github/workflows/fetch.yml +0 -0
  117. {eodag-3.8.0 → eodag-3.9.0}/.github/workflows/github-pages.yml +0 -0
  118. {eodag-3.8.0 → eodag-3.9.0}/.github/workflows/lint-pr-title.yml +0 -0
  119. {eodag-3.8.0 → eodag-3.9.0}/.github/workflows/publish.yml +0 -0
  120. {eodag-3.8.0 → eodag-3.9.0}/.github/workflows/test.yml +0 -0
  121. {eodag-3.8.0 → eodag-3.9.0}/.gitignore +0 -0
  122. {eodag-3.8.0 → eodag-3.9.0}/.pre-commit-config.yaml +0 -0
  123. {eodag-3.8.0 → eodag-3.9.0}/CODE_OF_CONDUCT.md +0 -0
  124. {eodag-3.8.0 → eodag-3.9.0}/LICENSE +0 -0
  125. {eodag-3.8.0 → eodag-3.9.0}/MANIFEST.in +0 -0
  126. {eodag-3.8.0 → eodag-3.9.0}/charts/eodag-server/Chart.lock +0 -0
  127. {eodag-3.8.0 → eodag-3.9.0}/charts/eodag-server/README.md +0 -0
  128. {eodag-3.8.0 → eodag-3.9.0}/charts/eodag-server/templates/NOTES.txt +0 -0
  129. {eodag-3.8.0 → eodag-3.9.0}/charts/eodag-server/templates/_helpers.tpl +0 -0
  130. {eodag-3.8.0 → eodag-3.9.0}/charts/eodag-server/templates/configmap.yaml +0 -0
  131. {eodag-3.8.0 → eodag-3.9.0}/charts/eodag-server/templates/deployment.yaml +0 -0
  132. {eodag-3.8.0 → eodag-3.9.0}/charts/eodag-server/templates/extra-list.yaml +0 -0
  133. {eodag-3.8.0 → eodag-3.9.0}/charts/eodag-server/templates/hpa.yaml +0 -0
  134. {eodag-3.8.0 → eodag-3.9.0}/charts/eodag-server/templates/ingress.yaml +0 -0
  135. {eodag-3.8.0 → eodag-3.9.0}/charts/eodag-server/templates/pv.yaml +0 -0
  136. {eodag-3.8.0 → eodag-3.9.0}/charts/eodag-server/templates/pvc.yaml +0 -0
  137. {eodag-3.8.0 → eodag-3.9.0}/charts/eodag-server/templates/secret.yaml +0 -0
  138. {eodag-3.8.0 → eodag-3.9.0}/charts/eodag-server/templates/service.yaml +0 -0
  139. {eodag-3.8.0 → eodag-3.9.0}/charts/eodag-server/templates/serviceaccount.yaml +0 -0
  140. {eodag-3.8.0 → eodag-3.9.0}/charts/eodag-server/values.yaml +0 -0
  141. {eodag-3.8.0 → eodag-3.9.0}/docker/run-stac-server.sh +0 -0
  142. {eodag-3.8.0 → eodag-3.9.0}/docker/stac-browser.dockerfile +0 -0
  143. {eodag-3.8.0 → eodag-3.9.0}/docker/stac-server.dockerfile +0 -0
  144. {eodag-3.8.0 → eodag-3.9.0}/docker-compose.yml +0 -0
  145. {eodag-3.8.0 → eodag-3.9.0}/docs/Makefile +0 -0
  146. {eodag-3.8.0 → eodag-3.9.0}/docs/_static/download_methods.png +0 -0
  147. {eodag-3.8.0 → eodag-3.9.0}/docs/_static/eodag_advanced_calls_graph.svg +0 -0
  148. {eodag-3.8.0 → eodag-3.9.0}/docs/_static/eodag_bycs.png +0 -0
  149. {eodag-3.8.0 → eodag-3.9.0}/docs/_static/eodag_fetch_product_types.png +0 -0
  150. {eodag-3.8.0 → eodag-3.9.0}/docs/_static/eodag_logo_160.png +0 -0
  151. {eodag-3.8.0 → eodag-3.9.0}/docs/_static/eodag_logo_160r.png +0 -0
  152. {eodag-3.8.0 → eodag-3.9.0}/docs/_static/eodag_main_calls_graph.svg +0 -0
  153. {eodag-3.8.0 → eodag-3.9.0}/docs/_static/eodag_overview.png +0 -0
  154. {eodag-3.8.0 → eodag-3.9.0}/docs/_static/eodag_stac_server.png +0 -0
  155. {eodag-3.8.0 → eodag-3.9.0}/docs/_static/favicon-32x32.png +0 -0
  156. {eodag-3.8.0 → eodag-3.9.0}/docs/_static/progress_1.png +0 -0
  157. {eodag-3.8.0 → eodag-3.9.0}/docs/_static/progress_1_none.png +0 -0
  158. {eodag-3.8.0 → eodag-3.9.0}/docs/_static/progress_2.png +0 -0
  159. {eodag-3.8.0 → eodag-3.9.0}/docs/_static/progress_2_none.png +0 -0
  160. {eodag-3.8.0 → eodag-3.9.0}/docs/_static/stac_browser_example.png +0 -0
  161. {eodag-3.8.0 → eodag-3.9.0}/docs/_static/stac_browser_example_600.png +0 -0
  162. {eodag-3.8.0 → eodag-3.9.0}/docs/breaking_changes.rst +0 -0
  163. {eodag-3.8.0 → eodag-3.9.0}/docs/changelog.rst +0 -0
  164. {eodag-3.8.0 → eodag-3.9.0}/docs/contribute.rst +0 -0
  165. {eodag-3.8.0 → eodag-3.9.0}/docs/drivers.rst +0 -0
  166. {eodag-3.8.0 → eodag-3.9.0}/docs/getting_started_guide/install.rst +0 -0
  167. {eodag-3.8.0 → eodag-3.9.0}/docs/getting_started_guide/overview.rst +0 -0
  168. {eodag-3.8.0 → eodag-3.9.0}/docs/make.bat +0 -0
  169. /eodag-3.8.0/docs/notebooks/api_user_guide/5_queryables.ipynb → /eodag-3.9.0/docs/notebooks/api_user_guide/4_queryables.ipynb +0 -0
  170. {eodag-3.8.0 → eodag-3.9.0}/docs/notebooks/api_user_guide/data/crunch_search_results.geojson +0 -0
  171. {eodag-3.8.0 → eodag-3.9.0}/docs/notebooks/api_user_guide/data/download_search_results.geojson +0 -0
  172. {eodag-3.8.0 → eodag-3.9.0}/docs/notebooks/intro_notebooks.ipynb +0 -0
  173. {eodag-3.8.0 → eodag-3.9.0}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.cpg +0 -0
  174. {eodag-3.8.0 → eodag-3.9.0}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.dbf +0 -0
  175. {eodag-3.8.0 → eodag-3.9.0}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.prj +0 -0
  176. {eodag-3.8.0 → eodag-3.9.0}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.qix +0 -0
  177. {eodag-3.8.0 → eodag-3.9.0}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.qpj +0 -0
  178. {eodag-3.8.0 → eodag-3.9.0}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.shp +0 -0
  179. {eodag-3.8.0 → eodag-3.9.0}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.shx +0 -0
  180. {eodag-3.8.0 → eodag-3.9.0}/docs/notebooks/tutos/auxdata/sentinel2_tiling_grid_centroids.zip +0 -0
  181. {eodag-3.8.0 → eodag-3.9.0}/docs/notebooks/tutos/tuto_burnt_areas_snappy.ipynb +0 -0
  182. {eodag-3.8.0 → eodag-3.9.0}/docs/notebooks/tutos/tuto_cop_dem.ipynb +0 -0
  183. {eodag-3.8.0 → eodag-3.9.0}/docs/notebooks/tutos/tuto_dedt_lumi_roi.ipynb +0 -0
  184. {eodag-3.8.0 → eodag-3.9.0}/docs/notebooks/tutos/tuto_ecmwf.ipynb +0 -0
  185. {eodag-3.8.0 → eodag-3.9.0}/docs/notebooks/tutos/tuto_meteoblue.ipynb +0 -0
  186. {eodag-3.8.0 → eodag-3.9.0}/docs/notebooks/tutos/tuto_ship_detection.ipynb +0 -0
  187. {eodag-3.8.0 → eodag-3.9.0}/docs/notebooks/tutos/tuto_wekeo.ipynb +0 -0
  188. {eodag-3.8.0 → eodag-3.9.0}/docs/plugins_reference/api.rst +0 -0
  189. {eodag-3.8.0 → eodag-3.9.0}/docs/plugins_reference/auth.rst +0 -0
  190. {eodag-3.8.0 → eodag-3.9.0}/docs/plugins_reference/crunch.rst +0 -0
  191. {eodag-3.8.0 → eodag-3.9.0}/docs/plugins_reference/download.rst +0 -0
  192. {eodag-3.8.0 → eodag-3.9.0}/eodag/__init__.py +0 -0
  193. {eodag-3.8.0 → eodag-3.9.0}/eodag/api/__init__.py +0 -0
  194. {eodag-3.8.0 → eodag-3.9.0}/eodag/api/product/__init__.py +0 -0
  195. {eodag-3.8.0 → eodag-3.9.0}/eodag/api/product/_assets.py +0 -0
  196. {eodag-3.8.0 → eodag-3.9.0}/eodag/api/product/_product.py +0 -0
  197. {eodag-3.8.0 → eodag-3.9.0}/eodag/api/product/drivers/__init__.py +0 -0
  198. {eodag-3.8.0 → eodag-3.9.0}/eodag/api/product/drivers/base.py +0 -0
  199. {eodag-3.8.0 → eodag-3.9.0}/eodag/api/product/drivers/sentinel1.py +0 -0
  200. {eodag-3.8.0 → eodag-3.9.0}/eodag/api/product/drivers/sentinel2.py +0 -0
  201. {eodag-3.8.0 → eodag-3.9.0}/eodag/api/search_result.py +0 -0
  202. {eodag-3.8.0 → eodag-3.9.0}/eodag/crunch.py +0 -0
  203. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/__init__.py +0 -0
  204. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/apis/__init__.py +0 -0
  205. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/apis/base.py +0 -0
  206. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/authentication/__init__.py +0 -0
  207. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/authentication/generic.py +0 -0
  208. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/authentication/header.py +0 -0
  209. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/authentication/keycloak.py +0 -0
  210. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/authentication/openid_connect.py +0 -0
  211. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/authentication/qsauth.py +0 -0
  212. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/authentication/token.py +0 -0
  213. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/authentication/token_exchange.py +0 -0
  214. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/crunch/__init__.py +0 -0
  215. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/crunch/base.py +0 -0
  216. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/crunch/filter_date.py +0 -0
  217. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/crunch/filter_latest_intersect.py +0 -0
  218. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/crunch/filter_latest_tpl_name.py +0 -0
  219. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/crunch/filter_overlap.py +0 -0
  220. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/crunch/filter_property.py +0 -0
  221. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/download/__init__.py +0 -0
  222. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/search/cop_marine.py +0 -0
  223. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/search/csw.py +0 -0
  224. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/search/data_request_search.py +0 -0
  225. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/search/stac_list_assets.py +0 -0
  226. {eodag-3.8.0 → eodag-3.9.0}/eodag/plugins/search/static_stac_search.py +0 -0
  227. {eodag-3.8.0 → eodag-3.9.0}/eodag/py.typed +0 -0
  228. {eodag-3.8.0 → eodag-3.9.0}/eodag/resources/locations_conf_template.yml +0 -0
  229. {eodag-3.8.0 → eodag-3.9.0}/eodag/resources/shp/ne_110m_admin_0_map_units.VERSION.txt +0 -0
  230. {eodag-3.8.0 → eodag-3.9.0}/eodag/resources/shp/ne_110m_admin_0_map_units.cpg +0 -0
  231. {eodag-3.8.0 → eodag-3.9.0}/eodag/resources/shp/ne_110m_admin_0_map_units.dbf +0 -0
  232. {eodag-3.8.0 → eodag-3.9.0}/eodag/resources/shp/ne_110m_admin_0_map_units.prj +0 -0
  233. {eodag-3.8.0 → eodag-3.9.0}/eodag/resources/shp/ne_110m_admin_0_map_units.shp +0 -0
  234. {eodag-3.8.0 → eodag-3.9.0}/eodag/resources/shp/ne_110m_admin_0_map_units.shx +0 -0
  235. {eodag-3.8.0 → eodag-3.9.0}/eodag/resources/stac.yml +0 -0
  236. {eodag-3.8.0 → eodag-3.9.0}/eodag/resources/stac_api.yml +0 -0
  237. {eodag-3.8.0 → eodag-3.9.0}/eodag/rest/__init__.py +0 -0
  238. {eodag-3.8.0 → eodag-3.9.0}/eodag/rest/cache.py +0 -0
  239. {eodag-3.8.0 → eodag-3.9.0}/eodag/rest/config.py +0 -0
  240. {eodag-3.8.0 → eodag-3.9.0}/eodag/rest/constants.py +0 -0
  241. {eodag-3.8.0 → eodag-3.9.0}/eodag/rest/server.wsgi +0 -0
  242. {eodag-3.8.0 → eodag-3.9.0}/eodag/rest/templates/README +0 -0
  243. {eodag-3.8.0 → eodag-3.9.0}/eodag/rest/types/__init__.py +0 -0
  244. {eodag-3.8.0 → eodag-3.9.0}/eodag/rest/types/collections_search.py +0 -0
  245. {eodag-3.8.0 → eodag-3.9.0}/eodag/rest/types/eodag_search.py +0 -0
  246. {eodag-3.8.0 → eodag-3.9.0}/eodag/rest/types/queryables.py +0 -0
  247. {eodag-3.8.0 → eodag-3.9.0}/eodag/rest/types/stac_search.py +0 -0
  248. {eodag-3.8.0 → eodag-3.9.0}/eodag/rest/utils/cql_evaluate.py +0 -0
  249. {eodag-3.8.0 → eodag-3.9.0}/eodag/types/__init__.py +0 -0
  250. {eodag-3.8.0 → eodag-3.9.0}/eodag/types/bbox.py +0 -0
  251. {eodag-3.8.0 → eodag-3.9.0}/eodag/types/download_args.py +0 -0
  252. {eodag-3.8.0 → eodag-3.9.0}/eodag/types/queryables.py +0 -0
  253. {eodag-3.8.0 → eodag-3.9.0}/eodag/types/search_args.py +0 -0
  254. {eodag-3.8.0 → eodag-3.9.0}/eodag/utils/cache.py +0 -0
  255. {eodag-3.8.0 → eodag-3.9.0}/eodag/utils/env.py +0 -0
  256. {eodag-3.8.0 → eodag-3.9.0}/eodag/utils/exceptions.py +0 -0
  257. {eodag-3.8.0 → eodag-3.9.0}/eodag/utils/free_text_search.py +0 -0
  258. {eodag-3.8.0 → eodag-3.9.0}/eodag/utils/import_system.py +0 -0
  259. {eodag-3.8.0 → eodag-3.9.0}/eodag/utils/logging.py +0 -0
  260. {eodag-3.8.0 → eodag-3.9.0}/eodag/utils/notebook.py +0 -0
  261. {eodag-3.8.0 → eodag-3.9.0}/eodag/utils/repr.py +0 -0
  262. {eodag-3.8.0 → eodag-3.9.0}/eodag/utils/requests.py +0 -0
  263. {eodag-3.8.0 → eodag-3.9.0}/eodag/utils/stac_reader.py +0 -0
  264. {eodag-3.8.0 → eodag-3.9.0}/eodag.egg-info/dependency_links.txt +0 -0
  265. {eodag-3.8.0 → eodag-3.9.0}/eodag.egg-info/top_level.txt +0 -0
  266. {eodag-3.8.0 → eodag-3.9.0}/get_pypi_latest_version.sh +0 -0
  267. {eodag-3.8.0 → eodag-3.9.0}/pytest.ini +0 -0
  268. {eodag-3.8.0 → eodag-3.9.0}/readthedocs.yml +0 -0
  269. {eodag-3.8.0 → eodag-3.9.0}/requirements-dev.txt +0 -0
  270. {eodag-3.8.0 → eodag-3.9.0}/requirements-docs.txt +0 -0
  271. {eodag-3.8.0 → eodag-3.9.0}/requirements-tutorials.txt +0 -0
  272. {eodag-3.8.0 → eodag-3.9.0}/requirements.txt +0 -0
  273. {eodag-3.8.0 → eodag-3.9.0}/setup.py +0 -0
  274. {eodag-3.8.0 → eodag-3.9.0}/tox.ini +0 -0
  275. {eodag-3.8.0 → eodag-3.9.0}/utils/params_mapping_to_csv.py +0 -0
  276. {eodag-3.8.0 → eodag-3.9.0}/utils/product_types_information_to_csv.py +0 -0
@@ -1,4 +1,4 @@
1
- Breaking changes
1
+ Migration guide
2
2
  ----------------
3
3
 
4
4
  Full changelog available in `Release history <changelog.html>`_.
@@ -3,9 +3,156 @@ Release history
3
3
  ===============
4
4
 
5
5
 
6
+ v3.9.0 (2025-09-26)
7
+ ===================
8
+
9
+ Features
10
+ --------
11
+
12
+ * **core**: Assets title normalized to key name (`#1826`_, `3662954`_)
13
+
14
+ * **providers**: Add CMIP6_CLIMATE_PROJECTIONS product type on cop_cds (`#1827`_, `308e0a9`_)
15
+
16
+ * **providers**: Available product types update for creodias, cop_dataspace and wekeo_main
17
+ (`#1817`_, `04b0b55`_)
18
+
19
+ * **providers**: Send query and filter parameters as is for STAC providers (`#1828`_, `3b04096`_)
20
+
21
+ Bug Fixes
22
+ ---------
23
+
24
+ * **core**: Update pattern of data roles in GenericDriver (`#1815`_, `c75351d`_)
25
+
26
+ * **providers**: CLMS_CORINE metadata mapping for wekeo (`#1846`_, `55b1ffe`_)
27
+
28
+ * **providers**: Harmonize orbitDirection properties (`#1836`_, `b428d61`_, `#1830`_, `57fecd0`_)
29
+
30
+ * **providers**: Harmonize polarizationChannels property (`#1831`_, `b85ef0f`_)
31
+
32
+ * **providers**: PlatformSerialIdentifier mapping for creodias/cop_dataspace (`#1848`_, `f890fbf`_)
33
+
34
+ * **providers**: S2_MSI_L2A_COG moved to earth_search (`#1841`_, `786c663`_)
35
+
36
+ Chores
37
+ ------
38
+
39
+ * **cli,docs**: Deprecate STAC REST API server (`#1837`_, `083989e`_)
40
+
41
+ Documentation
42
+ -------------
43
+
44
+ * Documentation overhaul (`#1823`_, `df67693`_)
45
+
46
+ * Add tutorial for CCI data through fedeo_ceda (`#1832`_, `01b130a`_)
47
+
48
+ Refactoring
49
+ -----------
50
+
51
+ * **core**: Move dates utils functions to eodag.utils.dates (`#1844`_, `d2cd928`_)
52
+
53
+ * **core**: Use zipstream-ng instead of stream-zip (`#1805`_, `182cdc0`_)
54
+
55
+ * **plugins**: Dedt_lumi not-available data error message (`#1770`_, `bf8cbe1`_)
56
+
57
+ * **plugins**: Deprecate oauth plugin (`#1821`_, `1bdf8a9`_)
58
+
59
+ * **plugins**: Get_rio_env to AwsAuth (`#1838`_, `0ae4c17`_)
60
+
61
+ * **plugins**: Move aws authentication methods to AwsAuth plugin (`#1769`_, `1c072f8`_)
62
+
63
+ * **plugins**: Rename PostJsonSearchWithStacQueryables to WekeoSearch (`#1842`_, `4bfbd6d`_)
64
+
65
+ * **product-types**: S1C and S2C as available platformSerialIdentifier (`#1850`_, `7c532f4`_)
66
+
67
+ * **providers**: Use s3 alternate assets in usgs_satapi_aws (`#1851`_, `27b1ab2`_)
68
+
69
+ Testing
70
+ -------
71
+
72
+ * Add more tests to improve coverage (`#1791`_, `f7519f8`_)
73
+
74
+ .. _#1769: https://github.com/CS-SI/eodag/pull/1769
75
+ .. _#1770: https://github.com/CS-SI/eodag/pull/1770
76
+ .. _#1791: https://github.com/CS-SI/eodag/pull/1791
77
+ .. _#1805: https://github.com/CS-SI/eodag/pull/1805
78
+ .. _#1815: https://github.com/CS-SI/eodag/pull/1815
79
+ .. _#1817: https://github.com/CS-SI/eodag/pull/1817
80
+ .. _#1821: https://github.com/CS-SI/eodag/pull/1821
81
+ .. _#1823: https://github.com/CS-SI/eodag/pull/1823
82
+ .. _#1826: https://github.com/CS-SI/eodag/pull/1826
83
+ .. _#1827: https://github.com/CS-SI/eodag/pull/1827
84
+ .. _#1828: https://github.com/CS-SI/eodag/pull/1828
85
+ .. _#1830: https://github.com/CS-SI/eodag/pull/1830
86
+ .. _#1831: https://github.com/CS-SI/eodag/pull/1831
87
+ .. _#1832: https://github.com/CS-SI/eodag/pull/1832
88
+ .. _#1836: https://github.com/CS-SI/eodag/pull/1836
89
+ .. _#1837: https://github.com/CS-SI/eodag/pull/1837
90
+ .. _#1838: https://github.com/CS-SI/eodag/pull/1838
91
+ .. _#1841: https://github.com/CS-SI/eodag/pull/1841
92
+ .. _#1842: https://github.com/CS-SI/eodag/pull/1842
93
+ .. _#1844: https://github.com/CS-SI/eodag/pull/1844
94
+ .. _#1846: https://github.com/CS-SI/eodag/pull/1846
95
+ .. _#1848: https://github.com/CS-SI/eodag/pull/1848
96
+ .. _#1850: https://github.com/CS-SI/eodag/pull/1850
97
+ .. _#1851: https://github.com/CS-SI/eodag/pull/1851
98
+ .. _01b130a: https://github.com/CS-SI/eodag/commit/01b130a02a9c16fc3c76ee180bf56d1356380f82
99
+ .. _04b0b55: https://github.com/CS-SI/eodag/commit/04b0b5536b370a92843886ebf5135fac37172c18
100
+ .. _083989e: https://github.com/CS-SI/eodag/commit/083989e0d1be8878fa1da2c984c6025bc4a564f0
101
+ .. _0ae4c17: https://github.com/CS-SI/eodag/commit/0ae4c170fee95cfb2263c4f1b90a3219d502e819
102
+ .. _182cdc0: https://github.com/CS-SI/eodag/commit/182cdc0eb82e7e4ca9e073b12edf6c3e51952d39
103
+ .. _1bdf8a9: https://github.com/CS-SI/eodag/commit/1bdf8a9544717533f6ea85c7fc86f27b226a8f0f
104
+ .. _1c072f8: https://github.com/CS-SI/eodag/commit/1c072f8f857f24e08642c1cb6ddaff51fe26e52d
105
+ .. _27b1ab2: https://github.com/CS-SI/eodag/commit/27b1ab2174e9855323db26975ab347699f5d60cd
106
+ .. _308e0a9: https://github.com/CS-SI/eodag/commit/308e0a9884d4b2e3435922c89a23cc0aab1edab9
107
+ .. _3662954: https://github.com/CS-SI/eodag/commit/3662954cf31dd91dc79d740686e6557c9cbf7954
108
+ .. _3b04096: https://github.com/CS-SI/eodag/commit/3b04096ac6255f89c8eb8bb363a2b38ece1b02af
109
+ .. _4bfbd6d: https://github.com/CS-SI/eodag/commit/4bfbd6dfc11a08744935f8fdd4e3d9c321252d26
110
+ .. _55b1ffe: https://github.com/CS-SI/eodag/commit/55b1ffeae8b2ef03e5ecac35838675f9328cde90
111
+ .. _57fecd0: https://github.com/CS-SI/eodag/commit/57fecd07d32830ad12be3fb8074d5124c5797dc5
112
+ .. _786c663: https://github.com/CS-SI/eodag/commit/786c663414f42297e7ceeace2646446872160941
113
+ .. _7c532f4: https://github.com/CS-SI/eodag/commit/7c532f47fb3b17b4a39d379301134ac75f55253d
114
+ .. _b428d61: https://github.com/CS-SI/eodag/commit/b428d61405e2a24a59756016bade3788841c89dd
115
+ .. _b85ef0f: https://github.com/CS-SI/eodag/commit/b85ef0f360e805a61c2a7e9826a3cd7df4183315
116
+ .. _bf8cbe1: https://github.com/CS-SI/eodag/commit/bf8cbe1bd1ade032a1a7abdc17f3785a11fca5d9
117
+ .. _c75351d: https://github.com/CS-SI/eodag/commit/c75351d9b74ffa1cab3746a04637eb0de1a9f642
118
+ .. _d2cd928: https://github.com/CS-SI/eodag/commit/d2cd928e9e887e88db639e3ebb02d4e006c0f653
119
+ .. _df67693: https://github.com/CS-SI/eodag/commit/df67693099f72cbaf42e008f8b5b9c5af062e573
120
+ .. _f7519f8: https://github.com/CS-SI/eodag/commit/f7519f847af0253046d1329dead9d5a12b527923
121
+ .. _f890fbf: https://github.com/CS-SI/eodag/commit/f890fbfe85c514e5f6794ff7db875bfbf5798b98
122
+
123
+
124
+ v3.8.1 (2025-09-02)
125
+ ===================
126
+
127
+ Bug Fixes
128
+ ---------
129
+
130
+ * **core**: Guess_product_type using alias (`#1800`_, `99e6ab8`_)
131
+
132
+ * **plugins**: Filter using matching_url in SASAuth (`#1802`_, `c4e649c`_)
133
+
134
+ * **providers**: Instrument format for STAC providers (`#1803`_, `e1a56fd`_)
135
+
136
+ * **providers**: Ssl verify for fedeo_ceda (`#1801`_, `45b891a`_)
137
+
138
+ .. _#1800: https://github.com/CS-SI/eodag/pull/1800
139
+ .. _#1801: https://github.com/CS-SI/eodag/pull/1801
140
+ .. _#1802: https://github.com/CS-SI/eodag/pull/1802
141
+ .. _#1803: https://github.com/CS-SI/eodag/pull/1803
142
+ .. _45b891a: https://github.com/CS-SI/eodag/commit/45b891a6a527e0143eb23cfa1a9576cd74a56758
143
+ .. _99e6ab8: https://github.com/CS-SI/eodag/commit/99e6ab8fda3847bd8478bc8cc40688923ed13b49
144
+ .. _c4e649c: https://github.com/CS-SI/eodag/commit/c4e649cdadda539be517797d2668638c19b486c8
145
+ .. _e1a56fd: https://github.com/CS-SI/eodag/commit/e1a56fd0670d0aa4ee27cd5cc8a67b5fbea20be9
146
+
147
+
6
148
  v3.8.0 (2025-08-27)
7
149
  ===================
8
150
 
151
+ Features
152
+ --------
153
+
154
+ * **providers**: New provider fedeo_ceda (`#1778`_, `4d9f091`_)
155
+
9
156
  Bug Fixes
10
157
  ---------
11
158
 
@@ -27,11 +174,6 @@ Documentation
27
174
 
28
175
  * Aws_eos logo added (`#1773`_, `af6d959`_)
29
176
 
30
- Features
31
- --------
32
-
33
- * **providers**: New provider fedeo_ceda (`#1778`_, `4d9f091`_)
34
-
35
177
  Refactoring
36
178
  -----------
37
179
 
@@ -58,6 +200,15 @@ Refactoring
58
200
  v3.7.0 (2025-07-31)
59
201
  ===================
60
202
 
203
+ Features
204
+ --------
205
+
206
+ * **plugins**: New search config for assets mapping (`#1711`_, `1281268`_)
207
+
208
+ * **providers**: Add 2 new MSG collections to provider ``eumetsat_ds`` (`#1742`_, `801c52c`_)
209
+
210
+ * **providers**: dedt_lumi search by geometry (`#1710`_, `efccdd0`_)
211
+
61
212
  Bug Fixes
62
213
  ---------
63
214
 
@@ -80,15 +231,6 @@ Documentation
80
231
 
81
232
  * Updated description, overview and ecosystem (`#1734`_, `ea929e4`_)
82
233
 
83
- Features
84
- --------
85
-
86
- * **plugins**: New search config for assets mapping (`#1711`_, `1281268`_)
87
-
88
- * **providers**: Add 2 new MSG collections to provider ``eumetsat_ds`` (`#1742`_, `801c52c`_)
89
-
90
- * **providers**: dedt_lumi search by geometry (`#1710`_, `efccdd0`_)
91
-
92
234
  Performance Improvements
93
235
  ------------------------
94
236
 
@@ -130,6 +272,19 @@ Refactoring
130
272
  v3.6.0 (2025-07-01)
131
273
  ===================
132
274
 
275
+ Features
276
+ --------
277
+
278
+ * **cli**: Commands chaining (`#1714`_, `754772b`_)
279
+
280
+ * **cli**: Download output directory (`#1716`_, `036b86b`_)
281
+
282
+ * **cli**: Download STAC items from their urls (`#1705`_, `5d598a9`_)
283
+
284
+ * **core**: Import stac items as SearchResult (`#1703`_, `1d49715`_)
285
+
286
+ * **providers**: Add new eurostat product types to dedl (`#1662`_, `b7192b1`_)
287
+
133
288
  Bug Fixes
134
289
  ---------
135
290
 
@@ -144,19 +299,6 @@ Documentation
144
299
 
145
300
  * Import_stac_items documentation update (`#1709`_, `7a04158`_)
146
301
 
147
- Features
148
- --------
149
-
150
- * **cli**: Commands chaining (`#1714`_, `754772b`_)
151
-
152
- * **cli**: Download output directory (`#1716`_, `036b86b`_)
153
-
154
- * **cli**: Download STAC items from their urls (`#1705`_, `5d598a9`_)
155
-
156
- * **core**: Import stac items as SearchResult (`#1703`_, `1d49715`_)
157
-
158
- * **providers**: Add new eurostat product types to dedl (`#1662`_, `b7192b1`_)
159
-
160
302
  .. _#1662: https://github.com/CS-SI/eodag/pull/1662
161
303
  .. _#1702: https://github.com/CS-SI/eodag/pull/1702
162
304
  .. _#1703: https://github.com/CS-SI/eodag/pull/1703
@@ -205,6 +347,17 @@ Refactoring
205
347
  v3.5.0 (2025-06-20)
206
348
  ===================
207
349
 
350
+ Features
351
+ --------
352
+
353
+ * **core**: Add env variable to whitelist providers (`#1672`_, `b93c4c8`_)
354
+
355
+ * **core**: Add strict product types mode (`#1677`_, `5077fa5`_)
356
+
357
+ * **plugins**: Auth token expiration margin (`#1665`_, `ef5fc18`_)
358
+
359
+ * **server**: Added bbox filter support for collections search (`#1671`_, `5717f0d`_)
360
+
208
361
  Bug Fixes
209
362
  ---------
210
363
 
@@ -229,17 +382,6 @@ Documentation
229
382
 
230
383
  * Dead-links and out-of-date param fix (`#1692`_, `445a20e`_)
231
384
 
232
- Features
233
- --------
234
-
235
- * **core**: Add env variable to whitelist providers (`#1672`_, `b93c4c8`_)
236
-
237
- * **core**: Add strict product types mode (`#1677`_, `5077fa5`_)
238
-
239
- * **plugins**: Auth token expiration margin (`#1665`_, `ef5fc18`_)
240
-
241
- * **server**: Added bbox filter support for collections search (`#1671`_, `5717f0d`_)
242
-
243
385
  .. _#1534: https://github.com/CS-SI/eodag/pull/1534
244
386
  .. _#1665: https://github.com/CS-SI/eodag/pull/1665
245
387
  .. _#1671: https://github.com/CS-SI/eodag/pull/1671
@@ -353,6 +495,11 @@ Continuous Integration
353
495
  v3.4.1 (2025-05-12)
354
496
  ===================
355
497
 
498
+ Features
499
+ --------
500
+
501
+ * **plugins**: Add queryables to cop_marine (`#1638`_, `bcc793e`_)
502
+
356
503
  Bug Fixes
357
504
  ---------
358
505
 
@@ -390,11 +537,6 @@ Bug Fixes
390
537
 
391
538
  * **providers**: cop_ewds metadata mapping (`#1629`_, `30b5554`_)
392
539
 
393
- Features
394
- --------
395
-
396
- * **plugins**: Add queryables to cop_marine (`#1638`_, `bcc793e`_)
397
-
398
540
  Refactoring
399
541
  -----------
400
542
 
@@ -472,6 +614,12 @@ Bug Fixes
472
614
  v3.3.0 (2025-04-10)
473
615
  ===================
474
616
 
617
+
618
+ Features
619
+ --------
620
+
621
+ * **plugins**: :class:`~eodag.plugins.search.build_search_result.ECMWFSearch` search-by-id (`#1580`_, `f296c52`_)
622
+
475
623
  Bug Fixes
476
624
  ---------
477
625
 
@@ -490,11 +638,6 @@ Continuous Integration
490
638
 
491
639
  * Automatic changelog update (`#1601`_, `0625802`_)
492
640
 
493
- Features
494
- --------
495
-
496
- * **plugins**: :class:`~eodag.plugins.search.build_search_result.ECMWFSearch` search-by-id (`#1580`_, `f296c52`_)
497
-
498
641
  Testing
499
642
  -------
500
643
 
@@ -107,9 +107,9 @@ a notebook's general metadata:
107
107
 
108
108
  The notebooks listed below are **always executed** by `nbsphinx`:
109
109
 
110
- * `<notebooks/api_user_guide/2_providers_products_available.ipynb>`_
111
- * `<notebooks/api_user_guide/3_configuration.ipynb>`_
112
- * `<notebooks/api_user_guide/7_crunch.ipynb>`_
110
+ * `<notebooks/api_user_guide/1_providers_products_available.ipynb>`_
111
+ * `<notebooks/api_user_guide/2_configuration.ipynb>`_
112
+ * `<notebooks/api_user_guide/6_crunch.ipynb>`_
113
113
 
114
114
  For the other notebooks, their **cell output as long as their widget state** need so be saved.
115
115
  If not, the outputs and the widgets (e.g. progress bar) won't be displayed in the online documentation.
@@ -95,3 +95,13 @@ See project link for details.
95
95
 
96
96
  https://github.com/matplotlib
97
97
  https://github.com/python/typing_extensions
98
+
99
+
100
+ ================================================================
101
+ The LGPL-3.0 License
102
+ ================================================================
103
+
104
+ The following components are provided under the LGPL-3.0 License (https://opensource.org/license/lgpl-3-0).
105
+ See project link for details.
106
+
107
+ https://github.com/pR0Ps/zipstream-ng
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: eodag
3
- Version: 3.8.0
3
+ Version: 3.9.0
4
4
  Summary: Earth Observation Data Access Gateway
5
5
  Home-page: https://github.com/CS-SI/eodag
6
6
  Author: CS GROUP - France
@@ -50,10 +50,10 @@ Requires-Dist: python-dateutil
50
50
  Requires-Dist: PyYAML
51
51
  Requires-Dist: requests
52
52
  Requires-Dist: shapely>=2.0.6
53
- Requires-Dist: stream-zip
54
53
  Requires-Dist: tqdm
55
54
  Requires-Dist: typing_extensions>=4.8.0
56
55
  Requires-Dist: urllib3
56
+ Requires-Dist: zipstream-ng
57
57
  Provides-Extra: all
58
58
  Requires-Dist: eodag[all-providers,csw,server,tutorials]; extra == "all"
59
59
  Provides-Extra: all-providers
@@ -124,6 +124,7 @@ Requires-Dist: sphinx; extra == "docs"
124
124
  Requires-Dist: sphinx-autodoc-typehints; extra == "docs"
125
125
  Requires-Dist: sphinx-book-theme>=1.0.0; extra == "docs"
126
126
  Requires-Dist: sphinx-copybutton; extra == "docs"
127
+ Requires-Dist: sphinx-design; extra == "docs"
127
128
  Requires-Dist: sphinx-tabs; extra == "docs"
128
129
  Requires-Dist: sphinxcontrib-programoutput; extra == "docs"
129
130
  Requires-Dist: sphinxemoji; extra == "docs"
@@ -316,7 +317,7 @@ An eodag instance can be exposed through a STAC compliant REST api from the comm
316
317
 
317
318
  .. code-block:: bash
318
319
 
319
- docker run -p 5000:5000 --rm csspace/eodag-server:3.8.0
320
+ docker run -p 5000:5000 --rm csspace/eodag-server:3.9.0
320
321
 
321
322
  You can also browse over your STAC API server using `STAC Browser <https://github.com/radiantearth/stac-browser>`_.
322
323
  Simply run:
@@ -185,7 +185,7 @@ An eodag instance can be exposed through a STAC compliant REST api from the comm
185
185
 
186
186
  .. code-block:: bash
187
187
 
188
- docker run -p 5000:5000 --rm csspace/eodag-server:3.8.0
188
+ docker run -p 5000:5000 --rm csspace/eodag-server:3.9.0
189
189
 
190
190
  You can also browse over your STAC API server using `STAC Browser <https://github.com/radiantearth/stac-browser>`_.
191
191
  Simply run:
@@ -1,5 +1,5 @@
1
1
  apiVersion: v2
2
- appVersion: 3.8.0
2
+ appVersion: 3.9.0
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.8.0
18
+ version: 3.9.0
@@ -0,0 +1,149 @@
1
+ .bd-main .bd-content .bd-article-container {
2
+ max-width: 100%; /* default is 60em */
3
+ }
4
+ .bd-page-width {
5
+ max-width: 100%; /* default is 88rem */
6
+ }
7
+
8
+ .green {
9
+ color: green;
10
+ }
11
+
12
+ table.datatable {
13
+ display: block;
14
+ overflow-x: auto;
15
+ width: 100%;
16
+ max-height: 500px;
17
+ font-size: smaller;
18
+ border-bottom: 0px;
19
+ }
20
+
21
+ table.datatable th:nth-child(2),
22
+ table.datatable td:nth-child(2),
23
+ table.datatable th:nth-child(3),
24
+ table.datatable td:nth-child(3),
25
+ table.datatable th:nth-child(5),
26
+ table.datatable td:nth-child(5),
27
+ table.datatable th:nth-child(6),
28
+ table.datatable td:nth-child(6),
29
+ table.datatable th:nth-child(7),
30
+ table.datatable td:nth-child(7),
31
+ table.datatable th:nth-child(8),
32
+ table.datatable td:nth-child(8),
33
+ table.datatable th:nth-child(9),
34
+ table.datatable td:nth-child(9),
35
+ table.datatable th:nth-child(10),
36
+ table.datatable td:nth-child(10),
37
+ table.datatable th:nth-child(12),
38
+ table.datatable td:nth-child(12),
39
+ table.datatable th:nth-child(11),
40
+ table.datatable td:nth-child(11) {
41
+ display: none;
42
+ }
43
+
44
+ table.params {
45
+ display: block;
46
+ overflow-x: auto;
47
+ white-space: nowrap;
48
+ height: 500px;
49
+ font-size: smaller;
50
+ }
51
+ table.params td {
52
+ padding-top: 0;
53
+ padding-bottom: 0;
54
+ }
55
+ table.params thead tr th {
56
+ position: sticky;
57
+ top: 0;
58
+ z-index: 1;
59
+ background-color: #fafafa;
60
+ }
61
+ table.params thead tr th:first-child {
62
+ z-index: 3;
63
+ }
64
+ table.params th:first-child,
65
+ table.params td:first-child {
66
+ background-color: #fafafa;
67
+ z-index: 2;
68
+ position: sticky;
69
+ left: 0;
70
+ }
71
+ a.hidden:hover,
72
+ a.highlighted:hover {
73
+ cursor: pointer;
74
+ }
75
+ table.datatable thead tr th {
76
+ position: sticky;
77
+ top: 0;
78
+ z-index: 1;
79
+ background-color: #fafafa;
80
+ border-right: 1px solid #ddd;
81
+ border-bottom: 2px solid #ddd;
82
+ }
83
+ table.datatable thead tr th:first-child {
84
+ z-index: 3;
85
+ border-left: 1px solid #ddd;
86
+ }
87
+ table.datatable thead tr th:last-child {
88
+ border-right: 1px solid #ddd;
89
+ }
90
+ table.datatable th:first-child,
91
+ table.datatable td:first-child {
92
+ background-color: #fafafa;
93
+ z-index: 2;
94
+ position: sticky;
95
+ left: 0;
96
+ }
97
+ table.datatable tbody tr:last-child th,
98
+ table.datatable tbody tr:last-child td {
99
+ border-bottom: 1px solid #ddd;
100
+ }
101
+
102
+ dl.attribute {
103
+ display: grid;
104
+ grid-template-columns: 1fr 2fr;
105
+ margin-bottom: 1rem !important;
106
+ }
107
+
108
+ dl.attribute dt {
109
+ grid-column-start: 1;
110
+ }
111
+
112
+ dl.attribute dd {
113
+ grid-column-start: 2;
114
+ }
115
+
116
+ .nboutput table {
117
+ margin-left: unset;
118
+ margin-right: unset;
119
+ }
120
+
121
+ .grid-item-card h2 span {
122
+ display: inline-flex;
123
+ align-items: center;
124
+ gap: 0.4rem;
125
+ }
126
+ .grid-item-card h2 img,
127
+ .grid-item-card h2 svg {
128
+ width: 20px;
129
+ height: 20px;
130
+ }
131
+
132
+ .sd-dropdown.muted {
133
+ background-color: #fafafa !important;
134
+ border: 1px solid #ddd !important;
135
+ color: #444 !important;
136
+ box-shadow: none !important;
137
+ font-size: 0.9em;
138
+ }
139
+
140
+ .sd-dropdown.muted .sd-summary-content {
141
+ padding: 0.5em 0.8em !important;
142
+ }
143
+
144
+ .sd-card.card-border-primary,
145
+ .sd-card.card-border-success,
146
+ .sd-card.card-border-warning,
147
+ .sd-card.card-border-info {
148
+ box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08) !important;
149
+ }
@@ -0,0 +1,31 @@
1
+ parameter,cop_dataspace,cop_marine,creodias,earth_search,earth_search_gcs,ecmwf,eumetsat_ds,fedeo_ceda,geodes,peps,planetary_computer,sara,usgs_satapi_aws
2
+ acquisitionInformation,,,,,,,metadata only,,,,,,
3
+ assets,,,,metadata only,metadata only,,metadata only,metadata only,metadata only,,metadata only,,metadata only
4
+ awsProductId,,,,,,,,,,,,,metadata only
5
+ collection,:green:`queryable metadata`,,:green:`queryable metadata`,,,,,,,,,,
6
+ defaultGeometry,,metadata only,,,,,metadata only,,,,,,
7
+ downloadLink,metadata only,,metadata only,metadata only,metadata only,,metadata only,metadata only,metadata only,metadata only,metadata only,metadata only,metadata only
8
+ extraInformation,,,,,,,metadata only,,,,,,
9
+ geometry,:green:`queryable metadata`,,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,,:green:`queryable metadata`,metadata only,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`
10
+ gridSquare,,,,:green:`queryable metadata`,,,,,,,,,
11
+ id,:green:`queryable metadata`,,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`
12
+ latitudeBand,,,,:green:`queryable metadata`,,,,,,,,,
13
+ links,,,,,,,,,,metadata only,,,
14
+ modifiedAfter,:green:`queryable metadata`,,,,,,,,,,,,
15
+ modifiedBefore,:green:`queryable metadata`,,,,,,,,,,,,
16
+ polarizationChannels,:green:`queryable metadata`,,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,,,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`
17
+ productIdentifier,metadata only,,metadata only,,,,,,,,,,
18
+ productInformation,,,,,,,metadata only,,,,,,
19
+ providerProductType,,,,,,,,,:green:`queryable metadata`,,,,
20
+ publishedAfter,:green:`queryable metadata`,,,,,,,,,,,,
21
+ publishedBefore,:green:`queryable metadata`,,,,,,,,,,,,
22
+ quicklook,metadata only,,metadata only,metadata only,metadata only,,metadata only,metadata only,metadata only,metadata only,metadata only,metadata only,metadata only
23
+ relativeOrbitNumber,:green:`queryable metadata`,,,,,,,,:green:`queryable metadata`,,,,
24
+ services,,,,,,,,,,metadata only,,,
25
+ size,,,,,,,metadata only,,,,,,
26
+ storageStatus,metadata only,,metadata only,metadata only,metadata only,,metadata only,metadata only,metadata only,metadata only,metadata only,metadata only,metadata only
27
+ thumbnail,metadata only,,metadata only,metadata only,metadata only,,,metadata only,metadata only,metadata only,metadata only,metadata only,metadata only
28
+ tileIdentifier,:green:`queryable metadata`,,:green:`queryable metadata`,:green:`queryable metadata`,,,,,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,,
29
+ type,,,,,,,metadata only,,,,,,
30
+ uid,metadata only,,metadata only,,,,metadata only,,metadata only,metadata only,,metadata only,
31
+ utmZone,,,,:green:`queryable metadata`,,,,,,,,,
@@ -0,0 +1 @@
1
+ {"abstract": {"parameter": "abstract", "open-search": true, "class": "Additional INSPIRE obligated OpenSearch Parameters for Collection Search", "description": "Abstract.", "type": "String"}, "accessConstraint": {"parameter": "accessConstraint", "open-search": true, "class": "Additional INSPIRE obligated OpenSearch Parameters for Collection Search", "description": "Applied to assure the protection of privacy or intellectual property, and any special restrictions or limitations on obtaining the resource", "type": "String "}, "acquisitionInformation": {"parameter": "acquisitionInformation", "open-search": "", "class": "", "description": "", "type": ""}, "acquisitionStation": {"parameter": "acquisitionStation", "open-search": true, "class": "", "description": "", "type": ""}, "acquisitionSubType": {"parameter": "acquisitionSubType", "open-search": true, "class": "", "description": "", "type": ""}, "acquisitionType": {"parameter": "acquisitionType", "open-search": true, "class": "", "description": "", "type": ""}, "assets": {"parameter": "assets", "open-search": "", "class": "", "description": "", "type": ""}, "availabilityTime": {"parameter": "availabilityTime", "open-search": true, "class": "", "description": "", "type": ""}, "awsProductId": {"parameter": "awsProductId", "open-search": "", "class": "", "description": "", "type": ""}, "cloudCover": {"parameter": "cloudCover", "open-search": true, "class": "", "description": "", "type": ""}, "collection": {"parameter": "collection", "open-search": "", "class": "", "description": "", "type": ""}, "completionTimeFromAscendingNode": {"parameter": "completionTimeFromAscendingNode", "open-search": true, "class": "", "description": "", "type": ""}, "creationDate": {"parameter": "creationDate", "open-search": true, "class": "", "description": "", "type": ""}, "defaultGeometry": {"parameter": "defaultGeometry", "open-search": "", "class": "", "description": "", "type": ""}, "doi": {"parameter": "doi", "open-search": true, "class": "OpenSearch Parameters for Collection Search", "description": "Digital Object Identifier identifying the product (see http://www.doi.org)", "type": "String"}, "dopplerFrequency": {"parameter": "dopplerFrequency", "open-search": true, "class": "", "description": "", "type": ""}, "downloadLink": {"parameter": "downloadLink", "open-search": "", "class": "", "description": "", "type": ""}, "extraInformation": {"parameter": "extraInformation", "open-search": "", "class": "", "description": "", "type": ""}, "geometry": {"parameter": "geometry", "open-search": "", "class": "", "description": "", "type": ""}, "gridSquare": {"parameter": "gridSquare", "open-search": "", "class": "", "description": "", "type": ""}, "id": {"parameter": "id", "open-search": "", "class": "", "description": "", "type": ""}, "illuminationAzimuthAngle": {"parameter": "illuminationAzimuthAngle", "open-search": true, "class": "", "description": "", "type": ""}, "illuminationElevationAngle": {"parameter": "illuminationElevationAngle", "open-search": true, "class": "", "description": "", "type": ""}, "instrument": {"parameter": "instrument", "open-search": true, "class": "OpenSearch Parameters for Collection Search", "description": "A string identifying the instrument (e.g. MERIS, AATSR, ASAR, HRVIR. SAR).", "type": "String"}, "keyword": {"parameter": "keyword", "open-search": true, "class": "Additional INSPIRE obligated OpenSearch Parameters for Collection Search", "description": "Commonly used word(s) or formalised word(s) or phrase(s) used to describe the subject.", "type": "String"}, "latitudeBand": {"parameter": "latitudeBand", "open-search": "", "class": "", "description": "", "type": ""}, "links": {"parameter": "links", "open-search": "", "class": "", "description": "", "type": ""}, "modificationDate": {"parameter": "modificationDate", "open-search": true, "class": "", "description": "", "type": ""}, "modifiedAfter": {"parameter": "modifiedAfter", "open-search": "", "class": "", "description": "", "type": ""}, "modifiedBefore": {"parameter": "modifiedBefore", "open-search": "", "class": "", "description": "", "type": ""}, "orbitDirection": {"parameter": "orbitDirection", "open-search": true, "class": "", "description": "", "type": ""}, "orbitNumber": {"parameter": "orbitNumber", "open-search": true, "class": "", "description": "", "type": ""}, "organisationName": {"parameter": "organisationName", "open-search": true, "class": "Additional INSPIRE obligated OpenSearch Parameters for Collection Search", "description": "A string identifying the name of the organization responsible for the resource", "type": "String"}, "parentIdentifier": {"parameter": "parentIdentifier", "open-search": true, "class": "", "description": "", "type": ""}, "platform": {"parameter": "platform", "open-search": true, "class": "OpenSearch Parameters for Collection Search", "description": "A string with the platform short name (e.g. Sentinel-1)", "type": "String"}, "platformSerialIdentifier": {"parameter": "platformSerialIdentifier", "open-search": true, "class": "OpenSearch Parameters for Collection Search", "description": "A string with the Platform serial identifier", "type": "String"}, "polarizationChannels": {"parameter": "polarizationChannels", "open-search": "", "class": "", "description": "", "type": ""}, "processingCenter": {"parameter": "processingCenter", "open-search": true, "class": "", "description": "", "type": ""}, "processingLevel": {"parameter": "processingLevel", "open-search": true, "class": "OpenSearch Parameters for Collection Search", "description": "A string identifying the processing level applied to the entry", "type": "String"}, "processorName": {"parameter": "processorName", "open-search": true, "class": "", "description": "", "type": ""}, "productIdentifier": {"parameter": "productIdentifier", "open-search": "", "class": "", "description": "", "type": ""}, "productInformation": {"parameter": "productInformation", "open-search": "", "class": "", "description": "", "type": ""}, "productQualityStatus": {"parameter": "productQualityStatus", "open-search": true, "class": "", "description": "", "type": ""}, "productType": {"parameter": "productType", "open-search": true, "class": "OpenSearch Parameters for Collection Search", "description": "A string identifying the entry type (e.g. ER02_SAR_IM__0P, MER_RR__1P, SM_SLC__1S, GES_DISC_AIRH3STD_V005)", "type": "String "}, "productVersion": {"parameter": "productVersion", "open-search": true, "class": "", "description": "", "type": ""}, "providerProductType": {"parameter": "providerProductType", "open-search": "", "class": "", "description": "", "type": ""}, "publicationDate": {"parameter": "publicationDate", "open-search": true, "class": "Additional INSPIRE obligated OpenSearch Parameters for Collection Search", "description": "The date when the resource was issued", "type": "Date time"}, "publishedAfter": {"parameter": "publishedAfter", "open-search": "", "class": "", "description": "", "type": ""}, "publishedBefore": {"parameter": "publishedBefore", "open-search": "", "class": "", "description": "", "type": ""}, "quicklook": {"parameter": "quicklook", "open-search": "", "class": "", "description": "", "type": ""}, "relativeOrbitNumber": {"parameter": "relativeOrbitNumber", "open-search": "", "class": "", "description": "", "type": ""}, "resolution": {"parameter": "resolution", "open-search": true, "class": "", "description": "", "type": ""}, "sensorMode": {"parameter": "sensorMode", "open-search": true, "class": "", "description": "", "type": ""}, "services": {"parameter": "services", "open-search": "", "class": "", "description": "", "type": ""}, "size": {"parameter": "size", "open-search": "", "class": "", "description": "", "type": ""}, "snowCover": {"parameter": "snowCover", "open-search": true, "class": "", "description": "", "type": ""}, "startTimeFromAscendingNode": {"parameter": "startTimeFromAscendingNode", "open-search": true, "class": "", "description": "", "type": ""}, "storageStatus": {"parameter": "storageStatus", "open-search": "", "class": "", "description": "", "type": ""}, "swathIdentifier": {"parameter": "swathIdentifier", "open-search": true, "class": "", "description": "", "type": ""}, "thumbnail": {"parameter": "thumbnail", "open-search": "", "class": "", "description": "", "type": ""}, "tileIdentifier": {"parameter": "tileIdentifier", "open-search": "", "class": "", "description": "", "type": ""}, "title": {"parameter": "title", "open-search": true, "class": "Additional INSPIRE obligated OpenSearch Parameters for Collection Search", "description": "A name given to the resource", "type": "String "}, "topicCategory": {"parameter": "topicCategory", "open-search": true, "class": "Additional INSPIRE obligated OpenSearch Parameters for Collection Search", "description": "Main theme(s) of the dataset", "type": "String "}, "type": {"parameter": "type", "open-search": "", "class": "", "description": "", "type": ""}, "uid": {"parameter": "uid", "open-search": "", "class": "", "description": "", "type": ""}, "utmZone": {"parameter": "utmZone", "open-search": "", "class": "", "description": "", "type": ""}}