eodag 2.12.0__tar.gz → 3.0.0b1__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 (269) hide show
  1. {eodag-2.12.0 → eodag-3.0.0b1}/.github/workflows/fetch.yml +3 -3
  2. {eodag-2.12.0 → eodag-3.0.0b1}/CHANGES.rst +113 -4
  3. {eodag-2.12.0 → eodag-3.0.0b1}/NOTICE +5 -2
  4. {eodag-2.12.0/eodag.egg-info → eodag-3.0.0b1}/PKG-INFO +76 -56
  5. {eodag-2.12.0 → eodag-3.0.0b1}/README.rst +21 -11
  6. eodag-3.0.0b1/charts/eodag-server/Chart.lock +6 -0
  7. {eodag-2.12.0 → eodag-3.0.0b1}/charts/eodag-server/Chart.yaml +3 -3
  8. {eodag-2.12.0 → eodag-3.0.0b1}/charts/eodag-server/README.md +5 -2
  9. eodag-3.0.0b1/charts/eodag-server/templates/hpa.yaml +48 -0
  10. {eodag-2.12.0 → eodag-3.0.0b1}/charts/eodag-server/values.yaml +15 -1
  11. {eodag-2.12.0 → eodag-3.0.0b1}/docker/stac-server.dockerfile +1 -1
  12. {eodag-2.12.0 → eodag-3.0.0b1}/docs/_static/custom.css +23 -0
  13. eodag-3.0.0b1/docs/_static/eodag_logo_160.png +0 -0
  14. eodag-3.0.0b1/docs/_static/eodag_logo_160r.png +0 -0
  15. eodag-3.0.0b1/docs/_static/params_mapping_extra.csv +137 -0
  16. eodag-3.0.0b1/docs/_static/params_mapping_offline_infos.json +1 -0
  17. eodag-3.0.0b1/docs/_static/params_mapping_opensearch.csv +47 -0
  18. {eodag-2.12.0 → eodag-3.0.0b1}/docs/_static/product_types_information.csv +242 -169
  19. {eodag-2.12.0 → eodag-3.0.0b1}/docs/add_provider.rst +0 -2
  20. {eodag-2.12.0 → eodag-3.0.0b1}/docs/api_reference/core.rst +2 -1
  21. {eodag-2.12.0 → eodag-3.0.0b1}/docs/conf.py +10 -23
  22. {eodag-2.12.0 → eodag-3.0.0b1}/docs/getting_started_guide/configure.rst +1 -1
  23. {eodag-2.12.0 → eodag-3.0.0b1}/docs/getting_started_guide/install.rst +14 -1
  24. {eodag-2.12.0 → eodag-3.0.0b1}/docs/getting_started_guide/providers.rst +5 -0
  25. {eodag-2.12.0 → eodag-3.0.0b1}/docs/getting_started_guide/register.rst +33 -5
  26. {eodag-2.12.0 → eodag-3.0.0b1}/docs/index.rst +7 -3
  27. eodag-3.0.0b1/docs/notebooks/api_user_guide/1_overview.ipynb +923 -0
  28. {eodag-2.12.0 → eodag-3.0.0b1}/docs/notebooks/api_user_guide/2_providers_products_available.ipynb +61 -22
  29. {eodag-2.12.0 → eodag-3.0.0b1}/docs/notebooks/api_user_guide/3_configuration.ipynb +15 -11
  30. {eodag-2.12.0 → eodag-3.0.0b1}/docs/notebooks/api_user_guide/4_search.ipynb +1054 -573
  31. {eodag-2.12.0 → eodag-3.0.0b1}/docs/notebooks/api_user_guide/5_serialize_deserialize.ipynb +75 -73
  32. {eodag-2.12.0 → eodag-3.0.0b1}/docs/notebooks/api_user_guide/6_crunch.ipynb +1 -1
  33. eodag-3.0.0b1/docs/notebooks/api_user_guide/7_download.ipynb +1601 -0
  34. eodag-3.0.0b1/docs/notebooks/api_user_guide/8_post_process.ipynb +986 -0
  35. eodag-3.0.0b1/docs/notebooks/api_user_guide/data/download_search_results.geojson +1 -0
  36. {eodag-2.12.0 → eodag-3.0.0b1}/docs/notebooks/tutos/tuto_burnt_areas_snappy.ipynb +2 -2
  37. eodag-3.0.0b1/docs/notebooks/tutos/tuto_cds.ipynb +870 -0
  38. {eodag-2.12.0 → eodag-3.0.0b1}/docs/notebooks/tutos/tuto_cop_dem.ipynb +28 -28
  39. eodag-3.0.0b1/docs/notebooks/tutos/tuto_ecmwf.ipynb +782 -0
  40. {eodag-2.12.0 → eodag-3.0.0b1}/docs/notebooks/tutos/tuto_meteoblue.ipynb +3 -3
  41. {eodag-2.12.0 → eodag-3.0.0b1}/docs/notebooks/tutos/tuto_search_location_tile.ipynb +1 -1
  42. {eodag-2.12.0 → eodag-3.0.0b1}/docs/notebooks/tutos/tuto_ship_detection.ipynb +1 -1
  43. {eodag-2.12.0 → eodag-3.0.0b1}/docs/notebooks/tutos/tuto_stac_client.ipynb +4 -8
  44. eodag-3.0.0b1/docs/notebooks/tutos/tuto_wekeo.ipynb +431 -0
  45. {eodag-2.12.0 → eodag-3.0.0b1}/docs/plugins.rst +51 -41
  46. {eodag-2.12.0 → eodag-3.0.0b1}/docs/plugins_reference/api.rst +0 -1
  47. {eodag-2.12.0 → eodag-3.0.0b1}/docs/plugins_reference/auth.rst +1 -0
  48. {eodag-2.12.0 → eodag-3.0.0b1}/docs/plugins_reference/download.rst +1 -0
  49. {eodag-2.12.0 → eodag-3.0.0b1}/docs/plugins_reference/search.rst +3 -1
  50. {eodag-2.12.0 → eodag-3.0.0b1}/docs/stac_rest.rst +1 -1
  51. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/api/core.py +434 -319
  52. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/api/product/__init__.py +5 -1
  53. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/api/product/_assets.py +7 -2
  54. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/api/product/_product.py +46 -68
  55. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/api/product/metadata_mapping.py +181 -66
  56. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/api/search_result.py +21 -1
  57. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/cli.py +20 -6
  58. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/config.py +95 -6
  59. eodag-3.0.0b1/eodag/plugins/apis/base.py +55 -0
  60. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/plugins/apis/ecmwf.py +36 -24
  61. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/plugins/apis/usgs.py +40 -24
  62. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/plugins/authentication/aws_auth.py +2 -2
  63. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/plugins/authentication/header.py +31 -6
  64. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/plugins/authentication/keycloak.py +13 -84
  65. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/plugins/authentication/oauth.py +3 -3
  66. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/plugins/authentication/openid_connect.py +256 -46
  67. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/plugins/authentication/qsauth.py +3 -0
  68. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/plugins/authentication/sas_auth.py +8 -1
  69. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/plugins/authentication/token.py +92 -46
  70. eodag-3.0.0b1/eodag/plugins/authentication/token_exchange.py +120 -0
  71. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/plugins/download/aws.py +86 -91
  72. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/plugins/download/base.py +72 -40
  73. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/plugins/download/http.py +607 -264
  74. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/plugins/download/s3rest.py +28 -15
  75. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/plugins/manager.py +73 -57
  76. eodag-3.0.0b1/eodag/plugins/search/__init__.py +54 -0
  77. eodag-3.0.0b1/eodag/plugins/search/base.py +390 -0
  78. eodag-2.12.0/eodag/plugins/apis/cds.py → eodag-3.0.0b1/eodag/plugins/search/build_search_result.py +283 -272
  79. eodag-3.0.0b1/eodag/plugins/search/cop_marine.py +378 -0
  80. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/plugins/search/creodias_s3.py +15 -14
  81. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/plugins/search/csw.py +5 -7
  82. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/plugins/search/data_request_search.py +44 -20
  83. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/plugins/search/qssearch.py +508 -203
  84. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/plugins/search/static_stac_search.py +99 -36
  85. eodag-3.0.0b1/eodag/resources/constraints/climate-dt.json +13 -0
  86. eodag-3.0.0b1/eodag/resources/constraints/extremes-dt.json +8 -0
  87. eodag-3.0.0b1/eodag/resources/ext_product_types.json +1 -0
  88. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/resources/product_types.yml +1897 -34
  89. eodag-3.0.0b1/eodag/resources/providers.yml +7335 -0
  90. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/resources/stac.yml +48 -54
  91. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/resources/stac_api.yml +71 -25
  92. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/resources/stac_provider.yml +5 -0
  93. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/resources/user_conf_template.yml +51 -3
  94. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/rest/__init__.py +6 -0
  95. eodag-3.0.0b1/eodag/rest/cache.py +70 -0
  96. eodag-3.0.0b1/eodag/rest/config.py +68 -0
  97. eodag-3.0.0b1/eodag/rest/constants.py +27 -0
  98. eodag-3.0.0b1/eodag/rest/core.py +757 -0
  99. eodag-3.0.0b1/eodag/rest/server.py +879 -0
  100. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/rest/stac.py +438 -307
  101. eodag-3.0.0b1/eodag/rest/types/collections_search.py +44 -0
  102. eodag-3.0.0b1/eodag/rest/types/eodag_search.py +378 -0
  103. eodag-2.12.0/eodag/rest/types/stac_queryables.py → eodag-3.0.0b1/eodag/rest/types/queryables.py +81 -43
  104. eodag-3.0.0b1/eodag/rest/types/stac_search.py +277 -0
  105. eodag-3.0.0b1/eodag/rest/utils/__init__.py +216 -0
  106. eodag-3.0.0b1/eodag/rest/utils/cql_evaluate.py +119 -0
  107. eodag-3.0.0b1/eodag/rest/utils/rfc3339.py +65 -0
  108. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/types/__init__.py +99 -9
  109. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/types/bbox.py +15 -14
  110. eodag-3.0.0b1/eodag/types/download_args.py +31 -0
  111. eodag-3.0.0b1/eodag/types/search_args.py +134 -0
  112. eodag-3.0.0b1/eodag/types/whoosh.py +81 -0
  113. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/utils/__init__.py +72 -9
  114. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/utils/constraints.py +37 -37
  115. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/utils/exceptions.py +23 -17
  116. eodag-3.0.0b1/eodag/utils/requests.py +138 -0
  117. eodag-3.0.0b1/eodag/utils/rest.py +104 -0
  118. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/utils/stac_reader.py +100 -16
  119. {eodag-2.12.0 → eodag-3.0.0b1/eodag.egg-info}/PKG-INFO +76 -56
  120. {eodag-2.12.0 → eodag-3.0.0b1}/eodag.egg-info/SOURCES.txt +21 -5
  121. {eodag-2.12.0 → eodag-3.0.0b1}/eodag.egg-info/entry_points.txt +6 -5
  122. {eodag-2.12.0 → eodag-3.0.0b1}/eodag.egg-info/requires.txt +51 -31
  123. {eodag-2.12.0 → eodag-3.0.0b1}/pyproject.toml +2 -5
  124. {eodag-2.12.0 → eodag-3.0.0b1}/setup.cfg +59 -48
  125. eodag-2.12.0/charts/eodag-server/Chart.lock +0 -6
  126. eodag-2.12.0/docs/_static/eodag_logo.png +0 -0
  127. eodag-2.12.0/docs/_static/params_mapping_extra.csv +0 -17
  128. eodag-2.12.0/docs/_static/params_mapping_offline_infos.json +0 -1
  129. eodag-2.12.0/docs/_static/params_mapping_opensearch.csv +0 -47
  130. eodag-2.12.0/docs/_static/product_types.js +0 -213
  131. eodag-2.12.0/docs/notebooks/api_user_guide/1_overview.ipynb +0 -1082
  132. eodag-2.12.0/docs/notebooks/api_user_guide/7_download.ipynb +0 -1588
  133. eodag-2.12.0/docs/notebooks/api_user_guide/8_post_process.ipynb +0 -931
  134. eodag-2.12.0/docs/notebooks/api_user_guide/data/download_search_results.geojson +0 -1
  135. eodag-2.12.0/docs/notebooks/tutos/tuto_cds.ipynb +0 -688
  136. eodag-2.12.0/docs/notebooks/tutos/tuto_ecmwf.ipynb +0 -748
  137. eodag-2.12.0/docs/notebooks/tutos/tuto_wekeo.ipynb +0 -277
  138. eodag-2.12.0/eodag/plugins/apis/base.py +0 -209
  139. eodag-2.12.0/eodag/plugins/search/__init__.py +0 -18
  140. eodag-2.12.0/eodag/plugins/search/base.py +0 -183
  141. eodag-2.12.0/eodag/plugins/search/build_search_result.py +0 -194
  142. eodag-2.12.0/eodag/resources/ext_product_types.json +0 -1
  143. eodag-2.12.0/eodag/resources/providers.yml +0 -7073
  144. eodag-2.12.0/eodag/rest/server.py +0 -740
  145. eodag-2.12.0/eodag/rest/types/eodag_search.py +0 -189
  146. eodag-2.12.0/eodag/rest/utils.py +0 -1133
  147. eodag-2.12.0/eodag/types/search_args.py +0 -83
  148. {eodag-2.12.0 → eodag-3.0.0b1}/.dockerignore +0 -0
  149. {eodag-2.12.0 → eodag-3.0.0b1}/.editorconfig +0 -0
  150. {eodag-2.12.0 → eodag-3.0.0b1}/.gitattributes +0 -0
  151. {eodag-2.12.0 → eodag-3.0.0b1}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  152. {eodag-2.12.0 → eodag-3.0.0b1}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  153. {eodag-2.12.0 → eodag-3.0.0b1}/.github/pull_request_template.md +0 -0
  154. {eodag-2.12.0 → eodag-3.0.0b1}/.github/workflows/deploy.yml +0 -0
  155. {eodag-2.12.0 → eodag-3.0.0b1}/.github/workflows/test.yml +0 -0
  156. {eodag-2.12.0 → eodag-3.0.0b1}/.gitignore +0 -0
  157. {eodag-2.12.0 → eodag-3.0.0b1}/.pre-commit-config.yaml +0 -0
  158. {eodag-2.12.0 → eodag-3.0.0b1}/CODE_OF_CONDUCT.md +0 -0
  159. {eodag-2.12.0 → eodag-3.0.0b1}/CONTRIBUTING.rst +0 -0
  160. {eodag-2.12.0 → eodag-3.0.0b1}/LICENSE +0 -0
  161. {eodag-2.12.0 → eodag-3.0.0b1}/MANIFEST.in +0 -0
  162. {eodag-2.12.0 → eodag-3.0.0b1}/charts/eodag-server/templates/NOTES.txt +0 -0
  163. {eodag-2.12.0 → eodag-3.0.0b1}/charts/eodag-server/templates/_helpers.tpl +0 -0
  164. {eodag-2.12.0 → eodag-3.0.0b1}/charts/eodag-server/templates/configmap.yaml +0 -0
  165. {eodag-2.12.0 → eodag-3.0.0b1}/charts/eodag-server/templates/deployment.yaml +0 -0
  166. {eodag-2.12.0 → eodag-3.0.0b1}/charts/eodag-server/templates/extra-list.yaml +0 -0
  167. {eodag-2.12.0 → eodag-3.0.0b1}/charts/eodag-server/templates/ingress.yaml +0 -0
  168. {eodag-2.12.0 → eodag-3.0.0b1}/charts/eodag-server/templates/pv.yaml +0 -0
  169. {eodag-2.12.0 → eodag-3.0.0b1}/charts/eodag-server/templates/pvc.yaml +0 -0
  170. {eodag-2.12.0 → eodag-3.0.0b1}/charts/eodag-server/templates/secret.yaml +0 -0
  171. {eodag-2.12.0 → eodag-3.0.0b1}/charts/eodag-server/templates/service.yaml +0 -0
  172. {eodag-2.12.0 → eodag-3.0.0b1}/charts/eodag-server/templates/serviceaccount.yaml +0 -0
  173. {eodag-2.12.0 → eodag-3.0.0b1}/docker/run-stac-server.sh +0 -0
  174. {eodag-2.12.0 → eodag-3.0.0b1}/docker/stac-browser.dockerfile +0 -0
  175. {eodag-2.12.0 → eodag-3.0.0b1}/docker-compose.yml +0 -0
  176. {eodag-2.12.0 → eodag-3.0.0b1}/docs/Makefile +0 -0
  177. {eodag-2.12.0 → eodag-3.0.0b1}/docs/_static/download_methods.png +0 -0
  178. {eodag-2.12.0 → eodag-3.0.0b1}/docs/_static/eodag_advanced_calls_graph.svg +0 -0
  179. {eodag-2.12.0 → eodag-3.0.0b1}/docs/_static/eodag_bycs.png +0 -0
  180. {eodag-2.12.0 → eodag-3.0.0b1}/docs/_static/eodag_fetch_product_types.png +0 -0
  181. {eodag-2.12.0 → eodag-3.0.0b1}/docs/_static/eodag_main_calls_graph.svg +0 -0
  182. {eodag-2.12.0 → eodag-3.0.0b1}/docs/_static/eodag_overview.png +0 -0
  183. {eodag-2.12.0 → eodag-3.0.0b1}/docs/_static/eodag_stac_client.png +0 -0
  184. {eodag-2.12.0 → eodag-3.0.0b1}/docs/_static/eodag_stac_server.png +0 -0
  185. {eodag-2.12.0 → eodag-3.0.0b1}/docs/_static/favicon-32x32.png +0 -0
  186. {eodag-2.12.0 → eodag-3.0.0b1}/docs/_static/progress_1.png +0 -0
  187. {eodag-2.12.0 → eodag-3.0.0b1}/docs/_static/progress_1_none.png +0 -0
  188. {eodag-2.12.0 → eodag-3.0.0b1}/docs/_static/progress_2.png +0 -0
  189. {eodag-2.12.0 → eodag-3.0.0b1}/docs/_static/progress_2_none.png +0 -0
  190. {eodag-2.12.0 → eodag-3.0.0b1}/docs/_static/stac_browser_example.png +0 -0
  191. {eodag-2.12.0 → eodag-3.0.0b1}/docs/_static/stac_browser_example_600.png +0 -0
  192. {eodag-2.12.0 → eodag-3.0.0b1}/docs/api_reference/call_graphs.rst +0 -0
  193. {eodag-2.12.0 → eodag-3.0.0b1}/docs/api_reference/eoproduct.rst +0 -0
  194. {eodag-2.12.0 → eodag-3.0.0b1}/docs/api_reference/exceptions.rst +0 -0
  195. {eodag-2.12.0 → eodag-3.0.0b1}/docs/api_reference/index.rst +0 -0
  196. {eodag-2.12.0 → eodag-3.0.0b1}/docs/api_reference/searchresult.rst +0 -0
  197. {eodag-2.12.0 → eodag-3.0.0b1}/docs/api_reference/types.rst +0 -0
  198. {eodag-2.12.0 → eodag-3.0.0b1}/docs/api_reference/utils.rst +0 -0
  199. {eodag-2.12.0 → eodag-3.0.0b1}/docs/api_user_guide.rst +0 -0
  200. {eodag-2.12.0 → eodag-3.0.0b1}/docs/changelog.rst +0 -0
  201. {eodag-2.12.0 → eodag-3.0.0b1}/docs/cli_user_guide.rst +0 -0
  202. {eodag-2.12.0 → eodag-3.0.0b1}/docs/contribute.rst +0 -0
  203. {eodag-2.12.0 → eodag-3.0.0b1}/docs/getting_started_guide/index.rst +0 -0
  204. {eodag-2.12.0 → eodag-3.0.0b1}/docs/getting_started_guide/overview.rst +0 -0
  205. {eodag-2.12.0 → eodag-3.0.0b1}/docs/getting_started_guide/product_storage_status.rst +0 -0
  206. {eodag-2.12.0 → eodag-3.0.0b1}/docs/getting_started_guide/product_types.rst +0 -0
  207. {eodag-2.12.0 → eodag-3.0.0b1}/docs/getting_started_guide/side_projects.rst +0 -0
  208. {eodag-2.12.0 → eodag-3.0.0b1}/docs/make.bat +0 -0
  209. {eodag-2.12.0 → eodag-3.0.0b1}/docs/notebooks/api_user_guide/data/crunch_search_results.geojson +0 -0
  210. {eodag-2.12.0 → eodag-3.0.0b1}/docs/notebooks/intro_notebooks.ipynb +0 -0
  211. {eodag-2.12.0 → eodag-3.0.0b1}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.cpg +0 -0
  212. {eodag-2.12.0 → eodag-3.0.0b1}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.dbf +0 -0
  213. {eodag-2.12.0 → eodag-3.0.0b1}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.prj +0 -0
  214. {eodag-2.12.0 → eodag-3.0.0b1}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.qix +0 -0
  215. {eodag-2.12.0 → eodag-3.0.0b1}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.qpj +0 -0
  216. {eodag-2.12.0 → eodag-3.0.0b1}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.shp +0 -0
  217. {eodag-2.12.0 → eodag-3.0.0b1}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.shx +0 -0
  218. {eodag-2.12.0 → eodag-3.0.0b1}/docs/notebooks/tutos/auxdata/sentinel2_tiling_grid_centroids.zip +0 -0
  219. {eodag-2.12.0 → eodag-3.0.0b1}/docs/plugins_reference/crunch.rst +0 -0
  220. {eodag-2.12.0 → eodag-3.0.0b1}/docs/stac.rst +0 -0
  221. {eodag-2.12.0 → eodag-3.0.0b1}/docs/tutos.rst +0 -0
  222. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/__init__.py +0 -0
  223. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/api/__init__.py +0 -0
  224. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/api/product/drivers/__init__.py +0 -0
  225. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/api/product/drivers/base.py +0 -0
  226. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/crunch.py +0 -0
  227. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/plugins/__init__.py +0 -0
  228. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/plugins/apis/__init__.py +0 -0
  229. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/plugins/authentication/__init__.py +0 -0
  230. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/plugins/authentication/base.py +0 -0
  231. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/plugins/authentication/generic.py +0 -0
  232. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/plugins/base.py +0 -0
  233. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/plugins/crunch/__init__.py +0 -0
  234. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/plugins/crunch/base.py +0 -0
  235. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/plugins/crunch/filter_date.py +0 -0
  236. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/plugins/crunch/filter_latest_intersect.py +0 -0
  237. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/plugins/crunch/filter_latest_tpl_name.py +0 -0
  238. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/plugins/crunch/filter_overlap.py +0 -0
  239. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/plugins/crunch/filter_property.py +0 -0
  240. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/plugins/download/__init__.py +0 -0
  241. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/plugins/download/creodias_s3.py +0 -0
  242. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/py.typed +0 -0
  243. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/resources/locations_conf_template.yml +0 -0
  244. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/resources/shp/ne_110m_admin_0_map_units.VERSION.txt +0 -0
  245. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/resources/shp/ne_110m_admin_0_map_units.cpg +0 -0
  246. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/resources/shp/ne_110m_admin_0_map_units.dbf +0 -0
  247. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/resources/shp/ne_110m_admin_0_map_units.prj +0 -0
  248. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/resources/shp/ne_110m_admin_0_map_units.shp +0 -0
  249. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/resources/shp/ne_110m_admin_0_map_units.shx +0 -0
  250. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/rest/server.wsgi +0 -0
  251. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/rest/templates/README +0 -0
  252. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/rest/types/__init__.py +0 -0
  253. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/types/queryables.py +0 -0
  254. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/utils/import_system.py +0 -0
  255. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/utils/logging.py +0 -0
  256. {eodag-2.12.0 → eodag-3.0.0b1}/eodag/utils/notebook.py +0 -0
  257. {eodag-2.12.0 → eodag-3.0.0b1}/eodag.egg-info/dependency_links.txt +0 -0
  258. {eodag-2.12.0 → eodag-3.0.0b1}/eodag.egg-info/top_level.txt +0 -0
  259. {eodag-2.12.0 → eodag-3.0.0b1}/get_pypi_latest_version.sh +0 -0
  260. {eodag-2.12.0 → eodag-3.0.0b1}/pytest.ini +0 -0
  261. {eodag-2.12.0 → eodag-3.0.0b1}/readthedocs.yml +0 -0
  262. {eodag-2.12.0 → eodag-3.0.0b1}/requirements-dev.txt +0 -0
  263. {eodag-2.12.0 → eodag-3.0.0b1}/requirements-docs.txt +0 -0
  264. {eodag-2.12.0 → eodag-3.0.0b1}/requirements-tutorials.txt +0 -0
  265. {eodag-2.12.0 → eodag-3.0.0b1}/requirements.txt +0 -0
  266. {eodag-2.12.0 → eodag-3.0.0b1}/setup.py +0 -0
  267. {eodag-2.12.0 → eodag-3.0.0b1}/tox.ini +0 -0
  268. {eodag-2.12.0 → eodag-3.0.0b1}/utils/params_mapping_to_csv.py +0 -0
  269. {eodag-2.12.0 → eodag-3.0.0b1}/utils/product_types_information_to_csv.py +0 -0
