eodag 3.0.1__tar.gz → 3.1.0b2__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 (277) hide show
  1. {eodag-3.0.1 → eodag-3.1.0b2}/.gitignore +1 -0
  2. {eodag-3.0.1 → eodag-3.1.0b2}/BREAKING_CHANGES.rst +8 -8
  3. {eodag-3.0.1 → eodag-3.1.0b2}/CHANGES.rst +80 -2
  4. {eodag-3.0.1 → eodag-3.1.0b2}/CONTRIBUTING.rst +1 -1
  5. {eodag-3.0.1/eodag.egg-info → eodag-3.1.0b2}/PKG-INFO +8 -7
  6. {eodag-3.0.1 → eodag-3.1.0b2}/README.rst +1 -1
  7. {eodag-3.0.1 → eodag-3.1.0b2}/charts/eodag-server/Chart.yaml +2 -2
  8. {eodag-3.0.1 → eodag-3.1.0b2}/charts/eodag-server/templates/deployment.yaml +1 -1
  9. {eodag-3.0.1 → eodag-3.1.0b2}/charts/eodag-server/values.yaml +1 -1
  10. {eodag-3.0.1 → eodag-3.1.0b2}/docker/stac-server.dockerfile +2 -1
  11. {eodag-3.0.1 → eodag-3.1.0b2}/docs/_static/custom.css +5 -0
  12. eodag-3.1.0b2/docs/_static/eodag_overview.png +0 -0
  13. eodag-3.1.0b2/docs/_static/eodag_stac_client.png +0 -0
  14. eodag-3.1.0b2/docs/_static/eodag_stac_server.png +0 -0
  15. eodag-3.1.0b2/docs/_static/params_mapping_extra.csv +37 -0
  16. eodag-3.1.0b2/docs/_static/params_mapping_offline_infos.json +1 -0
  17. {eodag-3.0.1 → eodag-3.1.0b2}/docs/_static/params_mapping_opensearch.csv +1 -1
  18. {eodag-3.0.1 → eodag-3.1.0b2}/docs/_static/product_types_information.csv +261 -245
  19. eodag-3.1.0b2/docs/add_product_type.rst +105 -0
  20. {eodag-3.0.1 → eodag-3.1.0b2}/docs/api_reference/eoproduct.rst +8 -1
  21. {eodag-3.0.1 → eodag-3.1.0b2}/docs/api_reference/utils.rst +6 -0
  22. {eodag-3.0.1 → eodag-3.1.0b2}/docs/api_user_guide.rst +6 -5
  23. {eodag-3.0.1 → eodag-3.1.0b2}/docs/conf.py +11 -4
  24. eodag-3.1.0b2/docs/drivers.rst +46 -0
  25. {eodag-3.0.1 → eodag-3.1.0b2}/docs/getting_started_guide/configure.rst +1 -1
  26. {eodag-3.0.1 → eodag-3.1.0b2}/docs/getting_started_guide/product_storage_status.rst +1 -1
  27. {eodag-3.0.1 → eodag-3.1.0b2}/docs/getting_started_guide/product_types.rst +1 -1
  28. {eodag-3.0.1 → eodag-3.1.0b2}/docs/getting_started_guide/providers.rst +1 -0
  29. {eodag-3.0.1 → eodag-3.1.0b2}/docs/getting_started_guide/register.rst +7 -1
  30. {eodag-3.0.1 → eodag-3.1.0b2}/docs/index.rst +5 -2
  31. eodag-3.1.0b2/docs/notebooks/api_user_guide/1_overview.ipynb +32786 -0
  32. {eodag-3.0.1 → eodag-3.1.0b2}/docs/notebooks/api_user_guide/2_providers_products_available.ipynb +1 -1
  33. {eodag-3.0.1 → eodag-3.1.0b2}/docs/notebooks/api_user_guide/4_search.ipynb +3612 -598
  34. eodag-3.1.0b2/docs/notebooks/api_user_guide/5_queryables.ipynb +1683 -0
  35. eodag-3.0.1/docs/notebooks/api_user_guide/5_serialize_deserialize.ipynb → eodag-3.1.0b2/docs/notebooks/api_user_guide/6_serialize_deserialize.ipynb +6 -6
  36. eodag-3.0.1/docs/notebooks/api_user_guide/7_download.ipynb → eodag-3.1.0b2/docs/notebooks/api_user_guide/8_download.ipynb +1 -1
  37. eodag-3.1.0b2/docs/notebooks/api_user_guide/9_post_process.ipynb +2723 -0
  38. eodag-3.1.0b2/docs/notebooks/api_user_guide/data/crunch_search_results.geojson +1 -0
  39. eodag-3.1.0b2/docs/notebooks/api_user_guide/data/download_search_results.geojson +1 -0
  40. {eodag-3.0.1 → eodag-3.1.0b2}/docs/notebooks/intro_notebooks.ipynb +15 -7
  41. eodag-3.1.0b2/docs/notebooks/tutos/tuto_cds.ipynb +1824 -0
  42. {eodag-3.0.1 → eodag-3.1.0b2}/docs/notebooks/tutos/tuto_cop_dem.ipynb +21 -21
  43. eodag-3.1.0b2/docs/notebooks/tutos/tuto_ecmwf.ipynb +1243 -0
  44. eodag-3.1.0b2/docs/notebooks/tutos/tuto_meteoblue.ipynb +1265 -0
  45. eodag-3.1.0b2/docs/notebooks/tutos/tuto_search_location_tile.ipynb +886 -0
  46. {eodag-3.0.1 → eodag-3.1.0b2}/docs/notebooks/tutos/tuto_stac_client.ipynb +14 -14
  47. {eodag-3.0.1 → eodag-3.1.0b2}/docs/plugins.rst +12 -6
  48. {eodag-3.0.1 → eodag-3.1.0b2}/docs/plugins_reference/search.rst +4 -2
  49. {eodag-3.0.1 → eodag-3.1.0b2}/docs/stac_rest.rst +1 -1
  50. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/api/core.py +164 -127
  51. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/api/product/_assets.py +11 -11
  52. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/api/product/_product.py +45 -30
  53. eodag-3.1.0b2/eodag/api/product/drivers/__init__.py +106 -0
  54. eodag-3.1.0b2/eodag/api/product/drivers/base.py +106 -0
  55. eodag-3.1.0b2/eodag/api/product/drivers/generic.py +65 -0
  56. eodag-3.1.0b2/eodag/api/product/drivers/sentinel1.py +97 -0
  57. eodag-3.1.0b2/eodag/api/product/drivers/sentinel2.py +95 -0
  58. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/api/product/metadata_mapping.py +101 -85
  59. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/api/search_result.py +13 -23
  60. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/cli.py +26 -5
  61. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/config.py +78 -81
  62. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/plugins/apis/base.py +1 -1
  63. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/plugins/apis/ecmwf.py +46 -22
  64. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/plugins/apis/usgs.py +16 -15
  65. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/plugins/authentication/aws_auth.py +16 -13
  66. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/plugins/authentication/base.py +5 -3
  67. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/plugins/authentication/header.py +3 -3
  68. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/plugins/authentication/keycloak.py +4 -4
  69. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/plugins/authentication/oauth.py +7 -3
  70. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/plugins/authentication/openid_connect.py +16 -16
  71. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/plugins/authentication/sas_auth.py +4 -4
  72. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/plugins/authentication/token.py +41 -10
  73. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/plugins/authentication/token_exchange.py +1 -1
  74. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/plugins/base.py +4 -4
  75. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/plugins/crunch/base.py +4 -4
  76. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/plugins/crunch/filter_date.py +4 -4
  77. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/plugins/crunch/filter_latest_intersect.py +6 -6
  78. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/plugins/crunch/filter_latest_tpl_name.py +7 -7
  79. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/plugins/crunch/filter_overlap.py +4 -4
  80. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/plugins/crunch/filter_property.py +6 -7
  81. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/plugins/download/aws.py +58 -78
  82. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/plugins/download/base.py +38 -56
  83. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/plugins/download/creodias_s3.py +29 -0
  84. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/plugins/download/http.py +173 -183
  85. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/plugins/download/s3rest.py +10 -11
  86. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/plugins/manager.py +10 -20
  87. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/plugins/search/__init__.py +6 -5
  88. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/plugins/search/base.py +87 -44
  89. eodag-3.1.0b2/eodag/plugins/search/build_search_result.py +1280 -0
  90. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/plugins/search/cop_marine.py +22 -12
  91. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/plugins/search/creodias_s3.py +9 -73
  92. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/plugins/search/csw.py +11 -11
  93. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/plugins/search/data_request_search.py +16 -15
  94. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/plugins/search/qssearch.py +103 -187
  95. eodag-3.1.0b2/eodag/plugins/search/stac_list_assets.py +85 -0
  96. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/plugins/search/static_stac_search.py +3 -3
  97. eodag-3.1.0b2/eodag/resources/ext_product_types.json +1 -0
  98. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/resources/product_types.yml +663 -304
  99. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/resources/providers.yml +823 -1749
  100. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/resources/stac_api.yml +2 -2
  101. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/resources/user_conf_template.yml +11 -0
  102. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/rest/cache.py +2 -2
  103. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/rest/config.py +3 -3
  104. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/rest/core.py +112 -82
  105. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/rest/errors.py +5 -5
  106. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/rest/server.py +33 -14
  107. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/rest/stac.py +40 -38
  108. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/rest/types/collections_search.py +3 -3
  109. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/rest/types/eodag_search.py +29 -23
  110. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/rest/types/queryables.py +15 -16
  111. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/rest/types/stac_search.py +15 -25
  112. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/rest/utils/__init__.py +14 -21
  113. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/rest/utils/cql_evaluate.py +6 -6
  114. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/rest/utils/rfc3339.py +2 -2
  115. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/types/__init__.py +75 -28
  116. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/types/bbox.py +2 -2
  117. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/types/download_args.py +3 -3
  118. eodag-3.1.0b2/eodag/types/queryables.py +234 -0
  119. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/types/search_args.py +4 -4
  120. eodag-3.1.0b2/eodag/types/whoosh.py +203 -0
  121. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/utils/__init__.py +152 -50
  122. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/utils/exceptions.py +28 -21
  123. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/utils/import_system.py +2 -2
  124. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/utils/repr.py +65 -6
  125. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/utils/requests.py +13 -13
  126. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/utils/rest.py +2 -2
  127. eodag-3.1.0b2/eodag/utils/s3.py +208 -0
  128. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/utils/stac_reader.py +10 -10
  129. {eodag-3.0.1 → eodag-3.1.0b2/eodag.egg-info}/PKG-INFO +8 -7
  130. {eodag-3.0.1 → eodag-3.1.0b2}/eodag.egg-info/SOURCES.txt +12 -5
  131. {eodag-3.0.1 → eodag-3.1.0b2}/eodag.egg-info/entry_points.txt +4 -2
  132. {eodag-3.0.1 → eodag-3.1.0b2}/eodag.egg-info/requires.txt +5 -4
  133. {eodag-3.0.1 → eodag-3.1.0b2}/pyproject.toml +1 -1
  134. {eodag-3.0.1 → eodag-3.1.0b2}/setup.cfg +9 -6
  135. {eodag-3.0.1 → eodag-3.1.0b2}/utils/params_mapping_to_csv.py +2 -3
  136. {eodag-3.0.1 → eodag-3.1.0b2}/utils/product_types_information_to_csv.py +3 -3
  137. eodag-3.0.1/docs/_static/eodag_overview.png +0 -0
  138. eodag-3.0.1/docs/_static/eodag_stac_client.png +0 -0
  139. eodag-3.0.1/docs/_static/eodag_stac_server.png +0 -0
  140. eodag-3.0.1/docs/_static/params_mapping_extra.csv +0 -111
  141. eodag-3.0.1/docs/_static/params_mapping_offline_infos.json +0 -1
  142. eodag-3.0.1/docs/notebooks/api_user_guide/1_overview.ipynb +0 -925
  143. eodag-3.0.1/docs/notebooks/api_user_guide/8_post_process.ipynb +0 -986
  144. eodag-3.0.1/docs/notebooks/api_user_guide/data/crunch_search_results.geojson +0 -1
  145. eodag-3.0.1/docs/notebooks/api_user_guide/data/download_search_results.geojson +0 -1
  146. eodag-3.0.1/docs/notebooks/tutos/tuto_cds.ipynb +0 -871
  147. eodag-3.0.1/docs/notebooks/tutos/tuto_ecmwf.ipynb +0 -782
  148. eodag-3.0.1/docs/notebooks/tutos/tuto_meteoblue.ipynb +0 -1079
  149. eodag-3.0.1/docs/notebooks/tutos/tuto_search_location_tile.ipynb +0 -886
  150. eodag-3.0.1/eodag/api/product/drivers/__init__.py +0 -29
  151. eodag-3.0.1/eodag/api/product/drivers/base.py +0 -45
  152. eodag-3.0.1/eodag/plugins/search/build_search_result.py +0 -542
  153. eodag-3.0.1/eodag/resources/ext_product_types.json +0 -1
  154. eodag-3.0.1/eodag/types/queryables.py +0 -123
  155. eodag-3.0.1/eodag/types/whoosh.py +0 -79
  156. eodag-3.0.1/eodag/utils/constraints.py +0 -244
  157. {eodag-3.0.1 → eodag-3.1.0b2}/.dockerignore +0 -0
  158. {eodag-3.0.1 → eodag-3.1.0b2}/.editorconfig +0 -0
  159. {eodag-3.0.1 → eodag-3.1.0b2}/.gitattributes +0 -0
  160. {eodag-3.0.1 → eodag-3.1.0b2}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  161. {eodag-3.0.1 → eodag-3.1.0b2}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  162. {eodag-3.0.1 → eodag-3.1.0b2}/.github/pull_request_template.md +0 -0
  163. {eodag-3.0.1 → eodag-3.1.0b2}/.github/workflows/deploy.yml +0 -0
  164. {eodag-3.0.1 → eodag-3.1.0b2}/.github/workflows/fetch.yml +0 -0
  165. {eodag-3.0.1 → eodag-3.1.0b2}/.github/workflows/github-pages.yml +0 -0
  166. {eodag-3.0.1 → eodag-3.1.0b2}/.github/workflows/test.yml +0 -0
  167. {eodag-3.0.1 → eodag-3.1.0b2}/.pre-commit-config.yaml +0 -0
  168. {eodag-3.0.1 → eodag-3.1.0b2}/CODE_OF_CONDUCT.md +0 -0
  169. {eodag-3.0.1 → eodag-3.1.0b2}/LICENSE +0 -0
  170. {eodag-3.0.1 → eodag-3.1.0b2}/MANIFEST.in +0 -0
  171. {eodag-3.0.1 → eodag-3.1.0b2}/NOTICE +0 -0
  172. {eodag-3.0.1 → eodag-3.1.0b2}/charts/eodag-server/Chart.lock +0 -0
  173. {eodag-3.0.1 → eodag-3.1.0b2}/charts/eodag-server/README.md +0 -0
  174. {eodag-3.0.1 → eodag-3.1.0b2}/charts/eodag-server/templates/NOTES.txt +0 -0
  175. {eodag-3.0.1 → eodag-3.1.0b2}/charts/eodag-server/templates/_helpers.tpl +0 -0
  176. {eodag-3.0.1 → eodag-3.1.0b2}/charts/eodag-server/templates/configmap.yaml +0 -0
  177. {eodag-3.0.1 → eodag-3.1.0b2}/charts/eodag-server/templates/extra-list.yaml +0 -0
  178. {eodag-3.0.1 → eodag-3.1.0b2}/charts/eodag-server/templates/hpa.yaml +0 -0
  179. {eodag-3.0.1 → eodag-3.1.0b2}/charts/eodag-server/templates/ingress.yaml +0 -0
  180. {eodag-3.0.1 → eodag-3.1.0b2}/charts/eodag-server/templates/pv.yaml +0 -0
  181. {eodag-3.0.1 → eodag-3.1.0b2}/charts/eodag-server/templates/pvc.yaml +0 -0
  182. {eodag-3.0.1 → eodag-3.1.0b2}/charts/eodag-server/templates/secret.yaml +0 -0
  183. {eodag-3.0.1 → eodag-3.1.0b2}/charts/eodag-server/templates/service.yaml +0 -0
  184. {eodag-3.0.1 → eodag-3.1.0b2}/charts/eodag-server/templates/serviceaccount.yaml +0 -0
  185. {eodag-3.0.1 → eodag-3.1.0b2}/docker/run-stac-server.sh +0 -0
  186. {eodag-3.0.1 → eodag-3.1.0b2}/docker/stac-browser.dockerfile +0 -0
  187. {eodag-3.0.1 → eodag-3.1.0b2}/docker-compose.yml +0 -0
  188. {eodag-3.0.1 → eodag-3.1.0b2}/docs/Makefile +0 -0
  189. {eodag-3.0.1 → eodag-3.1.0b2}/docs/_static/download_methods.png +0 -0
  190. {eodag-3.0.1 → eodag-3.1.0b2}/docs/_static/eodag_advanced_calls_graph.svg +0 -0
  191. {eodag-3.0.1 → eodag-3.1.0b2}/docs/_static/eodag_bycs.png +0 -0
  192. {eodag-3.0.1 → eodag-3.1.0b2}/docs/_static/eodag_fetch_product_types.png +0 -0
  193. {eodag-3.0.1 → eodag-3.1.0b2}/docs/_static/eodag_logo_160.png +0 -0
  194. {eodag-3.0.1 → eodag-3.1.0b2}/docs/_static/eodag_logo_160r.png +0 -0
  195. {eodag-3.0.1 → eodag-3.1.0b2}/docs/_static/eodag_main_calls_graph.svg +0 -0
  196. {eodag-3.0.1 → eodag-3.1.0b2}/docs/_static/favicon-32x32.png +0 -0
  197. {eodag-3.0.1 → eodag-3.1.0b2}/docs/_static/progress_1.png +0 -0
  198. {eodag-3.0.1 → eodag-3.1.0b2}/docs/_static/progress_1_none.png +0 -0
  199. {eodag-3.0.1 → eodag-3.1.0b2}/docs/_static/progress_2.png +0 -0
  200. {eodag-3.0.1 → eodag-3.1.0b2}/docs/_static/progress_2_none.png +0 -0
  201. {eodag-3.0.1 → eodag-3.1.0b2}/docs/_static/stac_browser_example.png +0 -0
  202. {eodag-3.0.1 → eodag-3.1.0b2}/docs/_static/stac_browser_example_600.png +0 -0
  203. {eodag-3.0.1 → eodag-3.1.0b2}/docs/add_provider.rst +0 -0
  204. {eodag-3.0.1 → eodag-3.1.0b2}/docs/api_reference/call_graphs.rst +0 -0
  205. {eodag-3.0.1 → eodag-3.1.0b2}/docs/api_reference/core.rst +0 -0
  206. {eodag-3.0.1 → eodag-3.1.0b2}/docs/api_reference/exceptions.rst +0 -0
  207. {eodag-3.0.1 → eodag-3.1.0b2}/docs/api_reference/index.rst +0 -0
  208. {eodag-3.0.1 → eodag-3.1.0b2}/docs/api_reference/searchresult.rst +0 -0
  209. {eodag-3.0.1 → eodag-3.1.0b2}/docs/api_reference/types.rst +0 -0
  210. {eodag-3.0.1 → eodag-3.1.0b2}/docs/breaking_changes.rst +0 -0
  211. {eodag-3.0.1 → eodag-3.1.0b2}/docs/changelog.rst +0 -0
  212. {eodag-3.0.1 → eodag-3.1.0b2}/docs/cli_user_guide.rst +0 -0
  213. {eodag-3.0.1 → eodag-3.1.0b2}/docs/contribute.rst +0 -0
  214. {eodag-3.0.1 → eodag-3.1.0b2}/docs/getting_started_guide/index.rst +0 -0
  215. {eodag-3.0.1 → eodag-3.1.0b2}/docs/getting_started_guide/install.rst +0 -0
  216. {eodag-3.0.1 → eodag-3.1.0b2}/docs/getting_started_guide/overview.rst +0 -0
  217. {eodag-3.0.1 → eodag-3.1.0b2}/docs/getting_started_guide/side_projects.rst +0 -0
  218. {eodag-3.0.1 → eodag-3.1.0b2}/docs/make.bat +0 -0
  219. {eodag-3.0.1 → eodag-3.1.0b2}/docs/notebooks/api_user_guide/3_configuration.ipynb +0 -0
  220. /eodag-3.0.1/docs/notebooks/api_user_guide/6_crunch.ipynb → /eodag-3.1.0b2/docs/notebooks/api_user_guide/7_crunch.ipynb +0 -0
  221. {eodag-3.0.1 → eodag-3.1.0b2}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.cpg +0 -0
  222. {eodag-3.0.1 → eodag-3.1.0b2}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.dbf +0 -0
  223. {eodag-3.0.1 → eodag-3.1.0b2}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.prj +0 -0
  224. {eodag-3.0.1 → eodag-3.1.0b2}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.qix +0 -0
  225. {eodag-3.0.1 → eodag-3.1.0b2}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.qpj +0 -0
  226. {eodag-3.0.1 → eodag-3.1.0b2}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.shp +0 -0
  227. {eodag-3.0.1 → eodag-3.1.0b2}/docs/notebooks/tutos/auxdata/Gulf_of_Trieste_seamask_UTM33.shx +0 -0
  228. {eodag-3.0.1 → eodag-3.1.0b2}/docs/notebooks/tutos/auxdata/sentinel2_tiling_grid_centroids.zip +0 -0
  229. {eodag-3.0.1 → eodag-3.1.0b2}/docs/notebooks/tutos/tuto_burnt_areas_snappy.ipynb +0 -0
  230. {eodag-3.0.1 → eodag-3.1.0b2}/docs/notebooks/tutos/tuto_ship_detection.ipynb +0 -0
  231. {eodag-3.0.1 → eodag-3.1.0b2}/docs/notebooks/tutos/tuto_wekeo.ipynb +0 -0
  232. {eodag-3.0.1 → eodag-3.1.0b2}/docs/params_mapping.rst +0 -0
  233. {eodag-3.0.1 → eodag-3.1.0b2}/docs/plugins_reference/api.rst +0 -0
  234. {eodag-3.0.1 → eodag-3.1.0b2}/docs/plugins_reference/auth.rst +0 -0
  235. {eodag-3.0.1 → eodag-3.1.0b2}/docs/plugins_reference/crunch.rst +0 -0
  236. {eodag-3.0.1 → eodag-3.1.0b2}/docs/plugins_reference/download.rst +0 -0
  237. {eodag-3.0.1 → eodag-3.1.0b2}/docs/stac.rst +0 -0
  238. {eodag-3.0.1 → eodag-3.1.0b2}/docs/tutos.rst +0 -0
  239. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/__init__.py +0 -0
  240. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/api/__init__.py +0 -0
  241. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/api/product/__init__.py +0 -0
  242. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/crunch.py +0 -0
  243. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/plugins/__init__.py +0 -0
  244. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/plugins/apis/__init__.py +0 -0
  245. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/plugins/authentication/__init__.py +0 -0
  246. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/plugins/authentication/generic.py +0 -0
  247. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/plugins/authentication/qsauth.py +0 -0
  248. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/plugins/crunch/__init__.py +0 -0
  249. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/plugins/download/__init__.py +0 -0
  250. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/py.typed +0 -0
  251. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/resources/locations_conf_template.yml +0 -0
  252. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/resources/shp/ne_110m_admin_0_map_units.VERSION.txt +0 -0
  253. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/resources/shp/ne_110m_admin_0_map_units.cpg +0 -0
  254. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/resources/shp/ne_110m_admin_0_map_units.dbf +0 -0
  255. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/resources/shp/ne_110m_admin_0_map_units.prj +0 -0
  256. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/resources/shp/ne_110m_admin_0_map_units.shp +0 -0
  257. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/resources/shp/ne_110m_admin_0_map_units.shx +0 -0
  258. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/resources/stac.yml +0 -0
  259. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/resources/stac_provider.yml +0 -0
  260. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/rest/__init__.py +0 -0
  261. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/rest/constants.py +0 -0
  262. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/rest/server.wsgi +0 -0
  263. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/rest/templates/README +0 -0
  264. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/rest/types/__init__.py +0 -0
  265. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/utils/logging.py +0 -0
  266. {eodag-3.0.1 → eodag-3.1.0b2}/eodag/utils/notebook.py +0 -0
  267. {eodag-3.0.1 → eodag-3.1.0b2}/eodag.egg-info/dependency_links.txt +0 -0
  268. {eodag-3.0.1 → eodag-3.1.0b2}/eodag.egg-info/top_level.txt +0 -0
  269. {eodag-3.0.1 → eodag-3.1.0b2}/get_pypi_latest_version.sh +0 -0
  270. {eodag-3.0.1 → eodag-3.1.0b2}/pytest.ini +0 -0
  271. {eodag-3.0.1 → eodag-3.1.0b2}/readthedocs.yml +0 -0
  272. {eodag-3.0.1 → eodag-3.1.0b2}/requirements-dev.txt +0 -0
  273. {eodag-3.0.1 → eodag-3.1.0b2}/requirements-docs.txt +0 -0
  274. {eodag-3.0.1 → eodag-3.1.0b2}/requirements-tutorials.txt +0 -0
  275. {eodag-3.0.1 → eodag-3.1.0b2}/requirements.txt +0 -0
  276. {eodag-3.0.1 → eodag-3.1.0b2}/setup.py +0 -0
  277. {eodag-3.0.1 → eodag-3.1.0b2}/tox.ini +0 -0
