pygeofilter CDSE OData support for CQL2¶
Scope¶
We aim to provide users a simpler OData Filtering experience by let them expressing a $filter via Common Query Language (also known as CQL2).
Target¶
This library, written in Python, is developed to simplify System Integrators daily routines to interact with Geospatial catalogs, such as the Copernicus Data Space Ecosystem.
Usage¶
Once the library is installed, everything required are the following steps:
In [1]:
Copied!
import json
from pygeocdse.evaluator import http_invoke
# define the OData catalog base URL
base_url = "https://catalogue.dataspace.copernicus.eu/odata/v1/Products"
# define the OData filter, according to CQL2 (JSON)
cql2_filter = {
"op": "and",
"args": [
{
"op": "eq",
"args": [
{"property": "Collection/Name"},
"SENTINEL-2"
]
},
{
"op": "eq",
"args": [
{"property": "productType"},
"S2MSI1C"
]
},
{
"op": "s_intersects",
"args": [
{"property": "geometry"},
{
"type": "Polygon",
"coordinates": [
[
[-11, 35],
[27.5, 35],
[27.5, 60],
[-11, 60],
[-11, 35],
]
],
},
],
}
],
}
# Now query the OData Catalog via HTTP
data = http_invoke(base_url, cql2_filter)
# manipulate resulting data
print(json.dumps(data, indent=2))
import json
from pygeocdse.evaluator import http_invoke
# define the OData catalog base URL
base_url = "https://catalogue.dataspace.copernicus.eu/odata/v1/Products"
# define the OData filter, according to CQL2 (JSON)
cql2_filter = {
"op": "and",
"args": [
{
"op": "eq",
"args": [
{"property": "Collection/Name"},
"SENTINEL-2"
]
},
{
"op": "eq",
"args": [
{"property": "productType"},
"S2MSI1C"
]
},
{
"op": "s_intersects",
"args": [
{"property": "geometry"},
{
"type": "Polygon",
"coordinates": [
[
[-11, 35],
[27.5, 35],
[27.5, 60],
[-11, 60],
[-11, 35],
]
],
},
],
}
],
}
# Now query the OData Catalog via HTTP
data = http_invoke(base_url, cql2_filter)
# manipulate resulting data
print(json.dumps(data, indent=2))
{ "@odata.context": "$metadata#Products", "value": [ { "@odata.mediaContentType": "application/octet-stream", "Id": "6202e905-2a4a-4f4f-9a6c-975ebabf8db6", "Name": "S2B_MSIL1C_20230726T085559_N0509_R007_T35SMU_20230726T093537.SAFE", "ContentType": "application/octet-stream", "ContentLength": 775951973, "OriginDate": "2023-07-26T12:06:42.431000Z", "PublicationDate": "2023-07-26T12:54:06.521335Z", "ModificationDate": "2023-07-26T12:54:18.234453Z", "Online": true, "EvictionDate": "9999-12-31T23:59:59.999999Z", "S3Path": "/eodata/Sentinel-2/MSI/L1C/2023/07/26/S2B_MSIL1C_20230726T085559_N0509_R007_T35SMU_20230726T093537.SAFE", "Checksum": [ { "Value": "d45f060c2f0dd5e3301c416b7d0b633e", "Algorithm": "MD5", "ChecksumDate": "2023-07-26T12:54:15.638038Z" }, { "Value": "ff85fa761f9d04193173e02cd1c3db9a82391356b4fefab5b8ad355cb17bd997", "Algorithm": "BLAKE3", "ChecksumDate": "2023-07-26T12:54:17.923520Z" } ], "ContentDate": { "Start": "2023-07-26T08:55:59.024000Z", "End": "2023-07-26T08:55:59.024000Z" }, "Footprint": "geography'SRID=4326;POLYGON ((25.900519643373 35.2380835434103, 25.9135595453202 34.2481073052978, 27.1060024956577 34.2528757601476, 27.10727508847 35.2430301709497, 25.900519643373 35.2380835434103))'", "GeoFootprint": { "type": "Polygon", "coordinates": [ [ [ 25.900519643373, 35.2380835434103 ], [ 25.9135595453202, 34.2481073052978 ], [ 27.1060024956577, 34.2528757601476 ], [ 27.10727508847, 35.2430301709497 ], [ 25.900519643373, 35.2380835434103 ] ] ] } }, { "@odata.mediaContentType": "application/octet-stream", "Id": "d24cf82c-127d-4766-957d-84ad62248322", "Name": "S2B_MSIL1C_20230726T103629_N0509_R008_T31UFV_20230726T111818.SAFE", "ContentType": "application/octet-stream", "ContentLength": 345977162, "OriginDate": "2023-07-26T13:59:00.975000Z", "PublicationDate": "2023-07-26T14:06:05.037284Z", "ModificationDate": "2023-07-26T14:09:23.789837Z", "Online": true, "EvictionDate": "9999-12-31T23:59:59.999999Z", "S3Path": "/eodata/Sentinel-2/MSI/L1C/2023/07/26/S2B_MSIL1C_20230726T103629_N0509_R008_T31UFV_20230726T111818.SAFE", "Checksum": [ { "Value": "19ebfbe17c3f89dd4120f9da52c06a55", "Algorithm": "MD5", "ChecksumDate": "2023-07-26T14:06:12.500723Z" }, { "Value": "f80e450861162edd5e95146f76f3ebc7d5baf3cacbfb2e503f86481fdbb2e3e7", "Algorithm": "BLAKE3", "ChecksumDate": "2023-07-26T14:06:13.509343Z" } ], "ContentDate": { "Start": "2023-07-26T10:36:29.024000Z", "End": "2023-07-26T10:36:29.024000Z" }, "Footprint": "geography'SRID=4326;POLYGON ((5.18913011902742 53.1382886543326, 6.13532036920409 53.1198806218816, 6.20926008487338 54.1053048352877, 5.62749451546294 54.1167659199464, 5.56350890115686 53.9763219629457, 5.49769893128947 53.8309246458684, 5.43231850842466 53.6855396875188, 5.36731604828996 53.5401451042867, 5.30262735205483 53.3947014150291, 5.23805858063619 53.2492048967583, 5.18913011902742 53.1382886543326))'", "GeoFootprint": { "type": "Polygon", "coordinates": [ [ [ 5.18913011902742, 53.1382886543326 ], [ 6.13532036920409, 53.1198806218816 ], [ 6.20926008487338, 54.1053048352877 ], [ 5.62749451546294, 54.1167659199464 ], [ 5.56350890115686, 53.9763219629457 ], [ 5.49769893128947, 53.8309246458684 ], [ 5.43231850842466, 53.6855396875188 ], [ 5.36731604828996, 53.5401451042867 ], [ 5.30262735205483, 53.3947014150291 ], [ 5.23805858063619, 53.2492048967583 ], [ 5.18913011902742, 53.1382886543326 ] ] ] } }, { "@odata.mediaContentType": "application/octet-stream", "Id": "22776538-fb80-470d-991b-65c042132163", "Name": "S2B_MSIL1C_20230726T103629_N0509_R008_T31TFE_20230726T124257.SAFE", "ContentType": "application/octet-stream", "ContentLength": 28161806, "OriginDate": "2023-07-26T14:48:51.503000Z", "PublicationDate": "2023-07-26T14:55:54.365460Z", "ModificationDate": "2023-07-26T14:56:01.566479Z", "Online": true, "EvictionDate": "9999-12-31T23:59:59.999999Z", "S3Path": "/eodata/Sentinel-2/MSI/L1C/2023/07/26/S2B_MSIL1C_20230726T103629_N0509_R008_T31TFE_20230726T124257.SAFE", "Checksum": [ { "Value": "dfd79dcea480716a10e61a43eb6cc20c", "Algorithm": "MD5", "ChecksumDate": "2023-07-26T14:56:01.192117Z" }, { "Value": "ff9cceec51bde02041d813c7eef5976195a460c5e4f0cb0e242af12666f8b7c4", "Algorithm": "BLAKE3", "ChecksumDate": "2023-07-26T14:56:01.270425Z" } ], "ContentDate": { "Start": "2023-07-26T10:36:29.024000Z", "End": "2023-07-26T10:36:29.024000Z" }, "Footprint": "geography'SRID=4326;POLYGON ((4.25636667528904 40.643630868717, 4.18269962266109 40.644799649974, 4.17898034000849 40.4288488410765, 4.2161759036544 40.5323245657801, 4.25636667528904 40.643630868717))'", "GeoFootprint": { "type": "Polygon", "coordinates": [ [ [ 4.25636667528904, 40.643630868717 ], [ 4.18269962266109, 40.644799649974 ], [ 4.17898034000849, 40.4288488410765 ], [ 4.2161759036544, 40.5323245657801 ], [ 4.25636667528904, 40.643630868717 ] ] ] } }, { "@odata.mediaContentType": "application/octet-stream", "Id": "ae9862b0-937a-46cd-a581-3d311ba63eb3", "Name": "S2A_MSIL1C_20230726T095031_N0509_R079_T33SUV_20230726T115159.SAFE", "ContentType": "application/octet-stream", "ContentLength": 752558069, "OriginDate": "2023-07-26T14:52:51.087000Z", "PublicationDate": "2023-07-26T15:10:08.344807Z", "ModificationDate": "2023-07-26T15:10:21.389229Z", "Online": true, "EvictionDate": "9999-12-31T23:59:59.999999Z", "S3Path": "/eodata/Sentinel-2/MSI/L1C/2023/07/26/S2A_MSIL1C_20230726T095031_N0509_R079_T33SUV_20230726T115159.SAFE", "Checksum": [ { "Value": "bb894ac9c24d2661308ed086dfd608da", "Algorithm": "MD5", "ChecksumDate": "2023-07-26T15:10:19.184890Z" }, { "Value": "1c58ce4f3d71dc76deee0257c35f6f0a147f48d82ca3eb021db0227b5b650f3b", "Algorithm": "BLAKE3", "ChecksumDate": "2023-07-26T15:10:20.724230Z" } ], "ContentDate": { "Start": "2023-07-26T09:50:31.024000Z", "End": "2023-07-26T09:50:31.024000Z" }, "Footprint": "geography'SRID=4326;POLYGON ((12.7776035334731 36.1242760116804, 12.8048299681466 35.1350019524112, 14.0097207643719 35.1508430712552, 13.9974286897318 36.1407019970639, 12.7776035334731 36.1242760116804))'", "GeoFootprint": { "type": "Polygon", "coordinates": [ [ [ 12.7776035334731, 36.1242760116804 ], [ 12.8048299681466, 35.1350019524112 ], [ 14.0097207643719, 35.1508430712552 ], [ 13.9974286897318, 36.1407019970639 ], [ 12.7776035334731, 36.1242760116804 ] ] ] } }, { "@odata.mediaContentType": "application/octet-stream", "Id": "eac05d8d-440f-409e-bb23-7b865e69e383", "Name": "S2B_MSIL1C_20230726T103629_N0509_R008_T31TBE_20230726T124257.SAFE", "ContentType": "application/octet-stream", "ContentLength": 135942685, "OriginDate": "2023-07-26T15:01:03.044000Z", "PublicationDate": "2023-07-26T15:07:19.796751Z", "ModificationDate": "2023-07-26T15:07:28.211182Z", "Online": true, "EvictionDate": "9999-12-31T23:59:59.999999Z", "S3Path": "/eodata/Sentinel-2/MSI/L1C/2023/07/26/S2B_MSIL1C_20230726T103629_N0509_R008_T31TBE_20230726T124257.SAFE", "Checksum": [ { "Value": "ce90122ce3b3d66e31a5f61c1c591449", "Algorithm": "MD5", "ChecksumDate": "2023-07-26T15:07:27.337734Z" }, { "Value": "48097f61dcc6a7b7b66fd0e7a975eb848bb648d6b39d3ed826ae753af305ff00", "Algorithm": "BLAKE3", "ChecksumDate": "2023-07-26T15:07:27.753307Z" } ], "ContentDate": { "Start": "2023-07-26T10:36:29.024000Z", "End": "2023-07-26T10:36:29.024000Z" }, "Footprint": "geography'SRID=4326;POLYGON ((0.354452545990367 39.6298995616176, 0.783235343452924 39.6404485630326, 0.750865220008873 40.6289489938658, 0.655721130198878 40.6265601675531, 0.647122251490858 40.5984471760019, 0.602208175176044 40.4512193810342, 0.557399552866711 40.3040306861212, 0.51273970878132 40.1568394768667, 0.468285883255128 40.0096457853652, 0.42407454989301 39.8624863277291, 0.379986069096058 39.7153273590042, 0.354452545990367 39.6298995616176))'", "GeoFootprint": { "type": "Polygon", "coordinates": [ [ [ 0.354452545990367, 39.6298995616176 ], [ 0.783235343452924, 39.6404485630326 ], [ 0.750865220008873, 40.6289489938658 ], [ 0.655721130198878, 40.6265601675531 ], [ 0.647122251490858, 40.5984471760019 ], [ 0.602208175176044, 40.4512193810342 ], [ 0.557399552866711, 40.3040306861212 ], [ 0.51273970878132, 40.1568394768667 ], [ 0.468285883255128, 40.0096457853652 ], [ 0.42407454989301, 39.8624863277291 ], [ 0.379986069096058, 39.7153273590042 ], [ 0.354452545990367, 39.6298995616176 ] ] ] } }, { "@odata.mediaContentType": "application/octet-stream", "Id": "d0e17197-f653-4eda-8267-d3c256379c51", "Name": "S2B_MSIL1C_20230726T103629_N0509_R008_T31TEL_20230726T111818.SAFE", "ContentType": "application/octet-stream", "ContentLength": 859350148, "OriginDate": "2023-07-26T13:42:01.131000Z", "PublicationDate": "2023-07-26T13:58:13.991733Z", "ModificationDate": "2023-07-26T13:58:27.755417Z", "Online": true, "EvictionDate": "9999-12-31T23:59:59.999999Z", "S3Path": "/eodata/Sentinel-2/MSI/L1C/2023/07/26/S2B_MSIL1C_20230726T103629_N0509_R008_T31TEL_20230726T111818.SAFE", "Checksum": [ { "Value": "e3fc777a1936eb9e22f651c58850218f", "Algorithm": "MD5", "ChecksumDate": "2023-07-26T13:58:25.491787Z" }, { "Value": "a09ae14e125648449601073e135531c50ba96b7058530282fd0d101a9158f7c8", "Algorithm": "BLAKE3", "ChecksumDate": "2023-07-26T13:58:27.258958Z" } ], "ContentDate": { "Start": "2023-07-26T10:36:29.024000Z", "End": "2023-07-26T10:36:29.024000Z" }, "Footprint": "geography'SRID=4326;POLYGON ((2.99974146026188 46.0535743699525, 2.99974595359858 45.0652599944736, 4.39425387098843 45.0567485930578, 4.41890414435335 46.0447662268356, 2.99974146026188 46.0535743699525))'", "GeoFootprint": { "type": "Polygon", "coordinates": [ [ [ 2.99974146026188, 46.0535743699525 ], [ 2.99974595359858, 45.0652599944736 ], [ 4.39425387098843, 45.0567485930578 ], [ 4.41890414435335, 46.0447662268356 ], [ 2.99974146026188, 46.0535743699525 ] ] ] } }, { "@odata.mediaContentType": "application/octet-stream", "Id": "62980356-5c57-43c4-a711-82d9a6deef41", "Name": "S2B_MSIL1C_20230726T103629_N0509_R008_T33VVG_20230726T111818.SAFE", "ContentType": "application/octet-stream", "ContentLength": 469820065, "OriginDate": "2023-07-26T13:50:32.151000Z", "PublicationDate": "2023-07-26T13:58:49.858427Z", "ModificationDate": "2023-07-26T13:59:01.173113Z", "Online": true, "EvictionDate": "9999-12-31T23:59:59.999999Z", "S3Path": "/eodata/Sentinel-2/MSI/L1C/2023/07/26/S2B_MSIL1C_20230726T103629_N0509_R008_T33VVG_20230726T111818.SAFE", "Checksum": [ { "Value": "336bcaa0b0e7c189785471434fb01882", "Algorithm": "MD5", "ChecksumDate": "2023-07-26T13:58:59.741751Z" }, { "Value": "65a491b2611b34cc20c6307da5cf9a7377e885f52f06bba9d0ca5f0b5d940c13", "Algorithm": "BLAKE3", "ChecksumDate": "2023-07-26T13:59:00.883224Z" } ], "ContentDate": { "Start": "2023-07-26T10:36:29.024000Z", "End": "2023-07-26T10:36:29.024000Z" }, "Footprint": "geography'SRID=4326;POLYGON ((14.6770366494733 60.4332607372159, 13.1829926886973 60.4240683779956, 13.2361119974404 59.4386163402902, 13.9009520933507 59.4426669485577, 13.9193899834326 59.466997997885, 14.0266030706925 59.6078946757105, 14.1353718472198 59.748595817935, 14.2445113779772 59.8893563176101, 14.3549070452837 60.0299456432501, 14.4261710945258 60.1206086614306, 14.464683218919 60.1696568274969, 14.5774738217719 60.3100311497563, 14.6770366494733 60.4332607372159))'", "GeoFootprint": { "type": "Polygon", "coordinates": [ [ [ 14.6770366494733, 60.4332607372159 ], [ 13.1829926886973, 60.4240683779956 ], [ 13.2361119974404, 59.4386163402902 ], [ 13.9009520933507, 59.4426669485577 ], [ 13.9193899834326, 59.466997997885 ], [ 14.0266030706925, 59.6078946757105 ], [ 14.1353718472198, 59.748595817935 ], [ 14.2445113779772, 59.8893563176101 ], [ 14.3549070452837, 60.0299456432501 ], [ 14.4261710945258, 60.1206086614306 ], [ 14.464683218919, 60.1696568274969 ], [ 14.5774738217719, 60.3100311497563 ], [ 14.6770366494733, 60.4332607372159 ] ] ] } }, { "@odata.mediaContentType": "application/octet-stream", "Id": "e54937cd-aff7-4037-ab56-94bacd139294", "Name": "S2B_MSIL1C_20230726T103629_N0509_R008_T31TEG_20230726T111818.SAFE", "ContentType": "application/octet-stream", "ContentLength": 333918432, "OriginDate": "2023-07-26T13:44:41.354000Z", "PublicationDate": "2023-07-26T13:55:15.412941Z", "ModificationDate": "2023-07-26T13:55:22.547299Z", "Online": true, "EvictionDate": "9999-12-31T23:59:59.999999Z", "S3Path": "/eodata/Sentinel-2/MSI/L1C/2023/07/26/S2B_MSIL1C_20230726T103629_N0509_R008_T31TEG_20230726T111818.SAFE", "Checksum": [ { "Value": "6404be296ade084026085c888dc1882e", "Algorithm": "MD5", "ChecksumDate": "2023-07-26T13:55:21.284515Z" }, { "Value": "fa3e90b220a0a38a75b1646452c812edc4e51e3e9b5b0ccc52bfe78183cc873b", "Algorithm": "BLAKE3", "ChecksumDate": "2023-07-26T13:55:22.269882Z" } ], "ContentDate": { "Start": "2023-07-26T10:36:29.024000Z", "End": "2023-07-26T10:36:29.024000Z" }, "Footprint": "geography'SRID=4326;POLYGON ((4.32393236601856 41.9156909316207, 4.33489156688218 42.4449177243288, 2.9997567739808 42.4526911991502, 2.99975772683514 42.2001759766556, 3.25420438459689 42.1503781622973, 3.25417841339667 42.1503041908888, 3.26969858428986 42.1471042515795, 3.26991296647676 42.1477132694371, 3.26991771265546 42.1477122887928, 3.26995049558559 42.1478053493739, 3.27076219939646 42.1476375486983, 3.27078109100334 42.1476911994936, 3.5328104060115 42.0935157163065, 3.53266589958284 42.0931101405197, 3.53280951154687 42.093080491026, 3.53273503205842 42.0928715582161, 3.53277240078062 42.0928638535559, 3.53260352261592 42.0923894524771, 3.82916831719115 42.0290780658389, 3.82949327211783 42.0299776334253, 3.83044126952639 42.0297611156395, 3.83047633935004 42.0298582486282, 4.09488113284814 41.969704366358, 4.09476744586051 41.9693930848312, 4.0950120390283 41.9693376102977, 4.09496128293594 41.9691987272719, 4.09512890498999 41.96916082026, 4.09495862281701 41.968694205919, 4.32393236601856 41.9156909316207))'", "GeoFootprint": { "type": "Polygon", "coordinates": [ [ [ 4.32393236601856, 41.9156909316207 ], [ 4.33489156688218, 42.4449177243288 ], [ 2.9997567739808, 42.4526911991502 ], [ 2.99975772683514, 42.2001759766556 ], [ 3.25420438459689, 42.1503781622973 ], [ 3.25417841339667, 42.1503041908888 ], [ 3.26969858428986, 42.1471042515795 ], [ 3.26991296647676, 42.1477132694371 ], [ 3.26991771265546, 42.1477122887928 ], [ 3.26995049558559, 42.1478053493739 ], [ 3.27076219939646, 42.1476375486983 ], [ 3.27078109100334, 42.1476911994936 ], [ 3.5328104060115, 42.0935157163065 ], [ 3.53266589958284, 42.0931101405197 ], [ 3.53280951154687, 42.093080491026 ], [ 3.53273503205842, 42.0928715582161 ], [ 3.53277240078062, 42.0928638535559 ], [ 3.53260352261592, 42.0923894524771 ], [ 3.82916831719115, 42.0290780658389 ], [ 3.82949327211783, 42.0299776334253 ], [ 3.83044126952639, 42.0297611156395 ], [ 3.83047633935004, 42.0298582486282 ], [ 4.09488113284814, 41.969704366358 ], [ 4.09476744586051, 41.9693930848312 ], [ 4.0950120390283, 41.9693376102977 ], [ 4.09496128293594, 41.9691987272719 ], [ 4.09512890498999, 41.96916082026 ], [ 4.09495862281701, 41.968694205919 ], [ 4.32393236601856, 41.9156909316207 ] ] ] } }, { "@odata.mediaContentType": "application/octet-stream", "Id": "dcc694d3-80e3-449e-aa68-e16a114f8126", "Name": "S2B_MSIL1C_20230726T103629_N0509_R008_T32VPH_20230726T111818.SAFE", "ContentType": "application/octet-stream", "ContentLength": 453032950, "OriginDate": "2023-07-26T13:51:12.295000Z", "PublicationDate": "2023-07-26T13:58:31.805212Z", "ModificationDate": "2023-07-26T13:58:47.433156Z", "Online": true, "EvictionDate": "9999-12-31T23:59:59.999999Z", "S3Path": "/eodata/Sentinel-2/MSI/L1C/2023/07/26/S2B_MSIL1C_20230726T103629_N0509_R008_T32VPH_20230726T111818.SAFE", "Checksum": [ { "Value": "3266db68ae32db0d422dca53b5ed4233", "Algorithm": "MD5", "ChecksumDate": "2023-07-26T13:58:46.181950Z" }, { "Value": "bb23b17bb0f994d37d17caed5cb06b65c8e2ae14104c8a8bd841ac988dc8b51f", "Algorithm": "BLAKE3", "ChecksumDate": "2023-07-26T13:58:47.150952Z" } ], "ContentDate": { "Start": "2023-07-26T10:36:29.024000Z", "End": "2023-07-26T10:36:29.024000Z" }, "Footprint": "geography'SRID=4326;POLYGON ((12.0232789768915 56.8048948212693, 10.6389064284462 56.8330552850231, 10.5971619389597 55.8469564031173, 11.3902533831056 55.8310056350969, 11.4501706670253 55.9253929981034, 11.5412998494024 56.0671690842507, 11.6331115038835 56.2089359284854, 11.7251524327916 56.3510328711087, 11.8177215568876 56.4932091571082, 11.9110320775226 56.635341868851, 12.0050030738105 56.7774572371952, 12.0232789768915 56.8048948212693))'", "GeoFootprint": { "type": "Polygon", "coordinates": [ [ [ 12.0232789768915, 56.8048948212693 ], [ 10.6389064284462, 56.8330552850231 ], [ 10.5971619389597, 55.8469564031173 ], [ 11.3902533831056, 55.8310056350969 ], [ 11.4501706670253, 55.9253929981034 ], [ 11.5412998494024, 56.0671690842507 ], [ 11.6331115038835, 56.2089359284854 ], [ 11.7251524327916, 56.3510328711087 ], [ 11.8177215568876, 56.4932091571082 ], [ 11.9110320775226, 56.635341868851 ], [ 12.0050030738105, 56.7774572371952 ], [ 12.0232789768915, 56.8048948212693 ] ] ] } }, { "@odata.mediaContentType": "application/octet-stream", "Id": "9591d659-3dae-4985-bf94-f309d0f3a432", "Name": "S2B_MSIL1C_20230726T103629_N0509_R008_T33VUG_20230726T111818.SAFE", "ContentType": "application/octet-stream", "ContentLength": 825288955, "OriginDate": "2023-07-26T13:41:50.432000Z", "PublicationDate": "2023-07-26T13:55:21.517718Z", "ModificationDate": "2023-07-26T13:55:41.279832Z", "Online": true, "EvictionDate": "9999-12-31T23:59:59.999999Z", "S3Path": "/eodata/Sentinel-2/MSI/L1C/2023/07/26/S2B_MSIL1C_20230726T103629_N0509_R008_T33VUG_20230726T111818.SAFE", "Checksum": [ { "Value": "0718d9c9814ffacf41e48811ae35dc02", "Algorithm": "MD5", "ChecksumDate": "2023-07-26T13:55:39.099174Z" }, { "Value": "935da5d14cc0e59225630991f72192b5ad1fc5f53563d9e06f595346fa854b3e", "Algorithm": "BLAKE3", "ChecksumDate": "2023-07-26T13:55:40.984626Z" } ], "ContentDate": { "Start": "2023-07-26T10:36:29.024000Z", "End": "2023-07-26T10:36:29.024000Z" }, "Footprint": "geography'SRID=4326;POLYGON ((11.3706383589894 60.3869859960958, 11.4765375427145 59.4029674809911, 13.4095273267474 59.4408433373869, 13.3616244852063 60.4263850341599, 11.3706383589894 60.3869859960958))'", "GeoFootprint": { "type": "Polygon", "coordinates": [ [ [ 11.3706383589894, 60.3869859960958 ], [ 11.4765375427145, 59.4029674809911 ], [ 13.4095273267474, 59.4408433373869 ], [ 13.3616244852063, 60.4263850341599 ], [ 11.3706383589894, 60.3869859960958 ] ] ] } }, { "@odata.mediaContentType": "application/octet-stream", "Id": "fda81f47-279d-40a6-a71b-3e7ee6e97d06", "Name": "S2B_MSIL1C_20230726T103629_N0509_R008_T31TCJ_20230726T111818.SAFE", "ContentType": "application/octet-stream", "ContentLength": 174433043, "OriginDate": "2023-07-26T13:44:21.585000Z", "PublicationDate": "2023-07-26T13:55:56.297158Z", "ModificationDate": "2023-07-26T13:56:01.501472Z", "Online": true, "EvictionDate": "9999-12-31T23:59:59.999999Z", "S3Path": "/eodata/Sentinel-2/MSI/L1C/2023/07/26/S2B_MSIL1C_20230726T103629_N0509_R008_T31TCJ_20230726T111818.SAFE", "Checksum": [ { "Value": "20bc07f7713e26eab197c4f89a0ebbdc", "Algorithm": "MD5", "ChecksumDate": "2023-07-26T13:56:00.740201Z" }, { "Value": "57ed7e3f303daed4340f01f002f0fe5e77043e9a89eb5c394fef226758a9f705", "Algorithm": "BLAKE3", "ChecksumDate": "2023-07-26T13:56:01.174923Z" } ], "ContentDate": { "Start": "2023-07-26T10:36:29.024000Z", "End": "2023-07-26T10:36:29.024000Z" }, "Footprint": "geography'SRID=4326;POLYGON ((1.48230981083759 43.2530406000319, 1.8886830141923 43.2593919105371, 1.87023728676149 44.2478306839688, 1.80900359734591 44.2468563990327, 1.7881460894635 44.1844638187562, 1.73937731455992 44.0376409638289, 1.69062713089438 43.8908488826976, 1.64219424608869 43.744026829862, 1.59408935122778 43.5972021225378, 1.54635371659919 43.4503526422738, 1.49855460110947 43.3035561392644, 1.48230981083759 43.2530406000319))'", "GeoFootprint": { "type": "Polygon", "coordinates": [ [ [ 1.48230981083759, 43.2530406000319 ], [ 1.8886830141923, 43.2593919105371 ], [ 1.87023728676149, 44.2478306839688 ], [ 1.80900359734591, 44.2468563990327 ], [ 1.7881460894635, 44.1844638187562 ], [ 1.73937731455992, 44.0376409638289 ], [ 1.69062713089438, 43.8908488826976 ], [ 1.64219424608869, 43.744026829862 ], [ 1.59408935122778, 43.5972021225378 ], [ 1.54635371659919, 43.4503526422738 ], [ 1.49855460110947, 43.3035561392644 ], [ 1.48230981083759, 43.2530406000319 ] ] ] } }, { "@odata.mediaContentType": "application/octet-stream", "Id": "5b1f1c4b-c616-4bac-a13a-55f2be6864c3", "Name": "S2B_MSIL1C_20230726T085559_N0509_R007_T35SLA_20230726T093537.SAFE", "ContentType": "application/octet-stream", "ContentLength": 552637692, "OriginDate": "2023-07-26T12:41:10.676000Z", "PublicationDate": "2023-07-26T12:57:58.129440Z", "ModificationDate": "2023-07-26T12:58:10.166040Z", "Online": true, "EvictionDate": "9999-12-31T23:59:59.999999Z", "S3Path": "/eodata/Sentinel-2/MSI/L1C/2023/07/26/S2B_MSIL1C_20230726T085559_N0509_R007_T35SLA_20230726T093537.SAFE", "Checksum": [ { "Value": "8f5414f6f2ca75d36ba75fc927640f02", "Algorithm": "MD5", "ChecksumDate": "2023-07-26T12:58:08.626393Z" }, { "Value": "86e148f91568cea2a87b6743461f40bc8747167eb44a695bb782a9fd0d2c3d47", "Algorithm": "BLAKE3", "ChecksumDate": "2023-07-26T12:58:09.846216Z" } ], "ContentDate": { "Start": "2023-07-26T08:55:59.024000Z", "End": "2023-07-26T08:55:59.024000Z" }, "Footprint": "geography'SRID=4326;POLYGON ((24.7533545974283 36.9650001053119, 24.7800828083007 36.0361676980841, 25.9985480370358 36.0525410090586, 25.9856974615347 37.0422472422004, 24.7704371065132 37.0255345636378, 24.7533545974283 36.9650001053119))'", "GeoFootprint": { "type": "Polygon", "coordinates": [ [ [ 24.7533545974283, 36.9650001053119 ], [ 24.7800828083007, 36.0361676980841 ], [ 25.9985480370358, 36.0525410090586 ], [ 25.9856974615347, 37.0422472422004 ], [ 24.7704371065132, 37.0255345636378 ], [ 24.7533545974283, 36.9650001053119 ] ] ] } }, { "@odata.mediaContentType": "application/octet-stream", "Id": "dba38232-848f-4044-89f2-2064eab118b2", "Name": "S2B_MSIL1C_20230726T103629_N0509_R008_T31TEJ_20230726T111818.SAFE", "ContentType": "application/octet-stream", "ContentLength": 841234553, "OriginDate": "2023-07-26T13:47:10.226000Z", "PublicationDate": "2023-07-26T13:56:58.352239Z", "ModificationDate": "2023-07-26T13:57:16.434627Z", "Online": true, "EvictionDate": "9999-12-31T23:59:59.999999Z", "S3Path": "/eodata/Sentinel-2/MSI/L1C/2023/07/26/S2B_MSIL1C_20230726T103629_N0509_R008_T31TEJ_20230726T111818.SAFE", "Checksum": [ { "Value": "0cf8458a00bc8789498a26110cf2e720", "Algorithm": "MD5", "ChecksumDate": "2023-07-26T13:57:13.762548Z" }, { "Value": "6d95f9878d164eb0f0a4abfcb1066567608889af5a614b6f8f046e9e5734eaa1", "Algorithm": "BLAKE3", "ChecksumDate": "2023-07-26T13:57:16.145650Z" } ], "ContentDate": { "Start": "2023-07-26T10:36:29.024000Z", "End": "2023-07-26T10:36:29.024000Z" }, "Footprint": "geography'SRID=4326;POLYGON ((2.99974947412094 44.2534175810776, 2.99975356551187 43.2647903773733, 4.35249403248342 43.2567942942016, 4.37494005874925 44.2451424118241, 2.99974947412094 44.2534175810776))'", "GeoFootprint": { "type": "Polygon", "coordinates": [ [ [ 2.99974947412094, 44.2534175810776 ], [ 2.99975356551187, 43.2647903773733 ], [ 4.35249403248342, 43.2567942942016 ], [ 4.37494005874925, 44.2451424118241 ], [ 2.99974947412094, 44.2534175810776 ] ] ] } }, { "@odata.mediaContentType": "application/octet-stream", "Id": "df285d0f-6911-4b1e-9012-cd8ef989927d", "Name": "S2B_MSIL1C_20230726T103629_N0509_R008_T31UFR_20230726T111818.SAFE", "ContentType": "application/octet-stream", "ContentLength": 799888002, "OriginDate": "2023-07-26T13:45:40.671000Z", "PublicationDate": "2023-07-26T13:57:27.901063Z", "ModificationDate": "2023-07-26T13:57:40.738642Z", "Online": true, "EvictionDate": "9999-12-31T23:59:59.999999Z", "S3Path": "/eodata/Sentinel-2/MSI/L1C/2023/07/26/S2B_MSIL1C_20230726T103629_N0509_R008_T31UFR_20230726T111818.SAFE", "Checksum": [ { "Value": "91a9362766d45cd66ac6929048f8581d", "Algorithm": "MD5", "ChecksumDate": "2023-07-26T13:57:38.065120Z" }, { "Value": "4c2c05e6964e862ba394f66efaa76ca68cb32c32b2244c92981e4dc8ba76d7a8", "Algorithm": "BLAKE3", "ChecksumDate": "2023-07-26T13:57:40.354161Z" } ], "ContentDate": { "Start": "2023-07-26T10:36:29.024000Z", "End": "2023-07-26T10:36:29.024000Z" }, "Footprint": "geography'SRID=4326;POLYGON ((4.41134950604925 50.5437391742884, 4.38268436317301 49.5564944519631, 5.89935968845421 49.5284182944309, 5.95938607628957 50.5146700159563, 4.41134950604925 50.5437391742884))'", "GeoFootprint": { "type": "Polygon", "coordinates": [ [ [ 4.41134950604925, 50.5437391742884 ], [ 4.38268436317301, 49.5564944519631 ], [ 5.89935968845421, 49.5284182944309 ], [ 5.95938607628957, 50.5146700159563 ], [ 4.41134950604925, 50.5437391742884 ] ] ] } }, { "@odata.mediaContentType": "application/octet-stream", "Id": "225b96df-ca55-42bb-9a05-6e4469ad84ab", "Name": "S2A_MSIL1C_20230726T095031_N0509_R079_T33TVG_20230726T115159.SAFE", "ContentType": "application/octet-stream", "ContentLength": 771906226, "OriginDate": "2023-07-26T14:53:20.537000Z", "PublicationDate": "2023-07-26T14:59:15.821830Z", "ModificationDate": "2023-07-26T14:59:42.099143Z", "Online": true, "EvictionDate": "9999-12-31T23:59:59.999999Z", "S3Path": "/eodata/Sentinel-2/MSI/L1C/2023/07/26/S2A_MSIL1C_20230726T095031_N0509_R079_T33TVG_20230726T115159.SAFE", "Checksum": [ { "Value": "77c48a63b59b453685088fd686427b46", "Algorithm": "MD5", "ChecksumDate": "2023-07-26T14:59:39.562229Z" }, { "Value": "379a91bbe843375b9da1146a5f64dbb77205ac1afe16c41470fb7d681cdbc506", "Algorithm": "BLAKE3", "ChecksumDate": "2023-07-26T14:59:41.759396Z" } ], "ContentDate": { "Start": "2023-07-26T09:50:31.024000Z", "End": "2023-07-26T09:50:31.024000Z" }, "Footprint": "geography'SRID=4326;POLYGON ((13.7852611397707 42.3537965269851, 13.8021752046929 41.4575152063026, 15.1168731031655 41.4636925169745, 15.1186941736236 42.4526297457362, 13.815096299494 42.446386934044, 13.7852611397707 42.3537965269851))'", "GeoFootprint": { "type": "Polygon", "coordinates": [ [ [ 13.7852611397707, 42.3537965269851 ], [ 13.8021752046929, 41.4575152063026 ], [ 15.1168731031655, 41.4636925169745 ], [ 15.1186941736236, 42.4526297457362 ], [ 13.815096299494, 42.446386934044 ], [ 13.7852611397707, 42.3537965269851 ] ] ] } }, { "@odata.mediaContentType": "application/octet-stream", "Id": "a6082a74-0b7f-4e62-9358-6c0475c51e29", "Name": "S2A_MSIL1C_20230726T095031_N0509_R079_T33TYN_20230726T115159.SAFE", "ContentType": "application/octet-stream", "ContentLength": 657641299, "OriginDate": "2023-07-26T15:02:50.181000Z", "PublicationDate": "2023-07-26T15:09:41.328313Z", "ModificationDate": "2023-07-26T15:09:52.122499Z", "Online": true, "EvictionDate": "9999-12-31T23:59:59.999999Z", "S3Path": "/eodata/Sentinel-2/MSI/L1C/2023/07/26/S2A_MSIL1C_20230726T095031_N0509_R079_T33TYN_20230726T115159.SAFE", "Checksum": [ { "Value": "495831a8a4e73f7f30474b9636f6845a", "Algorithm": "MD5", "ChecksumDate": "2023-07-26T15:09:49.941063Z" }, { "Value": "3c42dab01a309991063fd5a3634096471e22c5e221ce02ec5a5703fe8c43f5bb", "Algorithm": "BLAKE3", "ChecksumDate": "2023-07-26T15:09:51.798697Z" } ], "ContentDate": { "Start": "2023-07-26T09:50:31.024000Z", "End": "2023-07-26T09:50:31.024000Z" }, "Footprint": "geography'SRID=4326;POLYGON ((17.6715394263997 47.822607559991, 17.6221956555124 46.835655727197, 19.059029865045 46.7936706881961, 19.1352584752775 47.7791570723346, 17.6715394263997 47.822607559991))'", "GeoFootprint": { "type": "Polygon", "coordinates": [ [ [ 17.6715394263997, 47.822607559991 ], [ 17.6221956555124, 46.835655727197 ], [ 19.059029865045, 46.7936706881961 ], [ 19.1352584752775, 47.7791570723346 ], [ 17.6715394263997, 47.822607559991 ] ] ] } }, { "@odata.mediaContentType": "application/octet-stream", "Id": "feff25a5-f84d-4e78-8b5b-9de82ec9e41a", "Name": "S2A_MSIL1C_20230726T095031_N0509_R079_T33TYH_20230726T115159.SAFE", "ContentType": "application/octet-stream", "ContentLength": 145646339, "OriginDate": "2023-07-26T15:04:00.394000Z", "PublicationDate": "2023-07-26T15:09:48.251788Z", "ModificationDate": "2023-07-26T15:09:59.002162Z", "Online": true, "EvictionDate": "9999-12-31T23:59:59.999999Z", "S3Path": "/eodata/Sentinel-2/MSI/L1C/2023/07/26/S2A_MSIL1C_20230726T095031_N0509_R079_T33TYH_20230726T115159.SAFE", "Checksum": [ { "Value": "64710b1d5073fe3af2c745f309841498", "Algorithm": "MD5", "ChecksumDate": "2023-07-26T15:09:58.216538Z" }, { "Value": "3c7edc78181cf6245ce74a43df2108eb4fe607f82c9f3487c4316a2b4f01805d", "Algorithm": "BLAKE3", "ChecksumDate": "2023-07-26T15:09:58.680750Z" } ], "ContentDate": { "Start": "2023-07-26T09:50:31.024000Z", "End": "2023-07-26T09:50:31.024000Z" }, "Footprint": "geography'SRID=4326;POLYGON ((17.8485129052692 43.3157458968253, 17.4662891411315 43.3262569717781, 17.4272955487519 42.3383721018908, 17.4726224408516 42.3371484363184, 17.4870312556808 42.3751787055244, 17.5425540461286 42.5212231892126, 17.5983342614374 42.6671963428693, 17.6543513510259 42.8131222970827, 17.7102028360704 42.9590549255082, 17.7668752811461 43.1047085783687, 17.8230342723491 43.2504467563602, 17.8485129052692 43.3157458968253))'", "GeoFootprint": { "type": "Polygon", "coordinates": [ [ [ 17.8485129052692, 43.3157458968253 ], [ 17.4662891411315, 43.3262569717781 ], [ 17.4272955487519, 42.3383721018908 ], [ 17.4726224408516, 42.3371484363184 ], [ 17.4870312556808, 42.3751787055244 ], [ 17.5425540461286, 42.5212231892126 ], [ 17.5983342614374, 42.6671963428693 ], [ 17.6543513510259, 42.8131222970827 ], [ 17.7102028360704, 42.9590549255082 ], [ 17.7668752811461, 43.1047085783687 ], [ 17.8230342723491, 43.2504467563602 ], [ 17.8485129052692, 43.3157458968253 ] ] ] } }, { "@odata.mediaContentType": "application/octet-stream", "Id": "b28de95d-ff84-4789-9e90-7868eeb8be05", "Name": "S2B_MSIL1C_20230726T103629_N0509_R008_T31TCH_20230726T124257.SAFE", "ContentType": "application/octet-stream", "ContentLength": 135885723, "OriginDate": "2023-07-26T15:03:11.591000Z", "PublicationDate": "2023-07-26T15:11:00.688013Z", "ModificationDate": "2023-07-26T15:11:06.185210Z", "Online": true, "EvictionDate": "9999-12-31T23:59:59.999999Z", "S3Path": "/eodata/Sentinel-2/MSI/L1C/2023/07/26/S2B_MSIL1C_20230726T103629_N0509_R008_T31TCH_20230726T124257.SAFE", "Checksum": [ { "Value": "3105746c9c93ff4b68d5ddacdfd8c99e", "Algorithm": "MD5", "ChecksumDate": "2023-07-26T15:11:05.528310Z" }, { "Value": "aa97143d4e0b649cb5f57908ff9e5ace30724bd9327a893e3dfedc710b73b042", "Algorithm": "BLAKE3", "ChecksumDate": "2023-07-26T15:11:05.831116Z" } ], "ContentDate": { "Start": "2023-07-26T10:36:29.024000Z", "End": "2023-07-26T10:36:29.024000Z" }, "Footprint": "geography'SRID=4326;POLYGON ((1.1953856617882 42.3479389595905, 1.90469075283303 42.3588399177066, 1.9009430433533 42.5691961685615, 1.6516897137718 42.6061505936662, 1.59594444414778 42.6142216278189, 1.59564029347235 42.6132784600077, 1.59534717332922 42.6133202128559, 1.59526237732366 42.6130573978328, 1.59497100071655 42.613099047382, 1.59486553407781 42.612772277105, 1.59467536604652 42.6127995548697, 1.59457941673332 42.6125015932893, 1.59427597592052 42.6125456787945, 1.59427427242194 42.61254039263, 1.59406958308399 42.6125699419794, 1.5939831981086 42.6123018414639, 1.59370676853833 42.6123418866346, 1.59368472171448 42.6122734002125, 1.59362741956945 42.612281794874, 1.59360439662113 42.6122103716152, 1.59323608638546 42.6122639106904, 1.59311946154963 42.6119019977755, 1.59277557085917 42.6119521620494, 1.59271166464822 42.6117537465229, 1.59247106824902 42.6117889674572, 1.59239113481532 42.6115408775748, 1.59194460421439 42.6116064641663, 1.59184469434512 42.6112959068473, 1.29446336166784 42.6551135777296, 1.24566952312983 42.5096335352329, 1.1998656820394 42.3622606653301, 1.1953856617882 42.3479389595905))'", "GeoFootprint": { "type": "Polygon", "coordinates": [ [ [ 1.1953856617882, 42.3479389595905 ], [ 1.90469075283303, 42.3588399177066 ], [ 1.9009430433533, 42.5691961685615 ], [ 1.6516897137718, 42.6061505936662 ], [ 1.59594444414778, 42.6142216278189 ], [ 1.59564029347235, 42.6132784600077 ], [ 1.59534717332922, 42.6133202128559 ], [ 1.59526237732366, 42.6130573978328 ], [ 1.59497100071655, 42.613099047382 ], [ 1.59486553407781, 42.612772277105 ], [ 1.59467536604652, 42.6127995548697 ], [ 1.59457941673332, 42.6125015932893 ], [ 1.59427597592052, 42.6125456787945 ], [ 1.59427427242194, 42.61254039263 ], [ 1.59406958308399, 42.6125699419794 ], [ 1.5939831981086, 42.6123018414639 ], [ 1.59370676853833, 42.6123418866346 ], [ 1.59368472171448, 42.6122734002125 ], [ 1.59362741956945, 42.612281794874 ], [ 1.59360439662113, 42.6122103716152 ], [ 1.59323608638546, 42.6122639106904 ], [ 1.59311946154963, 42.6119019977755 ], [ 1.59277557085917, 42.6119521620494 ], [ 1.59271166464822, 42.6117537465229 ], [ 1.59247106824902, 42.6117889674572 ], [ 1.59239113481532, 42.6115408775748 ], [ 1.59194460421439, 42.6116064641663 ], [ 1.59184469434512, 42.6112959068473 ], [ 1.29446336166784, 42.6551135777296 ], [ 1.24566952312983, 42.5096335352329 ], [ 1.1998656820394, 42.3622606653301 ], [ 1.1953856617882, 42.3479389595905 ] ] ] } }, { "@odata.mediaContentType": "application/octet-stream", "Id": "e7bab00d-426c-4387-92f8-45388f1bf0ae", "Name": "S2A_MSIL1C_20230726T095031_N0509_R079_T33SUA_20230726T115159.SAFE", "ContentType": "application/octet-stream", "ContentLength": 739300564, "OriginDate": "2023-07-26T15:01:00.213000Z", "PublicationDate": "2023-07-26T15:11:11.653147Z", "ModificationDate": "2023-07-26T15:11:23.953467Z", "Online": true, "EvictionDate": "9999-12-31T23:59:59.999999Z", "S3Path": "/eodata/Sentinel-2/MSI/L1C/2023/07/26/S2A_MSIL1C_20230726T095031_N0509_R079_T33SUA_20230726T115159.SAFE", "Checksum": [ { "Value": "c2558a8a24514bfb49bdcb0802597e6b", "Algorithm": "MD5", "ChecksumDate": "2023-07-26T15:11:20.554843Z" }, { "Value": "e9f16ee4ec8ad3d2af5643ab83b467a4a551c2754a7609b3d3321f6eb63a6375", "Algorithm": "BLAKE3", "ChecksumDate": "2023-07-26T15:11:22.129938Z" } ], "ContentDate": { "Start": "2023-07-26T09:50:31.024000Z", "End": "2023-07-26T09:50:31.024000Z" }, "Footprint": "geography'SRID=4326;POLYGON ((12.7516200960461 37.0252757856351, 12.7800828083007 36.0361676980841, 13.9985480370358 36.0525410090586, 13.9856974615347 37.0422472422004, 12.7516200960461 37.0252757856351))'", "GeoFootprint": { "type": "Polygon", "coordinates": [ [ [ 12.7516200960461, 37.0252757856351 ], [ 12.7800828083007, 36.0361676980841 ], [ 13.9985480370358, 36.0525410090586 ], [ 13.9856974615347, 37.0422472422004 ], [ 12.7516200960461, 37.0252757856351 ] ] ] } }, { "@odata.mediaContentType": "application/octet-stream", "Id": "c2576ed6-24a3-4b38-8f29-7f5210a56b37", "Name": "S2A_MSIL1C_20230726T095031_N0509_R079_T35VLF_20230726T115159.SAFE", "ContentType": "application/octet-stream", "ContentLength": 706483640, "OriginDate": "2023-07-26T15:03:30.225000Z", "PublicationDate": "2023-07-26T15:11:18.075155Z", "ModificationDate": "2023-07-26T15:11:30.654783Z", "Online": true, "EvictionDate": "9999-12-31T23:59:59.999999Z", "S3Path": "/eodata/Sentinel-2/MSI/L1C/2023/07/26/S2A_MSIL1C_20230726T095031_N0509_R079_T35VLF_20230726T115159.SAFE", "Checksum": [ { "Value": "a6df88e7e98838a4663203c000769dfa", "Algorithm": "MD5", "ChecksumDate": "2023-07-26T15:11:28.304618Z" }, { "Value": "494ffbfb6c6f2d9e9a8930e6a1e35b041ff12e08d3de259d42305cd0f813fe75", "Algorithm": "BLAKE3", "ChecksumDate": "2023-07-26T15:11:30.396991Z" } ], "ContentDate": { "Start": "2023-07-26T09:50:31.024000Z", "End": "2023-07-26T09:50:31.024000Z" }, "Footprint": "geography'SRID=4326;POLYGON ((23.4673979594568 59.4906255999591, 23.5669133082946 58.5063720127335, 25.4504013722235 58.5429352473156, 25.4053934386545 59.5286335235506, 23.4673979594568 59.4906255999591))'", "GeoFootprint": { "type": "Polygon", "coordinates": [ [ [ 23.4673979594568, 59.4906255999591 ], [ 23.5669133082946, 58.5063720127335 ], [ 25.4504013722235, 58.5429352473156 ], [ 25.4053934386545, 59.5286335235506 ], [ 23.4673979594568, 59.4906255999591 ] ] ] } } ], "@odata.nextLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products?%24filter=Collection%2FName+eq+%27SENTINEL-2%27+and+Attributes%2FOData.CSC.StringAttribute%2Fany%28att%3Aatt%2FName+eq+%27productType%27+and+att%2FOData.CSC.StringAttribute%2FValue+eq+%27S2MSI1C%27%29+and+OData.CSC.Intersects%28area%3Dgeography%27SRID%3D4326%3BPOLYGON+%28%28-11+35%2C+27.5+35%2C+27.5+60%2C+-11+60%2C+-11+35%29%29%27%29&%24skip=20" }
Disclaimer¶
This is Work in Progress, only a limited subset of OData operators are supported for CDSE use cases only.
Contributions are welcome and appreciated.