@@ -39,7 +39,7 @@ jobs:
39
39
  key: ${{ runner.os }}-pip-${{ steps.get-week.outputs.WEEK }}-${{ hashFiles('setup.cfg') }}
40
40
  - name: Install eodag
41
41
  run: |
42
- python -m pip install .
42
+ python -m pip install ".[all-providers]"
43
43
  - name: Fetch and update external product types reference
44
44
  run: |
45
45
  export JSON_OUTPUT_FILE="eodag/resources/ext_product_types.json"
@@ -59,7 +59,7 @@ jobs:
59
59
  echo "commit [${COMMIT_SHA}](${COMMIT_URL})" >> $GITHUB_STEP_SUMMARY
60
60
  echo '```diff' >> $GITHUB_STEP_SUMMARY
61
61
  git show --name-only --format=tformat: >> $GITHUB_STEP_SUMMARY
62
- (diff <(curl ${JSON_REF_FILE} | jq ) <(cat ${JSON_OUTPUT_FILE} | jq) || true) >> $GITHUB_STEP_SUMMARY
62
+ (diff <(curl ${JSON_REF_FILE} | jq --sort-keys) <(cat ${JSON_OUTPUT_FILE} | jq --sort-keys) || true) >> $GITHUB_STEP_SUMMARY
63
63
  echo '```' >> $GITHUB_STEP_SUMMARY