@@ -94,6 +94,7 @@ ENV/
94
94
 
95
95
  # Autogenerated docs by sphinx
96
96
  docs/plugins_reference/generated/*.rst
97
+ docs/drivers_generated/*.rst
97
98
 
98
99
  docs/notebooks/api_user_guide/*workspace*
99
100
  docs/notebooks/tutos/*workspace*
@@ -3,14 +3,14 @@ Breaking changes
3
3
 
4
4
  Full changelog available in `Release history <changelog.html>`_.
5
5
 
6
- 3.0.0b3
7
- +++++++
6
+ v3.0.0b3
7
+ ++++++++
8
8
 
9
9
  * :meth:`~eodag.api.core.EODataAccessGateway.download` / :class:`~eodag.types.download_args.DownloadConf` parameters
10
10
  ``outputs_prefix`` and ``outputs_extension`` renamed to ``output_dir`` and ``output_extension``.
11
11
 
12
- 3.0.0b1
13
- +++++++
12
+ v3.0.0b1
13
+ ++++++++
14
14
 
15
15
  * :meth:`~eodag.api.core.EODataAccessGateway.search` method now returns only a
16
16
  :class:`~eodag.api.search_result.SearchResult` instead of a 2 values tuple. It can optionally store the estimated
@@ -45,14 +45,14 @@ Full changelog available in `Release history <changelog.html>`_.
45
45
  # install eodag with all available providers supported
46
46
  pip install "eodag[all-providers]"
47
47
 
48
- 2.0b1
49
- +++++
48
+ v2.0b1
49
+ ++++++
50
50
 
51
51
  - STAC API compliant REST server
52
52
  - Common configuration for STAC providers
53
53
 
54
- 1.0
55
- +++
54
+ v1.0
55
+ ++++
56
56
 
57
57
  - Adds product type search functionality
58
58
  - The cli arguments are now fully compliant with opensearch geo(bbox)/time extensions
@@ -1,6 +1,84 @@
1
1
  Release history
2
2
  ===============
3
3
 
4
+ v3.1.0b2 (2025-02-03)
5
+ ---------------------
6
+
7
+ Core features and fixes
8
+ ^^^^^^^^^^^^^^^^^^^^^^^
9
+
10
+ * Assets keys uniformization using drivers (:pull:`1488`)
11
+ * ``ssl_verify`` setting for ``get_quicklook`` (:pull:`1490`, thanks `@tromain <https://github.com/tromain>`_)
12
+ * Queryables merged by provider priority (:pull:`1431`)
13
+
14
+ Providers and product types updates
15
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
16
+
17
+ * ``geodes_s3`` as new provider (:pull:`1506`)
18
+ * default search timeout to 20s (:pull:`1505`)
19
+ * ``geodes`` ``relativeOrbitNumber`` property (:pull:`1499`) and numerical queryables fix (:pull:`1507`)
20
+
21
+ Miscellaneous
22
+ ^^^^^^^^^^^^^
23
+
24
+ * **[docs]** Updated tutorials using ``eodag-cube`` (:pull:`1436`) and minor fixes (:pull:`1498`)(:pull:`1500`)
25
+ * **[style]** Typing update for generics (:pull:`1486`)
26
+ * Various minor fixes and improvements (:pull:`1471`)(:pull:`1472`)(:pull:`1473`)(:pull:`1475`)(:pull:`1477`)
27
+ (:pull:`1479`)(:pull:`1480`)(:pull:`1483`)(:pull:`1492`)(:pull:`1503`)(:pull:`1504`)
28
+ * External product types reference updates (:pull:`1460`)(:pull:`1478`)(:pull:`1484`)(:pull:`1487`)(:pull:`1493`)
29
+ (:pull:`1494`)
30
+
31
+ v3.1.0b1 (2025-01-13)
32
+ ---------------------
33
+
34
+ Core features and fixes
35
+ ^^^^^^^^^^^^^^^^^^^^^^^
36
+
37
+ * Updated `queryables <https://eodag.readthedocs.io/en/latest/notebooks/api_user_guide/5_queryables.html>`_ mechanism
38
+ and ecmwf-like plugins (:pull:`1397`)(:pull:`1427`)(:pull:`1462`)
39
+ * Order and download polling times update (:pull:`1440`)
40
+ * Do not retry downloading skipped products during download_all (:pull:`1465`)
41
+ * Renamed record files that were using previous mechanism (:pull:`1396`, thanks `@gasparakos\
42
+ <https://github.com/gasparakos>`_)
43
+ * New ``to_lower()`` and ``to_upper()`` `parameters mapping\
44
+ <https://eodag.readthedocs.io/en/latest/params_mapping.html#formatters>`_ methods (:pull:`1410`, thanks
45
+ `@jgaucher-cs <https://github.com/jgaucher-cs>`_)
46
+
47
+ Providers and product types updates
48
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
49
+
50
+ * ``geodes`` updated ``id`` (:pull:`1441`) and ``tileIdentifier`` parameters (:pull:`1457`), and metadata mapping fix
51
+ (:pull:`1468`)
52
+ * New MTG product types for ``eumetsat_ds`` (:pull:`1455`)
53
+ * ``FIRE_HISTORICAL`` on ``wekeo_ecmwf`` (:pull:`1392`)
54
+ * Various product types metadata-mapping and default values updates: for ``cop_ads`` and ``wekeo_ecmwf`` (:pull:`1389`),
55
+ GLOFAS and EFAS product types (:pull:`1467`), ``EEA_DAILY_VI`` on ``wekeo_main`` (:pull:`1464`)
56
+
57
+ Plugins new features and fixes
58
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
59
+
60
+ * Removed default :class:`~eodag.plugins.download.http.HTTPDownload` zip extension (:pull:`1400`)
61
+ * Order and poll without downloading (:pull:`1437`)
62
+ * :class:`~eodag.plugins.authentication.token.TokenAuth` distinct headers for token retrieve and authentication
63
+ (:pull:`1451`, thanks `@jgaucher-cs <https://github.com/jgaucher-cs>`_)
64
+ * Compare only offset-aware datetimes on openid authentication plugins (:pull:`1418`)
65
+ * Fixed ``creodias_s3`` search and download when no asset is available (:pull:`1425`)
66
+
67
+ Server mode
68
+ ^^^^^^^^^^^
69
+
70
+ * Dedicated liveness endpoint added (:pull:`1353`)
71
+ * Processing level parsing fix in external STAC collections (:pull:`1429`)
72
+
73
+ Miscellaneous
74
+ ^^^^^^^^^^^^^
75
+ * **[docs]** `Queryables <https://eodag.readthedocs.io/en/latest/notebooks/api_user_guide/5_queryables.html>`_
76
+ documentation in a dedicated section (:pull:`1447`)
77
+ * Various minor fixes and improvements (:pull:`1390`)(:pull:`1403`)(:pull:`1411`)(:pull:`1415`)(:pull:`1419`)
78
+ (:pull:`1428`)(:pull:`1430`)(:pull:`1434`)(:pull:`1445`)(:pull:`1448`)(:pull:`1458`)(:pull:`1466`)
79
+ * External product types reference updates (:pull:`1387`)(:pull:`1391`)(:pull:`1401`)(:pull:`1404`)(:pull:`1406`)
80
+ (:pull:`1408`)(:pull:`1416`)(:pull:`1424`)(:pull:`1453`)(:pull:`1459`)
81
+
4
82
  v3.0.1 (2024-11-06)
5
83
  -------------------
6
84
 
@@ -233,10 +311,10 @@ Core features and fixes
233
311
  * Configurable download timeout (:pull:`1124`)
234
312
  * `Search by id <https://eodag.readthedocs.io/en/stable/notebooks/api_user_guide/4_search.html#id-and-provider>`_ now
235
313
  uses :meth:`~eodag.api.core.EODataAccessGateway.search_all` and
236
- `crunch <https://eodag.readthedocs.io/en/stable/notebooks/api_user_guide/6_crunch.html#Filter-by-property>`_
314
+ `crunch <https://eodag.readthedocs.io/en/stable/notebooks/api_user_guide/7_crunch.html#Filter-by-property>`_
237
315
  (:pull:`1099`).
238
316
  * Free text search available for all fields when `guessing a produc type
239
- <https://eodag.readthedocs.io/en/stable/notebooks/api_user_guide/6_crunch.html#Filter-by-property>`_ (:pull:`1070`),
317
+ <https://eodag.readthedocs.io/en/stable/notebooks/api_user_guide/7_crunch.html#Filter-by-property>`_ (:pull:`1070`),
240
318
  mission dates filtering support (:pull:`1222`)
241
319
  * Configurable requests ``ssl_verify`` (:pull:`1045`)
242
320
  * Download record hash independent from provider (:pull:`1023`)
@@ -109,7 +109,7 @@ The notebooks listed below are **always executed** by `nbsphinx`:
109
109
 
110
110
  * `<notebooks/api_user_guide/2_providers_products_available.ipynb>`_
111
111
  * `<notebooks/api_user_guide/3_configuration.ipynb>`_
112
- * `<notebooks/api_user_guide/6_crunch.ipynb>`_
112
+ * `<notebooks/api_user_guide/7_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.
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: eodag
3
- Version: 3.0.1
3
+ Version: 3.1.0b2
4
4
  Summary: Earth Observation Data Access Gateway
5
5
  Home-page: https://github.com/CS-SI/eodag
6
6
  Author: CS GROUP - France
@@ -40,9 +40,9 @@ Requires-Dist: jsonpath-ng<1.6.0
40
40
  Requires-Dist: lxml
41
41
  Requires-Dist: orjson<3.10.0; python_version >= "3.12" and platform_system == "Windows"
42
42
  Requires-Dist: orjson; python_version < "3.12" or platform_system != "Windows"
43
- Requires-Dist: pydantic>=2.1.0
43
+ Requires-Dist: pydantic!=2.10.0,>=2.1.0
44
44
  Requires-Dist: pydantic_core
45
- Requires-Dist: PyJWT>=2.5.0
45
+ Requires-Dist: PyJWT[crypto]>=2.5.0
46
46
  Requires-Dist: pyproj>=2.1.0
47
47
  Requires-Dist: pyshp
48
48
  Requires-Dist: pystac>=1.0.0b1
@@ -77,7 +77,7 @@ Provides-Extra: notebook
77
77
  Requires-Dist: tqdm[notebook]; extra == "notebook"
78
78
  Provides-Extra: tutorials
79
79
  Requires-Dist: eodag[ecmwf,notebook]; extra == "tutorials"
80
- Requires-Dist: eodag-cube>=0.2.0; extra == "tutorials"
80
+ Requires-Dist: eodag-cube>=0.6.0b1; extra == "tutorials"
81
81
  Requires-Dist: jupyter; extra == "tutorials"
82
82
  Requires-Dist: ipyleaflet>=0.10.0; extra == "tutorials"
83
83
  Requires-Dist: ipywidgets; extra == "tutorials"
@@ -86,6 +86,7 @@ Requires-Dist: folium; extra == "tutorials"
86
86
  Requires-Dist: imageio; extra == "tutorials"
87
87
  Requires-Dist: rasterio; extra == "tutorials"
88
88
  Requires-Dist: netcdf4; extra == "tutorials"
89
+ Requires-Dist: cartopy; extra == "tutorials"
89
90
  Provides-Extra: dev
90
91
  Requires-Dist: eodag[all-providers,csw,server,stubs]; extra == "dev"
91
92
  Requires-Dist: pytest; extra == "dev"
@@ -98,7 +99,7 @@ Requires-Dist: pytest-instafail; extra == "dev"
98
99
  Requires-Dist: tox; extra == "dev"
99
100
  Requires-Dist: tox-uv; extra == "dev"
100
101
  Requires-Dist: faker; extra == "dev"
101
- Requires-Dist: moto; extra == "dev"
102
+ Requires-Dist: moto>=5; extra == "dev"
102
103
  Requires-Dist: twine; extra == "dev"
103
104
  Requires-Dist: wheel; extra == "dev"
104
105
  Requires-Dist: flake8; extra == "dev"
@@ -315,7 +316,7 @@ An eodag instance can be exposed through a STAC compliant REST api from the comm
315
316
 
316
317
  .. code-block:: bash
317
318
 
318
- docker run -p 5000:5000 --rm csspace/eodag-server:3.0.1
319
+ docker run -p 5000:5000 --rm csspace/eodag-server:3.1.0b2
319
320
 
320
321
  You can also browse over your STAC API server using `STAC Browser <https://github.com/radiantearth/stac-browser>`_.
321
322
  Simply run:
@@ -187,7 +187,7 @@ An eodag instance can be exposed through a STAC compliant REST api from the comm
187
187
 
188
188
  .. code-block:: bash
189
189
 
190
- docker run -p 5000:5000 --rm csspace/eodag-server:3.0.1
190
+ docker run -p 5000:5000 --rm csspace/eodag-server:3.1.0b2
191
191
 
192
192
  You can also browse over your STAC API server using `STAC Browser <https://github.com/radiantearth/stac-browser>`_.
193
193
  Simply run:
@@ -1,5 +1,5 @@
1
1
  apiVersion: v2
2
- appVersion: 3.0.1
2
+ appVersion: 3.1.0b2
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.0.1
18
+ version: 3.1.0b2
@@ -111,7 +111,7 @@ spec:
111
111
  {{- else if .Values.livenessProbe.enabled }}
112
112
  livenessProbe:
113
113
  httpGet:
114
- path: /
114
+ path: /_mgmt/ping/
115
115
  port: {{ .Values.containerPorts.http }}
116
116
  initialDelaySeconds: {{ .Values.livenessProbe.initialDelaySeconds }}
117
117
  periodSeconds: {{ .Values.livenessProbe.periodSeconds }}
@@ -408,7 +408,7 @@ productTypes: ""
408
408
  # processingLevel: L2
409
409
  # keywords: MUX,CBERS,CBERS-4,L2
410
410
  # sensorType: OPTICAL
411
- # license: proprietary
411
+ # license: other
412
412
  # missionStartDate: "2014-12-07T00:00:00Z"
413
413
  # title: CBERS-4 MUX Level-2
414
414
 
@@ -24,7 +24,8 @@ ENV \
24
24
 
25
25
  # update system
26
26
  RUN apt-get update \
27
- && apt-get upgrade -y
27
+ && apt-get upgrade -y \
28
+ && echo "Build time: $(date)" > /dev/null
28
29
 
29
30
  # reconfigure timezone
30
31
  RUN echo $TZ > /etc/timezone && \
@@ -91,3 +91,8 @@ dl.attribute dt {
91
91
  dl.attribute dd {
92
92
  grid-column-start: 2;
93
93
  }
94
+
95
+ .nboutput table {
96
+ margin-left: unset;
97
+ margin-right: unset;
98
+ }
@@ -0,0 +1,37 @@
1
+ parameter,cop_ads,cop_cds,cop_dataspace,cop_ewds,cop_marine,creodias,dedt_lumi,earth_search,earth_search_cog,earth_search_gcs,ecmwf,eumetsat_ds,geodes,onda,peps,planetary_computer,sara,theia,usgs_satapi_aws
2
+ _date,metadata only,metadata only,,metadata only,,,,,,,,,,,,,,,
3
+ acquisitionInformation,,,,,,,,,,,,metadata only,,,,,,,
4
+ assets,,,,,,,,metadata only,metadata only,metadata only,,metadata only,metadata only,,,metadata only,,,metadata only
5
+ awsProductId,,,,,,,,,,,,,,,,,,,metadata only
6
+ collection,,,:green:`queryable metadata`,,,:green:`queryable metadata`,,,,,,,,,,,,,
7
+ defaultGeometry,metadata only,metadata only,,metadata only,metadata only,,,,,,,metadata only,,,,,,,
8
+ downloadLink,metadata only,metadata only,metadata only,metadata only,,metadata only,metadata only,metadata only,metadata only,metadata only,,metadata only,metadata only,metadata only,metadata only,metadata only,metadata only,metadata only,metadata only
9
+ ecmwf:system_version,,,,:green:`queryable metadata`,,,,,,,,,,,,,,,
10
+ ecmwf:version,,:green:`queryable metadata`,,,,,,,,,,,,,,,,,
11
+ extraInformation,,,,,,,,,,,,metadata only,,,,,,,
12
+ 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`,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`
13
+ gridSquare,,,,,,,,:green:`queryable metadata`,,,,,,,,,,,
14
+ id,metadata only,metadata only,:green:`queryable metadata`,metadata only,,: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`,metadata only,:green:`queryable metadata`
15
+ latitudeBand,,,,,,,,:green:`queryable metadata`,,,,,,,,,,,
16
+ links,,,,,,,,,,,,,,,metadata only,,,,
17
+ modifiedAfter,,,:green:`queryable metadata`,,,,,,,,,,,,,,,,
18
+ modifiedBefore,,,:green:`queryable metadata`,,,,,,,,,,,,,,,,
19
+ orderLink,metadata only,metadata only,,metadata only,,,metadata only,,,,,,,metadata only,,,,,
20
+ polarizationChannels,,,:green:`queryable metadata`,,,:green:`queryable metadata`,,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,,,:green:`queryable metadata`,metadata only,,:green:`queryable metadata`,,metadata only,:green:`queryable metadata`
21
+ polarizationMode,,,,,,,,,metadata only,,,,,,:green:`queryable metadata`,,:green:`queryable metadata`,metadata only,
22
+ productIdentifier,,,metadata only,,,metadata only,,,,,,,,,,,,,
23
+ productInformation,,,,,,,,,,,,metadata only,,,,,,,
24
+ providerProductType,,,,,,,,,,,,,:green:`queryable metadata`,,,,,,
25
+ publishedAfter,,,:green:`queryable metadata`,,,,,,,,,,,,,,,,
26
+ publishedBefore,,,:green:`queryable metadata`,,,,,,,,,,,,,,,,
27
+ qs,metadata only,metadata only,,metadata only,,,metadata only,,,,,,,,,,,,
28
+ quicklook,,,metadata only,,,metadata only,,metadata only,metadata only,metadata only,,metadata only,metadata only,metadata only,metadata only,metadata only,metadata only,metadata only,metadata only
29
+ relativeOrbitNumber,,,:green:`queryable metadata`,,,,,,,,,,:green:`queryable metadata`,,,,,,
30
+ services,,,,,,,,,,,,,,,metadata only,,,,
31
+ size,,,,,,,,,,,,:green:`queryable metadata`,,,,,,,
32
+ storageStatus,metadata only,metadata only,metadata only,metadata only,,metadata only,metadata only,metadata only,metadata only,metadata only,,metadata only,metadata only,metadata only,metadata only,metadata only,metadata only,metadata only,metadata only
33
+ thumbnail,,,metadata only,,,metadata only,,metadata only,metadata only,metadata only,,,metadata only,,metadata only,metadata only,metadata only,metadata only,metadata only
34
+ tileIdentifier,,,:green:`queryable metadata`,,,:green:`queryable metadata`,,:green:`queryable metadata`,,,,,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,,:green:`queryable metadata`,
35
+ type,,,,,,,,,,,,metadata only,,,,,,,
36
+ uid,,,metadata only,,,metadata only,,,,,,metadata only,metadata only,metadata only,metadata only,,metadata only,metadata only,
37
+ utmZone,,,,,,,,:green:`queryable metadata`,,,,,,,,,,,
@@ -0,0 +1 @@
1
+ {"_date": {"parameter": "_date", "open-search": "", "class": "", "description": "", "type": ""}, "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": ""}, "antennaLookDirection": {"parameter": "antennaLookDirection", "open-search": true, "class": "", "description": "", "type": ""}, "archivingCenter": {"parameter": "archivingCenter", "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": ""}, "ecmwf:system_version": {"parameter": "ecmwf:system_version", "open-search": "", "class": "", "description": "", "type": ""}, "ecmwf:version": {"parameter": "ecmwf:version", "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": ""}, "illuminationZenithAngle": {"parameter": "illuminationZenithAngle", "open-search": true, "class": "", "description": "", "type": ""}, "incidenceAngleVariation": {"parameter": "incidenceAngleVariation", "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": ""}, "lineage": {"parameter": "lineage", "open-search": true, "class": "Additional INSPIRE obligated OpenSearch Parameters for Collection Search", "description": "General explanation of the data producer\u2019s knowledge about the lineage of a dataset.", "type": "String"}, "links": {"parameter": "links", "open-search": "", "class": "", "description": "", "type": ""}, "maximumIncidenceAngle": {"parameter": "maximumIncidenceAngle", "open-search": true, "class": "", "description": "", "type": ""}, "minimumIncidenceAngle": {"parameter": "minimumIncidenceAngle", "open-search": true, "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": ""}, "orderLink": {"parameter": "orderLink", "open-search": "", "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": ""}, "polarizationMode": {"parameter": "polarizationMode", "open-search": "", "class": "", "description": "", "type": ""}, "processingCenter": {"parameter": "processingCenter", "open-search": true, "class": "", "description": "", "type": ""}, "processingDate": {"parameter": "processingDate", "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"}, "processingMode": {"parameter": "processingMode", "open-search": true, "class": "", "description": "", "type": ""}, "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": ""}, "qs": {"parameter": "qs", "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": ""}, "sensorType": {"parameter": "sensorType", "open-search": true, "class": "OpenSearch Parameters for Collection Search", "description": "A string identifying the sensor type. Suggested values are: OPTICAL, RADAR, ALTIMETRIC, ATMOSPHERIC, LIMB", "type": "String"}, "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": ""}}
@@ -37,7 +37,7 @@ productQualityStatus,,,,,,,,,,,,,,:green:`queryable metadata`,metadata only,,met
37
37
  ":abbr:`productType ([OpenSearch Parameters for Collection Search] A string identifying the entry type (e.g. ER02_SAR_IM__0P, MER_RR__1P, SM_SLC__1S, GES_DISC_AIRH3STD_V005) (String ))`",metadata only,metadata only,:green:`queryable metadata`,metadata only,,:green:`queryable metadata`,metadata only,: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`
38
38
  productVersion,,,,,,,,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,,,:green:`queryable metadata`,:green:`queryable metadata`,metadata only,:green:`queryable metadata`,metadata only,metadata only,:green:`queryable metadata`
39
39
  :abbr:`publicationDate ([Additional INSPIRE obligated OpenSearch Parameters for Collection Search] The date when the resource was issued (Date time))`,,,metadata only,,,metadata only,,:green:`queryable metadata`,:green:`queryable metadata`,:green:`queryable metadata`,,:green:`queryable metadata`,:green:`queryable metadata`,,metadata only,:green:`queryable metadata`,metadata only,metadata only,:green:`queryable metadata`
40
- resolution,,,: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`,metadata only,:green:`queryable metadata`
40
+ resolution,,,: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`,metadata only,:green:`queryable metadata`
41
41
  sensorMode,,,: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`,metadata only,:green:`queryable metadata`
42
42
  ":abbr:`sensorType ([OpenSearch Parameters for Collection Search] A string identifying the sensor type. Suggested values are: OPTICAL, RADAR, ALTIMETRIC, ATMOSPHERIC, LIMB (String))`",,,,,,,,,,,,,,:green:`queryable metadata`,,,,,
43
43
  snowCover,,,,,,,,,,,,,,,:green:`queryable metadata`,,:green:`queryable metadata`,metadata only,