eodag 3.9.0__py3-none-any.whl → 3.9.1__py3-none-any.whl

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.
@@ -752,7 +752,7 @@
752
752
  - "Attributes/OData.CSC.StringAttribute/any(att:att/Name eq 'tileId' and att/OData.CSC.StringAttribute/Value eq '{tileIdentifier}')"
753
753
  - "ContentDate/Start lt {completionTimeFromAscendingNode#to_iso_utc_datetime}"
754
754
  - "ContentDate/End gt {startTimeFromAscendingNode#to_iso_utc_datetime}"
755
- - "Attributes/OData.CSC.StringAttribute/any(att:att/Name eq 'polarisationChannels' and att/OData.CSC.StringAttribute/Value eq '{polarizationChannels#replace_str('\\+','%26')}')"
755
+ - "Attributes/OData.CSC.StringAttribute/any(att:att/Name eq 'polarisationChannels' and att/OData.CSC.StringAttribute/Value eq '{polarizationChannels#replace_str('\\\\+','%26')}')"
756
756
  - contains(Name,'{id}')
757
757
  discover_metadata:
758
758
  auto_discovery: true
@@ -1402,7 +1402,7 @@
1402
1402
  S2_MSI_L2A_COG:
1403
1403
  productType: sentinel-2-l2a
1404
1404
  metadata_mapping:
1405
- assets: '{$.assets#dict_filter_and_sub("$[?(@.href =~ \"^https://sentinel-cogs\\.s3\\.us-west-2\\.amazonaws\\.com/.*\")]","https","s3")}'
1405
+ assets: '{$.assets#dict_filter_and_sub("$[?(@.href =~ \"^https://sentinel-cogs.*/\")]","https\u003A//[a-z0-9-\.]+/","s3\u003A//sentinel-cogs/")}'
1406
1406
  LANDSAT_C2L2:
1407
1407
  productType: landsat-c2-l2
1408
1408
  NAIP:
@@ -2532,7 +2532,7 @@
2532
2532
  - "Attributes/OData.CSC.StringAttribute/any(att:att/Name eq 'orbitDirection' and att/OData.CSC.StringAttribute/Value eq '{orbitDirection#to_upper}')"
2533
2533
  - "Attributes/OData.CSC.DoubleAttribute/any(att:att/Name eq 'cloudCover' and att/OData.CSC.DoubleAttribute/Value le {cloudCover})"
2534
2534
  - "Attributes/OData.CSC.StringAttribute/any(att:att/Name eq 'operationalMode' and att/OData.CSC.StringAttribute/Value eq '{sensorMode}')"
2535
- - "Attributes/OData.CSC.StringAttribute/any(att:att/Name eq 'polarisationChannels' and att/OData.CSC.StringAttribute/Value eq '{polarizationChannels#replace_str('\\+','%26')}')"
2535
+ - "Attributes/OData.CSC.StringAttribute/any(att:att/Name eq 'polarisationChannels' and att/OData.CSC.StringAttribute/Value eq '{polarizationChannels#replace_str('\\\\+','%26')}')"
2536
2536
  - "Attributes/OData.CSC.StringAttribute/any(att:att/Name eq 'tileId' and att/OData.CSC.StringAttribute/Value eq '{tileIdentifier}')"
2537
2537
  - "ModificationDate gt {modifiedAfter#to_iso_utc_datetime}"
2538
2538
  - "ModificationDate lt {modifiedBefore#to_iso_utc_datetime}"
@@ -4199,7 +4199,7 @@
4199
4199
  - "Attributes/OData.CSC.StringAttribute/any(att:att/Name eq 'tileId' and att/OData.CSC.StringAttribute/Value eq '{tileIdentifier}')"
4200
4200
  - "ContentDate/Start lt {completionTimeFromAscendingNode#to_iso_utc_datetime}"
4201
4201
  - "ContentDate/End gt {startTimeFromAscendingNode#to_iso_utc_datetime}"
4202
- - "Attributes/OData.CSC.StringAttribute/any(att:att/Name eq 'polarisationChannels' and att/OData.CSC.StringAttribute/Value eq '{polarizationChannels#replace_str('\\+','%26')}')"
4202
+ - "Attributes/OData.CSC.StringAttribute/any(att:att/Name eq 'polarisationChannels' and att/OData.CSC.StringAttribute/Value eq '{polarizationChannels#replace_str('\\\\+','%26')}')"
4203
4203
  - contains(Name,'{id}')
4204
4204
  discover_metadata:
4205
4205
  auto_discovery: true
@@ -140,7 +140,7 @@ search:
140
140
  - '$.properties."view:sun_elevation"'
141
141
  polarizationChannels:
142
142
  - '{{"query":{{"sar:polarizations":{{"eq":"{polarizationChannels}"}}}}}}'