64
64
  # truncated PR body (too long causes error)
65
65
  full_update_summary=$(cat $GITHUB_STEP_SUMMARY)
@@ -67,7 +67,7 @@ jobs:
67
67
  echo "${full_update_summary:0:65536}" >> $GITHUB_ENV
68
68
  echo 'EOF' >> $GITHUB_ENV
69
69
  - name: Create Pull Request
70
- uses: peter-evans/create-pull-request@v4
70
+ uses: peter-evans/create-pull-request@v6
71
71
  with:
72
72
  branch: external-product-types-ref-update
73
73
  delete-branch: true
@@ -1,6 +1,115 @@
1
1
  Release history
2
2
  ---------------
3
3
 
4
+ 3.0.0b1 (2024-06-24)
5
+ ++++++++++++++++++++
6
+
7
+ Breaking changes
8
+ ^^^^^^^^^^^^^^^^
9
+
10
+ * `search() <https://eodag.readthedocs.io/en/latest/notebooks/api_user_guide/4_search.html#search()>`_ method now
11
+ returns only a :class:`~eodag.api.search_result.SearchResult` instead of a 2 values tuple (:pull:`1200`). It can
12
+ optionally store the estimated total number of products in ``SearchResult.number_matched`` if the method is called
13
+ with ``count=True`` (``False`` by default).
14
+ * Packaging refactoring and new `optional dependencies
15
+ <https://eodag.readthedocs.io/en/latest/getting_started_guide/install.html#optional-dependencies>`_ (:pull:`1108`)
16
+ (:pull:`1219`). EODAG default installs with a minimal set of dependencies.
17
+ New sets of extra requirements are: ``eodag[all]``, ``eodag[all-providers]``, ``eodag[ecmwf]``, ``eodag[usgs]``,
18
+ ``eodag[csw]``, ``eodag[server]``. Previous existing sets of extra requirements are also kept:
19
+ ``eodag[notebook]``, ``eodag[tutorials]``, ``eodag[dev]``, ``eodag[docs]``.
20
+
21
+ Core features and fixes
22
+ ^^^^^^^^^^^^^^^^^^^^^^^
23
+
24
+ * Providers groups (:pull:`1071`)
25
+ * Configurable download timeout (:pull:`1124`)
26
+ * `Search by id <https://eodag.readthedocs.io/en/stable/notebooks/api_user_guide/4_search.html#id-and-provider>`_ now
27
+ uses :meth:`~eodag.api.core.EODataAccessGateway.search_all` and
28
+ `crunch <https://eodag.readthedocs.io/en/stable/notebooks/api_user_guide/6_crunch.html#Filter-by-property>`_
29
+ (:pull:`1099`).
30
+ * Free text search available for all fields when `guessing a produc type
31
+ <https://eodag.readthedocs.io/en/stable/notebooks/api_user_guide/6_crunch.html#Filter-by-property>`_ (:pull:`1070`),
32
+ mission dates filtering support (:pull:`1222`)
33
+ * Configurable requests ``ssl_verify`` (:pull:`1045`)
34
+ * Fixed and refactored `queryables` (:pull:`1050`)(:pull:`1097`)(:pull:`1102`)(:pull:`1157`), authentication fix
35
+ (:pull:`1194`), support for local constraints files (:pull:`1105`)
36
+ * Fixed `metadata mapping` in templates detection (:pull:`1139`), ``format_query_params()`` fixes (:pull:`1145`) and
37
+ refactor (:pull:`1142`)
38
+
39
+ Providers and product types updates
40
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
41
+
42
+ * `dedl <https://hda.data.destination-earth.eu/ui>`_ as new provider (:pull:`750`)
43
+ * `dedt_lumi <https://polytope.lumi.apps.dte.destination-earth.eu/openapi>`_ as new provider (:pull:`1119`)
44
+ (:pull:`1126`), with authentication using destine credentials (:pull:`1127`)
45
+ * `cop_marine <https://marine.copernicus.eu/>`_ as new provider (:pull:`1131`)(:pull:`1224`)
46
+ * `eumetsat_ds <https://data.eumetsat.int/>`_ as new provider (:pull:`1060`), including `METOP` product types
47
+ (:pull:`1143`)(:pull:`1189`)
48
+ * `OData` API usage for ``creodias`` & ``cop_dataspace`` (:pull:`1149`), fixes for empty geometries (:pull:`1186`),
49
+ search datetime intervals (:pull:`1158`), and removed `discover_product_types` (:pull:`1112`)
50
+ * ``cop_ads`` and ``cop_cds`` now use :class:`~eodag.plugins.search.build_search_result.BuildSearchResult` and
51
+ :class:`~eodag.plugins.download.http.HTTPDownload` instead of move ``CdsApi`` (:pull:`1029`), `EFAS` dates formatting
52
+ (:pull:`1178`), ``area`` metadata mapping fix (:pull:`1225`)
53
+ * ``wekeo`` now uses `hda-broker 2.0` API (:pull:`1034`), lists queryables (:pull:`1104`), has fixed pagination
54
+ (:pull:`1098`) and CLMS search by id (:pull:`1100`)
55
+ * Adjusted timeouts (:pull:`1163`)
56
+ * Opened time intervals supported for STAC providers (:pull:`1144`)
57
+ * New product types (:pull:`1164`)(:pull:`1227`), providers and product types configuration update (:pull:`1212`)
58
+
59
+ Plugins new features and fixes
60
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
61
+
62
+ * Refactored search plugins methods to use ``PreparedSearch`` and ``RawSearchResult`` new classes (:pull:`1191`)
63
+ * Refresh token for :class:`~eodag.plugins.authentication.openid_connect.OIDCAuthorizationCodeFlowAuth` plugin
64
+ (:pull:`1138`), tests (:pull:`1135`), and fix (:pull:`1232`)
65
+ * :class:`~eodag.plugins.authentication.header.HTTPHeaderAuth` accepts headers definition in credentials (:pull:`1215`)
66
+ * ``flatten_top_dirs`` download plugins option set to true by default (#1220)
67
+ * ``base_uri`` download plugins setting is not systematically mandatory any more (:pull:`1230`)
68
+ * Re-login in :class:`~eodag.plugins.apis.usgs.UsgsApi` plugin on api file error (:pull:`1046`)
69
+ * Allow no auth for :class:`~eodag.plugins.download.http.HTTPDownload` download requests (:pull:`1196`)
70
+ * Refactorization of ``Api`` base plugin that now inherits from ``Search`` and ``Download`` (:pull:`1051`)
71
+ * ``orderLink`` support in `build_search_result.*` plugins (:pull:`1082`), and parsing fix (:pull:`1091`)
72
+
73
+ Server mode
74
+ ^^^^^^^^^^^
75
+
76
+ * Offline products order handling (:pull:`918`)
77
+ * External enhanced product types metadata (:pull:`1008`)(:pull:`1171`)(:pull:`1176`)(:pull:`1180`)(:pull:`1197`)
78
+ * Collections search using updated :meth:`~eodag.api.core.EODataAccessGateway.guess_product_type` (:pull:`909`)
79
+ * Providers groups (:pull:`1192`), and fixes for listing (:pull:`1187`) and items self links (:pull:`1090`)
80
+ * ``HEAD`` requests enabled (:pull:`1120`)
81
+ * LRU caching (:pull:`1073`)
82
+ * Additional item properties (:pull:`1170`)
83
+ * ``order`` and ``storage`` extensions usage (:pull:`1117`)
84
+ * ``bbox`` in queryables (:pull:`1185`), fixed some types missing (:pull:`1083`)
85
+ * Blacklist configution for assets alternate URLs (:pull:`1213`)
86
+ * ``id`` vs ``title`` in item metadata fix (:pull:`1193`)
87
+ * Error handling fixes (:pull:`1078`)(:pull:`1103`)(:pull:`1182`)
88
+ * Other server-mode fixes (:pull:`1065`)(:pull:`1087`)(:pull:`1094`)(:pull:`1095`)(:pull:`1096`)(:pull:`1106`)
89
+ (:pull:`1113`)(:pull:`1115`)(:pull:`1156`)(:pull:`1174`)(:pull:`1210`)(:pull:`1221`)(:pull:`1223`)
90
+
91
+ Miscellaneous
92
+ ^^^^^^^^^^^^^
93
+
94
+ * **[build]** Updated requirements for ``uvicorn`` (:pull:`1152`), ``shapely`` (:pull:`1155`), ``orjson`` (:pull:`1150`)
95
+ (:pull:`1079`)
96
+ * **[build]** Remove ``requests-ftp`` (:pull:`1085`)
97
+ * **[style]** type hints related fixes and refactoring (:pull:`1052`)
98
+ * **[docs]** sphinx theme updated and removed jquery (:pull:`1054`), newlines between badges fixes (:pull:`1109`), and other
99
+ documentation fixes and updates (:pull:`1057`)(:pull:`1059`)(:pull:`1062`)(:pull:`1063`)(:pull:`1081`)(:pull:`1121`)
100
+ (:pull:`1122`)
101
+ * **[ci]** Fetch product types Github action updates (:pull:`1202`)(:pull:`1205`)
102
+ * Various minor fixes and improvements (:pull:`1072`)(:pull:`1077`)(:pull:`1101`)(:pull:`1111`)(:pull:`1118`)
103
+ (:pull:`1132`)(:pull:`1141`)(:pull:`1190`)
104
+ * External product types reference updates (:pull:`1086`)(:pull:`1093`)(:pull:`1107`)(:pull:`1110`)(:pull:`1114`)
105
+ (:pull:`1136`)(:pull:`1137`)(:pull:`1140`)(:pull:`1146`)(:pull:`1151`)(:pull:`1153`)(:pull:`1160`)(:pull:`1165`)
106
+ (:pull:`1203`)(:pull:`1204`)(:pull:`1206`)(:pull:`1207`)(:pull:`1208`)(:pull:`1229`)
107
+
108
+ 2.12.1 (2024-03-05)
109
+ +++++++++++++++++++
110
+
111
+ * `CdsApi` queryables fix (:pull:`1048`)
112
+
4
113
  2.12.0 (2024-02-19)
5
114
  +++++++++++++++++++
6
115
 
@@ -17,10 +126,10 @@ Release history
17
126
  * New product types added for `cop_ads` and `cop_cds` (:pull:`898`)
18
127
  * Adds missing `tileIdentifier` and `quicklook` for `creodias`, `creodias_s3` and `cop_dataspace` (:pull:`957`)
19
128
  (:pull:`1014`)
20
- * HTTP download with :class:`~eodag.plugins.apis.cds.CdsApi` (:pull:`946`)
129
+ * HTTP download with `CdsApi` (:pull:`946`)
21
130
  * Download streaming available for :class:`~eodag.plugins.download.aws.AwsDownload` plugin (:pull:`997`)
22
131
  * Lists STAC alternate assets in server mode (:pull:`961`)
23
- * `_dc_qs` used in server-mode to store :class:`~eodag.plugins.apis.cds.CdsApi` search criteria (:pull:`958`)(:pull:`1000`)
132
+ * `_dc_qs` used in server-mode to store `CdsApi` search criteria (:pull:`958`)(:pull:`1000`)
24
133
  * New eodag exception :class:`~eodag.utils.exceptions.TimeOutError` (:pull:`982`)
25
134
  * Cast loaded environment variables type using config type-hints (:pull:`987`)
26
135
  * Type hints fixes (:pull:`880`)(:pull:`983`)
@@ -101,7 +210,7 @@ Release history
101
210
  (:pull:`659`)
102
211
  * Fetch product types optimization (:pull:`683`)
103
212
  * Fixes external product types update for unknown provider (:pull:`682`)
104
- * Default dates and refactor for `:class:`~eodag.plugins.apis.cds.CdsApi` and `:class:`~eodag.plugins.apis.cds.EcmwfApi` (:pull:`672`)(:pull:`678`)(:pull:`679`)
213
+ * Default dates and refactor for `CdsApi` and :class:`~eodag.plugins.apis.ecmwf.EcmwfApi` (:pull:`672`)(:pull:`678`)(:pull:`679`)
105
214
  * `peps` `storageStatus` update (:pull:`677`)
106
215
  * Customized and faster `deepcopy` (:pull:`664`)
107
216
  * Various minor fixes and improvements (:pull:`665`)(:pull:`666`)(:pull:`667`)(:pull:`668`)(:pull:`669`)(:pull:`670`)
@@ -193,7 +302,7 @@ Release history
193
302
  (:pull:`480`)(:pull:`467`)(:pull:`470`)(:pull:`471`)(:pull:`472`)(:pull:`473`)(:pull:`481`)(:pull:`486`)(:pull:`493`)
194
303
  (:pull:`491`)(:pull:`500`)
195
304
  * New providers `cop_ads <https://ads.atmosphere.copernicus.eu>`_ and `cop_cds <https://cds.climate.copernicus.eu>`_
196
- for Copernicus Atmosphere and Climate Data Stores using :class:`~eodag.plugins.apis.cds.CdsApi` plugin, developed in
305
+ for Copernicus Atmosphere and Climate Data Stores using `CdsApi` plugin, developed in
197
306
  the context of DOMINO-X (:pull:`504`)(:pull:`513`)
198
307
  * :class:`~eodag.plugins.apis.usgs.UsgsApi` plugin fixed and updated (:pull:`489`)(:pull:`508`)
199
308
  * Cache usage for ``jsonpath.parse()`` (:pull:`502`)
@@ -22,7 +22,6 @@ https://github.com/boto/botocore
22
22
  https://github.com/h2non/jsonpath-ng
23
23
  https://github.com/CS-SI/eodag-cube
24
24
  https://github.com/ecmwf/ecmwf-api-client
25
- https://github.com/ecmwf/cdsapi
26
25
  https://github.com/ijl/orjson
27
26
  https://github.com/stac-utils/pystac
28
27
 
@@ -46,7 +45,11 @@ https://github.com/tiangolo/fastapi
46
45
  https://github.com/urllib3/urllib3
47
46
  https://github.com/annotated-types/annotated-types
48
47
  https://github.com/pypa/setuptools
49
-
48
+ https://github.com/pydantic/pydantic
49
+ https://github.com/pydantic/pydantic-core
50
+ https://github.com/pydantic/pydantic-settings
51
+ https://github.com/geopython/pygeofilter
52
+ https://github.com/tkem/cachetools
50
53
 
51
54
  ================================================================
52
55
  The BSD-2-Clause Licence
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: eodag
3
- Version: 2.12.0
3
+ Version: 3.0.0b1
4
4
  Summary: Earth Observation Data Access Gateway
5
5
  Home-page: https://github.com/CS-SI/eodag
6
- Author: CS GROUP - France (CSSI)
6
+ Author: CS GROUP - France
7
7
  Author-email: eodag@csgroup.space
8
8
  License: Apache 2.0
9
9
  Project-URL: Bug Tracker, https://github.com/CS-SI/eodag/issues/
@@ -30,37 +30,62 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
30
30
  Requires-Python: >=3.6
31
31
  Description-Content-Type: text/x-rst
32
32
  License-File: LICENSE
33
- Requires-Dist: click
34
- Requires-Dist: requests
35
- Requires-Dist: urllib3
36
- Requires-Dist: python-dateutil
37
- Requires-Dist: PyYAML
38
- Requires-Dist: tqdm
39
- Requires-Dist: shapely
40
- Requires-Dist: pyshp
41
- Requires-Dist: OWSLib>=0.27.1
42
- Requires-Dist: orjson
43
- Requires-Dist: geojson
44
- Requires-Dist: pyproj>=2.1.0
45
- Requires-Dist: usgs>=0.3.1
33
+ Requires-Dist: annotated-types
46
34
  Requires-Dist: boto3
47
35
  Requires-Dist: botocore
48
- Requires-Dist: fastapi>=0.93.0
49
- Requires-Dist: starlette
50
- Requires-Dist: uvicorn
36
+ Requires-Dist: click
37
+ Requires-Dist: geojson
51
38
  Requires-Dist: jsonpath-ng<1.6.0
52
39
  Requires-Dist: lxml
53
- Requires-Dist: Whoosh
54
- Requires-Dist: pystac>=1.0.0b1
55
- Requires-Dist: ecmwf-api-client
56
- Requires-Dist: cdsapi
57
- Requires-Dist: stream-zip
58
- Requires-Dist: requests-ftp
40
+ Requires-Dist: orjson<3.10.0; python_version >= "3.12" and platform_system == "Windows"
41
+ Requires-Dist: orjson; python_version < "3.12" or platform_system != "Windows"
59
42
  Requires-Dist: pydantic>=2.1.0
60
- Requires-Dist: typing_extensions
61
- Requires-Dist: annotated-types
43
+ Requires-Dist: pydantic_core
44
+ Requires-Dist: pyproj>=2.1.0
45
+ Requires-Dist: pyshp
46
+ Requires-Dist: pystac>=1.0.0b1
47
+ Requires-Dist: python-dateutil
48
+ Requires-Dist: PyYAML
49
+ Requires-Dist: requests
62
50
  Requires-Dist: setuptools
51
+ Requires-Dist: shapely>=2.0.0
52
+ Requires-Dist: stream-zip
53
+ Requires-Dist: tqdm
54
+ Requires-Dist: typing_extensions>=4.8.0
55
+ Requires-Dist: urllib3
56
+ Requires-Dist: Whoosh
57
+ Provides-Extra: all
58
+ Requires-Dist: eodag[all-providers,csw,server,tutorials]; extra == "all"
59
+ Provides-Extra: all-providers
60
+ Requires-Dist: eodag[ecmwf,usgs]; extra == "all-providers"
61
+ Provides-Extra: csw
62
+ Requires-Dist: OWSLib>=0.27.1; extra == "csw"
63
+ Provides-Extra: ecmwf
64
+ Requires-Dist: ecmwf-api-client; extra == "ecmwf"
65
+ Provides-Extra: usgs
66
+ Requires-Dist: usgs>=0.3.1; extra == "usgs"
67
+ Provides-Extra: server
68
+ Requires-Dist: fastapi>=0.93.0; extra == "server"
69
+ Requires-Dist: pygeofilter; extra == "server"
70
+ Requires-Dist: starlette; extra == "server"
71
+ Requires-Dist: uvicorn[standard]; extra == "server"
72
+ Requires-Dist: pydantic-settings; extra == "server"
73
+ Requires-Dist: cachetools; extra == "server"
74
+ Provides-Extra: notebook
75
+ Requires-Dist: tqdm[notebook]; extra == "notebook"
76
+ Provides-Extra: tutorials
77
+ Requires-Dist: eodag[notebook]; extra == "tutorials"
78
+ Requires-Dist: eodag-cube>=0.2.0; extra == "tutorials"
79
+ Requires-Dist: jupyter; extra == "tutorials"
80
+ Requires-Dist: ipyleaflet>=0.10.0; extra == "tutorials"
81
+ Requires-Dist: ipywidgets; extra == "tutorials"
82
+ Requires-Dist: matplotlib; extra == "tutorials"
83
+ Requires-Dist: folium; extra == "tutorials"
84
+ Requires-Dist: imageio; extra == "tutorials"
85
+ Requires-Dist: rasterio; extra == "tutorials"
86
+ Requires-Dist: netcdf4; extra == "tutorials"
63
87
  Provides-Extra: dev
88
+ Requires-Dist: eodag[all-providers,csw,server]; extra == "dev"
64
89
  Requires-Dist: pytest; extra == "dev"
65
90
  Requires-Dist: pytest-cov; extra == "dev"
66
91
  Requires-Dist: py>=1.8.2; extra == "dev"
@@ -78,28 +103,13 @@ Requires-Dist: pre-commit; extra == "dev"
78
103
  Requires-Dist: responses<0.24.0; extra == "dev"
79
104
  Requires-Dist: fastapi[all]; extra == "dev"
80
105
  Requires-Dist: stdlib-list; extra == "dev"
81
- Provides-Extra: notebook
82
- Requires-Dist: tqdm[notebook]; extra == "notebook"
83
- Provides-Extra: tutorials
84
- Requires-Dist: eodag-cube>=0.2.0; extra == "tutorials"
85
- Requires-Dist: jupyter; extra == "tutorials"
86
- Requires-Dist: ipyleaflet>=0.10.0; extra == "tutorials"
87
- Requires-Dist: ipywidgets; extra == "tutorials"
88
- Requires-Dist: matplotlib; extra == "tutorials"
89
- Requires-Dist: folium; extra == "tutorials"
90
- Requires-Dist: imageio; extra == "tutorials"
91
- Requires-Dist: rasterio; extra == "tutorials"
92
- Requires-Dist: netcdf4; extra == "tutorials"
106
+ Requires-Dist: boto3-stubs[essential]; extra == "dev"
107
+ Requires-Dist: types-lxml; extra == "dev"
93
108
  Provides-Extra: docs
109
+ Requires-Dist: eodag[all]; extra == "docs"
94
110
  Requires-Dist: sphinx; extra == "docs"
95
- Requires-Dist: sphinx-book-theme<1.0.0; extra == "docs"
111
+ Requires-Dist: sphinx-book-theme; extra == "docs"
96
112
  Requires-Dist: sphinx-copybutton; extra == "docs"
97
- Requires-Dist: sphinxcontrib-applehelp<1.0.8; extra == "docs"
98
- Requires-Dist: sphinxcontrib-devhelp<1.0.6; extra == "docs"
99
- Requires-Dist: sphinxcontrib-htmlhelp<2.0.5; extra == "docs"
100
- Requires-Dist: sphinxcontrib-qthelp<1.0.7; extra == "docs"
101
- Requires-Dist: sphinxcontrib-serializinghtml<1.1.10; extra == "docs"
102
- Requires-Dist: sphinxcontrib-jquery; extra == "docs"
103
113
  Requires-Dist: nbsphinx; extra == "docs"
104
114
 
105
115
  .. image:: https://eodag.readthedocs.io/en/latest/_static/eodag_bycs.png
@@ -107,32 +117,36 @@ Requires-Dist: nbsphinx; extra == "docs"
107
117
 
108
118
  |
109
119
 
110
- .. image:: https://badge.fury.io/py/eodag.svg
120
+ .. |pypi-badge| image:: https://badge.fury.io/py/eodag.svg
111
121
  :target: https://badge.fury.io/py/eodag
112
122
 
113
- .. image:: https://img.shields.io/conda/vn/conda-forge/eodag
123
+ .. |conda-badge| image:: https://img.shields.io/conda/vn/conda-forge/eodag
114
124
  :target: https://anaconda.org/conda-forge/eodag
115
125
 
116
- .. image:: https://readthedocs.org/projects/eodag/badge/?version=latest&style=flat
126
+ .. |rtd-badge| image:: https://readthedocs.org/projects/eodag/badge/?version=latest&style=flat
117
127
  :target: https://eodag.readthedocs.io/en/latest/
118
128
 
119
- .. image:: https://github.com/CS-SI/eodag/actions/workflows/test.yml/badge.svg
129
+ .. |gha-badge| image:: https://github.com/CS-SI/eodag/actions/workflows/test.yml/badge.svg
120
130
  :target: https://github.com/CS-SI/eodag/actions
121
131
 
122
- .. image:: https://img.shields.io/github/issues/CS-SI/eodag.svg
132
+ .. |ghi-badge| image:: https://img.shields.io/github/issues/CS-SI/eodag.svg
123
133
  :target: https://github.com/CS-SI/eodag/issues
124
134
 
125
- .. image:: https://mybinder.org/badge_logo.svg
135
+ .. |binder-badge| image:: https://mybinder.org/badge_logo.svg
126
136
  :target: https://mybinder.org/v2/git/https%3A%2F%2Fgithub.com%2FCS-SI%2Feodag.git/master?filepath=docs%2Fnotebooks%2Fintro_notebooks.ipynb
127
137
 
138
+ |pypi-badge| |conda-badge| |rtd-badge| |gha-badge| |ghi-badge| |binder-badge|
139
+
128
140
  |
129
141
 
130
- .. image:: https://img.shields.io/pypi/l/eodag.svg
142
+ .. |license-badge| image:: https://img.shields.io/pypi/l/eodag.svg
131
143
  :target: https://pypi.org/project/eodag/
132
144
 
133
- .. image:: https://img.shields.io/pypi/pyversions/eodag.svg
145
+ .. |versions-badge| image:: https://img.shields.io/pypi/pyversions/eodag.svg
134
146
  :target: https://pypi.org/project/eodag/
135
147
 
148
+ |license-badge| |versions-badge|
149
+
136
150
  |
137
151
 
138
152
  ..
@@ -184,6 +198,9 @@ And with ``conda`` from the `conda-forge channel <https://anaconda.org/conda-for
184
198
 
185
199
  conda install -c conda-forge eodag
186
200
 
201
+ **[New in v3.0.0]** Please note that EODAG comes with a minimal set of dependencies. If you want more features, please install using one of
202
+ the `available extras <https://eodag.readthedocs.io/en/latest/getting_started_guide/install.html#optional-dependencies>`_.
203
+
187
204
  Usage
188
205
  =====
189
206
 
@@ -202,7 +219,7 @@ Example usage for interacting with the api in your Python code:
202
219
 
203
220
  dag = EODataAccessGateway()
204
221
 
205
- search_results, total_count = dag.search(
222
+ search_results = dag.search(
206
223
  productType='S2_MSI_L1C',
207
224
  geom={'lonmin': 1, 'latmin': 43.5, 'lonmax': 2, 'latmax': 44}, # accepts WKT polygons, shapely.geometry, ...
208
225
  start='2021-01-01',
@@ -216,10 +233,13 @@ This will search for Sentinel 2 level-1C products on the default provider and re
216
233
  an estimated total number of products matching the search criteria. And then it will download these products. Please
217
234
  check the `Python API User Guide <https://eodag.readthedocs.io/en/latest/api_user_guide.html>`_ for more details.
218
235
 
236
+ **[New in v3.0.0]** `search() <https://eodag.readthedocs.io/en/latest/notebooks/api_user_guide/4_search.html#search()>`_
237
+ method now returns only a single ``SearchResult`` instead of a 2 values tuple.
238
+
219
239
  STAC REST API
220
240
  -------------
221
241
 
222
- An eodag instance can be exposed through a STAC compliant REST api from the command line:
242
+ An eodag instance can be exposed through a STAC compliant REST api from the command line (``eodag[server]`` needed):
223
243
 
224
244
  .. code-block:: bash
225
245
 
@@ -277,7 +297,7 @@ An eodag instance can be exposed through a STAC compliant REST api from the comm
277
297
 
278
298
  .. code-block:: bash
279
299
 
280
- docker run -p 5000:5000 --rm csspace/eodag-server:2.12.0
300
+ docker run -p 5000:5000 --rm csspace/eodag-server:3.0.0b1
281
301
 
282
302
  You can also browse over your STAC API server using `STAC Browser <https://github.com/radiantearth/stac-browser>`_.
283
303
  Simply run:
@@ -3,32 +3,36 @@
3
3
 
4
4
  |
5
5
 
6
- .. image:: https://badge.fury.io/py/eodag.svg
6
+ .. |pypi-badge| image:: https://badge.fury.io/py/eodag.svg
7
7
  :target: https://badge.fury.io/py/eodag
8
8
 
9
- .. image:: https://img.shields.io/conda/vn/conda-forge/eodag
9
+ .. |conda-badge| image:: https://img.shields.io/conda/vn/conda-forge/eodag
10
10
  :target: https://anaconda.org/conda-forge/eodag
11
11
 
12
- .. image:: https://readthedocs.org/projects/eodag/badge/?version=latest&style=flat
12
+ .. |rtd-badge| image:: https://readthedocs.org/projects/eodag/badge/?version=latest&style=flat
13
13
  :target: https://eodag.readthedocs.io/en/latest/
14
14
 
15
- .. image:: https://github.com/CS-SI/eodag/actions/workflows/test.yml/badge.svg
15
+ .. |gha-badge| image:: https://github.com/CS-SI/eodag/actions/workflows/test.yml/badge.svg
16
16
  :target: https://github.com/CS-SI/eodag/actions
17
17
 
18
- .. image:: https://img.shields.io/github/issues/CS-SI/eodag.svg
18
+ .. |ghi-badge| image:: https://img.shields.io/github/issues/CS-SI/eodag.svg
19
19
  :target: https://github.com/CS-SI/eodag/issues
20
20
 
21
- .. image:: https://mybinder.org/badge_logo.svg
21
+ .. |binder-badge| image:: https://mybinder.org/badge_logo.svg
22
22
  :target: https://mybinder.org/v2/git/https%3A%2F%2Fgithub.com%2FCS-SI%2Feodag.git/master?filepath=docs%2Fnotebooks%2Fintro_notebooks.ipynb
23
23
 
24
+ |pypi-badge| |conda-badge| |rtd-badge| |gha-badge| |ghi-badge| |binder-badge|
25
+
24
26
  |
25
27
 
26
- .. image:: https://img.shields.io/pypi/l/eodag.svg
28
+ .. |license-badge| image:: https://img.shields.io/pypi/l/eodag.svg
27
29
  :target: https://pypi.org/project/eodag/
28
30
 
29
- .. image:: https://img.shields.io/pypi/pyversions/eodag.svg
31
+ .. |versions-badge| image:: https://img.shields.io/pypi/pyversions/eodag.svg
30
32
  :target: https://pypi.org/project/eodag/
31
33
 
34
+ |license-badge| |versions-badge|
35
+
32
36
  |
33
37
 
34
38
  ..
@@ -80,6 +84,9 @@ And with ``conda`` from the `conda-forge channel <https://anaconda.org/conda-for
80
84
 
81
85
  conda install -c conda-forge eodag
82
86
 
87
+ **[New in v3.0.0]** Please note that EODAG comes with a minimal set of dependencies. If you want more features, please install using one of
88
+ the `available extras <https://eodag.readthedocs.io/en/latest/getting_started_guide/install.html#optional-dependencies>`_.
89
+
83
90
  Usage
84
91
  =====
85
92
 
@@ -98,7 +105,7 @@ Example usage for interacting with the api in your Python code:
98
105
 
99
106
  dag = EODataAccessGateway()
100
107
 
101
- search_results, total_count = dag.search(
108
+ search_results = dag.search(
102
109
  productType='S2_MSI_L1C',
103
110
  geom={'lonmin': 1, 'latmin': 43.5, 'lonmax': 2, 'latmax': 44}, # accepts WKT polygons, shapely.geometry, ...
104
111
  start='2021-01-01',
@@ -112,10 +119,13 @@ This will search for Sentinel 2 level-1C products on the default provider and re
112
119
  an estimated total number of products matching the search criteria. And then it will download these products. Please
113
120
  check the `Python API User Guide <https://eodag.readthedocs.io/en/latest/api_user_guide.html>`_ for more details.
114
121
 
122
+ **[New in v3.0.0]** `search() <https://eodag.readthedocs.io/en/latest/notebooks/api_user_guide/4_search.html#search()>`_
123
+ method now returns only a single ``SearchResult`` instead of a 2 values tuple.
124
+
115
125
  STAC REST API
116
126
  -------------
117
127
 
118
- An eodag instance can be exposed through a STAC compliant REST api from the command line:
128
+ An eodag instance can be exposed through a STAC compliant REST api from the command line (``eodag[server]`` needed):
119
129
 
120
130
  .. code-block:: bash
121
131
 
@@ -173,7 +183,7 @@ An eodag instance can be exposed through a STAC compliant REST api from the comm
173
183
 
174
184
  .. code-block:: bash
175
185
 
176
- docker run -p 5000:5000 --rm csspace/eodag-server:2.12.0
186
+ docker run -p 5000:5000 --rm csspace/eodag-server:3.0.0b1
177
187
 
178
188
  You can also browse over your STAC API server using `STAC Browser <https://github.com/radiantearth/stac-browser>`_.
179
189
  Simply run:
@@ -0,0 +1,6 @@
1
+ dependencies:
2
+ - name: common
3
+ repository: oci://registry-1.docker.io/bitnamicharts
4
+ version: 2.19.3
5
+ digest: sha256:de997835d9ce9a9deefc2d70d8c62b11aa1d1a76ece9e86a83736ab9f930bf4d
6
+ generated: "2024-06-03T18:43:30.71045378+02:00"
@@ -1,11 +1,11 @@
1
1
  apiVersion: v2
2
- appVersion: 2.12.0
2
+ appVersion: 3.0.0b1
3
3
  dependencies:
4
4
  - name: common
5
5
  repository: oci://registry-1.docker.io/bitnamicharts
6
6
  tags:
7
7
  - bitnami-common
8
- version: 2.x
8
+ version: 2.x.x
9
9
  description: EODAG (Earth Observation Data Access Gateway) is a tool for searching,
10
10
  aggregating results and downloading remote sensed images offering a unified API
11
11
  for data access regardless of the data provider.
@@ -15,4 +15,4 @@ name: eodag-server
15
15
  sources:
16
16
  - https://github.com/CS-SI/eodag
17
17
  type: application
18
- version: 2.12.0
18
+ version: 3.0.0b1
@@ -46,7 +46,6 @@ The command removes all the Kubernetes components associated with the chart and
46
46
  | `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
47
47
  | `global.storageClass` | Global StorageClass for Persistent Volume(s) | `""` |
48
48
 
49
-
50
49
  ### Common parameters
51
50
 
52
51
  | Name | Description | Value |
@@ -60,7 +59,6 @@ The command removes all the Kubernetes components associated with the chart and
60
59
  | `clusterDomain` | Kubernetes cluster domain name | `cluster.local` |
61
60
  | `extraDeploy` | Array of extra objects to deploy with the release | `[]` |
62
61
 
63
-
64
62
  ### EODAG Server parameters
65
63
 
66
64
  | Name | Description | Value |
@@ -179,6 +177,11 @@ The command removes all the Kubernetes components associated with the chart and
179
177
  | `serviceAccount.name` | The name of the ServiceAccount to use. | `""` |
180
178
  | `serviceAccount.annotations` | Additional custom annotations for the ServiceAccount | `{}` |
181
179
  | `serviceAccount.automountServiceAccountToken` | Automount service account token for the server service account | `true` |
180
+ | `autoscaling.enabled` | Enable autoscaling | `false` |
181
+ | `autoscaling.minReplicas` | Minimum number of replicas | `1` |
182
+ | `autoscaling.maxReplicas` | Maximum number of replicas | `10` |
183
+ | `autoscaling.targetCPU` | Target CPU utilization percentage | `""` |
184
+ | `autoscaling.targetMemory` | Target Memory utilization percentage | `""` |
182
185
 
183
186
 
184
187
  ```console
@@ -0,0 +1,48 @@
1
+ {{- /*
2
+ Copyright Broadcom, Inc. All Rights Reserved.
3
+ SPDX-License-Identifier: APACHE-2.0
4
+ */}}
5
+
6
+ {{- if .Values.autoscaling.enabled }}
7
+ apiVersion: autoscaling/v2
8
+ kind: HorizontalPodAutoscaler
9
+ metadata:
10
+ name: {{ include "common.names.fullname" . }}
11
+ namespace: {{ include "common.names.namespace" . | quote }}
12
+ labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }}
13
+ {{- if .Values.commonAnnotations }}
14
+ annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }}
15
+ {{- end }}
16
+ spec:
17
+ scaleTargetRef:
18
+ apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }}
19
+ kind: Deployment
20
+ name: {{ include "common.names.fullname" . }}
21
+ minReplicas: {{ .Values.autoscaling.minReplicas }}
22
+ maxReplicas: {{ .Values.autoscaling.maxReplicas }}
23
+ metrics:
24
+ {{- if .Values.autoscaling.targetMemory }}
25
+ - type: Resource
26
+ resource:
27
+ name: memory
28
+ {{- if semverCompare "<1.23-0" (include "common.capabilities.kubeVersion" .) }}
29
+ targetAverageUtilization: {{ .Values.autoscaling.targetMemory }}
30
+ {{- else }}
31
+ target:
32
+ type: Utilization
33
+ averageUtilization: {{ .Values.autoscaling.targetMemory }}
34
+ {{- end }}
35
+ {{- end }}
36
+ {{- if .Values.autoscaling.targetCPU }}
37
+ - type: Resource
38
+ resource:
39
+ name: cpu
40
+ {{- if semverCompare "<1.23-0" (include "common.capabilities.kubeVersion" .) }}
41
+ targetAverageUtilization: {{ .Values.autoscaling.targetCPU }}
42
+ {{- else }}
43
+ target:
44
+ type: Utilization
45
+ averageUtilization: {{ .Values.autoscaling.targetCPU }}
46
+ {{- end }}
47
+ {{- end }}
48
+ {{- end }}
@@ -481,7 +481,7 @@ config:
481
481
  # credentials:
482
482
  # username:
483
483
  # password:
484
- # cop_cds:
484
+ # usgs:
485
485
  # priority: # Lower value means lower priority (Default: 0)
486
486
  # api:
487
487
  # outputs_prefix:
@@ -690,3 +690,17 @@ serviceAccount:
690
690
  ## @param serviceAccount.automountServiceAccountToken Automount service account token for the server service account
691
691
  ##
692
692
  automountServiceAccountToken: true
693
+
694
+ ## Autoscaling configuration
695
+ ## @param autoscaling.enabled Enable autoscaling
696
+ ## @param autoscaling.minReplicas Minimum number of replicas
697
+ ## @param autoscaling.maxReplicas Maximum number of replicas
698
+ ## @param autoscaling.targetCPU Target CPU utilization percentage
699
+ ## @param autoscaling.targetMemory Target Memory utilization percentage
700
+ ##
701
+ autoscaling:
702
+ enabled: false
703
+ minReplicas: 1
704
+ maxReplicas: 10
705
+ targetCPU: ""
706
+ targetMemory: ""
@@ -52,7 +52,7 @@ COPY README.rst README.rst
52
52
  COPY ./eodag /eodag/eodag
53
53
 
54
54
  # install eodag
55
- RUN python -m pip install .
55
+ RUN python -m pip install .[all-providers,server]
56
56
 
57
57
  # add python path
58
58
  ENV PYTHONPATH="${PYTHONPATH}:/eodag/eodag/resources"