143
- - '{$.properties."sar:polarizations"#replace_str(" ","+")}'
143
+ - '{$.properties.sar:polarizations#csv_list(+)}'
144
144
  dopplerFrequency:
145
145
  - '{{"query":{{"sar:frequency_band":{{"eq":"{dopplerFrequency}"}}}}}}'
146
146
  - '$.properties."sar:frequency_band"'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: eodag
3
- Version: 3.9.0
3
+ Version: 3.9.1
4
4
  Summary: Earth Observation Data Access Gateway
5
5
  Home-page: https://github.com/CS-SI/eodag
6
6
  Author: CS GROUP - France
@@ -317,7 +317,7 @@ An eodag instance can be exposed through a STAC compliant REST api from the comm
317
317
 
318
318
  .. code-block:: bash
319
319
 
320
- docker run -p 5000:5000 --rm csspace/eodag-server:3.9.0
320
+ docker run -p 5000:5000 --rm csspace/eodag-server:3.9.1
321
321
 
322
322
  You can also browse over your STAC API server using `STAC Browser <https://github.com/radiantearth/stac-browser>`_.
323
323
  Simply run:
@@ -9,7 +9,7 @@ eodag/api/search_result.py,sha256=2Y2W3xDUyainwcyYBQljGRi6oyOqTTspgCgIlNG4kCc,14
9
9
  eodag/api/product/__init__.py,sha256=k5iNHxXX6wDLsUo725W4U_Jz8CVbZTbfE8R9s1YQwKA,2508
10
10
  eodag/api/product/_assets.py,sha256=9bWIe_SYvsQO-q_lQFd7SxhUIWv7feze2-wnXOe8hhs,7570
11
11
  eodag/api/product/_product.py,sha256=UXCaWUtkAGWVCfF68zWCYDoEUUfxAdC0RGaNLZ3vUQ8,26794
12
- eodag/api/product/metadata_mapping.py,sha256=vHoUnhgTvAQoL_7oCHzurT0sDzaikjvE-fyHyONXYe4,79221
12
+ eodag/api/product/metadata_mapping.py,sha256=oACFPL14EdbIzD83Voi81-sFts_VD9N-3OsX5IN9hFg,79186
13
13
  eodag/api/product/drivers/__init__.py,sha256=Sy9bGmDhWCAxvxRUf3QGijjQoQvzS1LSUMN34Usq6fM,3357
14
14
  eodag/api/product/drivers/base.py,sha256=iPAE5Jx3isxmHHFPP-jysdUylYbsbIq6UejU3qsMROE,4111
15
15
  eodag/api/product/drivers/generic.py,sha256=obwH8paf2TP7afnjfx4GxSZPSrTs3suTYJWQvebmigY,2207
@@ -23,7 +23,7 @@ eodag/plugins/apis/base.py,sha256=oCEKVtIbOjzNgM3lzaCCtO-DhU2PvGfKaATG6OxR-V8,28
23
23
  eodag/plugins/apis/ecmwf.py,sha256=TTlxTt93B3c1KxDkwjQiwgnZnjBVlFSro6pov3fgcCA,11455
24
24
  eodag/plugins/apis/usgs.py,sha256=M1JcIBIGxbSvDNomy3g-G0OcoegghpFleRiZ8xJDXIQ,19686
25
25
  eodag/plugins/authentication/__init__.py,sha256=_LVw42Bb1IhGAZH5xHRaS4b1iFoF9e27KDZOyoSoJHY,1039
26
- eodag/plugins/authentication/aws_auth.py,sha256=M9BmNRTYvTprTe9QtAUdMQwubtsrgRovLF484xkzruM,11016
26
+ eodag/plugins/authentication/aws_auth.py,sha256=DvV0hfnSVYafxVCNI3qSRgj2gk7eH535gz8Jd65yTmo,11353
27
27
  eodag/plugins/authentication/base.py,sha256=_wkWJs09RRfMiIYsv-k-I_Rd04EZPXb5vA69hftlCNc,2987
28
28
  eodag/plugins/authentication/generic.py,sha256=z-u4WMixeG4nKwc70cUGVBXt3IVheDPA6tQWs2iDH4Q,2673
29
29
  eodag/plugins/authentication/header.py,sha256=U_KnUqgZTLHXM5OKdGbH6jRqoQ0uIfOoxO6krUeAAcQ,4284
@@ -57,13 +57,13 @@ eodag/plugins/search/data_request_search.py,sha256=m38kpTXJT2fC8Mk894KlxKb14dz-n
57
57
  eodag/plugins/search/qssearch.py,sha256=X4U9VYcHkCj_EGwXbQ9G6iRe97_u3cbatQ0ZSgG4sL4,94886
58
58
  eodag/plugins/search/stac_list_assets.py,sha256=OOCMyjD8XD-m39k0SyKMrRi4K8Ii5mOQsA6zSAeQDGI,3435
59
59
  eodag/plugins/search/static_stac_search.py,sha256=CPynjpNw0gXa6g6hA2zSkbwhfgU-9IBCmJtknuhnFKk,10515
60
- eodag/resources/ext_product_types.json,sha256=j5cHkXRryARlpK7I6o3CyJGH3V48qkTmw_6-MYJ5zbg,2518935
60
+ eodag/resources/ext_product_types.json,sha256=KKyH7o7b-sy-g_yFslOjUE3akhMt6owrEtXg7RHJvvA,2521551
61
61
  eodag/resources/locations_conf_template.yml,sha256=_eBv-QKHYMIKhY0b0kp4Ee33RsayxN8LWH3kDXxfFSk,986
62
62
  eodag/resources/product_types.yml,sha256=4qEeKi7rYGTBWmNAsqk40ml-tD4V0AMeiZxqkN7TYhM,422350
63
- eodag/resources/providers.yml,sha256=kQh_c9-i0U5WlzLcRk43FNlLQGUuNsid6A5XyYRV5Dw,231781
63
+ eodag/resources/providers.yml,sha256=GQ40f4Ot8sp61Csqz2Z4jxYjc6mDCnw4Cju-RkmfBHQ,231795
64
64
  eodag/resources/stac.yml,sha256=QnrBulL2pHZrPH4pI7rQtKDxmgP2ZbBcufFqFJPCL7A,10473
65
65
  eodag/resources/stac_api.yml,sha256=2FdQL_qBTIUlu6KH836T4CXBKO9AvVxA_Ub3J1RP81A,68881
66
- eodag/resources/stac_provider.yml,sha256=ZmvivXG2bfs-kIvKp7ZkTZ_rFrO-T-f-OjzrkCny-KM,6815
66
+ eodag/resources/stac_provider.yml,sha256=0nldbieF2CGf6QyqjEa-R96V3H1pV-jJwzRmaS2VzaQ,6804
67
67
  eodag/resources/user_conf_template.yml,sha256=jqyWzPDm7_61ooVG7JcgHnfOypNnXvOie_tqROdSeRs,7348
68
68
  eodag/resources/shp/ne_110m_admin_0_map_units.VERSION.txt,sha256=CHSo_jbv-4d4D0MYRbWn2FvmV_K9mYzo7qznF4YNO3g,7
69
69
  eodag/resources/shp/ne_110m_admin_0_map_units.cpg,sha256=FG1nif_gM6UpfBrQRuamLuNTGbhrAhRE8FtuoqqKH0o,6
@@ -107,9 +107,9 @@ eodag/utils/repr.py,sha256=o6NhScogBPI69m83GsHh3hXONb9-byPfuWgJ1U39Kfw,5463
107
107
  eodag/utils/requests.py,sha256=avNHKrOZ7Kp6lUA7u4kqupIth9MoirLzDsMrrmQDt4s,4560
108
108
  eodag/utils/s3.py,sha256=eESanPLVv-Luqo_o1WgUuO7YLqiXg_iEzHZ15fu-ugY,30063
109
109
  eodag/utils/stac_reader.py,sha256=8r6amio5EtwGF9iu9zHaGDz4oUPKKeXRuyTzPNakrO4,9406
110
- eodag-3.9.0.dist-info/licenses/LICENSE,sha256=4MAecetnRTQw5DlHtiikDSzKWO1xVLwzM5_DsPMYlnE,10172
111
- eodag-3.9.0.dist-info/METADATA,sha256=Ec6_QP2N-U2gwDAtvWg2KxH6b9eQ7pCXuO2izUNwhxA,15520
112
- eodag-3.9.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
113
- eodag-3.9.0.dist-info/entry_points.txt,sha256=4b6l049qcMbT60_9GebzhtCOVWLGa66_-sesZWqzLQg,2519
114
- eodag-3.9.0.dist-info/top_level.txt,sha256=025IMTmVe5eDjIPP4KEFQKespOPMQdne4U4jOy8nftM,6
115
- eodag-3.9.0.dist-info/RECORD,,
110
+ eodag-3.9.1.dist-info/licenses/LICENSE,sha256=4MAecetnRTQw5DlHtiikDSzKWO1xVLwzM5_DsPMYlnE,10172
111
+ eodag-3.9.1.dist-info/METADATA,sha256=8JZeZPyrSd923sZ9SFK4k7B4vGYyKh9HxMYSgsYoROY,15520
112
+ eodag-3.9.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
113
+ eodag-3.9.1.dist-info/entry_points.txt,sha256=4b6l049qcMbT60_9GebzhtCOVWLGa66_-sesZWqzLQg,2519
114
+ eodag-3.9.1.dist-info/top_level.txt,sha256=025IMTmVe5eDjIPP4KEFQKespOPMQdne4U4jOy8nftM,6
115
+ eodag-3.9.1.dist-info/RECORD,,
File without changes