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))
2026-04-27 14:16:01.905 | WARNING | pygeocdse.evaluator:wrapper:253 - GET https://catalogue.dataspace.copernicus.eu/odata/v1/Products?$filter=Collection/Name%20eq%20'SENTINEL-2'%20and%20Attributes/OData.CSC.StringAttribute/any(att:att/Name%20eq%20'productType'%20and%20att/OData.CSC.StringAttribute/Value%20eq%20'S2MSI1C')%20and%20OData.CSC.Intersects(area=geography'SRID=4326;POLYGON%20((-11%2035,%2027.5%2035,%2027.5%2060,%20-11%2060,%20-11%2035))')&$top=200&$expand=Assets&$expand=Attributes&$expand=Locations
2026-04-27 14:16:01.906 | WARNING | pygeocdse.evaluator:wrapper:263 - > Host: catalogue.dataspace.copernicus.eu
2026-04-27 14:16:01.907 | WARNING | pygeocdse.evaluator:wrapper:263 - > Accept: */*
2026-04-27 14:16:01.907 | WARNING | pygeocdse.evaluator:wrapper:263 - > Accept-Encoding: gzip, deflate
2026-04-27 14:16:01.908 | WARNING | pygeocdse.evaluator:wrapper:263 - > Connection: keep-alive
2026-04-27 14:16:01.908 | WARNING | pygeocdse.evaluator:wrapper:263 - > User-Agent: python-httpx/0.28.1
2026-04-27 14:16:01.908 | WARNING | pygeocdse.evaluator:wrapper:263 - > Prefer: odata.maxpagesize=20
2026-04-27 14:16:01.909 | WARNING | pygeocdse.evaluator:wrapper:265 - >
2026-04-27 14:16:19.345 | SUCCESS | pygeocdse.evaluator:wrapper:288 - < 200 OK
2026-04-27 14:16:19.346 | SUCCESS | pygeocdse.evaluator:wrapper:292 - < date: Mon, 27 Apr 2026 14:16:18 GMT
2026-04-27 14:16:19.346 | SUCCESS | pygeocdse.evaluator:wrapper:292 - < content-type: application/json
2026-04-27 14:16:19.347 | SUCCESS | pygeocdse.evaluator:wrapper:292 - < content-length: 921408
2026-04-27 14:16:19.348 | SUCCESS | pygeocdse.evaluator:wrapper:292 - < connection: keep-alive
2026-04-27 14:16:19.348 | SUCCESS | pygeocdse.evaluator:wrapper:292 - < request-id: 3680bff1-bb64-46ea-8962-b35fafc34f72
2026-04-27 14:16:19.349 | SUCCESS | pygeocdse.evaluator:wrapper:292 - < x-envoy-upstream-service-time: 15278
2026-04-27 14:16:19.349 | SUCCESS | pygeocdse.evaluator:wrapper:292 - < strict-transport-security: max-age=15724800; includeSubDomains
2026-04-27 14:16:19.349 | SUCCESS | pygeocdse.evaluator:wrapper:292 - < access-control-allow-origin: *
2026-04-27 14:16:19.350 | SUCCESS | pygeocdse.evaluator:wrapper:292 - < access-control-allow-credentials: true
2026-04-27 14:16:19.350 | SUCCESS | pygeocdse.evaluator:wrapper:292 - < access-control-allow-methods: GET, PUT, POST, DELETE, PATCH, OPTIONS
2026-04-27 14:16:19.351 | SUCCESS | pygeocdse.evaluator:wrapper:292 - < access-control-allow-headers: DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization
2026-04-27 14:16:19.351 | SUCCESS | pygeocdse.evaluator:wrapper:292 - < access-control-max-age: 1728000
2026-04-27 14:16:19.351 | SUCCESS | pygeocdse.evaluator:wrapper:294 -
2026-04-27 14:16:19.352 | SUCCESS | pygeocdse.evaluator:wrapper:297 - {"@odata.context":"$metadata#Products(Assets(),Attributes(),Locations())","value":[{"@odata.mediaContentType":"application/octet-stream","Id":"a5b6cf23-37d4-4caa-b41c-0ebb7b786d4f","Name":"S2A_MSIL1C_20150925T102026_N0500_R065_T31SFA_20231015T151854.SAFE","ContentType":"application/octet-stream","ContentLength":594326127,"OriginDate":"2024-05-29T06:45:21.797000Z","PublicationDate":"2024-05-29T08:02:47.416686Z","ModificationDate":"2025-06-03T03:22:17.366318Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/25/S2A_MSIL1C_20150925T102026_N0500_R065_T31SFA_20231015T151854.SAFE","Checksum":[{"Value":"4cb573a56156182a2612193c44bdfdd9","Algorithm":"MD5","ChecksumDate":"2025-06-03T03:22:15.575144Z"},{"Value":"a23c32af902f34d51e1e92bdf907cd15101f418e0bb8a24dc82ad279ad5d551f","Algorithm":"BLAKE3","ChecksumDate":"2025-06-03T03:22:16.485592Z"}],"ContentDate":{"Start":"2015-09-25T10:20:26.027000Z","End":"2015-09-25T10:20:26.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((4.36936958624773 36.0478655663693, 5.32861422947231 36.0341050488195, 5.35846754627876 37.0231378025631, 4.64542067795778 37.033606133609, 4.63526943853948 36.9976846206414, 4.59371789778051 36.8502964067506, 4.55469279002645 36.7020704473729, 4.51402721082055 36.5542955697886, 4.46919249432583 36.4077239034386, 4.42825157895174 36.2600019983427, 4.38702164550277 36.11238384525, 4.36936958624773 36.0478655663693))'","GeoFootprint":{"type":"Polygon","coordinates":[[[4.36936958624773,36.0478655663693],[5.32861422947231,36.0341050488195],[5.35846754627876,37.0231378025631],[4.64542067795778,37.033606133609],[4.63526943853948,36.9976846206414],[4.59371789778051,36.8502964067506],[4.55469279002645,36.7020704473729],[4.51402721082055,36.5542955697886],[4.46919249432583,36.4077239034386],[4.42825157895174,36.2600019983427],[4.38702164550277,36.11238384525],[4.36936958624773,36.0478655663693]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31SFA","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":19.8287273806201,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T151854_S20150925T102659_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1349,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T15:18:54.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150925T102026_001349_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":65,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-25T10:20:26.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-25T10:20:26.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"a15d17d6-e8df-482b-9b08-bdec61e60478","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(a15d17d6-e8df-482b-9b08-bdec61e60478)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/25/S2A_MSIL1C_20150925T102026_N0500_R065_T31SFA_20231015T151854.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(a5b6cf23-37d4-4caa-b41c-0ebb7b786d4f)/$value","ContentLength":594326127,"Checksum":[{"Value":"4cb573a56156182a2612193c44bdfdd9","Algorithm":"MD5","ChecksumDate":"2025-06-03T03:22:15.575144Z"},{"Value":"a23c32af902f34d51e1e92bdf907cd15101f418e0bb8a24dc82ad279ad5d551f","Algorithm":"BLAKE3","ChecksumDate":"2025-06-03T03:22:16.485592Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/25/S2A_MSIL1C_20150925T102026_N0500_R065_T31SFA_20231015T151854.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"2e9de246-6fa9-46bc-8c81-f8af5c73fcaa","Name":"S2A_MSIL1C_20150928T103036_N0500_R108_T31SGA_20231015T170410.SAFE","ContentType":"application/octet-stream","ContentLength":88243441,"OriginDate":"2024-05-30T05:05:24.998000Z","PublicationDate":"2024-05-30T05:12:07.021704Z","ModificationDate":"2025-06-03T03:22:32.790508Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31SGA_20231015T170410.SAFE","Checksum":[{"Value":"c6016d29ca25217e88c23c47c2111e04","Algorithm":"MD5","ChecksumDate":"2025-06-03T03:22:32.323074Z"},{"Value":"a2fa71312170272d96d0e8b49ac1cef1adeae62e4fab3cb4da4609abd2d5de49","Algorithm":"BLAKE3","ChecksumDate":"2025-06-03T03:22:32.504651Z"}],"ContentDate":{"Start":"2015-09-28T10:30:36.027000Z","End":"2015-09-28T10:30:36.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((5.52921018392821 37.0184902515117, 5.24793054302468 37.0252843030289, 5.22078647552738 36.0818119881622, 5.2217964796259 36.0848928179059, 5.26911407757778 36.2318605731421, 5.3171573620147 36.3786443080902, 5.36573144348035 36.5252830999837, 5.41554818591138 36.6715060075421, 5.46341882337031 36.8181912018109, 5.51153275204083 36.9648397955319, 5.52921018392821 37.0184902515117))'","GeoFootprint":{"type":"Polygon","coordinates":[[[5.52921018392821,37.0184902515117],[5.24793054302468,37.0252843030289],[5.22078647552738,36.0818119881622],[5.2217964796259,36.0848928179059],[5.26911407757778,36.2318605731421],[5.3171573620147,36.3786443080902],[5.36573144348035,36.5252830999837],[5.41554818591138,36.6715060075421],[5.46341882337031,36.8181912018109],[5.51153275204083,36.9648397955319],[5.52921018392821,37.0184902515117]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31SGA","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.139787161002403,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T170410_S20150928T103701_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1392,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T17:04:10.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150928T103036_001392_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":108,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-28T10:30:36.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-28T10:30:36.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"d2413d43-3c1c-468f-90b1-e8b931ce8f37","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(d2413d43-3c1c-468f-90b1-e8b931ce8f37)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31SGA_20231015T170410.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(2e9de246-6fa9-46bc-8c81-f8af5c73fcaa)/$value","ContentLength":88243441,"Checksum":[{"Value":"c6016d29ca25217e88c23c47c2111e04","Algorithm":"MD5","ChecksumDate":"2025-06-03T03:22:32.323074Z"},{"Value":"a2fa71312170272d96d0e8b49ac1cef1adeae62e4fab3cb4da4609abd2d5de49","Algorithm":"BLAKE3","ChecksumDate":"2025-06-03T03:22:32.504651Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31SGA_20231015T170410.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"84bd5d94-c452-45bd-b88e-1bce2ef5e34d","Name":"S2A_MSIL1C_20150925T102026_N0500_R065_T31SEU_20231015T151854.SAFE","ContentType":"application/octet-stream","ContentLength":155685514,"OriginDate":"2024-05-29T06:38:20.774000Z","PublicationDate":"2024-05-29T07:48:32.984855Z","ModificationDate":"2025-06-03T03:22:43.428553Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/25/S2A_MSIL1C_20150925T102026_N0500_R065_T31SEU_20231015T151854.SAFE","Checksum":[{"Value":"d2d29af03df972805deba39bd0ef6c2e","Algorithm":"MD5","ChecksumDate":"2025-06-03T03:22:42.920822Z"},{"Value":"c1997a166b626814f14ce71d05eed213e24dee6bb459064fd805e8ecfdcbd93d","Algorithm":"BLAKE3","ChecksumDate":"2025-06-03T03:22:43.166651Z"}],"ContentDate":{"Start":"2015-09-25T10:20:26.027000Z","End":"2015-09-25T10:20:26.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((3.87461409513323 34.2486683877293, 4.19219818904784 34.2471243768696, 4.20650672552768 35.2370638906022, 4.14422716155762 35.2373742659623, 4.14140473512524 35.2270138931775, 4.10179609146068 35.0792726235543, 4.06198986345874 34.9315378423555, 4.0212621981003 34.7840401945687, 3.98076361812783 34.6364090110231, 3.94073011858865 34.4885893014217, 3.89985140241286 34.3410621566686, 3.87461409513323 34.2486683877293))'","GeoFootprint":{"type":"Polygon","coordinates":[[[3.87461409513323,34.2486683877293],[4.19219818904784,34.2471243768696],[4.20650672552768,35.2370638906022],[4.14422716155762,35.2373742659623],[4.14140473512524,35.2270138931775],[4.10179609146068,35.0792726235543],[4.06198986345874,34.9315378423555],[4.0212621981003,34.7840401945687],[3.98076361812783,34.6364090110231],[3.94073011858865,34.4885893014217],[3.89985140241286,34.3410621566686],[3.87461409513323,34.2486683877293]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31SEU","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":25.8594222272227,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T151854_S20150925T102659_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1349,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T15:18:54.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150925T102026_001349_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":65,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-25T10:20:26.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-25T10:20:26.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"26520fd0-922e-4102-a459-bc2109f237e7","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(26520fd0-922e-4102-a459-bc2109f237e7)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/25/S2A_MSIL1C_20150925T102026_N0500_R065_T31SEU_20231015T151854.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(84bd5d94-c452-45bd-b88e-1bce2ef5e34d)/$value","ContentLength":155685514,"Checksum":[{"Value":"d2d29af03df972805deba39bd0ef6c2e","Algorithm":"MD5","ChecksumDate":"2025-06-03T03:22:42.920822Z"},{"Value":"c1997a166b626814f14ce71d05eed213e24dee6bb459064fd805e8ecfdcbd93d","Algorithm":"BLAKE3","ChecksumDate":"2025-06-03T03:22:43.166651Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/25/S2A_MSIL1C_20150925T102026_N0500_R065_T31SEU_20231015T151854.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"8e9fff9e-e4ce-4ae2-8d58-2d10648bd070","Name":"S2A_MSIL1C_20150704T101006_N0500_R022_T33TUJ_20231011T134419.SAFE","ContentType":"application/octet-stream","ContentLength":309491044,"OriginDate":"2024-06-11T19:18:13.068000Z","PublicationDate":"2024-06-11T19:26:33.304328Z","ModificationDate":"2025-06-17T09:31:21.178356Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33TUJ_20231011T134419.SAFE","Checksum":[{"Value":"a7614930aa93c5a385ebc4254cd44040","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:20.345011Z"},{"Value":"238d556ad63e5a1f36915c7ca568f84e67d37df1f814bd693c0303afb9c31d93","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:20.861885Z"}],"ContentDate":{"Start":"2015-07-04T10:10:06.027000Z","End":"2015-07-04T10:10:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((13.1899222656268 44.237006239399, 12.4959285929038 44.2259641547634, 12.5367723231367 43.2382625533271, 12.7950868772749 43.2422998174179, 12.8444811146014 43.368062653966, 12.9017577040322 43.5138796148191, 12.9598041587123 43.6596239839945, 13.017740109289 43.805450927528, 13.0757154419478 43.9512940412177, 13.133897160282 44.0970417468386, 13.1899222656268 44.237006239399))'","GeoFootprint":{"type":"Polygon","coordinates":[[[13.1899222656268,44.237006239399],[12.4959285929038,44.2259641547634],[12.5367723231367,43.2382625533271],[12.7950868772749,43.2422998174179],[12.8444811146014,43.368062653966],[12.9017577040322,43.5138796148191],[12.9598041587123,43.6596239839945],[13.017740109289,43.805450927528],[13.0757154419478,43.9512940412177],[13.133897160282,44.0970417468386],[13.1899222656268,44.237006239399]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33TUJ","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.812570034370385,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":162,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T13:44:19.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150704T101006_000162_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"1da58d25-decf-47ec-a03e-703f9c61de33","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(1da58d25-decf-47ec-a03e-703f9c61de33)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33TUJ_20231011T134419.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(8e9fff9e-e4ce-4ae2-8d58-2d10648bd070)/$value","ContentLength":309491044,"Checksum":[{"Value":"a7614930aa93c5a385ebc4254cd44040","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:20.345011Z"},{"Value":"238d556ad63e5a1f36915c7ca568f84e67d37df1f814bd693c0303afb9c31d93","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:20.861885Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33TUJ_20231011T134419.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"d5a86070-0a63-4a33-8b5a-6e1f9e730dda","Name":"S2A_MSIL1C_20150924T105417_N0500_R051_T31SBU_20231015T155509.SAFE","ContentType":"application/octet-stream","ContentLength":50493494,"OriginDate":"2024-05-29T00:38:37.498000Z","PublicationDate":"2024-05-29T00:51:19.676190Z","ModificationDate":"2025-06-03T03:23:52.849464Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105417_N0500_R051_T31SBU_20231015T155509.SAFE","Checksum":[{"Value":"c97eee9288edf3d4ca9b2a9a91e2dccc","Algorithm":"MD5","ChecksumDate":"2025-06-03T03:23:52.508667Z"},{"Value":"ef5e1c6470b9cce3be92d806dff971ed498beaaf5a723d447a7c4fe74f580068","Algorithm":"BLAKE3","ChecksumDate":"2025-06-03T03:23:52.595692Z"}],"ContentDate":{"Start":"2015-09-24T10:54:17.512000Z","End":"2015-09-24T10:54:17.512000Z"},"Footprint":"geography'SRID=4326;POLYGON ((-0.095581055 35.2026503238049, -0.29519653 35.1982077227238, -0.27334595 34.6448587077395, -0.24386597 34.7375447089516, -0.19717407 34.8841691769897, -0.1506958 35.0309138947912, -0.10360718 35.1776904960815, -0.095581055 35.2026503238049))'","GeoFootprint":{"type":"Polygon","coordinates":[[[-0.095581055,35.2026503238049],[-0.29519653,35.1982077227238],[-0.27334595,34.6448587077395],[-0.24386597,34.7375447089516],[-0.19717407,34.8841691769897],[-0.1506958,35.0309138947912],[-0.10360718,35.1776904960815],[-0.095581055,35.2026503238049]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31SBU","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":73.6626551165029,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T155509_S20150924T105952_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1335,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T15:55:09.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150924T105417_001335_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":51,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-24T10:54:17.512000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-24T10:54:17.512000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"a9ad3d3c-1f7d-4ec3-9a4b-7053bc7f4aeb","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(a9ad3d3c-1f7d-4ec3-9a4b-7053bc7f4aeb)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105417_N0500_R051_T31SBU_20231015T155509.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(d5a86070-0a63-4a33-8b5a-6e1f9e730dda)/$value","ContentLength":50493494,"Checksum":[{"Value":"c97eee9288edf3d4ca9b2a9a91e2dccc","Algorithm":"MD5","ChecksumDate":"2025-06-03T03:23:52.508667Z"},{"Value":"ef5e1c6470b9cce3be92d806dff971ed498beaaf5a723d447a7c4fe74f580068","Algorithm":"BLAKE3","ChecksumDate":"2025-06-03T03:23:52.595692Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105417_N0500_R051_T31SBU_20231015T155509.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"2e8697e6-12cc-4caa-91b2-0c1217d134b3","Name":"S2A_MSIL1C_20150706T105016_N0500_R051_T31SBU_20231009T094109.SAFE","ContentType":"application/octet-stream","ContentLength":61365040,"OriginDate":"2024-06-07T00:00:05.919000Z","PublicationDate":"2024-06-07T00:05:50.815072Z","ModificationDate":"2025-06-17T09:31:08.679871Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31SBU_20231009T094109.SAFE","Checksum":[{"Value":"58c39cfa31b08f6a2bf03ef17eefd566","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:08.252167Z"},{"Value":"87ec3fd7cbf93c1397ca597f66ead2c0de8dbaa37122dc367d37b156d380ae28","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:08.359962Z"}],"ContentDate":{"Start":"2015-07-06T10:50:16.027000Z","End":"2015-07-06T10:50:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((-0.093776597226807 35.2026903503532, -0.295183544183734 35.1982077227238, -0.273239927942569 34.6420824105926, -0.23784474675837 34.7523290455148, -0.190644721056189 34.8991732535266, -0.143879945341613 35.0461153788635, -0.096879384947955 35.192985917741, -0.093776597226807 35.2026903503532))'","GeoFootprint":{"type":"Polygon","coordinates":[[[-0.093776597226807,35.2026903503532],[-0.295183544183734,35.1982077227238],[-0.273239927942569,34.6420824105926],[-0.23784474675837,34.7523290455148],[-0.190644721056189,34.8991732535266],[-0.143879945341613,35.0461153788635],[-0.096879384947955,35.192985917741],[-0.093776597226807,35.2026903503532]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31SBU","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.0,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":191,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T09:41:09.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150706T105016_000191_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":51,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"680fd216-0bd0-408b-b03b-7d75dadea54c","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(680fd216-0bd0-408b-b03b-7d75dadea54c)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31SBU_20231009T094109.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(2e8697e6-12cc-4caa-91b2-0c1217d134b3)/$value","ContentLength":61365040,"Checksum":[{"Value":"58c39cfa31b08f6a2bf03ef17eefd566","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:08.252167Z"},{"Value":"87ec3fd7cbf93c1397ca597f66ead2c0de8dbaa37122dc367d37b156d380ae28","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:08.359962Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31SBU_20231009T094109.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"35462a9a-641f-4c2c-bb4c-d5711190c461","Name":"S2A_MSIL1C_20150929T100358_N0500_R122_T33UVS_20231015T131435.SAFE","ContentType":"application/octet-stream","ContentLength":352274903,"OriginDate":"2024-05-28T08:54:42.930000Z","PublicationDate":"2024-05-28T09:15:58.270779Z","ModificationDate":"2025-06-22T22:19:05.815658Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/29/S2A_MSIL1C_20150929T100358_N0500_R122_T33UVS_20231015T131435.SAFE","Checksum":[{"Value":"8bcaa3e7e3db93053391af81cfb2d391","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:19:04.310199Z"},{"Value":"1204110e94d294c078f4f31483f18199d3befc8063c6e5fc3cfe2227395c7e9d","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:19:04.847471Z"}],"ContentDate":{"Start":"2015-09-29T10:03:58.514000Z","End":"2015-09-29T10:03:58.514000Z"},"Footprint":"geography'SRID=4326;POLYGON ((14.1481613371976 50.4583112490254, 15.1375124947581 50.4637171677759, 15.1395206551881 51.1368946338377, 15.0288797405447 51.1523352235312, 14.8339188040523 51.1791764494809, 14.8339666640402 51.1792910890071, 14.8049166512005 51.1833009361083, 14.8048157549683 51.1830568805971, 14.4956830940298 51.2258592190641, 14.4611295339962 51.2305340585581, 14.4024304648911 51.0848971031755, 14.3431300034842 50.9390133429144, 14.2841396865659 50.7930430950965, 14.2245955342474 50.6472438891451, 14.1653751586075 50.5013680085781, 14.1481613371976 50.4583112490254))'","GeoFootprint":{"type":"Polygon","coordinates":[[[14.1481613371976,50.4583112490254],[15.1375124947581,50.4637171677759],[15.1395206551881,51.1368946338377],[15.0288797405447,51.1523352235312],[14.8339188040523,51.1791764494809],[14.8339666640402,51.1792910890071],[14.8049166512005,51.1833009361083],[14.8048157549683,51.1830568805971],[14.4956830940298,51.2258592190641],[14.4611295339962,51.2305340585581],[14.4024304648911,51.0848971031755],[14.3431300034842,50.9390133429144],[14.2841396865659,50.7930430950965],[14.2245955342474,50.6472438891451],[14.1653751586075,50.5013680085781],[14.1481613371976,50.4583112490254]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33UVS","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":44.725399687226,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T131435_S20150929T100633_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1406,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T13:14:35.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150929T100358_001406_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":122,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-29T10:03:58.514000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-29T10:03:58.514000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"fadda15d-8f31-4588-8ffd-395acdbe1f1b","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(fadda15d-8f31-4588-8ffd-395acdbe1f1b)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/29/S2A_MSIL1C_20150929T100358_N0500_R122_T33UVS_20231015T131435.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(35462a9a-641f-4c2c-bb4c-d5711190c461)/$value","ContentLength":352274903,"Checksum":[{"Value":"8bcaa3e7e3db93053391af81cfb2d391","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:19:04.310199Z"},{"Value":"1204110e94d294c078f4f31483f18199d3befc8063c6e5fc3cfe2227395c7e9d","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:19:04.847471Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/29/S2A_MSIL1C_20150929T100358_N0500_R122_T33UVS_20231015T131435.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"a8dc493a-983a-483b-8ccf-6b7e08d15455","Name":"S2A_MSIL1C_20150925T102026_N0500_R065_T32SMF_20231015T151854.SAFE","ContentType":"application/octet-stream","ContentLength":45823117,"OriginDate":"2024-05-29T06:36:20.308000Z","PublicationDate":"2024-05-29T07:41:32.715900Z","ModificationDate":"2025-06-03T03:28:11.245945Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/25/S2A_MSIL1C_20150925T102026_N0500_R065_T32SMF_20231015T151854.SAFE","Checksum":[{"Value":"c40821d70736f5e09a5fc37be64c7821","Algorithm":"MD5","ChecksumDate":"2025-06-03T03:28:10.869003Z"},{"Value":"c00731351fa277310ab00a0007f8bb9c8ae7fe8952bd2cc2dd0b6d35fe91ba0a","Algorithm":"BLAKE3","ChecksumDate":"2025-06-03T03:28:10.955879Z"}],"ContentDate":{"Start":"2015-09-25T10:20:26.027000Z","End":"2015-09-25T10:20:26.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((8.05506511913507 37.0420198951214, 7.87506473735341 37.0412497845221, 7.88251443005952 36.5239204336875, 7.92785305414125 36.6579391011088, 7.97640369004609 36.8047818522449, 8.02503329755777 36.9516736396753, 8.05506511913507 37.0420198951214))'","GeoFootprint":{"type":"Polygon","coordinates":[[[8.05506511913507,37.0420198951214],[7.87506473735341,37.0412497845221],[7.88251443005952,36.5239204336875],[7.92785305414125,36.6579391011088],[7.97640369004609,36.8047818522449],[8.02503329755777,36.9516736396753],[8.05506511913507,37.0420198951214]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32SMF","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":69.2246353018434,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T151854_S20150925T102659_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1349,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T15:18:54.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150925T102026_001349_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":65,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-25T10:20:26.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-25T10:20:26.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"53fc7ce9-4433-43f1-93c0-bd0bfc2b770d","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(53fc7ce9-4433-43f1-93c0-bd0bfc2b770d)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/25/S2A_MSIL1C_20150925T102026_N0500_R065_T32SMF_20231015T151854.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(a8dc493a-983a-483b-8ccf-6b7e08d15455)/$value","ContentLength":45823117,"Checksum":[{"Value":"c40821d70736f5e09a5fc37be64c7821","Algorithm":"MD5","ChecksumDate":"2025-06-03T03:28:10.869003Z"},{"Value":"c00731351fa277310ab00a0007f8bb9c8ae7fe8952bd2cc2dd0b6d35fe91ba0a","Algorithm":"BLAKE3","ChecksumDate":"2025-06-03T03:28:10.955879Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/25/S2A_MSIL1C_20150925T102026_N0500_R065_T32SMF_20231015T151854.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"dc979613-6f0a-439b-9962-9420777c3259","Name":"S2A_MSIL1C_20150831T111056_N0500_R137_T31UDT_20231009T113151.SAFE","ContentType":"application/octet-stream","ContentLength":39770439,"OriginDate":"2024-06-04T15:23:02.501000Z","PublicationDate":"2024-06-04T15:31:10.764205Z","ModificationDate":"2025-06-22T23:04:28.214213Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T111056_N0500_R137_T31UDT_20231009T113151.SAFE","Checksum":[{"Value":"af37dd395b258bea21323ab346e2d0be","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:27.669440Z"},{"Value":"36ef1cd77314fb05cfb51c17c4d5cc762688d28c6064574ed0ceccef8a46592b","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:27.757006Z"}],"ContentDate":{"Start":"2015-08-31T11:10:56.027000Z","End":"2015-08-31T11:10:56.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((1.6509917592968 51.9824953656365, 1.6992528432163 52.0735876244286, 1.77584201522134 52.2173739345053, 1.84320364789127 52.3430956207467, 1.53152890258829 52.3413478028532, 1.54225579561562 52.0081886923958, 1.6509917592968 51.9824953656365))'","GeoFootprint":{"type":"Polygon","coordinates":[[[1.6509917592968,51.9824953656365],[1.6992528432163,52.0735876244286],[1.77584201522134,52.2173739345053],[1.84320364789127,52.3430956207467],[1.53152890258829,52.3413478028532],[1.54225579561562,52.0081886923958],[1.6509917592968,51.9824953656365]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31UDT","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":100.0,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T113151_S20150831T111059_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":992,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T11:31:51.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150831T111056_000992_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":137,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-31T11:10:56.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-31T11:10:56.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"cac1668c-0d4e-4cfd-8485-69d7a3c5a95b","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(cac1668c-0d4e-4cfd-8485-69d7a3c5a95b)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T111056_N0500_R137_T31UDT_20231009T113151.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(dc979613-6f0a-439b-9962-9420777c3259)/$value","ContentLength":39770439,"Checksum":[{"Value":"af37dd395b258bea21323ab346e2d0be","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:27.669440Z"},{"Value":"36ef1cd77314fb05cfb51c17c4d5cc762688d28c6064574ed0ceccef8a46592b","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:27.757006Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T111056_N0500_R137_T31UDT_20231009T113151.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"154c0c13-4f6b-4d17-b908-e3e1c67d2952","Name":"S2A_MSIL1C_20150929T100358_N0500_R122_T33UWS_20231015T131435.SAFE","ContentType":"application/octet-stream","ContentLength":518691371,"OriginDate":"2024-05-28T08:54:53.304000Z","PublicationDate":"2024-05-28T09:33:22.763487Z","ModificationDate":"2025-06-22T22:19:16.018812Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/29/S2A_MSIL1C_20150929T100358_N0500_R122_T33UWS_20231015T131435.SAFE","Checksum":[{"Value":"9e30a5ecca29a2419659df6727d9e77f","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:19:14.756622Z"},{"Value":"58100f93eaeddad8b24cb2f39883c66ab9bd27e15e0e33dcc6861c24b7465ce3","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:19:15.544663Z"}],"ContentDate":{"Start":"2015-09-29T10:03:58.514000Z","End":"2015-09-29T10:03:58.514000Z"},"Footprint":"geography'SRID=4326;POLYGON ((14.9997139781391 51.1563506167316, 14.9997182116692 50.4637984017553, 16.5464364414626 50.453523278919, 16.5614846996716 50.9021486395126, 16.511841987291 50.9113851423961, 16.5120406003452 50.9118243410512, 16.5042615607043 50.9131999241162, 16.498286680739 50.914312631576, 16.4967255260588 50.9145884619741, 16.4967021461113 50.9145366704467, 16.4965276735372 50.9145675227793, 16.4964619938876 50.914422042324, 16.188313932634 50.9689868878686, 16.1883521396143 50.9690729759257, 16.1863301037477 50.9694302364619, 16.1848436908127 50.9696832218931, 16.1673553741594 50.9727757157397, 16.1673075965126 50.9726678409539, 16.1636463100857 50.9732909868534, 16.1636180475385 50.9732271058633, 15.8519826705474 51.0261742830219, 15.8522097821685 51.026695081079, 15.8385930528534 51.0288334869883, 15.8385556735135 51.0287478967942, 15.7810179218599 51.0378588029119, 15.5205921889121 51.0787049907794, 15.5206196780101 51.0787688369569, 15.5205624141178 51.0787778298246, 15.5206280701195 51.0789308242717, 15.5186909883635 51.079228893942, 15.5021123502587 51.0818367776153, 15.5001639240883 51.0821370989926, 15.5001076755758 51.0820058638844, 15.2224782341427 51.1247942937374, 15.1771019666822 51.1317644349037, 15.1771125375936 51.1317894923313, 15.1766210297147 51.1318651234144, 15.1766769152246 51.1319978868938, 15.1680713347233 51.1333243111778, 15.1637706733826 51.1339209393063, 15.1636070539821 51.1335332353698, 15.0288797405447 51.1523352235312, 14.9997139781391 51.1563506167316))'","GeoFootprint":{"type":"Polygon","coordinates":[[[14.9997139781391,51.1563506167316],[14.9997182116692,50.4637984017553],[16.5464364414626,50.453523278919],[16.5614846996716,50.9021486395126],[16.511841987291,50.9113851423961],[16.5120406003452,50.9118243410512],[16.5042615607043,50.9131999241162],[16.498286680739,50.914312631576],[16.4967255260588,50.9145884619741],[16.4967021461113,50.9145366704467],[16.4965276735372,50.9145675227793],[16.4964619938876,50.914422042324],[16.188313932634,50.9689868878686],[16.1883521396143,50.9690729759257],[16.1863301037477,50.9694302364619],[16.1848436908127,50.9696832218931],[16.1673553741594,50.9727757157397],[16.1673075965126,50.9726678409539],[16.1636463100857,50.9732909868534],[16.1636180475385,50.9732271058633],[15.8519826705474,51.0261742830219],[15.8522097821685,51.026695081079],[15.8385930528534,51.0288334869883],[15.8385556735135,51.0287478967942],[15.7810179218599,51.0378588029119],[15.5205921889121,51.0787049907794],[15.5206196780101,51.0787688369569],[15.5205624141178,51.0787778298246],[15.5206280701195,51.0789308242717],[15.5186909883635,51.079228893942],[15.5021123502587,51.0818367776153],[15.5001639240883,51.0821370989926],[15.5001076755758,51.0820058638844],[15.2224782341427,51.1247942937374],[15.1771019666822,51.1317644349037],[15.1771125375936,51.1317894923313],[15.1766210297147,51.1318651234144],[15.1766769152246,51.1319978868938],[15.1680713347233,51.1333243111778],[15.1637706733826,51.1339209393063],[15.1636070539821,51.1335332353698],[15.0288797405447,51.1523352235312],[14.9997139781391,51.1563506167316]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33UWS","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":66.6652472547205,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T131435_S20150929T100633_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1406,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T13:14:35.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150929T100358_001406_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":122,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-29T10:03:58.514000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-29T10:03:58.514000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"de4830ce-0a59-45fa-9491-c2e233902ca0","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(de4830ce-0a59-45fa-9491-c2e233902ca0)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/29/S2A_MSIL1C_20150929T100358_N0500_R122_T33UWS_20231015T131435.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(154c0c13-4f6b-4d17-b908-e3e1c67d2952)/$value","ContentLength":518691371,"Checksum":[{"Value":"9e30a5ecca29a2419659df6727d9e77f","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:19:14.756622Z"},{"Value":"58100f93eaeddad8b24cb2f39883c66ab9bd27e15e0e33dcc6861c24b7465ce3","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:19:15.544663Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/29/S2A_MSIL1C_20150929T100358_N0500_R122_T33UWS_20231015T131435.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"c147706d-4294-43bb-afd3-0513800c7a0a","Name":"S2A_MSIL1C_20150704T101006_N0500_R022_T32TNT_20231011T134419.SAFE","ContentType":"application/octet-stream","ContentLength":47725836,"OriginDate":"2024-06-11T19:00:06.545000Z","PublicationDate":"2024-06-11T19:05:38.679394Z","ModificationDate":"2025-06-17T09:31:11.509580Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TNT_20231011T134419.SAFE","Checksum":[{"Value":"a1aaff2709199769f74f47b0206a109f","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:11.087032Z"},{"Value":"604b1f33fb9aacca7d1b297fbd53ac1346aa56b089b2a019e5582e9dc0cde5f4","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:11.204195Z"}],"ContentDate":{"Start":"2015-07-04T10:10:06.027000Z","End":"2015-07-04T10:10:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((10.2813815545472 46.857638512112, 10.44014982441 46.8566398819074, 10.4535241507292 47.3435847974528, 10.4258933210779 47.2662548398685, 10.3766895642014 47.1189142392951, 10.3230962842209 46.9727336583698, 10.2813815545472 46.857638512112))'","GeoFootprint":{"type":"Polygon","coordinates":[[[10.2813815545472,46.857638512112],[10.44014982441,46.8566398819074],[10.4535241507292,47.3435847974528],[10.4258933210779,47.2662548398685],[10.3766895642014,47.1189142392951],[10.3230962842209,46.9727336583698],[10.2813815545472,46.857638512112]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32TNT","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":11.4551259473032,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":162,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T13:44:19.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150704T101006_000162_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"1263ebf6-cdbb-48a4-ad7d-9a9be79e3f48","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(1263ebf6-cdbb-48a4-ad7d-9a9be79e3f48)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TNT_20231011T134419.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(c147706d-4294-43bb-afd3-0513800c7a0a)/$value","ContentLength":47725836,"Checksum":[{"Value":"a1aaff2709199769f74f47b0206a109f","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:11.087032Z"},{"Value":"604b1f33fb9aacca7d1b297fbd53ac1346aa56b089b2a019e5582e9dc0cde5f4","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:11.204195Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TNT_20231011T134419.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"0bbb8916-4060-45ec-855b-4c9ffd7c4cf5","Name":"S2A_MSIL1C_20150704T101006_N0500_R022_T32TNS_20231011T134419.SAFE","ContentType":"application/octet-stream","ContentLength":203084003,"OriginDate":"2024-06-11T19:10:06.971000Z","PublicationDate":"2024-06-11T19:16:13.739669Z","ModificationDate":"2025-06-17T09:31:11.579275Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TNS_20231011T134419.SAFE","Checksum":[{"Value":"c8349727b7318e15e0fbd895ad6c2cdc","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:10.782027Z"},{"Value":"b4a5279e1b1f5c74490c3a8ae6abcb2e7e2ab40ac2998ce338b57e8b3f24af4b","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:11.163776Z"}],"ContentDate":{"Start":"2015-07-04T10:10:06.027000Z","End":"2015-07-04T10:10:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((9.96163517168289 45.9595898395645, 10.4166561016066 45.9567698590758, 10.4425080979455 46.9446214414028, 10.3132025733054 46.9454359121358, 10.2700644445654 46.826413464299, 10.2188795152706 46.679626790603, 10.16586270708 46.5333143947803, 10.1131566454541 46.3868993556898, 10.0627119565681 46.2399215957223, 10.010374866337 46.0935588604884, 9.96163517168289 45.9595898395645))'","GeoFootprint":{"type":"Polygon","coordinates":[[[9.96163517168289,45.9595898395645],[10.4166561016066,45.9567698590758],[10.4425080979455,46.9446214414028],[10.3132025733054,46.9454359121358],[10.2700644445654,46.826413464299],[10.2188795152706,46.679626790603],[10.16586270708,46.5333143947803],[10.1131566454541,46.3868993556898],[10.0627119565681,46.2399215957223],[10.010374866337,46.0935588604884],[9.96163517168289,45.9595898395645]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32TNS","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":3.8648222748641206,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":162,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T13:44:19.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150704T101006_000162_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"2628d9f9-55a1-4e87-9d64-0fe6a8eddbef","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(2628d9f9-55a1-4e87-9d64-0fe6a8eddbef)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TNS_20231011T134419.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(0bbb8916-4060-45ec-855b-4c9ffd7c4cf5)/$value","ContentLength":203084003,"Checksum":[{"Value":"c8349727b7318e15e0fbd895ad6c2cdc","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:10.782027Z"},{"Value":"b4a5279e1b1f5c74490c3a8ae6abcb2e7e2ab40ac2998ce338b57e8b3f24af4b","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:11.163776Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TNS_20231011T134419.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"45404cd5-6443-4d63-8a25-7eb28e8231f1","Name":"S2A_MSIL1C_20150831T111056_N0500_R137_T30UXD_20231009T113151.SAFE","ContentType":"application/octet-stream","ContentLength":465781675,"OriginDate":"2024-06-04T15:27:09.565000Z","PublicationDate":"2024-06-04T15:33:30.384192Z","ModificationDate":"2025-06-22T23:04:28.784121Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T111056_N0500_R137_T30UXD_20231009T113151.SAFE","Checksum":[{"Value":"63b16bf7df39f68b13a08e3f1a4f6de9","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:27.512961Z"},{"Value":"c34b497b0f1ea54b7fd3832d6940df11e708aef892472805b30db93e03d4d4d7","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:28.458786Z"}],"ContentDate":{"Start":"2015-08-31T11:10:56.027000Z","End":"2015-08-31T11:10:56.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((0.078675459690719 52.320958443972, 0.141769904481162 53.2082013727564, -1.5015259 53.2402083494707, -1.523346 52.5971819162011, -1.5011292 52.5937778612689, -1.4338989 52.5835898022433, -1.4341125 52.5831576436159, -1.1330261 52.5362620735805, -1.0711975 52.5266431586833, -1.0711365 52.5267684482924, -0.7492981 52.4724619146866, -0.7494507 52.4721482698496, -0.7454834 52.4714843248742, -0.7455139 52.4714194053786, -0.4098816 52.412587515183, -0.4099121 52.4125658500369, -0.3897705 52.4090379030218, -0.3897705 52.4090797153924, -0.3864441 52.4084694797006, -0.38632202 52.4087290485329, -0.06915283 52.35014968664, -0.069366455 52.3497270398334, -0.053466797 52.3466269049199, -0.05340576 52.3467150651722, 0.078675459690719 52.320958443972))'","GeoFootprint":{"type":"Polygon","coordinates":[[[0.078675459690719,52.320958443972],[0.141769904481162,53.2082013727564],[-1.5015259,53.2402083494707],[-1.523346,52.5971819162011],[-1.5011292,52.5937778612689],[-1.4338989,52.5835898022433],[-1.4341125,52.5831576436159],[-1.1330261,52.5362620735805],[-1.0711975,52.5266431586833],[-1.0711365,52.5267684482924],[-0.7492981,52.4724619146866],[-0.7494507,52.4721482698496],[-0.7454834,52.4714843248742],[-0.7455139,52.4714194053786],[-0.4098816,52.412587515183],[-0.4099121,52.4125658500369],[-0.3897705,52.4090379030218],[-0.3897705,52.4090797153924],[-0.3864441,52.4084694797006],[-0.38632202,52.4087290485329],[-0.06915283,52.35014968664],[-0.069366455,52.3497270398334],[-0.053466797,52.3466269049199],[-0.05340576,52.3467150651722],[0.078675459690719,52.320958443972]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"30UXD","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":100.0,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T113151_S20150831T111059_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":992,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T11:31:51.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150831T111056_000992_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":137,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-31T11:10:56.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-31T11:10:56.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"4839f819-e7a2-4eba-ac27-b907678cdedb","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(4839f819-e7a2-4eba-ac27-b907678cdedb)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T111056_N0500_R137_T30UXD_20231009T113151.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(45404cd5-6443-4d63-8a25-7eb28e8231f1)/$value","ContentLength":465781675,"Checksum":[{"Value":"63b16bf7df39f68b13a08e3f1a4f6de9","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:27.512961Z"},{"Value":"c34b497b0f1ea54b7fd3832d6940df11e708aef892472805b30db93e03d4d4d7","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:28.458786Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T111056_N0500_R137_T30UXD_20231009T113151.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"2ec1b1eb-6bcc-4e29-a373-5a655fded8b0","Name":"S2A_MSIL1C_20150831T093006_N0500_R136_T34TGR_20231025T065810.SAFE","ContentType":"application/octet-stream","ContentLength":155023313,"OriginDate":"2024-05-30T06:12:28.540000Z","PublicationDate":"2024-05-30T06:18:47.611604Z","ModificationDate":"2025-06-22T23:04:29.743222Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34TGR_20231025T065810.SAFE","Checksum":[{"Value":"c8c46af03fe21a47a12a5fae40cb575d","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:29.225424Z"},{"Value":"8cc7730be7ffa6766cde2ef9aabe93f05314567c7d37a5ed3f184816fda1c95c","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:29.466699Z"}],"ContentDate":{"Start":"2015-08-31T09:30:06.027000Z","End":"2015-08-31T09:30:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((24.0032753573777 46.0122634203688, 23.5835488395971 46.0243650756893, 23.5387068634642 45.0370344030641, 23.5961584675553 45.0354055392772, 23.5986808118839 45.041566185958, 23.6577200065255 45.1872777789586, 23.7141052742999 45.3337024392484, 23.7760309898792 45.478756642745, 23.8365004221885 45.6242266612721, 23.9001500166647 45.7689325368904, 23.9616250455018 45.9142337385167, 24.0032753573777 46.0122634203688))'","GeoFootprint":{"type":"Polygon","coordinates":[[[24.0032753573777,46.0122634203688],[23.5835488395971,46.0243650756893],[23.5387068634642,45.0370344030641],[23.5961584675553,45.0354055392772],[23.5986808118839,45.041566185958],[23.6577200065255,45.1872777789586],[23.7141052742999,45.3337024392484],[23.7760309898792,45.478756642745],[23.8365004221885,45.6242266612721],[23.9001500166647,45.7689325368904],[23.9616250455018,45.9142337385167],[24.0032753573777,46.0122634203688]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"34TGR","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":34.8863308429794,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":991,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-25T06:58:10.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150831T093006_000991_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":136,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"e12a9351-9d2d-4940-aeb0-225773d7258f","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(e12a9351-9d2d-4940-aeb0-225773d7258f)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34TGR_20231025T065810.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(2ec1b1eb-6bcc-4e29-a373-5a655fded8b0)/$value","ContentLength":155023313,"Checksum":[{"Value":"c8c46af03fe21a47a12a5fae40cb575d","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:29.225424Z"},{"Value":"8cc7730be7ffa6766cde2ef9aabe93f05314567c7d37a5ed3f184816fda1c95c","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:29.466699Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34TGR_20231025T065810.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"d3ff02e5-9c4e-4355-8119-b150eb852e18","Name":"S2A_MSIL1C_20150831T111056_N0500_R137_T31VEG_20231009T113151.SAFE","ContentType":"application/octet-stream","ContentLength":666121374,"OriginDate":"2024-06-04T15:50:22.129000Z","PublicationDate":"2024-06-04T15:56:47.393683Z","ModificationDate":"2025-06-22T23:04:29.805966Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T111056_N0500_R137_T31VEG_20231009T113151.SAFE","Checksum":[{"Value":"c1a68d2e3e5052161afa3b09a083d3e9","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:28.443579Z"},{"Value":"9e180e5a5f5ef888c770fb2670cb7885a0ec3e4e6c01d8e116536235093df186","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:29.429294Z"}],"ContentDate":{"Start":"2015-08-31T11:10:56.027000Z","End":"2015-08-31T11:10:56.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((2.9996366368267 60.4364567680268, 2.99964726638503 59.4505251356629, 4.93551326683086 59.4361853595545, 4.99379319318874 60.4215395400955, 2.9996366368267 60.4364567680268))'","GeoFootprint":{"type":"Polygon","coordinates":[[[2.9996366368267,60.4364567680268],[2.99964726638503,59.4505251356629],[4.93551326683086,59.4361853595545],[4.99379319318874,60.4215395400955],[2.9996366368267,60.4364567680268]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31VEG","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":13.9739615993311,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T113151_S20150831T111059_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":992,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T11:31:51.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150831T111056_000992_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":137,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-31T11:10:56.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-31T11:10:56.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"db15c980-f442-4304-ac02-6751c6090d89","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(db15c980-f442-4304-ac02-6751c6090d89)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T111056_N0500_R137_T31VEG_20231009T113151.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(d3ff02e5-9c4e-4355-8119-b150eb852e18)/$value","ContentLength":666121374,"Checksum":[{"Value":"c1a68d2e3e5052161afa3b09a083d3e9","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:28.443579Z"},{"Value":"9e180e5a5f5ef888c770fb2670cb7885a0ec3e4e6c01d8e116536235093df186","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:29.429294Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T111056_N0500_R137_T31VEG_20231009T113151.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"b905f6cb-fb17-4f90-9b23-e846187e19b0","Name":"S2A_MSIL1C_20150704T101006_N0500_R022_T33UXS_20231011T134419.SAFE","ContentType":"application/octet-stream","ContentLength":22952928,"OriginDate":"2024-06-11T19:00:05.849000Z","PublicationDate":"2024-06-11T19:05:38.478380Z","ModificationDate":"2025-06-17T09:31:14.199538Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UXS_20231011T134419.SAFE","Checksum":[{"Value":"946539cef031fc7c5524c14b56c6b2f6","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:13.099508Z"},{"Value":"0bae74edee2ad6cda63cce161c61492cb62f88840fbe15a29afd7f2a996e08e7","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:13.139628Z"}],"ContentDate":{"Start":"2015-07-04T10:10:06.027000Z","End":"2015-07-04T10:10:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((16.4605638440721 51.4419399214782, 16.4388767944047 51.4423523168539, 16.4374974204448 51.3972105194277, 16.4605638440721 51.4419399214782))'","GeoFootprint":{"type":"Polygon","coordinates":[[[16.4605638440721,51.4419399214782],[16.4388767944047,51.4423523168539],[16.4374974204448,51.3972105194277],[16.4605638440721,51.4419399214782]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33UXS","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.0,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":162,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T13:44:19.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150704T101006_000162_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"2008cf4f-8bff-457c-9a7f-83a826d4c196","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(2008cf4f-8bff-457c-9a7f-83a826d4c196)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UXS_20231011T134419.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(b905f6cb-fb17-4f90-9b23-e846187e19b0)/$value","ContentLength":22952928,"Checksum":[{"Value":"946539cef031fc7c5524c14b56c6b2f6","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:13.099508Z"},{"Value":"0bae74edee2ad6cda63cce161c61492cb62f88840fbe15a29afd7f2a996e08e7","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:13.139628Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UXS_20231011T134419.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"1304bb9a-12bc-474d-b125-5858e8582e2e","Name":"S2A_MSIL1C_20150831T093006_N0500_R136_T35ULP_20231025T065810.SAFE","ContentType":"application/octet-stream","ContentLength":394432770,"OriginDate":"2024-05-30T06:15:54.967000Z","PublicationDate":"2024-05-30T06:22:44.184556Z","ModificationDate":"2025-06-22T23:04:29.855991Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35ULP_20231025T065810.SAFE","Checksum":[{"Value":"8b433b209e3f895ca73c5e37136ba3dc","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:28.893374Z"},{"Value":"df227ab8afb709a5af28fe85670868ffe10d4552351ff889b031c4cf3fde9623","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:29.487294Z"}],"ContentDate":{"Start":"2015-08-31T09:30:06.027000Z","End":"2015-08-31T09:30:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((25.2148245537646 48.7369184073002, 24.2806415047717 48.7209148694678, 24.3324576702614 47.7341556023465, 24.7569386021357 47.7413174755079, 24.7838033994086 47.8012744203305, 24.849683375507 47.9460800682092, 24.9156186768263 48.090919684934, 24.9818923142446 48.2357264207945, 25.0492851475094 48.380304573841, 25.1163801968624 48.5250091753556, 25.1834417907906 48.6697690639091, 25.2148245537646 48.7369184073002))'","GeoFootprint":{"type":"Polygon","coordinates":[[[25.2148245537646,48.7369184073002],[24.2806415047717,48.7209148694678],[24.3324576702614,47.7341556023465],[24.7569386021357,47.7413174755079],[24.7838033994086,47.8012744203305],[24.849683375507,47.9460800682092],[24.9156186768263,48.090919684934],[24.9818923142446,48.2357264207945],[25.0492851475094,48.380304573841],[25.1163801968624,48.5250091753556],[25.1834417907906,48.6697690639091],[25.2148245537646,48.7369184073002]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"35ULP","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.0,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":991,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-25T06:58:10.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150831T093006_000991_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":136,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"b91202c0-5e19-4d0d-8681-753d03c013b8","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(b91202c0-5e19-4d0d-8681-753d03c013b8)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35ULP_20231025T065810.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(1304bb9a-12bc-474d-b125-5858e8582e2e)/$value","ContentLength":394432770,"Checksum":[{"Value":"8b433b209e3f895ca73c5e37136ba3dc","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:28.893374Z"},{"Value":"df227ab8afb709a5af28fe85670868ffe10d4552351ff889b031c4cf3fde9623","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:29.487294Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35ULP_20231025T065810.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"8e61afdb-ac01-457d-8d0c-36e953743ef4","Name":"S2A_MSIL1C_20150831T093006_N0500_R136_T34TDL_20231025T065810.SAFE","ContentType":"application/octet-stream","ContentLength":852338438,"OriginDate":"2024-05-30T06:51:30.677000Z","PublicationDate":"2024-05-30T07:00:33.939936Z","ModificationDate":"2025-06-22T23:04:29.959476Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34TDL_20231025T065810.SAFE","Checksum":[{"Value":"71608884adfcfbfa4d8d10fc7d70f2b5","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:27.683488Z"},{"Value":"aed1480953533689b960e4b6a80b04cbc01c2227f8c75dec966abd291cded8ce","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:29.482386Z"}],"ContentDate":{"Start":"2015-08-31T09:30:06.027000Z","End":"2015-08-31T09:30:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((19.8005508983666 41.5455887680018, 19.8183797078009 40.5567069118409, 21.1152915645282 40.5626923872254, 21.1170316343888 41.5517851168899, 19.8005508983666 41.5455887680018))'","GeoFootprint":{"type":"Polygon","coordinates":[[[19.8005508983666,41.5455887680018],[19.8183797078009,40.5567069118409],[21.1152915645282,40.5626923872254],[21.1170316343888,41.5517851168899],[19.8005508983666,41.5455887680018]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"34TDL","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":7.693152975603929,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":991,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-25T06:58:10.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150831T093006_000991_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":136,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"c18a6495-4b61-4ed1-abf8-bc0bda49142c","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(c18a6495-4b61-4ed1-abf8-bc0bda49142c)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34TDL_20231025T065810.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(8e61afdb-ac01-457d-8d0c-36e953743ef4)/$value","ContentLength":852338438,"Checksum":[{"Value":"71608884adfcfbfa4d8d10fc7d70f2b5","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:27.683488Z"},{"Value":"aed1480953533689b960e4b6a80b04cbc01c2227f8c75dec966abd291cded8ce","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:29.482386Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34TDL_20231025T065810.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"c767cda1-07c4-46aa-8643-f9130bf91a56","Name":"S2A_MSIL1C_20150929T100358_N0500_R122_T33UUQ_20231015T131435.SAFE","ContentType":"application/octet-stream","ContentLength":92284178,"OriginDate":"2024-05-28T08:50:17.258000Z","PublicationDate":"2024-05-28T10:09:25.084317Z","ModificationDate":"2025-06-22T22:19:03.048880Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/29/S2A_MSIL1C_20150929T100358_N0500_R122_T33UUQ_20231015T131435.SAFE","Checksum":[{"Value":"69cb4ca18fa50069a9a39bf8350a9d18","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:19:02.226201Z"},{"Value":"48b4d81f213eeb7f2c312d085e6ec10b7fb0710fc2dc5fa97e80c687fb42b02d","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:19:02.392904Z"}],"ContentDate":{"Start":"2015-09-29T10:03:58.514000Z","End":"2015-09-29T10:03:58.514000Z"},"Footprint":"geography'SRID=4326;POLYGON ((13.4480302381488 48.6529228128465, 13.7751310377905 48.6585189163826, 13.7552699306332 49.4559647321966, 13.7077718961932 49.3330170567645, 13.6522353123287 49.186735326299, 13.5974850152025 49.0402662820228, 13.5412243783195 48.8941747302663, 13.4843217596247 48.7482513625506, 13.4480302381488 48.6529228128465))'","GeoFootprint":{"type":"Polygon","coordinates":[[[13.4480302381488,48.6529228128465],[13.7751310377905,48.6585189163826],[13.7552699306332,49.4559647321966],[13.7077718961932,49.3330170567645],[13.6522353123287,49.186735326299],[13.5974850152025,49.0402662820228],[13.5412243783195,48.8941747302663],[13.4843217596247,48.7482513625506],[13.4480302381488,48.6529228128465]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33UUQ","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":78.781034494613,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T131435_S20150929T100633_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1406,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T13:14:35.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150929T100358_001406_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":122,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-29T10:03:58.514000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-29T10:03:58.514000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"b1cec213-b248-44d1-b5f7-826ca3550edd","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(b1cec213-b248-44d1-b5f7-826ca3550edd)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/29/S2A_MSIL1C_20150929T100358_N0500_R122_T33UUQ_20231015T131435.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(c767cda1-07c4-46aa-8643-f9130bf91a56)/$value","ContentLength":92284178,"Checksum":[{"Value":"69cb4ca18fa50069a9a39bf8350a9d18","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:19:02.226201Z"},{"Value":"48b4d81f213eeb7f2c312d085e6ec10b7fb0710fc2dc5fa97e80c687fb42b02d","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:19:02.392904Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/29/S2A_MSIL1C_20150929T100358_N0500_R122_T33UUQ_20231015T131435.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"90b2c630-d61c-4ac8-89b5-2a5c7dae40d8","Name":"S2A_MSIL1C_20150831T093006_N0500_R136_T34UGD_20231025T065810.SAFE","ContentType":"application/octet-stream","ContentLength":806550698,"OriginDate":"2024-05-30T06:35:25.954000Z","PublicationDate":"2024-05-30T06:42:42.930922Z","ModificationDate":"2025-06-22T23:04:30.370691Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34UGD_20231025T065810.SAFE","Checksum":[{"Value":"1b9f62e886ce3b81736f3621ea119ec4","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:28.634770Z"},{"Value":"8f0f1699cb5a2befd931ec695da5dc9cc5c0641e1062166d9df4e92ef97d5425","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:29.828203Z"}],"ContentDate":{"Start":"2015-08-31T09:30:06.027000Z","End":"2015-08-31T09:30:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((23.9946409228483 53.211992871884, 23.9278200313952 52.226225391291, 25.5310321704853 52.1754847191696, 25.6341830174492 53.1594219676414, 23.9946409228483 53.211992871884))'","GeoFootprint":{"type":"Polygon","coordinates":[[[23.9946409228483,53.211992871884],[23.9278200313952,52.226225391291],[25.5310321704853,52.1754847191696],[25.6341830174492,53.1594219676414],[23.9946409228483,53.211992871884]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"34UGD","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":9.17949177341814,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":991,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-25T06:58:10.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150831T093006_000991_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":136,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"840c0736-de33-4229-9b0a-f2efadbfc0e1","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(840c0736-de33-4229-9b0a-f2efadbfc0e1)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34UGD_20231025T065810.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(90b2c630-d61c-4ac8-89b5-2a5c7dae40d8)/$value","ContentLength":806550698,"Checksum":[{"Value":"1b9f62e886ce3b81736f3621ea119ec4","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:28.634770Z"},{"Value":"8f0f1699cb5a2befd931ec695da5dc9cc5c0641e1062166d9df4e92ef97d5425","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:29.828203Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34UGD_20231025T065810.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"2f7206bf-5a31-4e39-a3e0-dbe15d383b70","Name":"S2A_MSIL1C_20150928T103036_N0500_R108_T31UGP_20231015T170410.SAFE","ContentType":"application/octet-stream","ContentLength":807794247,"OriginDate":"2024-05-30T05:21:12.293000Z","PublicationDate":"2024-05-30T05:27:27.727486Z","ModificationDate":"2025-06-22T22:22:02.590858Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31UGP_20231015T170410.SAFE","Checksum":[{"Value":"5e9070d19706ccbebcbf1d8f55544df4","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:22:01.133162Z"},{"Value":"36ea00b4326bf35ff7e20c880ddbdda5707743fe11e62c503d79ec5e97792668","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:22:02.311037Z"}],"ContentDate":{"Start":"2015-09-28T10:30:36.027000Z","End":"2015-09-28T10:30:36.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((5.68551481758121 48.0866452614701, 5.66700941814802 47.73416799678, 7.1282606560594 47.6908510657398, 7.20828443578721 48.676094448249, 5.91868868505711 48.7149114775716, 5.88180588501564 48.6168474589674, 5.82737653706229 48.4705508845992, 5.77344071458973 48.3242840416427, 5.71924398760072 48.1781321589284, 5.68551481758121 48.0866452614701))'","GeoFootprint":{"type":"Polygon","coordinates":[[[5.68551481758121,48.0866452614701],[5.66700941814802,47.73416799678],[7.1282606560594,47.6908510657398],[7.20828443578721,48.676094448249],[5.91868868505711,48.7149114775716],[5.88180588501564,48.6168474589674],[5.82737653706229,48.4705508845992],[5.77344071458973,48.3242840416427],[5.71924398760072,48.1781321589284],[5.68551481758121,48.0866452614701]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31UGP","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.0,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T170410_S20150928T103701_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1392,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T17:04:10.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150928T103036_001392_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":108,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-28T10:30:36.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-28T10:30:36.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"41642e57-537b-4cf1-afee-f4d69e4f108f","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(41642e57-537b-4cf1-afee-f4d69e4f108f)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31UGP_20231015T170410.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(2f7206bf-5a31-4e39-a3e0-dbe15d383b70)/$value","ContentLength":807794247,"Checksum":[{"Value":"5e9070d19706ccbebcbf1d8f55544df4","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:22:01.133162Z"},{"Value":"36ea00b4326bf35ff7e20c880ddbdda5707743fe11e62c503d79ec5e97792668","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:22:02.311037Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31UGP_20231015T170410.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"2981f15f-24a1-499c-be12-04caa6efb885","Name":"S2A_MSIL1C_20150831T093006_N0500_R136_T34TFR_20231025T065810.SAFE","ContentType":"application/octet-stream","ContentLength":802723459,"OriginDate":"2024-05-30T06:32:17.922000Z","PublicationDate":"2024-05-30T06:39:22.694070Z","ModificationDate":"2025-06-22T23:04:30.400625Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34TFR_20231025T065810.SAFE","Checksum":[{"Value":"77efc07cc2031f278b02782e1452a556","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:28.807167Z"},{"Value":"50c5620856562c84370840a9fd10c02f00522dd3396f387861b1dbe4e75ca212","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:30.001853Z"}],"ContentDate":{"Start":"2015-08-31T09:30:06.027000Z","End":"2015-08-31T09:30:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((23.6726453861969 45.2260369040696, 23.7105441475977 46.0214217425096, 22.2925320358333 46.0462654563034, 22.2700756717775 45.0581973205829, 23.5961360624349 45.0353508163636, 23.5986808118839 45.041566185958, 23.6577200065255 45.1872777789586, 23.6726453861969 45.2260369040696))'","GeoFootprint":{"type":"Polygon","coordinates":[[[23.6726453861969,45.2260369040696],[23.7105441475977,46.0214217425096],[22.2925320358333,46.0462654563034],[22.2700756717775,45.0581973205829],[23.5961360624349,45.0353508163636],[23.5986808118839,45.041566185958],[23.6577200065255,45.1872777789586],[23.6726453861969,45.2260369040696]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"34TFR","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":10.8614358053429,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":991,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-25T06:58:10.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150831T093006_000991_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":136,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"4e699f55-0734-4275-a8d2-d5eefa661963","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(4e699f55-0734-4275-a8d2-d5eefa661963)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34TFR_20231025T065810.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(2981f15f-24a1-499c-be12-04caa6efb885)/$value","ContentLength":802723459,"Checksum":[{"Value":"77efc07cc2031f278b02782e1452a556","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:28.807167Z"},{"Value":"50c5620856562c84370840a9fd10c02f00522dd3396f387861b1dbe4e75ca212","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:30.001853Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34TFR_20231025T065810.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"7a649ebe-293d-4910-aa1e-e2ba0ed58195","Name":"S2A_MSIL1C_20150706T105016_N0500_R051_T31UER_20231009T094109.SAFE","ContentType":"application/octet-stream","ContentLength":861431820,"OriginDate":"2024-06-07T00:58:25.512000Z","PublicationDate":"2024-06-07T01:04:14.982880Z","ModificationDate":"2025-06-17T09:32:22.279438Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31UER_20231009T094109.SAFE","Checksum":[{"Value":"8a8c901485fb9f3a50e68a98f69a230d","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:20.527749Z"},{"Value":"e1ee241988328559b3ef8820278b7eb80910b76919535421c1956192eb3a4391","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:22.005184Z"}],"ContentDate":{"Start":"2015-07-06T10:50:16.027000Z","End":"2015-07-06T10:50:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((2.99971768449214 50.5522921106257, 2.99972342069689 49.5647550000065, 4.5178631275449 49.5548000572817, 4.54932814673586 50.5419848180733, 2.99971768449214 50.5522921106257))'","GeoFootprint":{"type":"Polygon","coordinates":[[[2.99971768449214,50.5522921106257],[2.99972342069689,49.5647550000065],[4.5178631275449,49.5548000572817],[4.54932814673586,50.5419848180733],[2.99971768449214,50.5522921106257]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31UER","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":26.170473886948,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":191,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T09:41:09.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150706T105016_000191_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":51,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"57b291c4-927e-43b6-a62c-94bb768e2268","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(57b291c4-927e-43b6-a62c-94bb768e2268)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31UER_20231009T094109.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(7a649ebe-293d-4910-aa1e-e2ba0ed58195)/$value","ContentLength":861431820,"Checksum":[{"Value":"8a8c901485fb9f3a50e68a98f69a230d","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:20.527749Z"},{"Value":"e1ee241988328559b3ef8820278b7eb80910b76919535421c1956192eb3a4391","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:22.005184Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31UER_20231009T094109.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"2a232dc6-6a41-4e5e-82b2-f4efc7656a72","Name":"S2A_MSIL1C_20150924T105046_N0500_R051_T32ULB_20231021T051902.SAFE","ContentType":"application/octet-stream","ContentLength":38100129,"OriginDate":"2024-06-12T07:52:23.610000Z","PublicationDate":"2024-06-12T07:59:58.865991Z","ModificationDate":"2025-06-22T22:22:52.164550Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105046_N0500_R051_T32ULB_20231021T051902.SAFE","Checksum":[{"Value":"1fc156039ff2a325fe6edffa40be4221","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:22:51.810052Z"},{"Value":"d22a62a08e09d54b20ab9621ec5800d974c91b8f458311c8b2fba253fe9d8c2d","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:22:51.880916Z"}],"ContentDate":{"Start":"2015-09-24T10:50:46.027000Z","End":"2015-09-24T10:50:46.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((6.37466102242996 51.4203535836121, 6.12370823169888 51.4158835895175, 6.15015928952562 50.982711588477, 6.18195051943522 51.045328176843, 6.25552587082641 51.1894616713696, 6.329676867812 51.3336132640206, 6.37466102242996 51.4203535836121))'","GeoFootprint":{"type":"Polygon","coordinates":[[[6.37466102242996,51.4203535836121],[6.12370823169888,51.4158835895175],[6.15015928952562,50.982711588477],[6.18195051943522,51.045328176843],[6.25552587082641,51.1894616713696],[6.329676867812,51.3336132640206],[6.37466102242996,51.4203535836121]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32ULB","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":99.2558299039781,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231021T051902_S20150924T105044_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1335,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-21T05:19:02.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150924T105046_001335_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":51,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-24T10:50:46.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-24T10:50:46.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"148bd441-2fda-4e9f-a2b4-059c430f1c07","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(148bd441-2fda-4e9f-a2b4-059c430f1c07)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105046_N0500_R051_T32ULB_20231021T051902.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(2a232dc6-6a41-4e5e-82b2-f4efc7656a72)/$value","ContentLength":38100129,"Checksum":[{"Value":"1fc156039ff2a325fe6edffa40be4221","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:22:51.810052Z"},{"Value":"d22a62a08e09d54b20ab9621ec5800d974c91b8f458311c8b2fba253fe9d8c2d","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:22:51.880916Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105046_N0500_R051_T32ULB_20231021T051902.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"b5a37779-8286-4172-ab98-1fa1567bf731","Name":"S2A_MSIL1C_20150924T105046_N0500_R051_T31UFR_20231017T070938.SAFE","ContentType":"application/octet-stream","ContentLength":709289306,"OriginDate":"2024-05-31T07:45:30.789000Z","PublicationDate":"2024-05-31T07:54:37.432761Z","ModificationDate":"2025-06-22T22:22:57.458674Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105046_N0500_R051_T31UFR_20231017T070938.SAFE","Checksum":[{"Value":"72728f9220fdeeb3fb5ea7f5d352d1ed","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:22:56.015610Z"},{"Value":"3575f77eef8588fe48e0a58e807ad2cfe4078fbb87f6543781613f0b32647fc0","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:22:57.050660Z"}],"ContentDate":{"Start":"2015-09-24T10:50:46.027000Z","End":"2015-09-24T10:50:46.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((5.5148669821632 50.5054091884672, 5.42722209095071 50.5246630351432, 4.41134950604925 50.5437391742884, 4.38268436317301 49.5564944519631, 5.43645326714394 49.5369874544816, 5.44567441991348 49.556310811027, 5.51565754969304 49.7009284372137, 5.58550977010137 49.8455817167447, 5.65589716297527 49.9900900144455, 5.72711505112557 50.1343947895249, 5.79808683442415 50.278757468331, 5.86896842150678 50.421340656361, 5.72172086236458 50.4565065050466, 5.53245254615973 50.5011521719754, 5.53269487894559 50.5016499299649, 5.528976583614 50.5025379379683, 5.52899684515043 50.5025795946287, 5.52779393099475 50.5028658842847, 5.52545389896473 50.5033792299806, 5.51769386019225 50.5052324922748, 5.51756242856372 50.5049611107099, 5.5149305646427 50.5055402193381, 5.5148669821632 50.5054091884672))'","GeoFootprint":{"type":"Polygon","coordinates":[[[5.5148669821632,50.5054091884672],[5.42722209095071,50.5246630351432],[4.41134950604925,50.5437391742884],[4.38268436317301,49.5564944519631],[5.43645326714394,49.5369874544816],[5.44567441991348,49.556310811027],[5.51565754969304,49.7009284372137],[5.58550977010137,49.8455817167447],[5.65589716297527,49.9900900144455],[5.72711505112557,50.1343947895249],[5.79808683442415,50.278757468331],[5.86896842150678,50.421340656361],[5.72172086236458,50.4565065050466],[5.53245254615973,50.5011521719754],[5.53269487894559,50.5016499299649],[5.528976583614,50.5025379379683],[5.52899684515043,50.5025795946287],[5.52779393099475,50.5028658842847],[5.52545389896473,50.5033792299806],[5.51769386019225,50.5052324922748],[5.51756242856372,50.5049611107099],[5.5149305646427,50.5055402193381],[5.5148669821632,50.5054091884672]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31UFR","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":18.6804282947229,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231017T070938_S20150924T105656_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1335,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-17T07:09:38.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150924T105046_001335_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":51,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-24T10:50:46.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-24T10:50:46.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"f76d994b-2f36-487c-a90d-ee36f6da9d0a","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(f76d994b-2f36-487c-a90d-ee36f6da9d0a)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105046_N0500_R051_T31UFR_20231017T070938.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(b5a37779-8286-4172-ab98-1fa1567bf731)/$value","ContentLength":709289306,"Checksum":[{"Value":"72728f9220fdeeb3fb5ea7f5d352d1ed","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:22:56.015610Z"},{"Value":"3575f77eef8588fe48e0a58e807ad2cfe4078fbb87f6543781613f0b32647fc0","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:22:57.050660Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105046_N0500_R051_T31UFR_20231017T070938.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"950e2b44-7a95-4d70-8c0b-5375d2a42529","Name":"S2A_MSIL1C_20150928T103036_N0500_R108_T33UUA_20231015T164613.SAFE","ContentType":"application/octet-stream","ContentLength":463274201,"OriginDate":"2024-05-28T20:56:52.600000Z","PublicationDate":"2024-05-28T21:06:58.954419Z","ModificationDate":"2025-06-17T09:33:10.669757Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T33UUA_20231015T164613.SAFE","Checksum":[{"Value":"37d1a2239b8006b32ca329c86c3a7236","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:33:09.415292Z"},{"Value":"6171c5b23167d290b2d006f0507e602103737e451b9758e5372d13e62d08ba07","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:33:10.421788Z"}],"ContentDate":{"Start":"2015-09-28T10:30:36.027000Z","End":"2015-09-28T10:30:36.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((13.4297984078137 55.0358414718318, 11.8724039624158 55.0067835618718, 11.9468575747498 54.0214307110297, 12.8404038902815 54.037901481398, 12.9213900288074 54.1787994064334, 13.0046000764047 54.3218109574481, 13.0882571831576 54.4648336007255, 13.1727468588643 54.6077905099839, 13.2579699565344 54.750695535949, 13.3437797639516 54.8936288717266, 13.4297984078137 55.0358414718318))'","GeoFootprint":{"type":"Polygon","coordinates":[[[13.4297984078137,55.0358414718318],[11.8724039624158,55.0067835618718],[11.9468575747498,54.0214307110297],[12.8404038902815,54.037901481398],[12.9213900288074,54.1787994064334],[13.0046000764047,54.3218109574481],[13.0882571831576,54.4648336007255],[13.1727468588643,54.6077905099839],[13.2579699565344,54.750695535949],[13.3437797639516,54.8936288717266],[13.4297984078137,55.0358414718318]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33UUA","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.300496380412757,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T164613_S20150928T103031_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1392,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T16:46:13.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150928T103036_001392_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":108,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-28T10:30:36.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-28T10:30:36.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"c74a4c37-0275-4d76-a4c9-52b49cd0974a","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(c74a4c37-0275-4d76-a4c9-52b49cd0974a)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T33UUA_20231015T164613.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(950e2b44-7a95-4d70-8c0b-5375d2a42529)/$value","ContentLength":463274201,"Checksum":[{"Value":"37d1a2239b8006b32ca329c86c3a7236","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:33:09.415292Z"},{"Value":"6171c5b23167d290b2d006f0507e602103737e451b9758e5372d13e62d08ba07","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:33:10.421788Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T33UUA_20231015T164613.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"ef74ed92-63e0-4b42-910f-d1f725b2365b","Name":"S2A_MSIL1C_20150831T093006_N0500_R136_T35VNC_20231025T065810.SAFE","ContentType":"application/octet-stream","ContentLength":781975227,"OriginDate":"2024-05-30T06:44:09.968000Z","PublicationDate":"2024-05-30T06:51:09.154900Z","ModificationDate":"2025-06-22T23:04:31.940067Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35VNC_20231025T065810.SAFE","Checksum":[{"Value":"4cfbe48840068cb83dd12cc4a0df3cf7","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:29.689964Z"},{"Value":"6faa4cf0391b38f828c568ad326554a45dea11e332f373e2e414d6bb1493a522","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:31.286039Z"}],"ContentDate":{"Start":"2015-08-31T09:30:06.027000Z","End":"2015-08-31T09:30:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((26.9996721426404 56.8438118176967, 26.9996804978602 55.8573211256496, 28.7532858642097 55.8448305266961, 28.7991058515277 56.8308490729103, 26.9996721426404 56.8438118176967))'","GeoFootprint":{"type":"Polygon","coordinates":[[[26.9996721426404,56.8438118176967],[26.9996804978602,55.8573211256496],[28.7532858642097,55.8448305266961],[28.7991058515277,56.8308490729103],[26.9996721426404,56.8438118176967]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"35VNC","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":97.115202006629,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":991,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-25T06:58:10.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150831T093006_000991_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":136,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"1d7cbe70-2e8e-4167-a286-2e0677265c1b","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(1d7cbe70-2e8e-4167-a286-2e0677265c1b)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35VNC_20231025T065810.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(ef74ed92-63e0-4b42-910f-d1f725b2365b)/$value","ContentLength":781975227,"Checksum":[{"Value":"4cfbe48840068cb83dd12cc4a0df3cf7","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:29.689964Z"},{"Value":"6faa4cf0391b38f828c568ad326554a45dea11e332f373e2e414d6bb1493a522","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:31.286039Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35VNC_20231025T065810.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"f42a5cd2-6940-4057-a9e4-44b32330b71d","Name":"S2A_MSIL1C_20150706T105016_N0500_R051_T31TDJ_20231009T094109.SAFE","ContentType":"application/octet-stream","ContentLength":739283501,"OriginDate":"2024-06-07T00:22:31.211000Z","PublicationDate":"2024-06-07T00:28:50.359956Z","ModificationDate":"2025-06-17T09:31:21.936610Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31TDJ_20231009T094109.SAFE","Checksum":[{"Value":"84d47855f8ada519dc85ef4052f8ff8d","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:20.463445Z"},{"Value":"6ea6295204b7ad28184dfaa0abe3277543a5e4f411625ceedcb6867f348c4887","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:21.534501Z"}],"ContentDate":{"Start":"2015-07-06T10:50:16.027000Z","End":"2015-07-06T10:50:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((3.12224250143877 44.2464252042271, 3.12225649086527 44.2533521609723, 1.74701825429091 44.2465454414116, 1.76747459871367 43.2581500108103, 2.73449505162418 43.2628516005978, 2.7837578737512 43.3910288748262, 2.84115051069314 43.5368712938954, 2.89766083968439 43.682952369785, 2.95648509433401 43.8284382166765, 3.01421550951666 43.9742087838149, 3.07252585607637 44.1198420641898, 3.12224250143877 44.2464252042271))'","GeoFootprint":{"type":"Polygon","coordinates":[[[3.12224250143877,44.2464252042271],[3.12225649086527,44.2533521609723],[1.74701825429091,44.2465454414116],[1.76747459871367,43.2581500108103],[2.73449505162418,43.2628516005978],[2.7837578737512,43.3910288748262],[2.84115051069314,43.5368712938954],[2.89766083968439,43.682952369785],[2.95648509433401,43.8284382166765],[3.01421550951666,43.9742087838149],[3.07252585607637,44.1198420641898],[3.12224250143877,44.2464252042271]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31TDJ","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":27.6736819182118,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":191,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T09:41:09.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150706T105016_000191_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":51,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"dd48915a-e0aa-4399-8f50-b9f58f088629","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(dd48915a-e0aa-4399-8f50-b9f58f088629)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31TDJ_20231009T094109.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(f42a5cd2-6940-4057-a9e4-44b32330b71d)/$value","ContentLength":739283501,"Checksum":[{"Value":"84d47855f8ada519dc85ef4052f8ff8d","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:20.463445Z"},{"Value":"6ea6295204b7ad28184dfaa0abe3277543a5e4f411625ceedcb6867f348c4887","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:21.534501Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31TDJ_20231009T094109.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"75728c24-b80f-43dd-8270-063fe2cde79c","Name":"S2A_MSIL1C_20150928T103036_N0500_R108_T33UUB_20231015T164613.SAFE","ContentType":"application/octet-stream","ContentLength":695227934,"OriginDate":"2024-05-28T21:04:50.956000Z","PublicationDate":"2024-05-28T21:13:27.912686Z","ModificationDate":"2025-06-17T09:33:21.250959Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T33UUB_20231015T164613.SAFE","Checksum":[{"Value":"3e7ae09af67a8723e379410d281ba76c","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:33:19.304214Z"},{"Value":"4bca0b0a571885ec325b9029d7f9e515d3970fd7186872afdc2113d51d635f35","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:33:20.851934Z"}],"ContentDate":{"Start":"2015-09-28T10:30:36.027000Z","End":"2015-09-28T10:30:36.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((13.5797136122325 55.2804946609739, 13.5560221488928 55.9372733457565, 11.8005114387805 55.9041676251441, 11.8792201170425 54.9190265388506, 13.3760159113112 54.9469241357247, 13.4302492971181 55.0365869165106, 13.5176033969218 55.1794614482988, 13.5797136122325 55.2804946609739))'","GeoFootprint":{"type":"Polygon","coordinates":[[[13.5797136122325,55.2804946609739],[13.5560221488928,55.9372733457565],[11.8005114387805,55.9041676251441],[11.8792201170425,54.9190265388506],[13.3760159113112,54.9469241357247],[13.4302492971181,55.0365869165106],[13.5176033969218,55.1794614482988],[13.5797136122325,55.2804946609739]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33UUB","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.170570073736784,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T164613_S20150928T103031_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1392,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T16:46:13.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150928T103036_001392_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":108,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-28T10:30:36.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-28T10:30:36.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"74fab453-f0d7-43e6-9638-277ea946f25c","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(74fab453-f0d7-43e6-9638-277ea946f25c)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T33UUB_20231015T164613.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(75728c24-b80f-43dd-8270-063fe2cde79c)/$value","ContentLength":695227934,"Checksum":[{"Value":"3e7ae09af67a8723e379410d281ba76c","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:33:19.304214Z"},{"Value":"4bca0b0a571885ec325b9029d7f9e515d3970fd7186872afdc2113d51d635f35","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:33:20.851934Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T33UUB_20231015T164613.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"68841586-adab-4fe8-a094-999b653b6057","Name":"S2A_MSIL1C_20150706T105016_N0500_R051_T31TEJ_20231009T094109.SAFE","ContentType":"application/octet-stream","ContentLength":32459535,"OriginDate":"2024-06-07T00:00:05.084000Z","PublicationDate":"2024-06-07T00:05:48.410998Z","ModificationDate":"2025-06-17T09:31:22.113111Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31TEJ_20231009T094109.SAFE","Checksum":[{"Value":"67d9f8b0144afbe911f00d6cb11b776d","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:21.678444Z"},{"Value":"9cca60aaf33201a0f6f7f220a93e6b4750fe9dfef11a2733b624585b62e81b10","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:21.748303Z"}],"ContentDate":{"Start":"2015-07-06T10:50:16.027000Z","End":"2015-07-06T10:50:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((3.12469352453994 44.2526657338966, 2.99974947412094 44.2534175810776, 2.99975078076647 43.9376850258141, 3.01421550951666 43.9742087838149, 3.07252585607637 44.1198420641898, 3.12469352453994 44.2526657338966))'","GeoFootprint":{"type":"Polygon","coordinates":[[[3.12469352453994,44.2526657338966],[2.99974947412094,44.2534175810776],[2.99975078076647,43.9376850258141],[3.01421550951666,43.9742087838149],[3.07252585607637,44.1198420641898],[3.12469352453994,44.2526657338966]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31TEJ","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":16.4247721931307,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":191,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T09:41:09.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150706T105016_000191_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":51,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"43caaad6-5404-42b5-b8b1-9b3b6d278b0f","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(43caaad6-5404-42b5-b8b1-9b3b6d278b0f)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31TEJ_20231009T094109.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(68841586-adab-4fe8-a094-999b653b6057)/$value","ContentLength":32459535,"Checksum":[{"Value":"67d9f8b0144afbe911f00d6cb11b776d","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:21.678444Z"},{"Value":"9cca60aaf33201a0f6f7f220a93e6b4750fe9dfef11a2733b624585b62e81b10","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:21.748303Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31TEJ_20231009T094109.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"ad1eb2e2-f154-4b0d-8062-4a4cbc4a3e4b","Name":"S2A_MSIL1C_20150924T105417_N0500_R051_T31SBA_20231015T155509.SAFE","ContentType":"application/octet-stream","ContentLength":354759771,"OriginDate":"2024-05-29T00:40:13.938000Z","PublicationDate":"2024-05-29T00:55:34.356297Z","ModificationDate":"2025-06-03T03:39:25.963418Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105417_N0500_R051_T31SBA_20231015T155509.SAFE","Checksum":[{"Value":"dcf9310408fb7cfee25588baa22265e2","Algorithm":"MD5","ChecksumDate":"2025-06-03T03:39:25.171394Z"},{"Value":"4958c2942813aa60abf0b494c2a6e9cc048636777742d15acebaca4e8e31f74a","Algorithm":"BLAKE3","ChecksumDate":"2025-06-03T03:39:25.712279Z"}],"ContentDate":{"Start":"2015-09-24T10:54:17.512000Z","End":"2015-09-24T10:54:17.512000Z"},"Footprint":"geography'SRID=4326;POLYGON ((0.494651019076241 37.0187855031355, -0.37130737 36.9986680802618, -0.32870483 36.0104972576607, 0.168468334067084 36.0217823766555, 0.180574606548912 36.0593015676278, 0.22878371590353 36.2059783729356, 0.276756963580355 36.3527360457892, 0.324599641189254 36.4993799763755, 0.372400026909938 36.6460440581317, 0.420197202554211 36.7927294689672, 0.468317269770291 36.9393903441052, 0.494651019076241 37.0187855031355))'","GeoFootprint":{"type":"Polygon","coordinates":[[[0.494651019076241,37.0187855031355],[-0.37130737,36.9986680802618],[-0.32870483,36.0104972576607],[0.168468334067084,36.0217823766555],[0.180574606548912,36.0593015676278],[0.22878371590353,36.2059783729356],[0.276756963580355,36.3527360457892],[0.324599641189254,36.4993799763755],[0.372400026909938,36.6460440581317],[0.420197202554211,36.7927294689672],[0.468317269770291,36.9393903441052],[0.494651019076241,37.0187855031355]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31SBA","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.0,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T155509_S20150924T105952_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1335,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T15:55:09.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150924T105417_001335_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":51,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-24T10:54:17.512000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-24T10:54:17.512000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"04d51ca5-9196-43a2-a607-4bd87177f087","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(04d51ca5-9196-43a2-a607-4bd87177f087)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105417_N0500_R051_T31SBA_20231015T155509.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(ad1eb2e2-f154-4b0d-8062-4a4cbc4a3e4b)/$value","ContentLength":354759771,"Checksum":[{"Value":"dcf9310408fb7cfee25588baa22265e2","Algorithm":"MD5","ChecksumDate":"2025-06-03T03:39:25.171394Z"},{"Value":"4958c2942813aa60abf0b494c2a6e9cc048636777742d15acebaca4e8e31f74a","Algorithm":"BLAKE3","ChecksumDate":"2025-06-03T03:39:25.712279Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105417_N0500_R051_T31SBA_20231015T155509.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"49c48974-b509-4851-9b82-a22ad3b086b8","Name":"S2A_MSIL1C_20150704T101006_N0500_R022_T33TUN_20231011T134419.SAFE","ContentType":"application/octet-stream","ContentLength":845676497,"OriginDate":"2024-06-11T20:02:17.487000Z","PublicationDate":"2024-06-11T20:09:11.140402Z","ModificationDate":"2025-06-17T09:31:22.368003Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33TUN_20231011T134419.SAFE","Checksum":[{"Value":"fceec6861946e0da82695a332ff14c15","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:20.329325Z"},{"Value":"2d23bd7afe405fa9096e4b117ca25284586a9e019931812c423c58a1bee17e4e","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:22.014928Z"}],"ContentDate":{"Start":"2015-07-04T10:10:06.027000Z","End":"2015-07-04T10:10:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((12.3279267594648 47.8225951273107, 12.3772803621678 46.8356437141635, 13.8166484669153 46.8595830838483, 13.7943549888911 47.8473711523488, 12.3279267594648 47.8225951273107))'","GeoFootprint":{"type":"Polygon","coordinates":[[[12.3279267594648,47.8225951273107],[12.3772803621678,46.8356437141635],[13.8166484669153,46.8595830838483],[13.7943549888911,47.8473711523488],[12.3279267594648,47.8225951273107]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33TUN","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.127414972080385,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":162,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T13:44:19.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150704T101006_000162_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"5de0899d-9307-40e3-9763-6b2cf38ce1df","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(5de0899d-9307-40e3-9763-6b2cf38ce1df)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33TUN_20231011T134419.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(49c48974-b509-4851-9b82-a22ad3b086b8)/$value","ContentLength":845676497,"Checksum":[{"Value":"fceec6861946e0da82695a332ff14c15","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:20.329325Z"},{"Value":"2d23bd7afe405fa9096e4b117ca25284586a9e019931812c423c58a1bee17e4e","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:22.014928Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33TUN_20231011T134419.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"ebcf6b94-bcf0-4d82-9f06-cae0de281fde","Name":"S2A_MSIL1C_20150831T093006_N0500_R136_T35ULV_20231025T065810.SAFE","ContentType":"application/octet-stream","ContentLength":786031137,"OriginDate":"2024-05-30T06:43:47.208000Z","PublicationDate":"2024-05-30T06:50:34.851655Z","ModificationDate":"2025-06-22T23:04:34.035102Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35ULV_20231025T065810.SAFE","Checksum":[{"Value":"c67374bf723b7302b7c54ec6b4210437","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:32.322213Z"},{"Value":"2f0d6dbdd4d325761e862a6db4df737f3e65c4d7df410b9426115797be06e420","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:33.668067Z"}],"ContentDate":{"Start":"2015-08-31T09:30:06.027000Z","End":"2015-08-31T09:30:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((23.9404063166329 54.1092064481199, 24.0109107771167 53.1236450370092, 25.6511207707828 53.153535093377, 25.6192567205906 54.1401867754604, 23.9404063166329 54.1092064481199))'","GeoFootprint":{"type":"Polygon","coordinates":[[[23.9404063166329,54.1092064481199],[24.0109107771167,53.1236450370092],[25.6511207707828,53.153535093377],[25.6192567205906,54.1401867754604],[23.9404063166329,54.1092064481199]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"35ULV","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":79.43238078174922,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":991,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-25T06:58:10.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150831T093006_000991_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":136,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"7b9576ad-1eae-471a-a21e-867fe5fc9d63","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(7b9576ad-1eae-471a-a21e-867fe5fc9d63)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35ULV_20231025T065810.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(ebcf6b94-bcf0-4d82-9f06-cae0de281fde)/$value","ContentLength":786031137,"Checksum":[{"Value":"c67374bf723b7302b7c54ec6b4210437","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:32.322213Z"},{"Value":"2f0d6dbdd4d325761e862a6db4df737f3e65c4d7df410b9426115797be06e420","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:33.668067Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35ULV_20231025T065810.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"04b87618-42ad-4cd2-bc10-a9a3aaa0b632","Name":"S2A_MSIL1C_20150928T103036_N0500_R108_T31TGM_20231015T170410.SAFE","ContentType":"application/octet-stream","ContentLength":838071111,"OriginDate":"2024-05-30T05:22:43.884000Z","PublicationDate":"2024-05-30T05:30:15.996059Z","ModificationDate":"2025-06-17T09:33:17.855191Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31TGM_20231015T170410.SAFE","Checksum":[{"Value":"23b665ecad28e5da6a15b7c218f6df36","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:33:16.248099Z"},{"Value":"258752c035eb72c725a951b82e242a7b85f1c6b6f1140aee3a01e3280b453811","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:33:17.555507Z"}],"ContentDate":{"Start":"2015-09-28T10:30:36.027000Z","End":"2015-09-28T10:30:36.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((5.62648535527944 46.9235730583036, 5.57945945555527 45.9364308730675, 6.99300216654522 45.8957352519379, 7.06565713269579 46.8814596616377, 5.62648535527944 46.9235730583036))'","GeoFootprint":{"type":"Polygon","coordinates":[[[5.62648535527944,46.9235730583036],[5.57945945555527,45.9364308730675],[6.99300216654522,45.8957352519379],[7.06565713269579,46.8814596616377],[5.62648535527944,46.9235730583036]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31TGM","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":20.1948400967482,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T170410_S20150928T103701_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1392,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T17:04:10.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150928T103036_001392_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":108,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-28T10:30:36.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-28T10:30:36.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"f39b5fda-6dca-4e91-9d9f-96ad1326140a","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(f39b5fda-6dca-4e91-9d9f-96ad1326140a)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31TGM_20231015T170410.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(04b87618-42ad-4cd2-bc10-a9a3aaa0b632)/$value","ContentLength":838071111,"Checksum":[{"Value":"23b665ecad28e5da6a15b7c218f6df36","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:33:16.248099Z"},{"Value":"258752c035eb72c725a951b82e242a7b85f1c6b6f1140aee3a01e3280b453811","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:33:17.555507Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31TGM_20231015T170410.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"3e0ba792-8882-436e-a289-fdc0c9e1e7e2","Name":"S2A_MSIL1C_20150925T102026_N0500_R065_T32UPA_20231015T151854.SAFE","ContentType":"application/octet-stream","ContentLength":269951030,"OriginDate":"2024-05-29T06:38:21.512000Z","PublicationDate":"2024-05-29T07:45:31.005859Z","ModificationDate":"2025-06-22T22:23:00.413293Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/25/S2A_MSIL1C_20150925T102026_N0500_R065_T32UPA_20231015T151854.SAFE","Checksum":[{"Value":"5ca890ffe9db57fbcd2a5d2e59ad4918","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:22:59.308373Z"},{"Value":"f117ca10bcf8e11680825bffe49b791eba7d51f56af18a3dbe96150a7ee986aa","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:22:59.730103Z"}],"ContentDate":{"Start":"2015-09-25T10:20:26.027000Z","End":"2015-09-25T10:20:26.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((10.3957425768095 50.0062271657095, 10.382684363173 49.5564944519631, 11.8993596884542 49.5284182944309, 11.9111590406352 49.7222852223117, 11.6653318733684 49.7723239244505, 11.665787971624 49.7733321697612, 11.6655985637383 49.7733709425914, 11.665725172895 49.773651101717, 11.3475037889509 49.8363808720705, 11.3476138316277 49.8366270687863, 11.3301398051917 49.8400787686411, 11.329754694974 49.8392144351635, 11.3268230862264 49.8397640040898, 11.3266445503578 49.8393631632928, 11.0251949484483 49.8958329097992, 11.0254491036493 49.8964118279817, 11.0254298986942 49.8964154262377, 11.0257489577484 49.8971414730318, 11.009250601264 49.9000755304561, 11.009127894397 49.8997962657726, 10.7072501075951 49.9535654817819, 10.707337581887 49.9537675534667, 10.6879342064965 49.9572182376409, 10.6877716882873 49.9568415890589, 10.6876688650934 49.956859173305, 10.6874727202278 49.9564051726078, 10.6841318490751 49.9569776429937, 10.6840876797826 49.9568754331375, 10.3957425768095 50.0062271657095))'","GeoFootprint":{"type":"Polygon","coordinates":[[[10.3957425768095,50.0062271657095],[10.382684363173,49.5564944519631],[11.8993596884542,49.5284182944309],[11.9111590406352,49.7222852223117],[11.6653318733684,49.7723239244505],[11.665787971624,49.7733321697612],[11.6655985637383,49.7733709425914],[11.665725172895,49.773651101717],[11.3475037889509,49.8363808720705],[11.3476138316277,49.8366270687863],[11.3301398051917,49.8400787686411],[11.329754694974,49.8392144351635],[11.3268230862264,49.8397640040898],[11.3266445503578,49.8393631632928],[11.0251949484483,49.8958329097992],[11.0254491036493,49.8964118279817],[11.0254298986942,49.8964154262377],[11.0257489577484,49.8971414730318],[11.009250601264,49.9000755304561],[11.009127894397,49.8997962657726],[10.7072501075951,49.9535654817819],[10.707337581887,49.9537675534667],[10.6879342064965,49.9572182376409],[10.6877716882873,49.9568415890589],[10.6876688650934,49.956859173305],[10.6874727202278,49.9564051726078],[10.6841318490751,49.9569776429937],[10.6840876797826,49.9568754331375],[10.3957425768095,50.0062271657095]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32UPA","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":99.8030259983967,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T151854_S20150925T102659_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1349,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T15:18:54.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150925T102026_001349_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":65,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-25T10:20:26.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-25T10:20:26.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"d753f5e1-4c88-471f-98d3-da52c17c1e36","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(d753f5e1-4c88-471f-98d3-da52c17c1e36)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/25/S2A_MSIL1C_20150925T102026_N0500_R065_T32UPA_20231015T151854.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(3e0ba792-8882-436e-a289-fdc0c9e1e7e2)/$value","ContentLength":269951030,"Checksum":[{"Value":"5ca890ffe9db57fbcd2a5d2e59ad4918","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:22:59.308373Z"},{"Value":"f117ca10bcf8e11680825bffe49b791eba7d51f56af18a3dbe96150a7ee986aa","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:22:59.730103Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/25/S2A_MSIL1C_20150925T102026_N0500_R065_T32UPA_20231015T151854.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"2adb37a8-82a1-4e15-a03d-fc7704073b0b","Name":"S2A_MSIL1C_20150924T105046_N0500_R051_T31UFT_20231021T051902.SAFE","ContentType":"application/octet-stream","ContentLength":706335746,"OriginDate":"2024-06-12T08:06:50.695000Z","PublicationDate":"2024-06-12T08:22:28.645446Z","ModificationDate":"2025-06-22T22:24:09.084994Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105046_N0500_R051_T31UFT_20231021T051902.SAFE","Checksum":[{"Value":"a7e67ffca143164fa2b0a05c85873d52","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:24:06.825225Z"},{"Value":"396eea4affedb0f164613111bdbd74be6b2de352c86fbc2581ee2e0173de5b85","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:24:08.164767Z"}],"ContentDate":{"Start":"2015-09-24T10:50:46.027000Z","End":"2015-09-24T10:50:46.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((4.46788415295783 52.3413550972696, 4.43612062512346 51.3544393902669, 6.01125412259485 51.324523354786, 6.07775792530945 52.3103669149941, 4.46788415295783 52.3413550972696))'","GeoFootprint":{"type":"Polygon","coordinates":[[[4.46788415295783,52.3413550972696],[4.43612062512346,51.3544393902669],[6.01125412259485,51.324523354786],[6.07775792530945,52.3103669149941],[4.46788415295783,52.3413550972696]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31UFT","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":86.174445340261,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231021T051902_S20150924T105044_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1335,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-21T05:19:02.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150924T105046_001335_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":51,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-24T10:50:46.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-24T10:50:46.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"70c92953-1157-4209-befc-94ddd6976b43","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(70c92953-1157-4209-befc-94ddd6976b43)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105046_N0500_R051_T31UFT_20231021T051902.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(2adb37a8-82a1-4e15-a03d-fc7704073b0b)/$value","ContentLength":706335746,"Checksum":[{"Value":"a7e67ffca143164fa2b0a05c85873d52","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:24:06.825225Z"},{"Value":"396eea4affedb0f164613111bdbd74be6b2de352c86fbc2581ee2e0173de5b85","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:24:08.164767Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105046_N0500_R051_T31UFT_20231021T051902.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"f1d74b9e-d92b-470c-b14d-37030ffb6ffb","Name":"S2A_MSIL1C_20150831T093006_N0500_R136_T33SYV_20231025T065810.SAFE","ContentType":"application/octet-stream","ContentLength":588903956,"OriginDate":"2024-05-30T06:32:15.702000Z","PublicationDate":"2024-05-30T06:39:00.251803Z","ModificationDate":"2025-06-22T23:04:35.150067Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T33SYV_20231025T065810.SAFE","Checksum":[{"Value":"660f43449c7836121b0fa6cb23b81c35","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:33.295717Z"},{"Value":"efdbd39813d509258c3d96a045366eb1290ab5e7b925edd7991bb466adcd7569","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:34.195557Z"}],"ContentDate":{"Start":"2015-08-31T09:30:06.027000Z","End":"2015-08-31T09:30:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((17.2219522881648 36.1242842553783, 17.1947312843743 35.1350099026398, 18.3983283479329 35.1072181620346, 18.440418736403 36.0954669937502, 17.2219522881648 36.1242842553783))'","GeoFootprint":{"type":"Polygon","coordinates":[[[17.2219522881648,36.1242842553783],[17.1947312843743,35.1350099026398],[18.3983283479329,35.1072181620346],[18.440418736403,36.0954669937502],[17.2219522881648,36.1242842553783]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33SYV","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.0,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":991,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-25T06:58:10.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150831T093006_000991_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":136,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"e55229c9-dbd3-4cec-9211-f8b08dace2eb","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(e55229c9-dbd3-4cec-9211-f8b08dace2eb)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T33SYV_20231025T065810.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(f1d74b9e-d92b-470c-b14d-37030ffb6ffb)/$value","ContentLength":588903956,"Checksum":[{"Value":"660f43449c7836121b0fa6cb23b81c35","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:33.295717Z"},{"Value":"efdbd39813d509258c3d96a045366eb1290ab5e7b925edd7991bb466adcd7569","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:34.195557Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T33SYV_20231025T065810.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"45393586-bf83-461a-93e8-af0044714f8a","Name":"S2A_MSIL1C_20150924T105046_N0500_R051_T31UFU_20231021T051902.SAFE","ContentType":"application/octet-stream","ContentLength":654844340,"OriginDate":"2024-06-12T08:06:49.409000Z","PublicationDate":"2024-06-12T08:26:08.952132Z","ModificationDate":"2025-06-22T22:22:58.909542Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105046_N0500_R051_T31UFU_20231021T051902.SAFE","Checksum":[{"Value":"27e4ce974e381cecc0effdb248b8d762","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:22:57.080370Z"},{"Value":"146c08a122b6d9eea74b34cf6f26c94668207fb1bf01308ef5a996e134eebf63","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:22:58.192925Z"}],"ContentDate":{"Start":"2015-09-24T10:50:46.027000Z","End":"2015-09-24T10:50:46.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((4.49846042834093 53.2402083494707, 4.4649803671648 52.2534568066442, 6.07167848704459 52.2225660336134, 6.14176990448116 53.2082013727564, 4.49846042834093 53.2402083494707))'","GeoFootprint":{"type":"Polygon","coordinates":[[[4.49846042834093,53.2402083494707],[4.4649803671648,52.2534568066442],[6.07167848704459,52.2225660336134],[6.14176990448116,53.2082013727564],[4.49846042834093,53.2402083494707]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31UFU","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":99.47143838275258,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231021T051902_S20150924T105044_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1335,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-21T05:19:02.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150924T105046_001335_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":51,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-24T10:50:46.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-24T10:50:46.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"bb2e53bb-f062-47f3-ba77-f19829dabf23","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(bb2e53bb-f062-47f3-ba77-f19829dabf23)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105046_N0500_R051_T31UFU_20231021T051902.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(45393586-bf83-461a-93e8-af0044714f8a)/$value","ContentLength":654844340,"Checksum":[{"Value":"27e4ce974e381cecc0effdb248b8d762","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:22:57.080370Z"},{"Value":"146c08a122b6d9eea74b34cf6f26c94668207fb1bf01308ef5a996e134eebf63","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:22:58.192925Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105046_N0500_R051_T31UFU_20231021T051902.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"cc3ad137-35b0-456f-8aa6-4a53b23c29d6","Name":"S2A_MSIL1C_20150813T101026_N0500_R022_T32SNF_20231009T135741.SAFE","ContentType":"application/octet-stream","ContentLength":866278677,"OriginDate":"2024-05-24T00:13:25.081000Z","PublicationDate":"2024-05-24T00:20:35.956094Z","ModificationDate":"2025-06-03T05:50:12.634105Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/13/S2A_MSIL1C_20150813T101026_N0500_R022_T32SNF_20231009T135741.SAFE","Checksum":[{"Value":"9887a66cdafad08bd0c6f1e4f27e243d","Algorithm":"MD5","ChecksumDate":"2025-06-03T05:50:11.055918Z"},{"Value":"c57b6c6c8650140e911dde07a653386d5a7e9f85a41d12e92e13a0f612a1ac95","Algorithm":"BLAKE3","ChecksumDate":"2025-06-03T05:50:12.350182Z"}],"ContentDate":{"Start":"2015-08-13T10:10:26.027000Z","End":"2015-08-13T10:10:26.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((8.99977508317119 37.046583050484, 8.99977793331018 36.0567239651173, 10.2188000200899 36.050528215952, 10.2344380313421 37.040160904288, 8.99977508317119 37.046583050484))'","GeoFootprint":{"type":"Polygon","coordinates":[[[8.99977508317119,37.046583050484],[8.99977793331018,36.0567239651173],[10.2188000200899,36.050528215952],[10.2344380313421,37.040160904288],[8.99977508317119,37.046583050484]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32SNF","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":4.18158201200394,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T135741_S20150813T101657_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":734,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T13:57:41.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150813T101026_000734_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-13T10:10:26.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-13T10:10:26.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"3dce8cea-aed9-4fe2-83e6-9b0e7c2ab238","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(3dce8cea-aed9-4fe2-83e6-9b0e7c2ab238)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/13/S2A_MSIL1C_20150813T101026_N0500_R022_T32SNF_20231009T135741.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(cc3ad137-35b0-456f-8aa6-4a53b23c29d6)/$value","ContentLength":866278677,"Checksum":[{"Value":"9887a66cdafad08bd0c6f1e4f27e243d","Algorithm":"MD5","ChecksumDate":"2025-06-03T05:50:11.055918Z"},{"Value":"c57b6c6c8650140e911dde07a653386d5a7e9f85a41d12e92e13a0f612a1ac95","Algorithm":"BLAKE3","ChecksumDate":"2025-06-03T05:50:12.350182Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/13/S2A_MSIL1C_20150813T101026_N0500_R022_T32SNF_20231009T135741.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"ec96fa6c-c6b4-4d4c-aff9-5c0ba646fc9a","Name":"S2A_MSIL1C_20150925T102026_N0500_R065_T32UQV_20231015T151854.SAFE","ContentType":"application/octet-stream","ContentLength":568571840,"OriginDate":"2024-05-29T06:49:36.611000Z","PublicationDate":"2024-05-29T08:12:28.057940Z","ModificationDate":"2025-06-22T22:23:03.216042Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/25/S2A_MSIL1C_20150925T102026_N0500_R065_T32UQV_20231015T151854.SAFE","Checksum":[{"Value":"1dce829e3a494a08cd6075dd01906ea1","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:23:01.712976Z"},{"Value":"ca731e12bd7e50b6ae1c8b777940b090a3a28ad388bfd24aa63f338e4064cf4c","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:23:02.677306Z"}],"ContentDate":{"Start":"2015-09-25T10:20:26.027000Z","End":"2015-09-25T10:20:26.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((12.4816717417727 49.5978530148237, 11.7685148050404 49.6196101142024, 11.7140866577424 48.6330446046816, 12.5501281268334 48.6079133155363, 12.5553165859517 48.6191835265112, 12.6225468228894 48.7637536571451, 12.6902503507911 48.9083680060895, 12.7572053858532 49.0533550241282, 12.8264044755038 49.1979402766644, 12.8957485150804 49.3426016189383, 12.964565653383 49.4859493457057, 12.9037518948088 49.5005608629123, 12.6330550919044 49.5647754258317, 12.6332925429241 49.5652779835845, 12.6194796291129 49.5683597706766, 12.6191458284377 49.5676528747878, 12.6164947800393 49.5682392283912, 12.6164262831208 49.5680941496028, 12.4816717417727 49.5978530148237))'","GeoFootprint":{"type":"Polygon","coordinates":[[[12.4816717417727,49.5978530148237],[11.7685148050404,49.6196101142024],[11.7140866577424,48.6330446046816],[12.5501281268334,48.6079133155363],[12.5553165859517,48.6191835265112],[12.6225468228894,48.7637536571451],[12.6902503507911,48.9083680060895],[12.7572053858532,49.0533550241282],[12.8264044755038,49.1979402766644],[12.8957485150804,49.3426016189383],[12.964565653383,49.4859493457057],[12.9037518948088,49.5005608629123],[12.6330550919044,49.5647754258317],[12.6332925429241,49.5652779835845],[12.6194796291129,49.5683597706766],[12.6191458284377,49.5676528747878],[12.6164947800393,49.5682392283912],[12.6164262831208,49.5680941496028],[12.4816717417727,49.5978530148237]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32UQV","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":87.4366963514472,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T151854_S20150925T102659_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1349,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T15:18:54.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150925T102026_001349_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":65,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-25T10:20:26.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-25T10:20:26.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"449033ef-561c-4476-b9b8-fe5b83372e30","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(449033ef-561c-4476-b9b8-fe5b83372e30)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/25/S2A_MSIL1C_20150925T102026_N0500_R065_T32UQV_20231015T151854.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(ec96fa6c-c6b4-4d4c-aff9-5c0ba646fc9a)/$value","ContentLength":568571840,"Checksum":[{"Value":"1dce829e3a494a08cd6075dd01906ea1","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:23:01.712976Z"},{"Value":"ca731e12bd7e50b6ae1c8b777940b090a3a28ad388bfd24aa63f338e4064cf4c","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:23:02.677306Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/25/S2A_MSIL1C_20150925T102026_N0500_R065_T32UQV_20231015T151854.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"b103acd3-112c-4310-8986-647be04a6ee2","Name":"S2A_MSIL1C_20150831T093006_N0500_R136_T34TBM_20231025T065810.SAFE","ContentType":"application/octet-stream","ContentLength":37956763,"OriginDate":"2024-05-30T06:08:31.762000Z","PublicationDate":"2024-05-30T06:14:11.029713Z","ModificationDate":"2025-06-22T23:04:35.909046Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34TBM_20231025T065810.SAFE","Checksum":[{"Value":"7a5b1fff796e3e196894f083b2f9fc90","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:35.546470Z"},{"Value":"73e21dd5c16f4931d8a59ad7fd14c1fb953c606fa7d4e04ea713c9f276aeb93c","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:35.624070Z"}],"ContentDate":{"Start":"2015-08-31T09:30:06.027000Z","End":"2015-08-31T09:30:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((18.5557735680621 41.4369442015868, 18.7230334326652 41.4412121669859, 18.7059586329289 41.9172877976246, 18.7032373500786 41.9086452956144, 18.6570917022238 41.7615857882331, 18.6110926383077 41.6145165721813, 18.5652467505093 41.4674370190334, 18.5557735680621 41.4369442015868))'","GeoFootprint":{"type":"Polygon","coordinates":[[[18.5557735680621,41.4369442015868],[18.7230334326652,41.4412121669859],[18.7059586329289,41.9172877976246],[18.7032373500786,41.9086452956144],[18.6570917022238,41.7615857882331],[18.6110926383077,41.6145165721813],[18.5652467505093,41.4674370190334],[18.5557735680621,41.4369442015868]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"34TBM","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.0,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":991,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-25T06:58:10.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150831T093006_000991_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":136,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"b0f2fe05-1af2-4b2e-8d91-3bb68015c93d","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(b0f2fe05-1af2-4b2e-8d91-3bb68015c93d)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34TBM_20231025T065810.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(b103acd3-112c-4310-8986-647be04a6ee2)/$value","ContentLength":37956763,"Checksum":[{"Value":"7a5b1fff796e3e196894f083b2f9fc90","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:35.546470Z"},{"Value":"73e21dd5c16f4931d8a59ad7fd14c1fb953c606fa7d4e04ea713c9f276aeb93c","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:35.624070Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34TBM_20231025T065810.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"1ffd3491-f334-423c-87d9-f7812519d0b7","Name":"S2A_MSIL1C_20150924T105046_N0500_R051_T31UFP_20231017T070938.SAFE","ContentType":"application/octet-stream","ContentLength":287611586,"OriginDate":"2024-05-31T07:42:23.822000Z","PublicationDate":"2024-05-31T07:49:53.208964Z","ModificationDate":"2025-06-22T22:22:53.851032Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105046_N0500_R051_T31UFP_20231017T070938.SAFE","Checksum":[{"Value":"fcaa0d9b1cdd5b31d10d49b3eb687449","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:22:52.547646Z"},{"Value":"103a782e2908674d3f1a0be0f697e372aa411531692e52d38040a08815ad4362","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:22:52.987956Z"}],"ContentDate":{"Start":"2015-09-24T10:50:46.027000Z","End":"2015-09-24T10:50:46.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((5.0571720682112 48.7322389862988, 4.36027924628366 48.7449841116978, 4.3343313489668 47.7574097373474, 4.60734576436114 47.7524922103054, 4.63776973055274 47.8195256149814, 4.70375335929452 47.9645097353728, 4.76988741068876 48.109461531321, 4.83595033507191 48.2544060021499, 4.90296022701491 48.3991508561627, 4.96992145942794 48.5439151117388, 5.03694602919353 48.6886136142597, 5.0571720682112 48.7322389862988))'","GeoFootprint":{"type":"Polygon","coordinates":[[[5.0571720682112,48.7322389862988],[4.36027924628366,48.7449841116978],[4.3343313489668,47.7574097373474],[4.60734576436114,47.7524922103054],[4.63776973055274,47.8195256149814],[4.70375335929452,47.9645097353728],[4.76988741068876,48.109461531321],[4.83595033507191,48.2544060021499],[4.90296022701491,48.3991508561627],[4.96992145942794,48.5439151117388],[5.03694602919353,48.6886136142597],[5.0571720682112,48.7322389862988]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31UFP","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":13.2224295928178,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231017T070938_S20150924T105656_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1335,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-17T07:09:38.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150924T105046_001335_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":51,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-24T10:50:46.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-24T10:50:46.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"1cafc710-d480-489a-a0ed-f244ad042fbb","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(1cafc710-d480-489a-a0ed-f244ad042fbb)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105046_N0500_R051_T31UFP_20231017T070938.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(1ffd3491-f334-423c-87d9-f7812519d0b7)/$value","ContentLength":287611586,"Checksum":[{"Value":"fcaa0d9b1cdd5b31d10d49b3eb687449","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:22:52.547646Z"},{"Value":"103a782e2908674d3f1a0be0f697e372aa411531692e52d38040a08815ad4362","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:22:52.987956Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105046_N0500_R051_T31UFP_20231017T070938.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"caf1cd63-7862-4d05-9591-b31abf0bf687","Name":"S2A_MSIL1C_20150704T101006_N0500_R022_T32SPE_20231011T134419.SAFE","ContentType":"application/octet-stream","ContentLength":56228021,"OriginDate":"2024-06-11T19:02:06.969000Z","PublicationDate":"2024-06-11T19:07:42.688512Z","ModificationDate":"2025-06-03T14:14:08.136719Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SPE_20231011T134419.SAFE","Checksum":[{"Value":"9b3bd016da86cf2c0a43d70cfb6b249a","Algorithm":"MD5","ChecksumDate":"2025-06-03T14:14:07.316419Z"},{"Value":"ee7c14e2b090e5bb718cef103dbee55e4ad9a55dee84e555fb566a999ab6b938","Algorithm":"BLAKE3","ChecksumDate":"2025-06-03T14:14:07.433393Z"}],"ContentDate":{"Start":"2015-07-04T10:10:06.027000Z","End":"2015-07-04T10:10:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((10.276765575285 36.1373647149413, 10.1114805753291 36.1397407309288, 10.1040781045478 35.6020369032354, 10.1068663420084 35.6107499048475, 10.1540222328083 35.7576250881893, 10.2012975325065 35.9043547456904, 10.2488537516279 36.051022797984, 10.276765575285 36.1373647149413))'","GeoFootprint":{"type":"Polygon","coordinates":[[[10.276765575285,36.1373647149413],[10.1114805753291,36.1397407309288],[10.1040781045478,35.6020369032354],[10.1068663420084,35.6107499048475],[10.1540222328083,35.7576250881893],[10.2012975325065,35.9043547456904],[10.2488537516279,36.051022797984],[10.276765575285,36.1373647149413]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32SPE","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.0,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":162,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T13:44:19.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150704T101006_000162_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"0b203127-8049-4afc-b00e-48f0dd516b9e","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(0b203127-8049-4afc-b00e-48f0dd516b9e)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SPE_20231011T134419.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(caf1cd63-7862-4d05-9591-b31abf0bf687)/$value","ContentLength":56228021,"Checksum":[{"Value":"9b3bd016da86cf2c0a43d70cfb6b249a","Algorithm":"MD5","ChecksumDate":"2025-06-03T14:14:07.316419Z"},{"Value":"ee7c14e2b090e5bb718cef103dbee55e4ad9a55dee84e555fb566a999ab6b938","Algorithm":"BLAKE3","ChecksumDate":"2025-06-03T14:14:07.433393Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SPE_20231011T134419.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"a05c4158-083c-40cf-ac13-80d1daff81d0","Name":"S2A_MSIL1C_20150831T093006_N0500_R136_T35ULQ_20231025T065810.SAFE","ContentType":"application/octet-stream","ContentLength":633080149,"OriginDate":"2024-05-30T06:23:39.458000Z","PublicationDate":"2024-05-30T06:30:15.116011Z","ModificationDate":"2025-06-22T23:04:37.697640Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35ULQ_20231025T065810.SAFE","Checksum":[{"Value":"6d8ce331d0b46bf0d6a89c6ef33c7f1d","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:35.969690Z"},{"Value":"6d2d91084299c889966ff6e0949c506d8b2be65876d33702a9869406b81eccda","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:37.210421Z"}],"ContentDate":{"Start":"2015-08-31T09:30:06.027000Z","End":"2015-08-31T09:30:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((25.6444080890661 49.6441383002241, 24.2309320629869 49.6195968750112, 24.2853710517972 48.6330318153582, 25.1734614713565 48.648225437455, 25.1834417907906 48.6697690639091, 25.2510541246908 48.8144384109101, 25.3183926087945 48.9592236791549, 25.3866620527772 49.1038265312423, 25.4550643112843 49.2484467539011, 25.5239942616244 49.3929851057094, 25.593212338229 49.5375037805803, 25.6444080890661 49.6441383002241))'","GeoFootprint":{"type":"Polygon","coordinates":[[[25.6444080890661,49.6441383002241],[24.2309320629869,49.6195968750112],[24.2853710517972,48.6330318153582],[25.1734614713565,48.648225437455],[25.1834417907906,48.6697690639091],[25.2510541246908,48.8144384109101],[25.3183926087945,48.9592236791549],[25.3866620527772,49.1038265312423],[25.4550643112843,49.2484467539011],[25.5239942616244,49.3929851057094],[25.593212338229,49.5375037805803],[25.6444080890661,49.6441383002241]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"35ULQ","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.0,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":991,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-25T06:58:10.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150831T093006_000991_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":136,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"1d33d372-3942-4a41-bd37-55704dc8d023","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(1d33d372-3942-4a41-bd37-55704dc8d023)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35ULQ_20231025T065810.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(a05c4158-083c-40cf-ac13-80d1daff81d0)/$value","ContentLength":633080149,"Checksum":[{"Value":"6d8ce331d0b46bf0d6a89c6ef33c7f1d","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:35.969690Z"},{"Value":"6d2d91084299c889966ff6e0949c506d8b2be65876d33702a9869406b81eccda","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:37.210421Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35ULQ_20231025T065810.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"6a6fd04e-5774-46c0-b5be-05074d8e0be0","Name":"S2A_MSIL1C_20150924T105046_N0500_R051_T31UFS_20231021T051902.SAFE","ContentType":"application/octet-stream","ContentLength":784300507,"OriginDate":"2024-06-12T08:06:53.975000Z","PublicationDate":"2024-06-12T08:24:56.934973Z","ModificationDate":"2025-06-22T22:23:14.975661Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105046_N0500_R051_T31UFS_20231021T051902.SAFE","Checksum":[{"Value":"eaddcec3362655cf0d277a4a9c089ed9","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:23:12.110396Z"},{"Value":"608a37e433ee5988852a22f2d17ffcfb8118ee3305748bc885abda077d14b364","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:23:13.411664Z"}],"ContentDate":{"Start":"2015-09-24T10:50:46.027000Z","End":"2015-09-24T10:50:46.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((4.95974982318686 50.444937816491, 5.87156472236367 50.4278372441376, 5.89204355323433 50.4692115321155, 5.9641716052181 50.613222044725, 5.96608792617314 50.6170576591269, 6.01702500852582 51.4123426550669, 4.43887679440474 51.4423523168539, 4.41186924708209 50.5584953892498, 4.44724404458457 50.5515321714475, 4.44721043484662 50.5514601124431, 4.44725201693917 50.5514519311339, 4.44714715661231 50.5512269186827, 4.45008115195002 50.5506497993457, 4.44996230150218 50.5503947659963, 4.45006229096631 50.5503751160053, 4.45003983923368 50.5503270176688, 4.47092310333189 50.5462288450266, 4.4710169544938 50.5464300828157, 4.77734650396365 50.4840411881246, 4.77732453016792 50.4839946589259, 4.79138679398545 50.4811450380782, 4.79152414802588 50.4814352450963, 4.79159893517624 50.4814189774016, 4.79161673210802 50.481456614461, 4.95974982318686 50.444937816491))'","GeoFootprint":{"type":"Polygon","coordinates":[[[4.95974982318686,50.444937816491],[5.87156472236367,50.4278372441376],[5.89204355323433,50.4692115321155],[5.9641716052181,50.613222044725],[5.96608792617314,50.6170576591269],[6.01702500852582,51.4123426550669],[4.43887679440474,51.4423523168539],[4.41186924708209,50.5584953892498],[4.44724404458457,50.5515321714475],[4.44721043484662,50.5514601124431],[4.44725201693917,50.5514519311339],[4.44714715661231,50.5512269186827],[4.45008115195002,50.5506497993457],[4.44996230150218,50.5503947659963],[4.45006229096631,50.5503751160053],[4.45003983923368,50.5503270176688],[4.47092310333189,50.5462288450266],[4.4710169544938,50.5464300828157],[4.77734650396365,50.4840411881246],[4.77732453016792,50.4839946589259],[4.79138679398545,50.4811450380782],[4.79152414802588,50.4814352450963],[4.79159893517624,50.4814189774016],[4.79161673210802,50.481456614461],[4.95974982318686,50.444937816491]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31UFS","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":37.0648888269205,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231021T051902_S20150924T105044_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1335,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-21T05:19:02.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150924T105046_001335_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":51,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-24T10:50:46.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-24T10:50:46.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"bff81b5c-bed9-4988-9efc-2f85ab58689e","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(bff81b5c-bed9-4988-9efc-2f85ab58689e)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105046_N0500_R051_T31UFS_20231021T051902.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(6a6fd04e-5774-46c0-b5be-05074d8e0be0)/$value","ContentLength":784300507,"Checksum":[{"Value":"eaddcec3362655cf0d277a4a9c089ed9","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:23:12.110396Z"},{"Value":"608a37e433ee5988852a22f2d17ffcfb8118ee3305748bc885abda077d14b364","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:23:13.411664Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105046_N0500_R051_T31UFS_20231021T051902.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"8ab37ed9-f066-4030-83c1-f4bb2e3ff2bb","Name":"S2A_MSIL1C_20150704T101006_N0500_R022_T32TML_20231011T134419.SAFE","ContentType":"application/octet-stream","ContentLength":446716677,"OriginDate":"2024-06-11T19:22:17.870000Z","PublicationDate":"2024-06-11T19:27:56.827303Z","ModificationDate":"2025-06-17T09:31:33.578749Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TML_20231011T134419.SAFE","Checksum":[{"Value":"6e650af9ff80601a4dd79b789ba5f681","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:32.113117Z"},{"Value":"d0cdbf2e4a4ab968eaf8e2e296861ff6cbc3bd820142566e605262c6cd7b6b34","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:33.079074Z"}],"ContentDate":{"Start":"2015-07-04T10:10:06.027000Z","End":"2015-07-04T10:10:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((8.20082199243036 40.5584719499726, 9.11529156452825 40.5626923872254, 9.11703163438882 41.5517851168899, 8.50670214522528 41.5489124470907, 8.50510896944353 41.5438272396352, 8.47253210167361 41.4396785229277, 8.45917656151084 41.3966982059872, 8.41347728068235 41.2495387991724, 8.37198037171257 41.1159305806299, 8.36779373488696 41.1023911002729, 8.32246182690656 40.9552040923481, 8.27733292316915 40.8080060601753, 8.23214746927829 40.6608961901121, 8.20082199243036 40.5584719499726))'","GeoFootprint":{"type":"Polygon","coordinates":[[[8.20082199243036,40.5584719499726],[9.11529156452825,40.5626923872254],[9.11703163438882,41.5517851168899],[8.50670214522528,41.5489124470907],[8.50510896944353,41.5438272396352],[8.47253210167361,41.4396785229277],[8.45917656151084,41.3966982059872],[8.41347728068235,41.2495387991724],[8.37198037171257,41.1159305806299],[8.36779373488696,41.1023911002729],[8.32246182690656,40.9552040923481],[8.27733292316915,40.8080060601753],[8.23214746927829,40.6608961901121],[8.20082199243036,40.5584719499726]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32TML","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":21.355424975509802,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":162,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T13:44:19.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150704T101006_000162_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"931dff9d-effd-4227-9691-3cc2aedead69","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(931dff9d-effd-4227-9691-3cc2aedead69)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TML_20231011T134419.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(8ab37ed9-f066-4030-83c1-f4bb2e3ff2bb)/$value","ContentLength":446716677,"Checksum":[{"Value":"6e650af9ff80601a4dd79b789ba5f681","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:32.113117Z"},{"Value":"d0cdbf2e4a4ab968eaf8e2e296861ff6cbc3bd820142566e605262c6cd7b6b34","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:33.079074Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TML_20231011T134419.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"24d0d6fa-0df3-47d0-92b3-9a8960d92e75","Name":"S2A_MSIL1C_20150704T101006_N0500_R022_T32UQA_20231011T134419.SAFE","ContentType":"application/octet-stream","ContentLength":808932498,"OriginDate":"2024-06-11T19:44:35.959000Z","PublicationDate":"2024-06-11T19:51:54.518372Z","ModificationDate":"2025-06-17T09:31:28.853032Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32UQA_20231011T134419.SAFE","Checksum":[{"Value":"c4038c65444df5a18a820ccb86b8b9f5","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:26.909048Z"},{"Value":"5945167bd6aa401f03d1ac19d258ca35aa0b03983a65b1683c130505762553a6","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:28.568393Z"}],"ContentDate":{"Start":"2015-07-04T10:10:06.027000Z","End":"2015-07-04T10:10:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((11.8207689450153 50.518113703503, 11.7635451476014 49.531744406219, 13.2773703816628 49.485620292303, 13.365742763507 50.4703606309858, 11.8207689450153 50.518113703503))'","GeoFootprint":{"type":"Polygon","coordinates":[[[11.8207689450153,50.518113703503],[11.7635451476014,49.531744406219],[13.2773703816628,49.485620292303],[13.365742763507,50.4703606309858],[11.8207689450153,50.518113703503]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32UQA","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.23601779688853103,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":162,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T13:44:19.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150704T101006_000162_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"e6f56be6-fa86-43e7-b9cd-be4d5d060ace","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(e6f56be6-fa86-43e7-b9cd-be4d5d060ace)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32UQA_20231011T134419.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(24d0d6fa-0df3-47d0-92b3-9a8960d92e75)/$value","ContentLength":808932498,"Checksum":[{"Value":"c4038c65444df5a18a820ccb86b8b9f5","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:26.909048Z"},{"Value":"5945167bd6aa401f03d1ac19d258ca35aa0b03983a65b1683c130505762553a6","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:28.568393Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32UQA_20231011T134419.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"93b1cbc8-df8d-4e80-9fcd-981626ee66b2","Name":"S2A_MSIL1C_20150919T100016_N0500_R122_T33UWQ_20231015T150342.SAFE","ContentType":"application/octet-stream","ContentLength":802378230,"OriginDate":"2024-05-28T01:52:42.789000Z","PublicationDate":"2024-05-28T02:13:45.573840Z","ModificationDate":"2025-06-22T22:29:19.857925Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/19/S2A_MSIL1C_20150919T100016_N0500_R122_T33UWQ_20231015T150342.SAFE","Checksum":[{"Value":"b57a49a3e19df7985676254bc397440f","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:29:18.199906Z"},{"Value":"02a60429a4d6ca77848f7b745057d9bfc25671fdae738a1979fe000100b5ddcf","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:29:19.468161Z"}],"ContentDate":{"Start":"2015-09-19T10:00:16.027000Z","End":"2015-09-19T10:00:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((14.9997229225526 49.6527228145057, 14.9997283780488 48.6650314115651, 16.4906696405228 48.6553853487713, 16.5205956537251 49.6427370651644, 14.9997229225526 49.6527228145057))'","GeoFootprint":{"type":"Polygon","coordinates":[[[14.9997229225526,49.6527228145057],[14.9997283780488,48.6650314115651],[16.4906696405228,48.6553853487713],[16.5205956537251,49.6427370651644],[14.9997229225526,49.6527228145057]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33UWQ","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":49.093373943683,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T150342_S20150919T100543_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1263,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T15:03:42.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150919T100016_001263_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":122,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-19T10:00:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-19T10:00:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"83b50732-74b0-45ed-aa4f-b9c0671c4e58","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(83b50732-74b0-45ed-aa4f-b9c0671c4e58)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/19/S2A_MSIL1C_20150919T100016_N0500_R122_T33UWQ_20231015T150342.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(93b1cbc8-df8d-4e80-9fcd-981626ee66b2)/$value","ContentLength":802378230,"Checksum":[{"Value":"b57a49a3e19df7985676254bc397440f","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:29:18.199906Z"},{"Value":"02a60429a4d6ca77848f7b745057d9bfc25671fdae738a1979fe000100b5ddcf","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:29:19.468161Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/19/S2A_MSIL1C_20150919T100016_N0500_R122_T33UWQ_20231015T150342.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"00d5a867-adb1-43da-891b-099a8e2bf704","Name":"S2A_MSIL1C_20150918T103036_N0500_R108_T31UGP_20231017T052538.SAFE","ContentType":"application/octet-stream","ContentLength":743003395,"OriginDate":"2024-06-08T07:38:59.936000Z","PublicationDate":"2024-06-08T07:46:20.102541Z","ModificationDate":"2025-06-22T22:30:47.010189Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/18/S2A_MSIL1C_20150918T103036_N0500_R108_T31UGP_20231017T052538.SAFE","Checksum":[{"Value":"ce70063c8536b2242c29c4f86978ca92","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:30:45.239244Z"},{"Value":"e95d7335479c04ddd8760067fc325f37182596c56f5aa76549cbd7cb3ffd8e1c","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:30:46.706755Z"}],"ContentDate":{"Start":"2015-09-18T10:30:36.028000Z","End":"2015-09-18T10:30:36.028000Z"},"Footprint":"geography'SRID=4326;POLYGON ((5.68527765364807 48.0821279369594, 5.66700941814802 47.73416799678, 7.1282606560594 47.6908510657398, 7.20828443578721 48.676094448249, 5.92126190439323 48.7148340232761, 5.88253724139697 48.6122351981478, 5.82789634843152 48.4658961748307, 5.77336840096537 48.3195695733405, 5.71891257307533 48.1732680645774, 5.68527765364807 48.0821279369594))'","GeoFootprint":{"type":"Polygon","coordinates":[[[5.68527765364807,48.0821279369594],[5.66700941814802,47.73416799678],[7.1282606560594,47.6908510657398],[7.20828443578721,48.676094448249],[5.92126190439323,48.7148340232761],[5.88253724139697,48.6122351981478],[5.82789634843152,48.4658961748307],[5.77336840096537,48.3195695733405],[5.71891257307533,48.1732680645774],[5.68527765364807,48.0821279369594]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31UGP","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":80.4992767956136,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231017T052538_S20150918T103701_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1249,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-17T05:25:38.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150918T103036_001249_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":108,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-18T10:30:36.028000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-18T10:30:36.028000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"f0f6c635-9254-4e9d-8597-3bce0e814884","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(f0f6c635-9254-4e9d-8597-3bce0e814884)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/18/S2A_MSIL1C_20150918T103036_N0500_R108_T31UGP_20231017T052538.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(00d5a867-adb1-43da-891b-099a8e2bf704)/$value","ContentLength":743003395,"Checksum":[{"Value":"ce70063c8536b2242c29c4f86978ca92","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:30:45.239244Z"},{"Value":"e95d7335479c04ddd8760067fc325f37182596c56f5aa76549cbd7cb3ffd8e1c","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:30:46.706755Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/18/S2A_MSIL1C_20150918T103036_N0500_R108_T31UGP_20231017T052538.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"903cd6bd-d33d-495d-8daa-0ecef5de9e87","Name":"S2A_MSIL1C_20150704T101006_N0500_R022_T32TQT_20231011T134419.SAFE","ContentType":"application/octet-stream","ContentLength":849244513,"OriginDate":"2024-06-11T19:46:32.776000Z","PublicationDate":"2024-06-11T19:53:23.956434Z","ModificationDate":"2025-06-17T09:32:12.455791Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TQT_20231011T134419.SAFE","Checksum":[{"Value":"c66a7c692bdba1b04b2677a756a49323","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:10.354310Z"},{"Value":"6c2e7c78cfc4af8c36a4d3c11a5896995dac29b1d36a4f09105a02e62e7faa69","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:12.110670Z"}],"ContentDate":{"Start":"2015-07-04T10:10:06.027000Z","End":"2015-07-04T10:10:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((11.6715394263997 47.822607559991, 11.6221956555124 46.835655727197, 13.059029865045 46.7936706881961, 13.1352584752775 47.7791570723346, 11.6715394263997 47.822607559991))'","GeoFootprint":{"type":"Polygon","coordinates":[[[11.6715394263997,47.822607559991],[11.6221956555124,46.835655727197],[13.059029865045,46.7936706881961],[13.1352584752775,47.7791570723346],[11.6715394263997,47.822607559991]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32TQT","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.12009913703007,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":162,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T13:44:19.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150704T101006_000162_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"1fd947b5-7f08-480b-b7d5-14006c03d39c","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(1fd947b5-7f08-480b-b7d5-14006c03d39c)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TQT_20231011T134419.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(903cd6bd-d33d-495d-8daa-0ecef5de9e87)/$value","ContentLength":849244513,"Checksum":[{"Value":"c66a7c692bdba1b04b2677a756a49323","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:10.354310Z"},{"Value":"6c2e7c78cfc4af8c36a4d3c11a5896995dac29b1d36a4f09105a02e62e7faa69","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:12.110670Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TQT_20231011T134419.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"9da87895-6db6-4514-9c38-198763655a5d","Name":"S2A_MSIL1C_20150831T093006_N0500_R136_T35TLM_20231025T065810.SAFE","ContentType":"application/octet-stream","ContentLength":23075220,"OriginDate":"2024-05-30T06:08:19.537000Z","PublicationDate":"2024-05-30T06:13:55.906145Z","ModificationDate":"2025-06-22T23:04:39.162697Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35TLM_20231025T065810.SAFE","Checksum":[{"Value":"4f6554fc3bb8e88a0ad2c7e23b9d42b4","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:38.456046Z"},{"Value":"d7897eaf655a847759d66292d287952bd30d5efe1f659ef59339dea85ca9aa1d","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:38.507307Z"}],"ContentDate":{"Start":"2015-08-31T09:30:06.027000Z","End":"2015-08-31T09:30:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((24.3960264948722 46.9239446971687, 24.3729898076099 46.9235610085149, 24.3752393675061 46.8763488949172, 24.3960264948722 46.9239446971687))'","GeoFootprint":{"type":"Polygon","coordinates":[[[24.3960264948722,46.9239446971687],[24.3729898076099,46.9235610085149],[24.3752393675061,46.8763488949172],[24.3960264948722,46.9239446971687]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"35TLM","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.0,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":991,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-25T06:58:10.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150831T093006_000991_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":136,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"04627598-982a-4e4f-b940-463b969b96e8","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(04627598-982a-4e4f-b940-463b969b96e8)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35TLM_20231025T065810.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(9da87895-6db6-4514-9c38-198763655a5d)/$value","ContentLength":23075220,"Checksum":[{"Value":"4f6554fc3bb8e88a0ad2c7e23b9d42b4","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:38.456046Z"},{"Value":"d7897eaf655a847759d66292d287952bd30d5efe1f659ef59339dea85ca9aa1d","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:38.507307Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35TLM_20231025T065810.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"2b488914-ff8d-4409-85c0-58119f637497","Name":"S2A_MSIL1C_20150923T094016_N0500_R036_T33TYK_20231015T145434.SAFE","ContentType":"application/octet-stream","ContentLength":816361095,"OriginDate":"2024-05-29T01:36:44.684000Z","PublicationDate":"2024-05-29T01:45:15.810542Z","ModificationDate":"2025-06-17T09:33:16.758947Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T094016_N0500_R036_T33TYK_20231015T145434.SAFE","Checksum":[{"Value":"c4a653815ae2dac72fd60d4c7634f082","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:33:15.280536Z"},{"Value":"487d3b9f51248643ca120136108c567137672394882df1774ddda0e720589858","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:33:16.474445Z"}],"ContentDate":{"Start":"2015-09-23T09:40:16.027000Z","End":"2015-09-23T09:40:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((17.5426313572443 45.1255248829648, 17.4998487890041 44.138007688027, 18.8699867664213 44.0997709182098, 18.9360975560864 45.0859569604996, 17.5426313572443 45.1255248829648))'","GeoFootprint":{"type":"Polygon","coordinates":[[[17.5426313572443,45.1255248829648],[17.4998487890041,44.138007688027],[18.8699867664213,44.0997709182098],[18.9360975560864,45.0859569604996],[17.5426313572443,45.1255248829648]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33TYK","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":34.5434321717579,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T145434_S20150923T094251_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1320,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T14:54:34.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150923T094016_001320_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":36,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-23T09:40:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-23T09:40:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"a9aed7e4-1597-4e26-b573-3bbbff9febcc","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(a9aed7e4-1597-4e26-b573-3bbbff9febcc)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T094016_N0500_R036_T33TYK_20231015T145434.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(2b488914-ff8d-4409-85c0-58119f637497)/$value","ContentLength":816361095,"Checksum":[{"Value":"c4a653815ae2dac72fd60d4c7634f082","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:33:15.280536Z"},{"Value":"487d3b9f51248643ca120136108c567137672394882df1774ddda0e720589858","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:33:16.474445Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T094016_N0500_R036_T33TYK_20231015T145434.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"de064abd-64a6-49f5-9480-5db8e57694f6","Name":"S2A_MSIL1C_20150706T105016_N0500_R051_T30SVD_20231009T094109.SAFE","ContentType":"application/octet-stream","ContentLength":480493973,"OriginDate":"2024-06-07T00:08:18.930000Z","PublicationDate":"2024-06-07T00:24:09.624612Z","ModificationDate":"2025-06-17T09:31:33.171826Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30SVD_20231009T094109.SAFE","Checksum":[{"Value":"a4743588e1b57a696726a0f4e8e42cd2","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:31.872391Z"},{"Value":"dd3d4035f0953740b10dd67fb2d14d11007da10403ba7bf7fa042f03a4d49609","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:32.605432Z"}],"ContentDate":{"Start":"2015-07-06T10:50:16.027000Z","End":"2015-07-06T10:50:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((-3.67704259264745 34.2497444446009, -2.89399750434226 34.2528757601476, -2.89272491153004 35.2430301709497, -3.4076431843755 35.2409194625047, -3.41051880486836 35.2305253859127, -3.4500661980881 35.0826099573871, -3.4907618649783 34.9351761740272, -3.53054664972064 34.7875200151783, -3.56990425687631 34.639727060483, -3.61015118830188 34.4921471139466, -3.64274066611766 34.3750046000646, -3.65109144700523 34.3448420300616, -3.6664435395917 34.2886460181894, -3.67704259264745 34.2497444446009))'","GeoFootprint":{"type":"Polygon","coordinates":[[[-3.67704259264745,34.2497444446009],[-2.89399750434226,34.2528757601476],[-2.89272491153004,35.2430301709497],[-3.4076431843755,35.2409194625047],[-3.41051880486836,35.2305253859127],[-3.4500661980881,35.0826099573871],[-3.4907618649783,34.9351761740272],[-3.53054664972064,34.7875200151783],[-3.56990425687631,34.639727060483],[-3.61015118830188,34.4921471139466],[-3.64274066611766,34.3750046000646],[-3.65109144700523,34.3448420300616],[-3.6664435395917,34.2886460181894],[-3.67704259264745,34.2497444446009]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"30SVD","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.0,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":191,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T09:41:09.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150706T105016_000191_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":51,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"dca6cc24-edea-43b2-983e-b860646c5b59","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(dca6cc24-edea-43b2-983e-b860646c5b59)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30SVD_20231009T094109.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(de064abd-64a6-49f5-9480-5db8e57694f6)/$value","ContentLength":480493973,"Checksum":[{"Value":"a4743588e1b57a696726a0f4e8e42cd2","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:31.872391Z"},{"Value":"dd3d4035f0953740b10dd67fb2d14d11007da10403ba7bf7fa042f03a4d49609","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:32.605432Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30SVD_20231009T094109.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"4f750b94-4588-45ab-9bb9-dbdb818e51e7","Name":"S2A_MSIL1C_20150704T101006_N0500_R022_T32SKE_20231011T134419.SAFE","ContentType":"application/octet-stream","ContentLength":117532554,"OriginDate":"2024-06-11T19:02:08.921000Z","PublicationDate":"2024-06-11T19:08:48.159378Z","ModificationDate":"2025-06-17T09:31:33.246285Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SKE_20231011T134419.SAFE","Checksum":[{"Value":"955c3cb328130141ee1cd5733ced5328","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:32.394865Z"},{"Value":"73beffc3d93da6fb86f663d7f384a7fd6503cf19284d421be17f521227bd13c9","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:32.583915Z"}],"ContentDate":{"Start":"2015-07-04T10:10:06.027000Z","End":"2015-07-04T10:10:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((6.6346423646983 35.1307364764773, 6.91210875834278 35.1368985416563, 6.88822285168663 36.0493658398958, 6.85935116419344 35.9452411603546, 6.81781452162336 35.7976662514825, 6.77665818642823 35.6499842601566, 6.73583958342826 35.502279587517, 6.69726517882757 35.3540369190378, 6.6555537523376 35.2068691485792, 6.6346423646983 35.1307364764773))'","GeoFootprint":{"type":"Polygon","coordinates":[[[6.6346423646983,35.1307364764773],[6.91210875834278,35.1368985416563],[6.88822285168663,36.0493658398958],[6.85935116419344,35.9452411603546],[6.81781452162336,35.7976662514825],[6.77665818642823,35.6499842601566],[6.73583958342826,35.502279587517],[6.69726517882757,35.3540369190378],[6.6555537523376,35.2068691485792],[6.6346423646983,35.1307364764773]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32SKE","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.0,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":162,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T13:44:19.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150704T101006_000162_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"bd7baa41-b9e7-44a6-9818-ccc33b67d613","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(bd7baa41-b9e7-44a6-9818-ccc33b67d613)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SKE_20231011T134419.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(4f750b94-4588-45ab-9bb9-dbdb818e51e7)/$value","ContentLength":117532554,"Checksum":[{"Value":"955c3cb328130141ee1cd5733ced5328","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:32.394865Z"},{"Value":"73beffc3d93da6fb86f663d7f384a7fd6503cf19284d421be17f521227bd13c9","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:32.583915Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SKE_20231011T134419.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"b21b66c3-018c-453e-80e3-15aa6372aaab","Name":"S2A_MSIL1C_20150919T100016_N0500_R122_T33UWS_20231015T150342.SAFE","ContentType":"application/octet-stream","ContentLength":832818631,"OriginDate":"2024-05-28T01:57:14.617000Z","PublicationDate":"2024-05-28T02:08:14.590566Z","ModificationDate":"2025-06-22T22:29:12.245553Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/19/S2A_MSIL1C_20150919T100016_N0500_R122_T33UWS_20231015T150342.SAFE","Checksum":[{"Value":"7cdd87e8c5e51d944b57961bf7068da6","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:29:10.200665Z"},{"Value":"6353230668735446e2071b5b0d4c594da18ea4631bce46152dc37c68392b5941","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:29:11.840755Z"}],"ContentDate":{"Start":"2015-09-19T10:00:16.027000Z","End":"2015-09-19T10:00:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((14.9997121758513 51.4511822057936, 14.9997182116692 50.4637984017553, 16.5464364414626 50.453523278919, 16.5795440214696 51.4405411658231, 14.9997121758513 51.4511822057936))'","GeoFootprint":{"type":"Polygon","coordinates":[[[14.9997121758513,51.4511822057936],[14.9997182116692,50.4637984017553],[16.5464364414626,50.453523278919],[16.5795440214696,51.4405411658231],[14.9997121758513,51.4511822057936]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33UWS","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":11.3225835348921,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T150342_S20150919T100543_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1263,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T15:03:42.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150919T100016_001263_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":122,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-19T10:00:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-19T10:00:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"8f519d47-17b5-43bd-97f5-7f13cefbaaec","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(8f519d47-17b5-43bd-97f5-7f13cefbaaec)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/19/S2A_MSIL1C_20150919T100016_N0500_R122_T33UWS_20231015T150342.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(b21b66c3-018c-453e-80e3-15aa6372aaab)/$value","ContentLength":832818631,"Checksum":[{"Value":"7cdd87e8c5e51d944b57961bf7068da6","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:29:10.200665Z"},{"Value":"6353230668735446e2071b5b0d4c594da18ea4631bce46152dc37c68392b5941","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:29:11.840755Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/19/S2A_MSIL1C_20150919T100016_N0500_R122_T33UWS_20231015T150342.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"d586aa08-4855-4729-9015-34c5fae1e634","Name":"S2A_MSIL1C_20150831T093006_N0500_R136_T33SXU_20231025T065810.SAFE","ContentType":"application/octet-stream","ContentLength":312491361,"OriginDate":"2024-05-30T06:15:26.037000Z","PublicationDate":"2024-05-30T06:21:13.687446Z","ModificationDate":"2025-06-22T23:04:39.695237Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T33SXU_20231025T065810.SAFE","Checksum":[{"Value":"00baa7b6434979198202d1bdb33010a2","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:38.791215Z"},{"Value":"735a2603c7eb65b0e954ea2ab8f69e5a8fab07f28f457393eaeefd82a2a4172d","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:39.299163Z"}],"ContentDate":{"Start":"2015-08-31T09:30:06.027000Z","End":"2015-08-31T09:30:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((16.47393900188 34.2427880632754, 17.2778286293332 34.2317573474997, 17.3051454070578 35.2211228310596, 16.7435173983622 35.229022521845, 16.7166793554606 35.1315482810212, 16.6761179558555 34.9839460241676, 16.6356397074675 34.8363391368941, 16.5952687788045 34.6887223575898, 16.5549995711257 34.5410955871561, 16.5148291269229 34.3934588089618, 16.4747571240362 34.2458101279805, 16.47393900188 34.2427880632754))'","GeoFootprint":{"type":"Polygon","coordinates":[[[16.47393900188,34.2427880632754],[17.2778286293332,34.2317573474997],[17.3051454070578,35.2211228310596],[16.7435173983622,35.229022521845],[16.7166793554606,35.1315482810212],[16.6761179558555,34.9839460241676],[16.6356397074675,34.8363391368941],[16.5952687788045,34.6887223575898],[16.5549995711257,34.5410955871561],[16.5148291269229,34.3934588089618],[16.4747571240362,34.2458101279805],[16.47393900188,34.2427880632754]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33SXU","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.0,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":991,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-25T06:58:10.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150831T093006_000991_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":136,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"2eb70d9a-87aa-40a8-9452-b15148d8a74c","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(2eb70d9a-87aa-40a8-9452-b15148d8a74c)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T33SXU_20231025T065810.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(d586aa08-4855-4729-9015-34c5fae1e634)/$value","ContentLength":312491361,"Checksum":[{"Value":"00baa7b6434979198202d1bdb33010a2","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:38.791215Z"},{"Value":"735a2603c7eb65b0e954ea2ab8f69e5a8fab07f28f457393eaeefd82a2a4172d","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:39.299163Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T33SXU_20231025T065810.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"379cd5a4-ff46-4878-a876-cbc12d53a44b","Name":"S2A_MSIL1C_20150704T101006_N0500_R022_T33TVN_20231011T134419.SAFE","ContentType":"application/octet-stream","ContentLength":513655606,"OriginDate":"2024-06-11T19:24:19.197000Z","PublicationDate":"2024-06-11T19:30:15.054344Z","ModificationDate":"2025-06-17T09:31:33.761058Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33TVN_20231011T134419.SAFE","Checksum":[{"Value":"4b4fc6daf3f540f577abc3838c707b6c","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:32.395413Z"},{"Value":"a9f3e736b3c46e042c6e4b614f156634d41a7247f24f34cabcae35c442dfa115","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:33.516203Z"}],"ContentDate":{"Start":"2015-07-04T10:10:06.027000Z","End":"2015-07-04T10:10:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((14.7242775904692 47.8514929973114, 13.6628652904457 47.8459148273097, 13.687588500476 46.8581759579721, 14.2838630151125 46.8612607946009, 14.3461385630586 47.0051791921305, 14.4111198792215 47.1501072500976, 14.4743261173212 47.2955934612182, 14.5385883035518 47.440850482807, 14.6050886879891 47.585476924829, 14.6703094694106 47.7304175144726, 14.7242775904692 47.8514929973114))'","GeoFootprint":{"type":"Polygon","coordinates":[[[14.7242775904692,47.8514929973114],[13.6628652904457,47.8459148273097],[13.687588500476,46.8581759579721],[14.2838630151125,46.8612607946009],[14.3461385630586,47.0051791921305],[14.4111198792215,47.1501072500976],[14.4743261173212,47.2955934612182],[14.5385883035518,47.440850482807],[14.6050886879891,47.585476924829],[14.6703094694106,47.7304175144726],[14.7242775904692,47.8514929973114]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33TVN","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":2.38226631920688,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":162,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T13:44:19.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150704T101006_000162_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"733a0de3-d511-422f-85ac-710538f83478","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(733a0de3-d511-422f-85ac-710538f83478)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33TVN_20231011T134419.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(379cd5a4-ff46-4878-a876-cbc12d53a44b)/$value","ContentLength":513655606,"Checksum":[{"Value":"4b4fc6daf3f540f577abc3838c707b6c","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:32.395413Z"},{"Value":"a9f3e736b3c46e042c6e4b614f156634d41a7247f24f34cabcae35c442dfa115","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:33.516203Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33TVN_20231011T134419.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"e35339dd-e28c-4415-863b-2b2a286eb775","Name":"S2A_MSIL1C_20150706T105016_N0500_R051_T30SXD_20231009T094109.SAFE","ContentType":"application/octet-stream","ContentLength":834143704,"OriginDate":"2024-06-07T01:00:23.260000Z","PublicationDate":"2024-06-07T01:06:51.362253Z","ModificationDate":"2025-06-17T09:31:34.055449Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30SXD_20231009T094109.SAFE","Checksum":[{"Value":"bf903177178bf170f01fb3e58328ca62","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:30.487489Z"},{"Value":"784c69cf845c84233588389d9073c7bc15c232f3141213c40f000ab72e49ef10","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:32.228607Z"}],"ContentDate":{"Start":"2015-07-06T10:50:16.027000Z","End":"2015-07-06T10:50:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((-1.90095918762551 35.2380875358202, -1.91399387906478 34.2481111539132, -0.722171370666792 34.2317573474997, -0.694854592942223 35.2211228310596, -1.90095918762551 35.2380875358202))'","GeoFootprint":{"type":"Polygon","coordinates":[[[-1.90095918762551,35.2380875358202],[-1.91399387906478,34.2481111539132],[-0.722171370666792,34.2317573474997],[-0.694854592942223,35.2211228310596],[-1.90095918762551,35.2380875358202]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"30SXD","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.128967720744125,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":191,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T09:41:09.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150706T105016_000191_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":51,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"e38b056b-002b-4d60-b09e-e9f6ddf38f14","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(e38b056b-002b-4d60-b09e-e9f6ddf38f14)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30SXD_20231009T094109.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(e35339dd-e28c-4415-863b-2b2a286eb775)/$value","ContentLength":834143704,"Checksum":[{"Value":"bf903177178bf170f01fb3e58328ca62","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:30.487489Z"},{"Value":"784c69cf845c84233588389d9073c7bc15c232f3141213c40f000ab72e49ef10","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:32.228607Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30SXD_20231009T094109.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"b09b5750-5ddd-4873-885c-744242463226","Name":"S2A_MSIL1C_20150706T105016_N0500_R051_T31SBD_20231009T094109.SAFE","ContentType":"application/octet-stream","ContentLength":784540767,"OriginDate":"2024-06-07T00:48:39.231000Z","PublicationDate":"2024-06-07T00:55:10.186275Z","ModificationDate":"2025-06-17T09:31:36.493264Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31SBD_20231009T094109.SAFE","Checksum":[{"Value":"694b2362e9ec0a90aa6748cbd7447bee","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:34.389674Z"},{"Value":"52684737a7315493c11e29d4d2bafd4c148d5633a71467f2b7a804f4ae8558e4","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:36.141637Z"}],"ContentDate":{"Start":"2015-07-06T10:50:16.027000Z","End":"2015-07-06T10:50:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((-0.498976899500031 39.6975094680204, -0.450260110444942 38.7099201955759, 0.811348073446155 38.7403699569925, 0.780399208087329 39.7290432642928, -0.498976899500031 39.6975094680204))'","GeoFootprint":{"type":"Polygon","coordinates":[[[-0.498976899500031,39.6975094680204],[-0.450260110444942,38.7099201955759],[0.811348073446155,38.7403699569925],[0.780399208087329,39.7290432642928],[-0.498976899500031,39.6975094680204]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31SBD","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.0,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":191,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T09:41:09.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150706T105016_000191_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":51,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"487e2f72-4f6c-4784-9e6e-6c3c702dbfcb","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(487e2f72-4f6c-4784-9e6e-6c3c702dbfcb)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31SBD_20231009T094109.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(b09b5750-5ddd-4873-885c-744242463226)/$value","ContentLength":784540767,"Checksum":[{"Value":"694b2362e9ec0a90aa6748cbd7447bee","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:34.389674Z"},{"Value":"52684737a7315493c11e29d4d2bafd4c148d5633a71467f2b7a804f4ae8558e4","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:36.141637Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31SBD_20231009T094109.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"6c070295-04cd-4eb1-8a8a-35e427bc7cd4","Name":"S2A_MSIL1C_20150915T102026_N0500_R065_T33UVA_20231015T132359.SAFE","ContentType":"application/octet-stream","ContentLength":639870311,"OriginDate":"2024-06-10T15:28:41.566000Z","PublicationDate":"2024-06-10T15:37:55.142560Z","ModificationDate":"2025-06-22T22:35:42.575693Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T33UVA_20231015T132359.SAFE","Checksum":[{"Value":"ab2c5835279ea48a08879064e2c70b69","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:35:40.916266Z"},{"Value":"8f409169a5b67c297f471bc14d9054f906691756be7126d089d63cf49594033d","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:35:42.168490Z"}],"ContentDate":{"Start":"2015-09-15T10:20:26.027000Z","End":"2015-09-15T10:20:26.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((13.4346016390132 55.0369205420788, 13.4719201227163 54.0504964422342, 15.1491099636919 54.0601113890791, 15.1527532737275 55.0468902061203, 13.4346016390132 55.0369205420788))'","GeoFootprint":{"type":"Polygon","coordinates":[[[13.4346016390132,55.0369205420788],[13.4719201227163,54.0504964422342],[15.1491099636919,54.0601113890791],[15.1527532737275,55.0468902061203],[13.4346016390132,55.0369205420788]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33UVA","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":18.8485174236316,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T132359_S20150915T102026_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1206,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T13:23:59.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150915T102026_001206_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":65,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-15T10:20:26.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-15T10:20:26.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"12eb962f-35a7-4cb6-9b46-0c4ed6abc767","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(12eb962f-35a7-4cb6-9b46-0c4ed6abc767)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T33UVA_20231015T132359.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(6c070295-04cd-4eb1-8a8a-35e427bc7cd4)/$value","ContentLength":639870311,"Checksum":[{"Value":"ab2c5835279ea48a08879064e2c70b69","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:35:40.916266Z"},{"Value":"8f409169a5b67c297f471bc14d9054f906691756be7126d089d63cf49594033d","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:35:42.168490Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T33UVA_20231015T132359.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"fe9ca1b4-968e-4a11-b46b-ce2d374da745","Name":"S2A_MSIL1C_20150918T103036_N0500_R108_T31TGM_20231017T052538.SAFE","ContentType":"application/octet-stream","ContentLength":780335737,"OriginDate":"2024-06-08T07:41:33.682000Z","PublicationDate":"2024-06-08T07:48:16.901573Z","ModificationDate":"2025-06-22T22:30:51.096746Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/18/S2A_MSIL1C_20150918T103036_N0500_R108_T31TGM_20231017T052538.SAFE","Checksum":[{"Value":"28451577240f533a07dfcbe411e4e660","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:30:49.669666Z"},{"Value":"523071f51676dc7750b7d622987e539a83eee85f5eb0f2be79057bba6a0d16e3","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:30:50.806335Z"}],"ContentDate":{"Start":"2015-09-18T10:30:36.028000Z","End":"2015-09-18T10:30:36.028000Z"},"Footprint":"geography'SRID=4326;POLYGON ((5.62648535527944 46.9235730583036, 5.57945945555527 45.9364308730675, 6.99300216654522 45.8957352519379, 7.06565713269579 46.8814596616377, 5.62648535527944 46.9235730583036))'","GeoFootprint":{"type":"Polygon","coordinates":[[[5.62648535527944,46.9235730583036],[5.57945945555527,45.9364308730675],[6.99300216654522,45.8957352519379],[7.06565713269579,46.8814596616377],[5.62648535527944,46.9235730583036]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31TGM","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":66.8373794380244,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231017T052538_S20150918T103701_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1249,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-17T05:25:38.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150918T103036_001249_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":108,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-18T10:30:36.028000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-18T10:30:36.028000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"4542b721-329e-4c42-9498-3ea91dafcb4d","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(4542b721-329e-4c42-9498-3ea91dafcb4d)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/18/S2A_MSIL1C_20150918T103036_N0500_R108_T31TGM_20231017T052538.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(fe9ca1b4-968e-4a11-b46b-ce2d374da745)/$value","ContentLength":780335737,"Checksum":[{"Value":"28451577240f533a07dfcbe411e4e660","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:30:49.669666Z"},{"Value":"523071f51676dc7750b7d622987e539a83eee85f5eb0f2be79057bba6a0d16e3","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:30:50.806335Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/18/S2A_MSIL1C_20150918T103036_N0500_R108_T31TGM_20231017T052538.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"fe7c7d8c-ee12-4cd6-9d31-07c5e6794bae","Name":"S2A_MSIL1C_20150923T094016_N0500_R036_T33SWD_20231028T021114.SAFE","ContentType":"application/octet-stream","ContentLength":325701553,"OriginDate":"2024-06-01T13:06:46.395000Z","PublicationDate":"2024-06-01T13:12:45.929307Z","ModificationDate":"2025-06-17T09:33:02.430730Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T094016_N0500_R036_T33SWD_20231028T021114.SAFE","Checksum":[{"Value":"b5f1461fa45b5fdcc2f188c54379e46d","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:33:01.654163Z"},{"Value":"b73b232525d2243642b304b46c33a3c14f6e49ef44db7313d343a478d2b830e2","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:33:02.211692Z"}],"ContentDate":{"Start":"2015-09-23T09:40:16.027000Z","End":"2015-09-23T09:40:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((15.2138253369568 38.7597077461268, 16.2634032191925 38.7540360482138, 16.2742673170165 39.355157865896, 16.0148051260918 39.3983881451169, 16.0148145380558 39.3984191046951, 16.011672358248 39.3989415394394, 16.0116898307324 39.3989990097152, 16.0106701675326 39.3991688773392, 16.0107014140188 39.3992716927362, 16.0105662897383 39.3992942475174, 16.0108142109638 39.4001048589891, 15.7352249951969 39.4413994240239, 15.7352346708783 39.4414314004147, 15.7142673850186 39.4445267680244, 15.7139711022202 39.4435448055102, 15.7131274787255 39.443669486211, 15.7130476086443 39.4434027236461, 15.7097558735724 39.4438928746602, 15.7097540659655 39.443886841449, 15.7093490110649 39.443947036555, 15.7092904647646 39.4437515558417, 15.709078724544 39.4437831120204, 15.7089835169729 39.4434672828876, 15.4291819067782 39.4853040984044, 15.3852696868326 39.3384482817567, 15.3413653081452 39.191192522945, 15.2976594478175 39.0438789388612, 15.2541639717617 38.8965342456096, 15.2138253369568 38.7597077461268))'","GeoFootprint":{"type":"Polygon","coordinates":[[[15.2138253369568,38.7597077461268],[16.2634032191925,38.7540360482138],[16.2742673170165,39.355157865896],[16.0148051260918,39.3983881451169],[16.0148145380558,39.3984191046951],[16.011672358248,39.3989415394394],[16.0116898307324,39.3989990097152],[16.0106701675326,39.3991688773392],[16.0107014140188,39.3992716927362],[16.0105662897383,39.3992942475174],[16.0108142109638,39.4001048589891],[15.7352249951969,39.4413994240239],[15.7352346708783,39.4414314004147],[15.7142673850186,39.4445267680244],[15.7139711022202,39.4435448055102],[15.7131274787255,39.443669486211],[15.7130476086443,39.4434027236461],[15.7097558735724,39.4438928746602],[15.7097540659655,39.443886841449],[15.7093490110649,39.443947036555],[15.7092904647646,39.4437515558417],[15.709078724544,39.4437831120204],[15.7089835169729,39.4434672828876],[15.4291819067782,39.4853040984044],[15.3852696868326,39.3384482817567],[15.3413653081452,39.191192522945],[15.2976594478175,39.0438789388612],[15.2541639717617,38.8965342456096],[15.2138253369568,38.7597077461268]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33SWD","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":7.876581596981509,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231028T021114_S20150923T094946_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1320,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-28T02:11:14.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150923T094016_001320_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":36,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-23T09:40:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-23T09:40:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"f8d48e5d-629e-4d0c-9ea0-3f0e76f84bb9","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(f8d48e5d-629e-4d0c-9ea0-3f0e76f84bb9)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T094016_N0500_R036_T33SWD_20231028T021114.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(fe7c7d8c-ee12-4cd6-9d31-07c5e6794bae)/$value","ContentLength":325701553,"Checksum":[{"Value":"b5f1461fa45b5fdcc2f188c54379e46d","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:33:01.654163Z"},{"Value":"b73b232525d2243642b304b46c33a3c14f6e49ef44db7313d343a478d2b830e2","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:33:02.211692Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T094016_N0500_R036_T33SWD_20231028T021114.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"14df2b4e-7cc2-4b3f-9659-06c1c0f26adb","Name":"S2A_MSIL1C_20150706T105016_N0500_R051_T31TEL_20231009T094109.SAFE","ContentType":"application/octet-stream","ContentLength":411255718,"OriginDate":"2024-06-07T00:08:19.146000Z","PublicationDate":"2024-06-07T00:23:01.272813Z","ModificationDate":"2025-06-17T09:32:33.038902Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31TEL_20231009T094109.SAFE","Checksum":[{"Value":"1da489b98a5787f79ad9cf738ba85203","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:32.105822Z"},{"Value":"5d20b9709b86ba255b24c6bd53845c8781dab3743e5b40cc066b74622c050f20","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:32.723738Z"}],"ContentDate":{"Start":"2015-07-06T10:50:16.027000Z","End":"2015-07-06T10:50:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((3.86564143156235 46.0482000947142, 2.99974146026188 46.0535743699525, 2.99974595359858 45.0652599944736, 3.45363346172479 45.0624896847959, 3.48566380282377 45.1384994952054, 3.54536944024125 45.2842834371011, 3.60532003672411 45.4300291835863, 3.6660650551077 45.5755331503674, 3.72726749302121 45.7209475356399, 3.7886110925469 45.8663214229443, 3.84970905696538 46.0117317160719, 3.86564143156235 46.0482000947142))'","GeoFootprint":{"type":"Polygon","coordinates":[[[3.86564143156235,46.0482000947142],[2.99974146026188,46.0535743699525],[2.99974595359858,45.0652599944736],[3.45363346172479,45.0624896847959],[3.48566380282377,45.1384994952054],[3.54536944024125,45.2842834371011],[3.60532003672411,45.4300291835863],[3.6660650551077,45.5755331503674],[3.72726749302121,45.7209475356399],[3.7886110925469,45.8663214229443],[3.84970905696538,46.0117317160719],[3.86564143156235,46.0482000947142]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31TEL","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":35.0727636670286,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":191,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T09:41:09.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150706T105016_000191_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":51,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"106c27b1-657d-4d75-803b-62e446dba2b4","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(106c27b1-657d-4d75-803b-62e446dba2b4)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31TEL_20231009T094109.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(14df2b4e-7cc2-4b3f-9659-06c1c0f26adb)/$value","ContentLength":411255718,"Checksum":[{"Value":"1da489b98a5787f79ad9cf738ba85203","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:32.105822Z"},{"Value":"5d20b9709b86ba255b24c6bd53845c8781dab3743e5b40cc066b74622c050f20","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:32.723738Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31TEL_20231009T094109.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"5763ccb3-cfe2-4a3c-be88-bc4b48dbf2b4","Name":"S2A_MSIL1C_20150831T093006_N0500_R136_T34UGB_20231025T065810.SAFE","ContentType":"application/octet-stream","ContentLength":800701911,"OriginDate":"2024-05-30T06:36:04.630000Z","PublicationDate":"2024-05-30T06:42:47.230383Z","ModificationDate":"2025-06-22T23:04:40.143382Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34UGB_20231025T065810.SAFE","Checksum":[{"Value":"9926cd92b9c9962414c70b5f9c2bfe69","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:38.192626Z"},{"Value":"ccde16179e3b118946a96eb99508c420c96a05ad6c1b7a388ac1b953872b13e7","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:39.744063Z"}],"ContentDate":{"Start":"2015-08-31T09:30:06.027000Z","End":"2015-08-31T09:30:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((23.8757172886033 51.4158976963983, 23.815510113567 50.4297266140863, 25.3576218982369 50.3821222509318, 25.4505896990137 51.3666020125147, 23.8757172886033 51.4158976963983))'","GeoFootprint":{"type":"Polygon","coordinates":[[[23.8757172886033,51.4158976963983],[23.815510113567,50.4297266140863],[25.3576218982369,50.3821222509318],[25.4505896990137,51.3666020125147],[23.8757172886033,51.4158976963983]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"34UGB","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":67.0796380901191,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":991,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-25T06:58:10.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150831T093006_000991_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":136,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"f46fca4e-69d6-4847-afba-f9c350e2a331","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(f46fca4e-69d6-4847-afba-f9c350e2a331)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34UGB_20231025T065810.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(5763ccb3-cfe2-4a3c-be88-bc4b48dbf2b4)/$value","ContentLength":800701911,"Checksum":[{"Value":"9926cd92b9c9962414c70b5f9c2bfe69","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:38.192626Z"},{"Value":"ccde16179e3b118946a96eb99508c420c96a05ad6c1b7a388ac1b953872b13e7","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:39.744063Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34UGB_20231025T065810.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"74be45f0-e12b-4ab4-976e-c3176f7dde94","Name":"S2A_MSIL1C_20150923T094016_N0500_R036_T34TDM_20231015T145434.SAFE","ContentType":"application/octet-stream","ContentLength":71635764,"OriginDate":"2024-05-29T01:20:21.866000Z","PublicationDate":"2024-05-29T01:35:48.828492Z","ModificationDate":"2025-06-17T09:32:36.771697Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T094016_N0500_R036_T34TDM_20231015T145434.SAFE","Checksum":[{"Value":"1a1c8d2bbc6034a53a410f922199e2db","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:36.325861Z"},{"Value":"013a524e16b6cee5df3d0969667cbade48bcc1dbe2791267e9fbb989c40b597c","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:36.444876Z"}],"ContentDate":{"Start":"2015-09-23T09:40:16.027000Z","End":"2015-09-23T09:40:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((20.0365339427675 42.4474473787839, 19.7835166850176 42.4462357021416, 19.7957298721005 41.7990552934892, 19.8159980829118 41.8538482319171, 19.8695119806171 42.0001373254135, 19.9246877231304 42.1460478497694, 19.9781978986546 42.2923035940976, 20.0331683360803 42.4382476700084, 20.0365339427675 42.4474473787839))'","GeoFootprint":{"type":"Polygon","coordinates":[[[20.0365339427675,42.4474473787839],[19.7835166850176,42.4462357021416],[19.7957298721005,41.7990552934892],[19.8159980829118,41.8538482319171],[19.8695119806171,42.0001373254135],[19.9246877231304,42.1460478497694],[19.9781978986546,42.2923035940976],[20.0331683360803,42.4382476700084],[20.0365339427675,42.4474473787839]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"34TDM","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":13.9538577803022,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T145434_S20150923T094251_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1320,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T14:54:34.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150923T094016_001320_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":36,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-23T09:40:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-23T09:40:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"5ed5acd5-0728-4d6e-b387-eb8837814382","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(5ed5acd5-0728-4d6e-b387-eb8837814382)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T094016_N0500_R036_T34TDM_20231015T145434.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(74be45f0-e12b-4ab4-976e-c3176f7dde94)/$value","ContentLength":71635764,"Checksum":[{"Value":"1a1c8d2bbc6034a53a410f922199e2db","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:36.325861Z"},{"Value":"013a524e16b6cee5df3d0969667cbade48bcc1dbe2791267e9fbb989c40b597c","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:36.444876Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T094016_N0500_R036_T34TDM_20231015T145434.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"36715254-8bd3-46bd-b6cf-e910e037e9b1","Name":"S2A_MSIL1C_20150706T105016_N0500_R051_T30SXF_20231009T094109.SAFE","ContentType":"application/octet-stream","ContentLength":752031209,"OriginDate":"2024-06-07T00:34:19.893000Z","PublicationDate":"2024-06-07T00:40:15.098241Z","ModificationDate":"2025-06-17T09:31:37.729666Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30SXF_20231009T094109.SAFE","Checksum":[{"Value":"3f7062afe74f71529d1c0a7cb6140047","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:35.720576Z"},{"Value":"9e453442019f34fa5cb090f83a73e40a205e6eac1b4bc03cf4920b1030d5856d","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:37.471316Z"}],"ContentDate":{"Start":"2015-07-06T10:50:16.027000Z","End":"2015-07-06T10:50:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((-1.87551445266065 37.041254047993, -1.88976030868119 36.051582826082, -0.67138577052769 36.0341050488195, -0.641532453721244 37.0231378025631, -1.87551445266065 37.041254047993))'","GeoFootprint":{"type":"Polygon","coordinates":[[[-1.87551445266065,37.041254047993],[-1.88976030868119,36.051582826082],[-0.67138577052769,36.0341050488195],[-0.641532453721244,37.0231378025631],[-1.87551445266065,37.041254047993]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"30SXF","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.0,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":191,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T09:41:09.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150706T105016_000191_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":51,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"7fde0653-3800-400d-9278-e676311cb401","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(7fde0653-3800-400d-9278-e676311cb401)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30SXF_20231009T094109.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(36715254-8bd3-46bd-b6cf-e910e037e9b1)/$value","ContentLength":752031209,"Checksum":[{"Value":"3f7062afe74f71529d1c0a7cb6140047","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:35.720576Z"},{"Value":"9e453442019f34fa5cb090f83a73e40a205e6eac1b4bc03cf4920b1030d5856d","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:37.471316Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30SXF_20231009T094109.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"5459dc7a-ef8f-4ae4-bb40-f4c4c4422f89","Name":"S2A_MSIL1C_20150704T101006_N0500_R022_T32TNK_20231011T134419.SAFE","ContentType":"application/octet-stream","ContentLength":748165508,"OriginDate":"2024-06-11T20:22:16.619000Z","PublicationDate":"2024-06-11T20:28:29.025884Z","ModificationDate":"2025-06-17T09:31:37.981846Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TNK_20231011T134419.SAFE","Checksum":[{"Value":"aa7fd19596726b5b6242fc5f57c7a424","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:36.076468Z"},{"Value":"0addc552a5a6c90a9517d156b90e4dfe4f2d9d881e3fe893ac5aa82783ca8264","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:37.629641Z"}],"ContentDate":{"Start":"2015-07-04T10:10:06.027000Z","End":"2015-07-04T10:10:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((8.9997634361085 40.6508565157746, 8.99976684422142 39.6616069579929, 10.2796420786369 39.6545573069827, 10.2983406615925 40.6435572140919, 8.9997634361085 40.6508565157746))'","GeoFootprint":{"type":"Polygon","coordinates":[[[8.9997634361085,40.6508565157746],[8.99976684422142,39.6616069579929],[10.2796420786369,39.6545573069827],[10.2983406615925,40.6435572140919],[8.9997634361085,40.6508565157746]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32TNK","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.548657768222401,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":162,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T13:44:19.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150704T101006_000162_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"b78ff689-3988-4cc4-be54-db92478b131c","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(b78ff689-3988-4cc4-be54-db92478b131c)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TNK_20231011T134419.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(5459dc7a-ef8f-4ae4-bb40-f4c4c4422f89)/$value","ContentLength":748165508,"Checksum":[{"Value":"aa7fd19596726b5b6242fc5f57c7a424","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:36.076468Z"},{"Value":"0addc552a5a6c90a9517d156b90e4dfe4f2d9d881e3fe893ac5aa82783ca8264","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:37.629641Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TNK_20231011T134419.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"fb5004f1-c38e-479d-be32-08717500da91","Name":"S2A_MSIL1C_20150918T103036_N0500_R108_T31TGN_20231017T052538.SAFE","ContentType":"application/octet-stream","ContentLength":761491592,"OriginDate":"2024-06-08T07:39:09.319000Z","PublicationDate":"2024-06-08T07:46:08.616923Z","ModificationDate":"2025-06-22T22:30:46.222913Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/18/S2A_MSIL1C_20150918T103036_N0500_R108_T31TGN_20231017T052538.SAFE","Checksum":[{"Value":"3fb77e72ba9414ac42017a49a16289b7","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:30:44.836356Z"},{"Value":"aa59796f84ea31bb034358da77736a66918c7e439d56c06f09efc410ec9bd40c","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:30:45.939118Z"}],"ContentDate":{"Start":"2015-09-18T10:30:36.028000Z","End":"2015-09-18T10:30:36.028000Z"},"Footprint":"geography'SRID=4326;POLYGON ((5.67153942639965 47.822607559991, 5.62219565551236 46.835655727197, 7.05902986504502 46.7936706881961, 7.13525847527747 47.7791570723346, 5.67153942639965 47.822607559991))'","GeoFootprint":{"type":"Polygon","coordinates":[[[5.67153942639965,47.822607559991],[5.62219565551236,46.835655727197],[7.05902986504502,46.7936706881961],[7.13525847527747,47.7791570723346],[5.67153942639965,47.822607559991]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31TGN","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":76.963898593568,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231017T052538_S20150918T103701_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1249,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-17T05:25:38.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150918T103036_001249_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":108,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-18T10:30:36.028000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-18T10:30:36.028000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"260a4814-c224-4c09-956f-6ebe3691f022","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(260a4814-c224-4c09-956f-6ebe3691f022)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/18/S2A_MSIL1C_20150918T103036_N0500_R108_T31TGN_20231017T052538.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(fb5004f1-c38e-479d-be32-08717500da91)/$value","ContentLength":761491592,"Checksum":[{"Value":"3fb77e72ba9414ac42017a49a16289b7","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:30:44.836356Z"},{"Value":"aa59796f84ea31bb034358da77736a66918c7e439d56c06f09efc410ec9bd40c","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:30:45.939118Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/18/S2A_MSIL1C_20150918T103036_N0500_R108_T31TGN_20231017T052538.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"24937d1d-5bc4-40dd-b660-6899ab80bb37","Name":"S2A_MSIL1C_20150831T093006_N0500_R136_T34SDF_20231025T065810.SAFE","ContentType":"application/octet-stream","ContentLength":369967956,"OriginDate":"2024-05-30T06:14:48.063000Z","PublicationDate":"2024-05-30T06:22:05.825419Z","ModificationDate":"2025-06-22T23:04:40.939622Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34SDF_20231025T065810.SAFE","Checksum":[{"Value":"d40814c2a8635471fb55b9ec89872a6f","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:39.217832Z"},{"Value":"702f3b452f7d7756356556d001e4f45f8c0ea182042e2acb142e455788ec5f5a","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:39.805276Z"}],"ContentDate":{"Start":"2015-08-31T09:30:06.027000Z","End":"2015-08-31T09:30:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((20.6591363841176 37.0446043434393, 19.8750647373534 37.0412497845221, 19.889316287844 36.0515787129015, 20.3343034879176 36.0534389910339, 20.3566393672622 36.1223866565897, 20.4043684782524 36.2691833614497, 20.4522586530457 36.4159576385892, 20.5002876430569 36.5627126143372, 20.5484739507248 36.7094415279612, 20.596817416895 36.8561477401581, 20.6452939494622 37.0028464185922, 20.6591363841176 37.0446043434393))'","GeoFootprint":{"type":"Polygon","coordinates":[[[20.6591363841176,37.0446043434393],[19.8750647373534,37.0412497845221],[19.889316287844,36.0515787129015],[20.3343034879176,36.0534389910339],[20.3566393672622,36.1223866565897],[20.4043684782524,36.2691833614497],[20.4522586530457,36.4159576385892],[20.5002876430569,36.5627126143372],[20.5484739507248,36.7094415279612],[20.596817416895,36.8561477401581],[20.6452939494622,37.0028464185922],[20.6591363841176,37.0446043434393]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"34SDF","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.0,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":991,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-25T06:58:10.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150831T093006_000991_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":136,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"cca9ee70-92d0-4df6-a4f1-a6ba45dbb685","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(cca9ee70-92d0-4df6-a4f1-a6ba45dbb685)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34SDF_20231025T065810.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(24937d1d-5bc4-40dd-b660-6899ab80bb37)/$value","ContentLength":369967956,"Checksum":[{"Value":"d40814c2a8635471fb55b9ec89872a6f","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:39.217832Z"},{"Value":"702f3b452f7d7756356556d001e4f45f8c0ea182042e2acb142e455788ec5f5a","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:39.805276Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34SDF_20231025T065810.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"53f85d4d-e7c4-4d65-ac23-4896b5213d64","Name":"S2A_MSIL1C_20150706T105016_N0500_R051_T30TYL_20231009T094109.SAFE","ContentType":"application/octet-stream","ContentLength":876121066,"OriginDate":"2024-06-07T00:50:28.949000Z","PublicationDate":"2024-06-07T00:57:25.314173Z","ModificationDate":"2025-06-17T09:31:38.112459Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30TYL_20231009T094109.SAFE","Checksum":[{"Value":"09d8a33fc4dea4347f36ae0220d525d9","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:36.086935Z"},{"Value":"1cc93954d92738959252655379b79288af1e94ebf259ff30dff1ebc8d2395629","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:37.790527Z"}],"ContentDate":{"Start":"2015-07-06T10:50:16.027000Z","End":"2015-07-06T10:50:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((-0.603296414139712 41.5268622914542, -0.638890957899671 40.5386175019273, 0.65555501440102 40.5048858365898, 0.710574648674325 41.4919436339628, -0.603296414139712 41.5268622914542))'","GeoFootprint":{"type":"Polygon","coordinates":[[[-0.603296414139712,41.5268622914542],[-0.638890957899671,40.5386175019273],[0.65555501440102,40.5048858365898],[0.710574648674325,41.4919436339628],[-0.603296414139712,41.5268622914542]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"30TYL","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":7.06960494490728,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":191,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T09:41:09.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150706T105016_000191_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":51,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"e2a06a21-dd76-4036-9be0-1722ca5e6b1a","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(e2a06a21-dd76-4036-9be0-1722ca5e6b1a)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30TYL_20231009T094109.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(53f85d4d-e7c4-4d65-ac23-4896b5213d64)/$value","ContentLength":876121066,"Checksum":[{"Value":"09d8a33fc4dea4347f36ae0220d525d9","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:36.086935Z"},{"Value":"1cc93954d92738959252655379b79288af1e94ebf259ff30dff1ebc8d2395629","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:37.790527Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30TYL_20231009T094109.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"a8b1e4cd-a9db-44ee-a511-92229df38152","Name":"S2A_MSIL1C_20150704T101006_N0500_R022_T34VDM_20231011T134419.SAFE","ContentType":"application/octet-stream","ContentLength":663931700,"OriginDate":"2024-06-11T19:44:31.231000Z","PublicationDate":"2024-06-11T19:51:16.398293Z","ModificationDate":"2025-06-17T09:31:38.800081Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T34VDM_20231011T134419.SAFE","Checksum":[{"Value":"93a669de86cce5bd1bed69eb99fb719d","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:36.997225Z"},{"Value":"3701e18c260bf67c4539fd031e5a8adaa27ee61650339263da4d232c82e694b9","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:38.442538Z"}],"ContentDate":{"Start":"2015-07-04T10:10:06.027000Z","End":"2015-07-04T10:10:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((19.1829926886973 60.4240683779956, 19.2361119974404 59.4386163402902, 21.1721335530037 59.4504117554091, 21.1773207312412 60.4363388199983, 19.1829926886973 60.4240683779956))'","GeoFootprint":{"type":"Polygon","coordinates":[[[19.1829926886973,60.4240683779956],[19.2361119974404,59.4386163402902],[21.1721335530037,59.4504117554091],[21.1773207312412,60.4363388199983],[19.1829926886973,60.4240683779956]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"34VDM","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":75.3913822449162,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":162,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T13:44:19.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150704T101006_000162_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"324d51d0-fb6c-4e42-b502-6019f1644c25","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(324d51d0-fb6c-4e42-b502-6019f1644c25)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T34VDM_20231011T134419.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(a8b1e4cd-a9db-44ee-a511-92229df38152)/$value","ContentLength":663931700,"Checksum":[{"Value":"93a669de86cce5bd1bed69eb99fb719d","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:36.997225Z"},{"Value":"3701e18c260bf67c4539fd031e5a8adaa27ee61650339263da4d232c82e694b9","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:38.442538Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T34VDM_20231011T134419.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"8e2ba47f-2ea6-4a4d-ac86-abd0ff7a5db0","Name":"S2A_MSIL1C_20150704T101006_N0500_R022_T33UXV_20231011T134419.SAFE","ContentType":"application/octet-stream","ContentLength":558133092,"OriginDate":"2024-06-11T19:30:23.726000Z","PublicationDate":"2024-06-11T19:37:04.401011Z","ModificationDate":"2025-06-17T09:31:39.394721Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UXV_20231011T134419.SAFE","Checksum":[{"Value":"1a6add8ad79ce79e355b1aa98bfcc417","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:38.007600Z"},{"Value":"1ca159422f6e444d7fde619ab9d30eefb573f4abdfc52b38f5e89e720cdc5e18","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:39.108551Z"}],"ContentDate":{"Start":"2015-07-04T10:10:06.027000Z","End":"2015-07-04T10:10:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((17.9212209146651 54.1109793569307, 16.5307012563657 54.1383733182809, 16.4953795815123 53.1517854985509, 17.3681704413969 53.1348054435686, 17.4105323438781 53.2113670136029, 17.4904843131255 53.3547570477367, 17.5708609259337 53.4979812359153, 17.6518329431797 53.6411659325432, 17.7332700282967 53.784393147923, 17.8152130976055 53.9276222612728, 17.897881872418 54.0708352332173, 17.9212209146651 54.1109793569307))'","GeoFootprint":{"type":"Polygon","coordinates":[[[17.9212209146651,54.1109793569307],[16.5307012563657,54.1383733182809],[16.4953795815123,53.1517854985509],[17.3681704413969,53.1348054435686],[17.4105323438781,53.2113670136029],[17.4904843131255,53.3547570477367],[17.5708609259337,53.4979812359153],[17.6518329431797,53.6411659325432],[17.7332700282967,53.784393147923],[17.8152130976055,53.9276222612728],[17.897881872418,54.0708352332173],[17.9212209146651,54.1109793569307]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33UXV","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":3.9606692768980496,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":162,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T13:44:19.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150704T101006_000162_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"2a88ec06-780a-4e21-9201-afbed182f867","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(2a88ec06-780a-4e21-9201-afbed182f867)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UXV_20231011T134419.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(8e2ba47f-2ea6-4a4d-ac86-abd0ff7a5db0)/$value","ContentLength":558133092,"Checksum":[{"Value":"1a6add8ad79ce79e355b1aa98bfcc417","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:38.007600Z"},{"Value":"1ca159422f6e444d7fde619ab9d30eefb573f4abdfc52b38f5e89e720cdc5e18","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:39.108551Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UXV_20231011T134419.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"167f29d5-0dfd-4d5b-97fb-b8c1056c4177","Name":"S2A_MSIL1C_20150917T110056_N0500_R094_T31VDC_20231015T144231.SAFE","ContentType":"application/octet-stream","ContentLength":506553414,"OriginDate":"2024-05-27T11:21:13.703000Z","PublicationDate":"2024-05-27T11:55:37.876726Z","ModificationDate":"2025-06-22T22:34:17.968168Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/17/S2A_MSIL1C_20150917T110056_N0500_R094_T31VDC_20231015T144231.SAFE","Checksum":[{"Value":"6dce37e26ad427a291e00e160e0952c4","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:34:16.347011Z"},{"Value":"5096139807c1d397bd4a0701b8b12a9248f029493539a850f08ade343d9e6b4f","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:34:17.111247Z"}],"ContentDate":{"Start":"2015-09-17T11:00:56.027000Z","End":"2015-09-17T11:00:56.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((1.42998112531868 55.8471108721194, 3.15591671984712 55.8572223712852, 3.15999403767599 56.84370932915, 1.92777153744178 56.8364082182186, 1.90012357389062 56.782731928003, 1.82604758907765 56.6379618839656, 1.75242923739152 56.4931590982262, 1.67929056274471 56.3483185010976, 1.60660777354034 56.2034451305342, 1.53441102423863 56.0585333704281, 1.4626693217543 55.9135867503263, 1.42998112531868 55.8471108721194))'","GeoFootprint":{"type":"Polygon","coordinates":[[[1.42998112531868,55.8471108721194],[3.15591671984712,55.8572223712852],[3.15999403767599,56.84370932915],[1.92777153744178,56.8364082182186],[1.90012357389062,56.782731928003],[1.82604758907765,56.6379618839656],[1.75242923739152,56.4931590982262],[1.67929056274471,56.3483185010976],[1.60660777354034,56.2034451305342],[1.53441102423863,56.0585333704281],[1.4626693217543,55.9135867503263],[1.42998112531868,55.8471108721194]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31VDC","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":99.992093818117,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T144231_S20150917T110052_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1235,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T14:42:31.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150917T110056_001235_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":94,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-17T11:00:56.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-17T11:00:56.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"0f0a6190-7973-4038-990b-6455235a000c","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(0f0a6190-7973-4038-990b-6455235a000c)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/17/S2A_MSIL1C_20150917T110056_N0500_R094_T31VDC_20231015T144231.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(167f29d5-0dfd-4d5b-97fb-b8c1056c4177)/$value","ContentLength":506553414,"Checksum":[{"Value":"6dce37e26ad427a291e00e160e0952c4","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:34:16.347011Z"},{"Value":"5096139807c1d397bd4a0701b8b12a9248f029493539a850f08ade343d9e6b4f","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:34:17.111247Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/17/S2A_MSIL1C_20150917T110056_N0500_R094_T31VDC_20231015T144231.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"373b8ffa-f21c-40c6-8c94-56c48a71db63","Name":"S2A_MSIL1C_20150831T111056_N0500_R137_T31VEF_20231009T113151.SAFE","ContentType":"application/octet-stream","ContentLength":731295062,"OriginDate":"2024-06-04T15:53:07.896000Z","PublicationDate":"2024-06-04T15:59:51.624943Z","ModificationDate":"2025-06-22T23:04:42.523895Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T111056_N0500_R137_T31VEF_20231009T113151.SAFE","Checksum":[{"Value":"290d167a4721bd70f3344aadcd96c0fe","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:40.658431Z"},{"Value":"db3d5ceccb657f76ead745e77a2563ab88b6e9a1ef85c1bb57f04e775a623d80","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:42.111065Z"}],"ContentDate":{"Start":"2015-08-31T11:10:56.027000Z","End":"2015-08-31T11:10:56.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((2.99964634910203 59.5383491284571, 2.99965633587481 58.5522810668005, 4.88578373873368 58.5384388461583, 4.94054272164881 59.5239592880515, 2.99964634910203 59.5383491284571))'","GeoFootprint":{"type":"Polygon","coordinates":[[[2.99964634910203,59.5383491284571],[2.99965633587481,58.5522810668005],[4.88578373873368,58.5384388461583],[4.94054272164881,59.5239592880515],[2.99964634910203,59.5383491284571]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31VEF","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":41.3102511272358,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T113151_S20150831T111059_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":992,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T11:31:51.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150831T111056_000992_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":137,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-31T11:10:56.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-31T11:10:56.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"21cc7abe-071c-4ad3-bb54-7e72d811c94f","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(21cc7abe-071c-4ad3-bb54-7e72d811c94f)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T111056_N0500_R137_T31VEF_20231009T113151.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(373b8ffa-f21c-40c6-8c94-56c48a71db63)/$value","ContentLength":731295062,"Checksum":[{"Value":"290d167a4721bd70f3344aadcd96c0fe","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:40.658431Z"},{"Value":"db3d5ceccb657f76ead745e77a2563ab88b6e9a1ef85c1bb57f04e775a623d80","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:42.111065Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T111056_N0500_R137_T31VEF_20231009T113151.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"9293af51-cc47-4d09-b279-bf977adc9591","Name":"S2A_MSIL1C_20150704T101006_N0500_R022_T32SPH_20231011T134419.SAFE","ContentType":"application/octet-stream","ContentLength":545644725,"OriginDate":"2024-06-11T19:30:24.175000Z","PublicationDate":"2024-06-11T19:37:41.355190Z","ModificationDate":"2025-06-17T09:31:42.414508Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SPH_20231011T134419.SAFE","Checksum":[{"Value":"36f388120688d9a37d3f7273677baca3","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:41.302603Z"},{"Value":"77a85f766e18508187d95c3c892f7adab5a1c800069475b891ab527befeb5141","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:42.137359Z"}],"ContentDate":{"Start":"2015-07-04T10:10:06.027000Z","End":"2015-07-04T10:10:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((11.1781327927622 38.8276384456792, 10.1522905213359 38.8433146058507, 10.1367175912648 37.8539550381785, 10.8416421675375 37.8434138380653, 10.8803751531319 37.9581145453921, 10.929970430683 38.1046689277313, 10.9798715915433 38.2512682517267, 11.0300772345793 38.3979056364777, 11.0805176553842 38.5445899677497, 11.1310713168099 38.6912716243166, 11.1781327927622 38.8276384456792))'","GeoFootprint":{"type":"Polygon","coordinates":[[[11.1781327927622,38.8276384456792],[10.1522905213359,38.8433146058507],[10.1367175912648,37.8539550381785],[10.8416421675375,37.8434138380653],[10.8803751531319,37.9581145453921],[10.929970430683,38.1046689277313],[10.9798715915433,38.2512682517267],[11.0300772345793,38.3979056364777],[11.0805176553842,38.5445899677497],[11.1310713168099,38.6912716243166],[11.1781327927622,38.8276384456792]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32SPH","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.0,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":162,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T13:44:19.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150704T101006_000162_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"3ccdd9c6-ec98-479b-bbe8-87f8a858a5b7","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(3ccdd9c6-ec98-479b-bbe8-87f8a858a5b7)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SPH_20231011T134419.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(9293af51-cc47-4d09-b279-bf977adc9591)/$value","ContentLength":545644725,"Checksum":[{"Value":"36f388120688d9a37d3f7273677baca3","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:41.302603Z"},{"Value":"77a85f766e18508187d95c3c892f7adab5a1c800069475b891ab527befeb5141","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:42.137359Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SPH_20231011T134419.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"8f7b1760-95ce-4515-a7a3-83ecce9d5059","Name":"S2A_MSIL1C_20150704T101006_N0500_R022_T33TVL_20231011T134419.SAFE","ContentType":"application/octet-stream","ContentLength":57077020,"OriginDate":"2024-06-11T19:02:07.913000Z","PublicationDate":"2024-06-11T19:07:56.529431Z","ModificationDate":"2025-06-17T09:31:43.097484Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33TVL_20231011T134419.SAFE","Checksum":[{"Value":"9609c162cae3b670508c79c5d6de2a63","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:42.637004Z"},{"Value":"e40722335ef728d361e0921271b5a636c39fa83229b19d6f31183ce5132aa22a","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:42.764312Z"}],"ContentDate":{"Start":"2015-07-04T10:10:06.027000Z","End":"2015-07-04T10:10:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((13.9343356487071 46.0474204117149, 13.7069510847235 46.0462596089832, 13.7186687039659 45.5308966211475, 13.7276881717789 45.5523360055432, 13.78799816642 45.6980095876263, 13.8495519794559 45.8433457571768, 13.9090523016665 45.98920734706, 13.9343356487071 46.0474204117149))'","GeoFootprint":{"type":"Polygon","coordinates":[[[13.9343356487071,46.0474204117149],[13.7069510847235,46.0462596089832],[13.7186687039659,45.5308966211475],[13.7276881717789,45.5523360055432],[13.78799816642,45.6980095876263],[13.8495519794559,45.8433457571768],[13.9090523016665,45.98920734706],[13.9343356487071,46.0474204117149]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33TVL","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":36.4112966587146,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":162,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T13:44:19.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150704T101006_000162_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"28240a7c-7d93-4991-ae44-5582bf3b8ffa","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(28240a7c-7d93-4991-ae44-5582bf3b8ffa)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33TVL_20231011T134419.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(8f7b1760-95ce-4515-a7a3-83ecce9d5059)/$value","ContentLength":57077020,"Checksum":[{"Value":"9609c162cae3b670508c79c5d6de2a63","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:42.637004Z"},{"Value":"e40722335ef728d361e0921271b5a636c39fa83229b19d6f31183ce5132aa22a","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:42.764312Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33TVL_20231011T134419.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"34e32e89-8dd9-4fb6-9575-b1610f640349","Name":"S2A_MSIL1C_20150831T093006_N0500_R136_T35ULR_20231025T065810.SAFE","ContentType":"application/octet-stream","ContentLength":792316278,"OriginDate":"2024-05-30T06:45:06.111000Z","PublicationDate":"2024-05-30T06:53:42.756530Z","ModificationDate":"2025-06-22T23:04:42.533812Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35ULR_20231025T065810.SAFE","Checksum":[{"Value":"6873f3838c54eb9480d8b3f742f94e99","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:40.602287Z"},{"Value":"1e433e56642c44b94f431ab7c4033eb607d961cebffb46777008079fe7731c59","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:42.206369Z"}],"ContentDate":{"Start":"2015-08-31T09:30:06.027000Z","End":"2015-08-31T09:30:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((25.7450754848642 49.8523135605077, 25.7269244160299 50.545333158636, 24.1786675164177 50.5181000385215, 24.235902710247 49.5317312078248, 25.6018121359953 49.555416112929, 25.6626021930094 49.6820344049324, 25.7325042915992 49.8264960019761, 25.7450754848642 49.8523135605077))'","GeoFootprint":{"type":"Polygon","coordinates":[[[25.7450754848642,49.8523135605077],[25.7269244160299,50.545333158636],[24.1786675164177,50.5181000385215],[24.235902710247,49.5317312078248],[25.6018121359953,49.555416112929],[25.6626021930094,49.6820344049324],[25.7325042915992,49.8264960019761],[25.7450754848642,49.8523135605077]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"35ULR","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":12.480615549512,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":991,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-25T06:58:10.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150831T093006_000991_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":136,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"bd0f9e42-e9f4-41b8-a847-9ec3279aa3c3","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(bd0f9e42-e9f4-41b8-a847-9ec3279aa3c3)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35ULR_20231025T065810.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(34e32e89-8dd9-4fb6-9575-b1610f640349)/$value","ContentLength":792316278,"Checksum":[{"Value":"6873f3838c54eb9480d8b3f742f94e99","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:40.602287Z"},{"Value":"1e433e56642c44b94f431ab7c4033eb607d961cebffb46777008079fe7731c59","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:42.206369Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35ULR_20231025T065810.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"548332a7-5370-429f-a097-1db1c76b4737","Name":"S2A_MSIL1C_20150831T111056_N0500_R137_T31UDV_20231009T113151.SAFE","ContentType":"application/octet-stream","ContentLength":381511762,"OriginDate":"2024-06-04T15:24:40.254000Z","PublicationDate":"2024-06-04T15:31:22.704001Z","ModificationDate":"2025-06-22T23:04:42.691300Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T111056_N0500_R137_T31UDV_20231009T113151.SAFE","Checksum":[{"Value":"1728dfe35cd730b59036634d8cbe9e80","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:41.716862Z"},{"Value":"65afaa4872c9e43079a057a0a36cc3e43793154e9c3d5c96e3366f7f74607a3c","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:42.292572Z"}],"ContentDate":{"Start":"2015-08-31T11:10:56.027000Z","End":"2015-08-31T11:10:56.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((2.85090547852534 54.1462981668395, 1.46868670472254 54.1383655337976, 1.5040224896823 53.151777988193, 2.28778284981551 53.1562201116622, 2.32469501578968 53.2225657518168, 2.40500540717699 53.3659955355658, 2.48577892517936 53.5093834368758, 2.56703588166896 53.652723944696, 2.64877756738997 53.7960185486778, 2.73101547664888 53.9392593805266, 2.8137585704861 54.0824452824444, 2.85090547852534 54.1462981668395))'","GeoFootprint":{"type":"Polygon","coordinates":[[[2.85090547852534,54.1462981668395],[1.46868670472254,54.1383655337976],[1.5040224896823,53.151777988193],[2.28778284981551,53.1562201116622],[2.32469501578968,53.2225657518168],[2.40500540717699,53.3659955355658],[2.48577892517936,53.5093834368758],[2.56703588166896,53.652723944696],[2.64877756738997,53.7960185486778],[2.73101547664888,53.9392593805266],[2.8137585704861,54.0824452824444],[2.85090547852534,54.1462981668395]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31UDV","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":100.0,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T113151_S20150831T111059_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":992,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T11:31:51.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150831T111056_000992_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":137,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-31T11:10:56.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-31T11:10:56.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"2691ed76-b8a6-42e3-ab5a-6527f57a0211","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(2691ed76-b8a6-42e3-ab5a-6527f57a0211)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T111056_N0500_R137_T31UDV_20231009T113151.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(548332a7-5370-429f-a097-1db1c76b4737)/$value","ContentLength":381511762,"Checksum":[{"Value":"1728dfe35cd730b59036634d8cbe9e80","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:41.716862Z"},{"Value":"65afaa4872c9e43079a057a0a36cc3e43793154e9c3d5c96e3366f7f74607a3c","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:42.292572Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T111056_N0500_R137_T31UDV_20231009T113151.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"df58625e-287c-427a-9674-9d6d6a4d1d62","Name":"S2A_MSIL1C_20150923T094016_N0500_R036_T34SBF_20231028T021114.SAFE","ContentType":"application/octet-stream","ContentLength":182068858,"OriginDate":"2024-06-01T13:04:45.497000Z","PublicationDate":"2024-06-01T13:12:57.008148Z","ModificationDate":"2025-06-17T09:33:08.415075Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T094016_N0500_R036_T34SBF_20231028T021114.SAFE","Checksum":[{"Value":"91aae3b3916a55a9672f915a55fdcd3f","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:33:07.666345Z"},{"Value":"cebeb9ead1d8301801c1af5da078056b7eb0cb310a970aede4d34697c8ad2f21","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:33:08.081250Z"}],"ContentDate":{"Start":"2015-09-23T09:40:16.027000Z","End":"2015-09-23T09:40:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((18.1139893243942 37.0099423109831, 17.6286817907963 36.9986680802618, 17.6713063519094 36.0104972576607, 17.7877660738121 36.0131407860618, 17.8009004176539 36.0536424650612, 17.8486136039173 36.200544217127, 17.8966443092582 36.3473799852709, 17.9448726952518 36.4941695141411, 17.9930412403594 36.6409322245529, 18.0410732231081 36.7877034014916, 18.089077888488 36.9343518195441, 18.1139893243942 37.0099423109831))'","GeoFootprint":{"type":"Polygon","coordinates":[[[18.1139893243942,37.0099423109831],[17.6286817907963,36.9986680802618],[17.6713063519094,36.0104972576607],[17.7877660738121,36.0131407860618],[17.8009004176539,36.0536424650612],[17.8486136039173,36.200544217127],[17.8966443092582,36.3473799852709],[17.9448726952518,36.4941695141411],[17.9930412403594,36.6409322245529],[18.0410732231081,36.7877034014916],[18.089077888488,36.9343518195441],[18.1139893243942,37.0099423109831]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"34SBF","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":7.9974221120893905,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231028T021114_S20150923T094946_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1320,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-28T02:11:14.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150923T094016_001320_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":36,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-23T09:40:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-23T09:40:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"6b0b4029-63c5-46de-b70d-b0f38a082e9b","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(6b0b4029-63c5-46de-b70d-b0f38a082e9b)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T094016_N0500_R036_T34SBF_20231028T021114.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(df58625e-287c-427a-9674-9d6d6a4d1d62)/$value","ContentLength":182068858,"Checksum":[{"Value":"91aae3b3916a55a9672f915a55fdcd3f","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:33:07.666345Z"},{"Value":"cebeb9ead1d8301801c1af5da078056b7eb0cb310a970aede4d34697c8ad2f21","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:33:08.081250Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T094016_N0500_R036_T34SBF_20231028T021114.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"99055d33-806c-41f5-92d5-f927df1b5b75","Name":"S2A_MSIL1C_20150831T093006_N0500_R136_T35VNG_20231025T065810.SAFE","ContentType":"application/octet-stream","ContentLength":585664239,"OriginDate":"2024-05-30T06:59:15.566000Z","PublicationDate":"2024-05-30T07:07:58.459232Z","ModificationDate":"2025-06-22T23:04:42.840134Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35VNG_20231025T065810.SAFE","Checksum":[{"Value":"6b2cae4d4f38cc05ec3b018a240a71f3","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:41.630146Z"},{"Value":"fd5c3da8a44fa8e1cea3fd65255f3bd1046a1725e412c9e142f1015f2122c63a","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:42.569523Z"}],"ContentDate":{"Start":"2015-08-31T09:30:06.027000Z","End":"2015-08-31T09:30:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((26.9996366368267 60.4364567680268, 26.999647266385 59.4505251356629, 28.9355132668309 59.4361853595545, 28.9937931931887 60.4215395400955, 26.9996366368267 60.4364567680268))'","GeoFootprint":{"type":"Polygon","coordinates":[[[26.9996366368267,60.4364567680268],[26.999647266385,59.4505251356629],[28.9355132668309,59.4361853595545],[28.9937931931887,60.4215395400955],[26.9996366368267,60.4364567680268]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"35VNG","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":1.04013258084744,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":991,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-25T06:58:10.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150831T093006_000991_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":136,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"19afdae3-4ed3-4ca5-a85a-c6f84ef1288e","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(19afdae3-4ed3-4ca5-a85a-c6f84ef1288e)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35VNG_20231025T065810.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(99055d33-806c-41f5-92d5-f927df1b5b75)/$value","ContentLength":585664239,"Checksum":[{"Value":"6b2cae4d4f38cc05ec3b018a240a71f3","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:41.630146Z"},{"Value":"fd5c3da8a44fa8e1cea3fd65255f3bd1046a1725e412c9e142f1015f2122c63a","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:42.569523Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35VNG_20231025T065810.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"4eba6d6e-0765-461d-9559-c6b39944d967","Name":"S2A_MSIL1C_20150928T103036_N0500_R108_T31UGR_20231015T170410.SAFE","ContentType":"application/octet-stream","ContentLength":459836964,"OriginDate":"2024-05-30T05:09:57.407000Z","PublicationDate":"2024-05-30T05:17:32.899689Z","ModificationDate":"2025-06-17T09:33:10.486692Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31UGR_20231015T170410.SAFE","Checksum":[{"Value":"b10268b4f46bc1e09847004162b9ed09","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:33:09.173616Z"},{"Value":"fefde8cb70adc97640b809d5832818902dc68ae2d786f1a43fa47f06a26d084f","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:33:10.172947Z"}],"ContentDate":{"Start":"2015-09-28T10:30:36.027000Z","End":"2015-09-28T10:30:36.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((6.22677838665805 49.5176303445643, 7.27737038166283 49.485620292303, 7.34682665832582 50.25957699662, 7.26763007542197 50.271836792612, 7.2676342847583 50.2718469473931, 7.26417323038221 50.2723810138767, 7.26417685002286 50.2723897570045, 7.26382696737673 50.2724438396287, 7.26387308733938 50.2725551640625, 7.26290056464522 50.2727057315975, 7.26297423145387 50.2728826857303, 7.26283217774155 50.2729047125077, 7.26293551796372 50.2731526986756, 7.26140480815551 50.273387690804, 7.25054772613672 50.2749195009773, 7.25040458185758 50.2745723421406, 7.02339828493092 50.3064161503821, 6.90537636016181 50.3227512285818, 6.90531295979515 50.3225954336783, 6.90429317655763 50.3227357438566, 6.90422904089017 50.3225774645278, 6.90014571058606 50.32314309875, 6.90014091060916 50.3231312466275, 6.8999109657149 50.3231630420292, 6.89985144273059 50.3230169425927, 6.89960880974473 50.3230505794189, 6.89951007586691 50.3228084744806, 6.56092216706435 50.369888275965, 6.50342509011879 50.2241858780781, 6.44603279206305 50.0782766775017, 6.38834477527503 49.9324354225631, 6.3316591302519 49.7863480185696, 6.27450658590518 49.6403638924044, 6.22677838665805 49.5176303445643))'","GeoFootprint":{"type":"Polygon","coordinates":[[[6.22677838665805,49.5176303445643],[7.27737038166283,49.485620292303],[7.34682665832582,50.25957699662],[7.26763007542197,50.271836792612],[7.2676342847583,50.2718469473931],[7.26417323038221,50.2723810138767],[7.26417685002286,50.2723897570045],[7.26382696737673,50.2724438396287],[7.26387308733938,50.2725551640625],[7.26290056464522,50.2727057315975],[7.26297423145387,50.2728826857303],[7.26283217774155,50.2729047125077],[7.26293551796372,50.2731526986756],[7.26140480815551,50.273387690804],[7.25054772613672,50.2749195009773],[7.25040458185758,50.2745723421406],[7.02339828493092,50.3064161503821],[6.90537636016181,50.3227512285818],[6.90531295979515,50.3225954336783],[6.90429317655763,50.3227357438566],[6.90422904089017,50.3225774645278],[6.90014571058606,50.32314309875],[6.90014091060916,50.3231312466275],[6.8999109657149,50.3231630420292],[6.89985144273059,50.3230169425927],[6.89960880974473,50.3230505794189],[6.89951007586691,50.3228084744806],[6.56092216706435,50.369888275965],[6.50342509011879,50.2241858780781],[6.44603279206305,50.0782766775017],[6.38834477527503,49.9324354225631],[6.3316591302519,49.7863480185696],[6.27450658590518,49.6403638924044],[6.22677838665805,49.5176303445643]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31UGR","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":1.85676109602778,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T170410_S20150928T103701_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1392,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T17:04:10.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150928T103036_001392_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":108,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-28T10:30:36.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-28T10:30:36.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"131e19a0-c965-4388-8fd3-1de39fdc6d54","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(131e19a0-c965-4388-8fd3-1de39fdc6d54)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31UGR_20231015T170410.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(4eba6d6e-0765-461d-9559-c6b39944d967)/$value","ContentLength":459836964,"Checksum":[{"Value":"b10268b4f46bc1e09847004162b9ed09","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:33:09.173616Z"},{"Value":"fefde8cb70adc97640b809d5832818902dc68ae2d786f1a43fa47f06a26d084f","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:33:10.172947Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31UGR_20231015T170410.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"2a66db41-260c-4792-b49a-d2e742addfaf","Name":"S2A_MSIL1C_20150913T112116_N0500_R037_T29SNB_20231009T062538.SAFE","ContentType":"application/octet-stream","ContentLength":792617880,"OriginDate":"2024-05-24T05:42:17.557000Z","PublicationDate":"2024-05-24T05:55:17.995993Z","ModificationDate":"2025-06-22T22:40:40.111078Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/13/S2A_MSIL1C_20150913T112116_N0500_R037_T29SNB_20231009T062538.SAFE","Checksum":[{"Value":"ff921ae218d5e0db032dbb0d096be121","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:40:38.436239Z"},{"Value":"5ecf821a684ab5a6143f8f5324cb97b33aa6e54eb0e784144208bb6babe2605a","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:40:39.816228Z"}],"ContentDate":{"Start":"2015-09-13T11:21:16.027000Z","End":"2015-09-13T11:21:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((-9.000214 37.9475895719933, -9.000214 36.9578810952015, -7.7669983 36.9514794718307, -7.750641 37.9409562305747, -9.000214 37.9475895719933))'","GeoFootprint":{"type":"Polygon","coordinates":[[[-9.000214,37.9475895719933],[-9.000214,36.9578810952015],[-7.7669983,36.9514794718307],[-7.750641,37.9409562305747],[-9.000214,37.9475895719933]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"29SNB","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":52.81608886500051,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T062538_S20150913T112535_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1178,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T06:25:38.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150913T112116_001178_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":37,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-13T11:21:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-13T11:21:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"dde86fba-f174-470b-8255-408c68106abb","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(dde86fba-f174-470b-8255-408c68106abb)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/13/S2A_MSIL1C_20150913T112116_N0500_R037_T29SNB_20231009T062538.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(2a66db41-260c-4792-b49a-d2e742addfaf)/$value","ContentLength":792617880,"Checksum":[{"Value":"ff921ae218d5e0db032dbb0d096be121","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:40:38.436239Z"},{"Value":"5ecf821a684ab5a6143f8f5324cb97b33aa6e54eb0e784144208bb6babe2605a","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:40:39.816228Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/13/S2A_MSIL1C_20150913T112116_N0500_R037_T29SNB_20231009T062538.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"fdb048d4-3512-4efa-8fdc-8b7944bd33c1","Name":"S2A_MSIL1C_20150706T105016_N0500_R051_T30TXN_20231009T094109.SAFE","ContentType":"application/octet-stream","ContentLength":471976486,"OriginDate":"2024-06-07T00:08:19.876000Z","PublicationDate":"2024-06-07T00:24:50.875585Z","ModificationDate":"2025-06-17T09:32:12.353355Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30TXN_20231009T094109.SAFE","Checksum":[{"Value":"8465970cc16af7d9de7ffa4dd0abadea","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:11.243284Z"},{"Value":"5cc0f19f8c357148229f81c3396a963f0bac604faf955f2dacd01d67dccc50bb","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:12.076067Z"}],"ContentDate":{"Start":"2015-07-06T10:50:16.027000Z","End":"2015-07-06T10:50:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((-1.30940160914757 42.3498268091797, -0.453369427699758 42.3357822392622, -0.412463815893442 43.3235765963609, -0.994091872928372 43.3332967546611, -0.99511270886753 43.3301608045815, -1.04247460033631 43.1832125859999, -1.08737033259694 43.0355547463271, -1.13563785045725 42.8888114557386, -1.18342778453495 42.7419202355708, -1.23144029596111 42.5951093012555, -1.27777342999103 42.4478902992413, -1.30940160914757 42.3498268091797))'","GeoFootprint":{"type":"Polygon","coordinates":[[[-1.30940160914757,42.3498268091797],[-0.453369427699758,42.3357822392622],[-0.412463815893442,43.3235765963609],[-0.994091872928372,43.3332967546611],[-0.99511270886753,43.3301608045815],[-1.04247460033631,43.1832125859999],[-1.08737033259694,43.0355547463271],[-1.13563785045725,42.8888114557386],[-1.18342778453495,42.7419202355708],[-1.23144029596111,42.5951093012555],[-1.27777342999103,42.4478902992413],[-1.30940160914757,42.3498268091797]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"30TXN","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":4.72593696250695,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":191,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T09:41:09.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150706T105016_000191_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":51,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"28c6df2b-b1b7-47f0-9082-4ce4e2f486de","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(28c6df2b-b1b7-47f0-9082-4ce4e2f486de)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30TXN_20231009T094109.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(fdb048d4-3512-4efa-8fdc-8b7944bd33c1)/$value","ContentLength":471976486,"Checksum":[{"Value":"8465970cc16af7d9de7ffa4dd0abadea","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:11.243284Z"},{"Value":"5cc0f19f8c357148229f81c3396a963f0bac604faf955f2dacd01d67dccc50bb","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:12.076067Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30TXN_20231009T094109.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"f49af2ed-7b1c-4c9a-917b-00727ac82a27","Name":"S2A_MSIL1C_20150704T101006_N0500_R022_T32TQM_20231011T134419.SAFE","ContentType":"application/octet-stream","ContentLength":534041313,"OriginDate":"2024-06-11T19:26:18.260000Z","PublicationDate":"2024-06-11T19:33:04.277118Z","ModificationDate":"2025-06-17T09:31:46.690297Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TQM_20231011T134419.SAFE","Checksum":[{"Value":"8f25e5f615383d69f9b54c5476187781","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:45.539413Z"},{"Value":"bcd8c4994d4ec252b3549062e7756f4c8db470cf803f7658286603545cc0608a","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:46.455704Z"}],"ContentDate":{"Start":"2015-07-04T10:10:06.027000Z","End":"2015-07-04T10:10:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((12.4718433024203 42.3987577828503, 11.4307104530335 42.4269119959736, 11.3934607768352 41.4388462447947, 12.1050584032851 41.4199667759272, 12.1237485226349 41.4706563972663, 12.1779330657887 41.616683056802, 12.232449077881 41.7627848757738, 12.287059918837 41.9089548164857, 12.3417998613664 42.0551536844998, 12.3967951233043 42.2013223894247, 12.4525095089349 42.3472897894651, 12.4718433024203 42.3987577828503))'","GeoFootprint":{"type":"Polygon","coordinates":[[[12.4718433024203,42.3987577828503],[11.4307104530335,42.4269119959736],[11.3934607768352,41.4388462447947],[12.1050584032851,41.4199667759272],[12.1237485226349,41.4706563972663],[12.1779330657887,41.616683056802],[12.232449077881,41.7627848757738],[12.287059918837,41.9089548164857],[12.3417998613664,42.0551536844998],[12.3967951233043,42.2013223894247],[12.4525095089349,42.3472897894651],[12.4718433024203,42.3987577828503]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32TQM","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":1.45515056268167,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":162,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T13:44:19.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150704T101006_000162_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"e7e68e11-426a-4127-962c-0aaeb9c4b24d","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(e7e68e11-426a-4127-962c-0aaeb9c4b24d)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TQM_20231011T134419.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(f49af2ed-7b1c-4c9a-917b-00727ac82a27)/$value","ContentLength":534041313,"Checksum":[{"Value":"8f25e5f615383d69f9b54c5476187781","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:45.539413Z"},{"Value":"bcd8c4994d4ec252b3549062e7756f4c8db470cf803f7658286603545cc0608a","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:46.455704Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TQM_20231011T134419.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"acc7ae85-caf1-4ef4-a571-2604b8bbd6a9","Name":"S2A_MSIL1C_20150915T102026_N0500_R065_T32UMU_20231015T134342.SAFE","ContentType":"application/octet-stream","ContentLength":397085284,"OriginDate":"2024-05-29T03:40:18.517000Z","PublicationDate":"2024-05-29T05:51:02.602064Z","ModificationDate":"2025-06-22T22:35:13.029562Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32UMU_20231015T134342.SAFE","Checksum":[{"Value":"99bcb29e89e41b5726e1bdc97a3e0f93","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:35:11.963704Z"},{"Value":"9d74871d5cda7d0eda3344f8e441e7e9b4a324137be7b596e7f725edc318c976","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:35:12.732314Z"}],"ContentDate":{"Start":"2015-09-15T10:20:26.027000Z","End":"2015-09-15T10:20:26.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((8.08787278259356 47.7596221215301, 9.13024880984398 47.7650926644644, 9.13278260997073 48.7529365097654, 8.4558751645922 48.7493295437453, 8.44140858617532 48.7099790222003, 8.38577750211102 48.5638829898567, 8.33056321321828 48.4177286520651, 8.27650648232829 48.2713147708835, 8.22257371555397 48.1249037738385, 8.16859189378117 47.9785431239309, 8.11473259040586 47.8321921467709, 8.08787278259356 47.7596221215301))'","GeoFootprint":{"type":"Polygon","coordinates":[[[8.08787278259356,47.7596221215301],[9.13024880984398,47.7650926644644],[9.13278260997073,48.7529365097654],[8.4558751645922,48.7493295437453],[8.44140858617532,48.7099790222003],[8.38577750211102,48.5638829898567],[8.33056321321828,48.4177286520651],[8.27650648232829,48.2713147708835],[8.22257371555397,48.1249037738385],[8.16859189378117,47.9785431239309],[8.11473259040586,47.8321921467709],[8.08787278259356,47.7596221215301]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32UMU","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":95.4270746078821,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T134342_S20150915T102652_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1206,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T13:43:42.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150915T102026_001206_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":65,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-15T10:20:26.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-15T10:20:26.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"c1635102-9e83-48b9-a612-6a817f55a780","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(c1635102-9e83-48b9-a612-6a817f55a780)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32UMU_20231015T134342.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(acc7ae85-caf1-4ef4-a571-2604b8bbd6a9)/$value","ContentLength":397085284,"Checksum":[{"Value":"99bcb29e89e41b5726e1bdc97a3e0f93","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:35:11.963704Z"},{"Value":"9d74871d5cda7d0eda3344f8e441e7e9b4a324137be7b596e7f725edc318c976","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:35:12.732314Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32UMU_20231015T134342.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"40d1d910-7607-47ab-8de7-b0decff3ac45","Name":"S2A_MSIL1C_20150830T100016_N0500_R122_T34VFJ_20231010T054056.SAFE","ContentType":"application/octet-stream","ContentLength":14400937,"OriginDate":"2024-05-24T20:20:26.509000Z","PublicationDate":"2024-05-26T07:25:42.749053Z","ModificationDate":"2025-06-22T23:04:43.800245Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T100016_N0500_R122_T34VFJ_20231010T054056.SAFE","Checksum":[{"Value":"1b8832ae60e35c94223f0187681042ba","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:43.487235Z"},{"Value":"3acbdea888adf8763260ae0c6a7849c18b5db58621a72c4235d0415fb0c969cc","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:43.523783Z"}],"ContentDate":{"Start":"2015-08-30T10:00:16.027000Z","End":"2015-08-30T10:00:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((22.7483863459273 57.7297473875006, 22.6793206704832 57.7311663813817, 22.6744662389465 57.6229813348751, 22.7483863459273 57.7297473875006))'","GeoFootprint":{"type":"Polygon","coordinates":[[[22.7483863459273,57.7297473875006],[22.6793206704832,57.7311663813817],[22.6744662389465,57.6229813348751],[22.7483863459273,57.7297473875006]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"34VFJ","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":99.9706658844236,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231010T054056_S20150830T100015_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":977,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-10T05:40:56.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150830T100016_000977_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":122,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-30T10:00:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-30T10:00:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"bf75bcb6-5a9a-4b61-9509-95c772112168","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(bf75bcb6-5a9a-4b61-9509-95c772112168)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T100016_N0500_R122_T34VFJ_20231010T054056.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(40d1d910-7607-47ab-8de7-b0decff3ac45)/$value","ContentLength":14400937,"Checksum":[{"Value":"1b8832ae60e35c94223f0187681042ba","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:43.487235Z"},{"Value":"3acbdea888adf8763260ae0c6a7849c18b5db58621a72c4235d0415fb0c969cc","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:43.523783Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T100016_N0500_R122_T34VFJ_20231010T054056.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"b62bb8fa-fc75-4ecb-ab7e-656d77a9a37d","Name":"S2A_MSIL1C_20150915T102026_N0500_R065_T32TPP_20231015T134342.SAFE","ContentType":"application/octet-stream","ContentLength":135167348,"OriginDate":"2024-05-29T03:36:23.416000Z","PublicationDate":"2024-05-29T06:54:09.608437Z","ModificationDate":"2025-06-22T22:34:35.450923Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32TPP_20231015T134342.SAFE","Checksum":[{"Value":"b147e821227159b1b9942f48c50c28c5","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:34:34.847975Z"},{"Value":"eaf11743c758a4640448cf3d916ddd72cdc20c1915e9f87f8ab0fb1a50b62146","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:34:35.055938Z"}],"ContentDate":{"Start":"2015-09-15T10:20:26.027000Z","End":"2015-09-15T10:20:26.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((10.6719874192971 44.2394253108851, 10.2524808722232 44.2465509349487, 10.2320327000418 43.2581553190901, 10.2864869655585 43.257246750339, 10.3222776540007 43.3491505951236, 10.3786998398585 43.4951000884358, 10.436561771075 43.6407175526053, 10.4936834430404 43.7865652590063, 10.550959205095 43.9324089890106, 10.6080299353849 44.0783420879126, 10.6657600162474 44.2241419183683, 10.6719874192971 44.2394253108851))'","GeoFootprint":{"type":"Polygon","coordinates":[[[10.6719874192971,44.2394253108851],[10.2524808722232,44.2465509349487],[10.2320327000418,43.2581553190901],[10.2864869655585,43.257246750339],[10.3222776540007,43.3491505951236],[10.3786998398585,43.4951000884358],[10.436561771075,43.6407175526053],[10.4936834430404,43.7865652590063],[10.550959205095,43.9324089890106],[10.6080299353849,44.0783420879126],[10.6657600162474,44.2241419183683],[10.6719874192971,44.2394253108851]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32TPP","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":99.069042961675,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T134342_S20150915T102652_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1206,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T13:43:42.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150915T102026_001206_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":65,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-15T10:20:26.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-15T10:20:26.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"557c994f-6f7c-43ed-a0ce-2b5d2ca0bbfd","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(557c994f-6f7c-43ed-a0ce-2b5d2ca0bbfd)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32TPP_20231015T134342.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(b62bb8fa-fc75-4ecb-ab7e-656d77a9a37d)/$value","ContentLength":135167348,"Checksum":[{"Value":"b147e821227159b1b9942f48c50c28c5","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:34:34.847975Z"},{"Value":"eaf11743c758a4640448cf3d916ddd72cdc20c1915e9f87f8ab0fb1a50b62146","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:34:35.055938Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32TPP_20231015T134342.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"b40fbcb7-fbd3-47fd-8515-512729b017c3","Name":"S2A_MSIL1C_20150706T105016_N0500_R051_T31UES_20231009T094109.SAFE","ContentType":"application/octet-stream","ContentLength":870782192,"OriginDate":"2024-06-07T00:56:29.088000Z","PublicationDate":"2024-06-07T01:04:26.898628Z","ModificationDate":"2025-06-17T09:31:47.259213Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31UES_20231009T094109.SAFE","Checksum":[{"Value":"9b4cc929821eb551300fbca12766486e","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:45.675073Z"},{"Value":"4074f4231c007f096ba2965dea974f61d73a09618204e71a1b30a89e0080836f","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:46.957921Z"}],"ContentDate":{"Start":"2015-07-06T10:50:16.027000Z","End":"2015-07-06T10:50:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((2.9997121758513 51.4511822057936, 2.99971821166918 50.4637984017553, 4.54643644146265 50.453523278919, 4.57954402146963 51.4405411658231, 2.9997121758513 51.4511822057936))'","GeoFootprint":{"type":"Polygon","coordinates":[[[2.9997121758513,51.4511822057936],[2.99971821166918,50.4637984017553],[4.54643644146265,50.453523278919],[4.57954402146963,51.4405411658231],[2.9997121758513,51.4511822057936]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31UES","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":31.0861178297351,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":191,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T09:41:09.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150706T105016_000191_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":51,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"604da4ae-d1f1-4b39-a857-21fd9e21cfa2","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(604da4ae-d1f1-4b39-a857-21fd9e21cfa2)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31UES_20231009T094109.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(b40fbcb7-fbd3-47fd-8515-512729b017c3)/$value","ContentLength":870782192,"Checksum":[{"Value":"9b4cc929821eb551300fbca12766486e","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:45.675073Z"},{"Value":"4074f4231c007f096ba2965dea974f61d73a09618204e71a1b30a89e0080836f","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:46.957921Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31UES_20231009T094109.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"1935c2a5-d7aa-4e07-97bf-e64a3fab5d49","Name":"S2A_MSIL1C_20150704T101006_N0500_R022_T34VDH_20231011T134419.SAFE","ContentType":"application/octet-stream","ContentLength":36650701,"OriginDate":"2024-06-11T19:00:06.197000Z","PublicationDate":"2024-06-11T19:05:54.590589Z","ModificationDate":"2025-06-17T09:31:48.158489Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T34VDH_20231011T134419.SAFE","Checksum":[{"Value":"ec37577da1786706a49a228039053a2e","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:47.766755Z"},{"Value":"86bacd3975ad1af7530c4917d45f7b59f2e4dc6dd089b5f41be72c6e41567b77","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:47.847259Z"}],"ContentDate":{"Start":"2015-07-04T10:10:06.027000Z","End":"2015-07-04T10:10:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((19.6112208544266 56.8345326059394, 19.3604383133279 56.8330466801818, 19.3755696760476 56.4757526202341, 19.3895934473639 56.4972950474021, 19.4827595389554 56.6394670686407, 19.5762498960301 56.7815447824939, 19.6112208544266 56.8345326059394))'","GeoFootprint":{"type":"Polygon","coordinates":[[[19.6112208544266,56.8345326059394],[19.3604383133279,56.8330466801818],[19.3755696760476,56.4757526202341],[19.3895934473639,56.4972950474021],[19.4827595389554,56.6394670686407],[19.5762498960301,56.7815447824939],[19.6112208544266,56.8345326059394]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"34VDH","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.0,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":162,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T13:44:19.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150704T101006_000162_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"92225443-abfe-4508-b097-64c53935048d","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(92225443-abfe-4508-b097-64c53935048d)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T34VDH_20231011T134419.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(1935c2a5-d7aa-4e07-97bf-e64a3fab5d49)/$value","ContentLength":36650701,"Checksum":[{"Value":"ec37577da1786706a49a228039053a2e","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:47.766755Z"},{"Value":"86bacd3975ad1af7530c4917d45f7b59f2e4dc6dd089b5f41be72c6e41567b77","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:47.847259Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T34VDH_20231011T134419.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"a3ead274-062a-4d34-acb6-1c238ef5643f","Name":"S2A_MSIL1C_20150831T111056_N0500_R137_T31VCF_20231009T113151.SAFE","ContentType":"application/octet-stream","ContentLength":311555552,"OriginDate":"2024-06-04T15:24:41.263000Z","PublicationDate":"2024-06-04T15:31:57.229170Z","ModificationDate":"2025-06-22T23:04:43.915130Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T111056_N0500_R137_T31VCF_20231009T113151.SAFE","Checksum":[{"Value":"87b2d99fc4fbd53f69dd7c62516e81fb","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:43.115394Z"},{"Value":"4e547917e19c7fdc8aed7d4955074557247a0c72e04551097f01404169600141","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:43.653493Z"}],"ContentDate":{"Start":"2015-08-31T11:10:56.027000Z","End":"2015-08-31T11:10:56.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((0.327678842841597 58.5211403827775, 1.45040137222346 58.5429352473156, 1.40539343865446 59.5286335235506, 0.898378440799341 59.5186899568576, 0.881712736382144 59.4903833611243, 0.797559146123436 59.3463575818469, 0.714037675806634 59.2022818125908, 0.631135504990667 59.0581580252881, 0.548846401667403 58.9139872363131, 0.467147288046271 58.7697791470542, 0.386007512560146 58.6255369606327, 0.327678842841597 58.5211403827775))'","GeoFootprint":{"type":"Polygon","coordinates":[[[0.327678842841597,58.5211403827775],[1.45040137222346,58.5429352473156],[1.40539343865446,59.5286335235506],[0.898378440799341,59.5186899568576],[0.881712736382144,59.4903833611243],[0.797559146123436,59.3463575818469],[0.714037675806634,59.2022818125908],[0.631135504990667,59.0581580252881],[0.548846401667403,58.9139872363131],[0.467147288046271,58.7697791470542],[0.386007512560146,58.6255369606327],[0.327678842841597,58.5211403827775]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31VCF","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":17.2212974890008,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T113151_S20150831T111059_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":992,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T11:31:51.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150831T111056_000992_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":137,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-31T11:10:56.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-31T11:10:56.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"a5dd07e5-0b52-45ad-8ef9-573bb31310ed","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(a5dd07e5-0b52-45ad-8ef9-573bb31310ed)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T111056_N0500_R137_T31VCF_20231009T113151.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(a3ead274-062a-4d34-acb6-1c238ef5643f)/$value","ContentLength":311555552,"Checksum":[{"Value":"87b2d99fc4fbd53f69dd7c62516e81fb","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:43.115394Z"},{"Value":"4e547917e19c7fdc8aed7d4955074557247a0c72e04551097f01404169600141","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:43.653493Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T111056_N0500_R137_T31VCF_20231009T113151.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"0b66f0c6-5664-43ed-8fac-1e57a8f0fc0c","Name":"S2A_MSIL1C_20150916T095016_N0500_R079_T33TWK_20231015T142455.SAFE","ContentType":"application/octet-stream","ContentLength":138423880,"OriginDate":"2024-05-28T09:52:08.354000Z","PublicationDate":"2024-05-28T10:34:56.249993Z","ModificationDate":"2025-06-22T22:34:26.029539Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T33TWK_20231015T142455.SAFE","Checksum":[{"Value":"ad7f2e53b73fcfbb031744ab3ae42d2b","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:34:25.163507Z"},{"Value":"38c8e84a95c6376b50b6d60cb8d6201486dd947e38fd1a427f22acba96a72efb","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:34:25.382443Z"}],"ContentDate":{"Start":"2015-09-16T09:50:16.027000Z","End":"2015-09-16T09:50:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((16.3900466982813 44.877866734354, 16.3964111731489 45.1452996730941, 14.9997455603619 45.1538372508924, 14.9997457790634 45.1034069710146, 15.0274213577522 45.0994892482853, 15.0273529490704 45.0992838313709, 15.0459499185736 45.0965948831736, 15.04613267596 45.0971485050917, 15.0461630258125 45.0971441774271, 15.0462790905898 45.0974944782368, 15.3373528228535 45.0561050311361, 15.3371781795194 45.0555738197754, 15.3405454267236 45.0550930732951, 15.340190321221 45.0540104881031, 15.3417672636508 45.0537583851746, 15.6562823719207 45.0039581696673, 15.6567529469947 45.003880945298, 15.6569384352964 45.0044007700222, 15.6569415973265 45.0044002557599, 15.656942431026 45.0044025922317, 15.9377491475936 44.9587935837839, 15.9376235835113 44.9584501223647, 15.9408194620483 44.9579292365023, 15.9405588554217 44.9572172646031, 16.2167244977168 44.9084469506714, 16.2345661266797 44.9053067487709, 16.2345624870136 44.9052967965441, 16.2495945956333 44.902642155473, 16.2498957572111 44.9034641044349, 16.2499078103679 44.9034618969375, 16.2499291567493 44.9035201398838, 16.3900466982813 44.877866734354))'","GeoFootprint":{"type":"Polygon","coordinates":[[[16.3900466982813,44.877866734354],[16.3964111731489,45.1452996730941],[14.9997455603619,45.1538372508924],[14.9997457790634,45.1034069710146],[15.0274213577522,45.0994892482853],[15.0273529490704,45.0992838313709],[15.0459499185736,45.0965948831736],[15.04613267596,45.0971485050917],[15.0461630258125,45.0971441774271],[15.0462790905898,45.0974944782368],[15.3373528228535,45.0561050311361],[15.3371781795194,45.0555738197754],[15.3405454267236,45.0550930732951],[15.340190321221,45.0540104881031],[15.3417672636508,45.0537583851746],[15.6562823719207,45.0039581696673],[15.6567529469947,45.003880945298],[15.6569384352964,45.0044007700222],[15.6569415973265,45.0044002557599],[15.656942431026,45.0044025922317],[15.9377491475936,44.9587935837839],[15.9376235835113,44.9584501223647],[15.9408194620483,44.9579292365023],[15.9405588554217,44.9572172646031],[16.2167244977168,44.9084469506714],[16.2345661266797,44.9053067487709],[16.2345624870136,44.9052967965441],[16.2495945956333,44.902642155473],[16.2498957572111,44.9034641044349],[16.2499078103679,44.9034618969375],[16.2499291567493,44.9035201398838],[16.3900466982813,44.877866734354]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33TWK","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":99.9929906719104,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T142455_S20150916T095014_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1220,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T14:24:55.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150916T095016_001220_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":79,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-16T09:50:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-16T09:50:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"e594677b-c8b7-4f97-8037-90a37bcf7d0d","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(e594677b-c8b7-4f97-8037-90a37bcf7d0d)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T33TWK_20231015T142455.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(0b66f0c6-5664-43ed-8fac-1e57a8f0fc0c)/$value","ContentLength":138423880,"Checksum":[{"Value":"ad7f2e53b73fcfbb031744ab3ae42d2b","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:34:25.163507Z"},{"Value":"38c8e84a95c6376b50b6d60cb8d6201486dd947e38fd1a427f22acba96a72efb","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:34:25.382443Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T33TWK_20231015T142455.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"45fb3bfd-73a8-476e-b7fc-1f46a88b1ce5","Name":"S2A_MSIL1C_20150831T093006_N0500_R136_T35ULS_20231025T065810.SAFE","ContentType":"application/octet-stream","ContentLength":797637457,"OriginDate":"2024-05-30T06:45:30.017000Z","PublicationDate":"2024-05-30T06:51:50.369587Z","ModificationDate":"2025-06-22T23:04:43.969772Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35ULS_20231025T065810.SAFE","Checksum":[{"Value":"9afb11a56cbf6dfdd88fa91500ff77a7","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:42.569176Z"},{"Value":"feed36196e88e1d815da32e888c6d3f21c5afe67a6f04d73a23d2e685e640811","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:43.709720Z"}],"ContentDate":{"Start":"2015-08-31T09:30:06.027000Z","End":"2015-08-31T09:30:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((24.1237082316989 51.4158835895175, 24.1839273950963 50.429712991702, 25.7293008917944 50.4568611706275, 25.7020921271763 51.4439979080358, 24.1237082316989 51.4158835895175))'","GeoFootprint":{"type":"Polygon","coordinates":[[[24.1237082316989,51.4158835895175],[24.1839273950963,50.429712991702],[25.7293008917944,50.4568611706275],[25.7020921271763,51.4439979080358],[24.1237082316989,51.4158835895175]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"35ULS","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":67.1619636298486,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":991,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-25T06:58:10.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150831T093006_000991_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":136,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"7f0a2526-bea0-4b4b-b455-171e40ae0e96","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(7f0a2526-bea0-4b4b-b455-171e40ae0e96)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35ULS_20231025T065810.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(45fb3bfd-73a8-476e-b7fc-1f46a88b1ce5)/$value","ContentLength":797637457,"Checksum":[{"Value":"9afb11a56cbf6dfdd88fa91500ff77a7","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:42.569176Z"},{"Value":"feed36196e88e1d815da32e888c6d3f21c5afe67a6f04d73a23d2e685e640811","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:43.709720Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35ULS_20231025T065810.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"e4ea27d5-1456-4b93-8d6e-8b3b516a5886","Name":"S2A_MSIL1C_20150704T101006_N0500_R022_T32SLH_20231011T134419.SAFE","ContentType":"application/octet-stream","ContentLength":210060256,"OriginDate":"2024-06-11T19:16:11.696000Z","PublicationDate":"2024-06-11T19:23:53.057413Z","ModificationDate":"2025-06-17T09:31:48.582447Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SLH_20231011T134419.SAFE","Checksum":[{"Value":"d5800e273e26d0a649897f8debb201a0","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:47.581302Z"},{"Value":"8f1833b2900dcf2288f179ef6dac86fa5dd9aa0462ffe805da8834a97d23db2f","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:48.058908Z"}],"ContentDate":{"Start":"2015-07-04T10:10:06.027000Z","End":"2015-07-04T10:10:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((7.396611112367 37.8468805278447, 7.974663440882 37.8549776627823, 7.9606157198542 38.8443739359543, 7.68597718024722 38.8404426313164, 7.65849124105121 38.7468714122838, 7.61550186416626 38.5996402836601, 7.57254880465141 38.452407291065, 7.52951707626866 38.3051479307481, 7.48652299079324 38.1578910714975, 7.44974339373544 38.0311407870821, 7.44378412967729 38.0105299254924, 7.43997312638957 37.9973807511798, 7.40128102989418 37.8631246545439, 7.396611112367 37.8468805278447))'","GeoFootprint":{"type":"Polygon","coordinates":[[[7.396611112367,37.8468805278447],[7.974663440882,37.8549776627823],[7.9606157198542,38.8443739359543],[7.68597718024722,38.8404426313164],[7.65849124105121,38.7468714122838],[7.61550186416626,38.5996402836601],[7.57254880465141,38.452407291065],[7.52951707626866,38.3051479307481],[7.48652299079324,38.1578910714975],[7.44974339373544,38.0311407870821],[7.44378412967729,38.0105299254924],[7.43997312638957,37.9973807511798],[7.40128102989418,37.8631246545439],[7.396611112367,37.8468805278447]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32SLH","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.0,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":162,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T13:44:19.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150704T101006_000162_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"40164fdb-c2ae-460f-a166-74d10aca8068","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(40164fdb-c2ae-460f-a166-74d10aca8068)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SLH_20231011T134419.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(e4ea27d5-1456-4b93-8d6e-8b3b516a5886)/$value","ContentLength":210060256,"Checksum":[{"Value":"d5800e273e26d0a649897f8debb201a0","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:47.581302Z"},{"Value":"8f1833b2900dcf2288f179ef6dac86fa5dd9aa0462ffe805da8834a97d23db2f","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:48.058908Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SLH_20231011T134419.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"48a7e73e-c8a4-4b21-90c4-fd135d3af9a0","Name":"S2A_MSIL1C_20150915T102026_N0500_R065_T33UWV_20231015T132359.SAFE","ContentType":"application/octet-stream","ContentLength":93242231,"OriginDate":"2024-06-10T15:02:34.671000Z","PublicationDate":"2024-06-10T15:08:47.438583Z","ModificationDate":"2025-06-22T22:35:17.834384Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T33UWV_20231015T132359.SAFE","Checksum":[{"Value":"c4db9ba880e3a4ee672a224e0163b373","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:35:17.374521Z"},{"Value":"04406b3302164ec7284b339e6c0d67699a92ce59e4442595170cd5a705f8663b","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:35:17.551512Z"}],"ContentDate":{"Start":"2015-09-15T10:20:26.027000Z","End":"2015-09-15T10:20:26.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((15.4240876879684 54.1451428968177, 14.9996937993648 54.1481041039613, 14.9996991389735 53.402618051575, 15.0494319906271 53.4911445330449, 15.1305387707746 53.6344854875895, 15.2122613382651 53.7777541601069, 15.2943977431017 53.9210040473155, 15.3770656242232 54.0642058571694, 15.4240876879684 54.1451428968177))'","GeoFootprint":{"type":"Polygon","coordinates":[[[15.4240876879684,54.1451428968177],[14.9996937993648,54.1481041039613],[14.9996991389735,53.402618051575],[15.0494319906271,53.4911445330449],[15.1305387707746,53.6344854875895],[15.2122613382651,53.7777541601069],[15.2943977431017,53.9210040473155],[15.3770656242232,54.0642058571694],[15.4240876879684,54.1451428968177]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33UWV","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":1.26533166458073,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T132359_S20150915T102026_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1206,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T13:23:59.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150915T102026_001206_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":65,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-15T10:20:26.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-15T10:20:26.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"b403d50f-7ca7-44e5-8de8-18531f5f5a66","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(b403d50f-7ca7-44e5-8de8-18531f5f5a66)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T33UWV_20231015T132359.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(48a7e73e-c8a4-4b21-90c4-fd135d3af9a0)/$value","ContentLength":93242231,"Checksum":[{"Value":"c4db9ba880e3a4ee672a224e0163b373","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:35:17.374521Z"},{"Value":"04406b3302164ec7284b339e6c0d67699a92ce59e4442595170cd5a705f8663b","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:35:17.551512Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T33UWV_20231015T132359.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"b5261bd0-53ce-43a6-b322-76b3e37d25c6","Name":"S2A_MSIL1C_20150704T101006_N0500_R022_T33VXE_20231011T134419.SAFE","ContentType":"application/octet-stream","ContentLength":589468306,"OriginDate":"2024-06-11T19:52:19.312000Z","PublicationDate":"2024-06-11T19:58:21.091312Z","ModificationDate":"2025-06-17T09:31:49.391679Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33VXE_20231011T134419.SAFE","Checksum":[{"Value":"16632333612529f77e0844f48334bb03","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:48.271787Z"},{"Value":"4dbcd2c3ab5ce51d39d64670f547bcbd0f3668adbd0bbed3074360fc54703b6e","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:49.122482Z"}],"ContentDate":{"Start":"2015-07-04T10:10:06.027000Z","End":"2015-07-04T10:10:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((16.7222109224079 58.6291301334098, 16.6752630209712 57.643355184432, 18.5117865798396 57.6056589663974, 18.610003204567 58.5899688719302, 16.7222109224079 58.6291301334098))'","GeoFootprint":{"type":"Polygon","coordinates":[[[16.7222109224079,58.6291301334098],[16.6752630209712,57.643355184432],[18.5117865798396,57.6056589663974],[18.610003204567,58.5899688719302],[16.7222109224079,58.6291301334098]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33VXE","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":1.40183343784526,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":162,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T13:44:19.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150704T101006_000162_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"58ef9ba3-387a-4c46-9fa0-240850f4ea96","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(58ef9ba3-387a-4c46-9fa0-240850f4ea96)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33VXE_20231011T134419.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(b5261bd0-53ce-43a6-b322-76b3e37d25c6)/$value","ContentLength":589468306,"Checksum":[{"Value":"16632333612529f77e0844f48334bb03","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:48.271787Z"},{"Value":"4dbcd2c3ab5ce51d39d64670f547bcbd0f3668adbd0bbed3074360fc54703b6e","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:49.122482Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33VXE_20231011T134419.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"14e5404f-524e-47b1-8957-1598bdc37084","Name":"S2A_MSIL1C_20150916T095016_N0500_R079_T34VFJ_20231015T142455.SAFE","ContentType":"application/octet-stream","ContentLength":630351763,"OriginDate":"2024-05-28T10:18:24.426000Z","PublicationDate":"2024-05-28T10:31:37.024163Z","ModificationDate":"2025-06-22T22:34:28.504398Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T34VFJ_20231015T142455.SAFE","Checksum":[{"Value":"dd7f2221918c72972cb8a950a8509efb","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:34:27.322654Z"},{"Value":"60524ff6ddf696e9ed592d811ab1ac0eed82f5827190f28ec96ed4245ffb1bb4","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:34:28.231256Z"}],"ContentDate":{"Start":"2015-09-16T09:50:16.027000Z","End":"2015-09-16T09:50:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((22.6793206704832 57.7311663813817, 22.6350801542825 56.7452296622249, 24.4277099475858 56.7088007773291, 24.5202759586015 57.6933428999996, 22.6793206704832 57.7311663813817))'","GeoFootprint":{"type":"Polygon","coordinates":[[[22.6793206704832,57.7311663813817],[22.6350801542825,56.7452296622249],[24.4277099475858,56.7088007773291],[24.5202759586015,57.6933428999996],[22.6793206704832,57.7311663813817]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"34VFJ","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":99.9573292722984,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T142455_S20150916T095014_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1220,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T14:24:55.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150916T095016_001220_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":79,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-16T09:50:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-16T09:50:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"3b3da577-3fb7-46cb-b0f4-158d0ff08f6c","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(3b3da577-3fb7-46cb-b0f4-158d0ff08f6c)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T34VFJ_20231015T142455.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(14e5404f-524e-47b1-8957-1598bdc37084)/$value","ContentLength":630351763,"Checksum":[{"Value":"dd7f2221918c72972cb8a950a8509efb","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:34:27.322654Z"},{"Value":"60524ff6ddf696e9ed592d811ab1ac0eed82f5827190f28ec96ed4245ffb1bb4","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:34:28.231256Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T34VFJ_20231015T142455.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"015c2d4a-0424-46b3-a78a-16f81b777ebe","Name":"S2A_MSIL1C_20150704T101006_N0500_R022_T33UXT_20231011T134419.SAFE","ContentType":"application/octet-stream","ContentLength":133745955,"OriginDate":"2024-06-11T19:08:06.529000Z","PublicationDate":"2024-06-11T19:14:09.485235Z","ModificationDate":"2025-06-17T09:31:49.592552Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UXT_20231011T134419.SAFE","Checksum":[{"Value":"f57bc92e44cc49daefc2d8d1bc5b0c4e","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:48.991853Z"},{"Value":"a2048b015c04887cc9f3a78440192ee7276fcd50d350d5f6e5f228d924b9f1c2","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:49.327609Z"}],"ContentDate":{"Start":"2015-07-04T10:10:06.027000Z","End":"2015-07-04T10:10:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((16.9295944299381 52.3324677158691, 16.4678841529578 52.3413550972696, 16.4374971837958 51.3972100605282, 16.4835526509457 51.4865188125072, 16.5582035568391 51.6303281310114, 16.6333176705114 51.7741004572398, 16.708834057618 51.9178671935906, 16.7848826341816 52.0616291387551, 16.8614006441044 52.2053552712896, 16.9295944299381 52.3324677158691))'","GeoFootprint":{"type":"Polygon","coordinates":[[[16.9295944299381,52.3324677158691],[16.4678841529578,52.3413550972696],[16.4374971837958,51.3972100605282],[16.4835526509457,51.4865188125072],[16.5582035568391,51.6303281310114],[16.6333176705114,51.7741004572398],[16.708834057618,51.9178671935906],[16.7848826341816,52.0616291387551],[16.8614006441044,52.2053552712896],[16.9295944299381,52.3324677158691]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33UXT","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.0,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":162,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T13:44:19.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150704T101006_000162_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"ceb759af-5820-4d3f-a0a7-75aa1c739f2a","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(ceb759af-5820-4d3f-a0a7-75aa1c739f2a)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UXT_20231011T134419.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(015c2d4a-0424-46b3-a78a-16f81b777ebe)/$value","ContentLength":133745955,"Checksum":[{"Value":"f57bc92e44cc49daefc2d8d1bc5b0c4e","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:48.991853Z"},{"Value":"a2048b015c04887cc9f3a78440192ee7276fcd50d350d5f6e5f228d924b9f1c2","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:49.327609Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UXT_20231011T134419.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"76052d1d-c05a-4497-8561-3e96116bc267","Name":"S2A_MSIL1C_20150704T101006_N0500_R022_T32UPB_20231011T134419.SAFE","ContentType":"application/octet-stream","ContentLength":107331963,"OriginDate":"2024-06-11T19:02:08.556000Z","PublicationDate":"2024-06-11T19:09:56.178220Z","ModificationDate":"2025-06-17T09:32:01.565515Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32UPB_20231011T134419.SAFE","Checksum":[{"Value":"10e7d68977ac9ad6be22cd26160ab946","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:01.105424Z"},{"Value":"7546746dc478c0b3eff336ad567270c8cac140be83f67e0d6a9f0fea6ff4ecc1","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:01.279062Z"}],"ContentDate":{"Start":"2015-07-04T10:10:06.027000Z","End":"2015-07-04T10:10:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((11.626026289358 50.4324421784756, 11.9538697131407 50.4262936606196, 12.0160684392809 51.3974076581471, 11.9999956150949 51.358525420262, 11.9401367163482 51.2127579118595, 11.880867695988 51.0669032298707, 11.8219281093713 50.9210145878584, 11.7630715679279 50.775154834187, 11.7046041004964 50.6292254641453, 11.6462387147019 50.4832484735141, 11.626026289358 50.4324421784756))'","GeoFootprint":{"type":"Polygon","coordinates":[[[11.626026289358,50.4324421784756],[11.9538697131407,50.4262936606196],[12.0160684392809,51.3974076581471],[11.9999956150949,51.358525420262],[11.9401367163482,51.2127579118595],[11.880867695988,51.0669032298707],[11.8219281093713,50.9210145878584],[11.7630715679279,50.775154834187],[11.7046041004964,50.6292254641453],[11.6462387147019,50.4832484735141],[11.626026289358,50.4324421784756]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32UPB","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":6.37921889233537,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":162,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T13:44:19.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150704T101006_000162_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"4598d333-a702-4281-821e-d710265c44cb","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(4598d333-a702-4281-821e-d710265c44cb)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32UPB_20231011T134419.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(76052d1d-c05a-4497-8561-3e96116bc267)/$value","ContentLength":107331963,"Checksum":[{"Value":"10e7d68977ac9ad6be22cd26160ab946","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:01.105424Z"},{"Value":"7546746dc478c0b3eff336ad567270c8cac140be83f67e0d6a9f0fea6ff4ecc1","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:01.279062Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32UPB_20231011T134419.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"41984bef-34f5-444e-9f13-98a450fa58a1","Name":"S2A_MSIL1C_20150706T105016_N0500_R051_T31UEV_20231009T094109.SAFE","ContentType":"application/octet-stream","ContentLength":654062869,"OriginDate":"2024-06-07T00:24:22.707000Z","PublicationDate":"2024-06-07T00:30:32.730869Z","ModificationDate":"2025-06-17T09:31:51.351850Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31UEV_20231009T094109.SAFE","Checksum":[{"Value":"65192bc848a62981137afc277b2ad989","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:49.985127Z"},{"Value":"073e016abdbae5584d20b72d7a01ea33a0eadd79606a65791d77ba27e049ef33","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:51.070208Z"}],"ContentDate":{"Start":"2015-07-06T10:50:16.027000Z","End":"2015-07-06T10:50:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((2.99969606106693 53.8323380056192, 2.99970086834074 53.1611735448067, 4.64156495625108 53.1498598897446, 4.68033586832527 54.1363774287332, 3.1429242166383 54.1471047141345, 3.07687953882162 54.0020669481925, 3.01075889423188 53.8567445945756, 2.99969606106693 53.8323380056192))'","GeoFootprint":{"type":"Polygon","coordinates":[[[2.99969606106693,53.8323380056192],[2.99970086834074,53.1611735448067],[4.64156495625108,53.1498598897446],[4.68033586832527,54.1363774287332],[3.1429242166383,54.1471047141345],[3.07687953882162,54.0020669481925],[3.01075889423188,53.8567445945756],[2.99969606106693,53.8323380056192]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31UEV","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.00772153773061281,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":191,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T09:41:09.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150706T105016_000191_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":51,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"3cfcd811-9c95-4cfb-8608-69fa7d891e7d","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(3cfcd811-9c95-4cfb-8608-69fa7d891e7d)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31UEV_20231009T094109.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(41984bef-34f5-444e-9f13-98a450fa58a1)/$value","ContentLength":654062869,"Checksum":[{"Value":"65192bc848a62981137afc277b2ad989","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:49.985127Z"},{"Value":"073e016abdbae5584d20b72d7a01ea33a0eadd79606a65791d77ba27e049ef33","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:51.070208Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31UEV_20231009T094109.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"41422583-430b-4a87-a9a3-41e0b0198266","Name":"S2A_MSIL1C_20150804T112046_N0500_R037_T29TMG_20231010T015615.SAFE","ContentType":"application/octet-stream","ContentLength":67898910,"OriginDate":"2024-05-24T19:25:05.994000Z","PublicationDate":"2024-05-26T16:32:21.960582Z","ModificationDate":"2025-06-22T23:53:57.890775Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/04/S2A_MSIL1C_20150804T112046_N0500_R037_T29TMG_20231010T015615.SAFE","Checksum":[{"Value":"c563421f15f056dfe4a67757ee342d93","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:53:57.441895Z"},{"Value":"8c0e9fb0b9e6ae72e17ce603ea3d80edd45faf0e4f71aef8b40e6450713c9218","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:53:57.581547Z"}],"ContentDate":{"Start":"2015-08-04T11:20:46.027000Z","End":"2015-08-04T11:20:46.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((-9.130371 41.4625307507101, -8.883118 41.4636925169745, -8.881683 42.2541042526868, -8.889862 42.2283242013928, -8.93634 42.0813300765385, -8.982666 41.9343202777533, -9.02887 41.787293969113, -9.074921 41.6402483421608, -9.12085 41.4931861102802, -9.130371 41.4625307507101))'","GeoFootprint":{"type":"Polygon","coordinates":[[[-9.130371,41.4625307507101],[-8.883118,41.4636925169745],[-8.881683,42.2541042526868],[-8.889862,42.2283242013928],[-8.93634,42.0813300765385],[-8.982666,41.9343202777533],[-9.02887,41.787293969113],[-9.074921,41.6402483421608],[-9.12085,41.4931861102802],[-9.130371,41.4625307507101]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"29TMG","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.0,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231010T015615_S20150804T112539_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":606,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-10T01:56:15.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150804T112046_000606_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":37,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-04T11:20:46.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-04T11:20:46.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"74847cb1-69dd-4045-9f1f-5192de6b35f7","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(74847cb1-69dd-4045-9f1f-5192de6b35f7)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/04/S2A_MSIL1C_20150804T112046_N0500_R037_T29TMG_20231010T015615.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(41422583-430b-4a87-a9a3-41e0b0198266)/$value","ContentLength":67898910,"Checksum":[{"Value":"c563421f15f056dfe4a67757ee342d93","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:53:57.441895Z"},{"Value":"8c0e9fb0b9e6ae72e17ce603ea3d80edd45faf0e4f71aef8b40e6450713c9218","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:53:57.581547Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/04/S2A_MSIL1C_20150804T112046_N0500_R037_T29TMG_20231010T015615.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"4440f58c-6eb8-47c2-a2d0-0776c558ce18","Name":"S2A_MSIL1C_20150912T101403_N0500_R022_T33UUP_20231009T083635.SAFE","ContentType":"application/octet-stream","ContentLength":337042819,"OriginDate":"2024-05-23T16:10:57.484000Z","PublicationDate":"2024-05-23T17:43:12.968741Z","ModificationDate":"2025-06-22T22:43:02.020272Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/12/S2A_MSIL1C_20150912T101403_N0500_R022_T33UUP_20231009T083635.SAFE","Checksum":[{"Value":"030ad411bdd80d75c4385382cb2d4aa9","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:43:01.223999Z"},{"Value":"969103dbf052dca7196a444a42809dbe8e393d888ae76150dba97a40056cb89a","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:43:01.737906Z"}],"ContentDate":{"Start":"2015-09-12T10:14:03.014000Z","End":"2015-09-12T10:14:03.014000Z"},"Footprint":"geography'SRID=4326;POLYGON ((12.3049912419859 48.2572115324674, 12.3324576702614 47.7341556023465, 13.7964017022352 47.7588553725486, 13.791345741849 47.9721822604225, 13.74263420098 47.9828366202014, 13.7427490400026 47.9831016006737, 13.738009635368 47.9841428282715, 13.7272267253183 47.9863695361959, 13.7269477997856 47.9857278592522, 13.7243157585043 47.986269269952, 13.7243024427455 47.9862385730747, 13.7240806536151 47.9862841176993, 13.7240249849059 47.9861557742045, 13.4314463137981 48.0462879255812, 13.4318450059067 48.047226718047, 13.4317994765099 48.0472361311263, 13.4318954146001 48.0474620024859, 13.4176292422716 48.0503024787596, 13.4145308018605 48.0509423173361, 13.41452182748 48.0509211827669, 13.1244760440733 48.1086709524377, 13.1245793456689 48.1089175570238, 13.1072127435234 48.1123816470463, 13.1068870041358 48.1116035506746, 13.1039899515766 48.1121521568472, 13.1038270459087 48.1117630499199, 12.8122151704584 48.166939643484, 12.8124528336034 48.1675160188581, 12.8124489276548 48.1675167579409, 12.8127200698723 48.1681743246897, 12.7973433700218 48.1709372856172, 12.7972233922655 48.170646152831, 12.5053377718386 48.2231712105736, 12.5054267074406 48.2233903048368, 12.486140007005 48.2268558338672, 12.4859921449654 48.2264912041025, 12.4858763031875 48.2265112171141, 12.4857015669473 48.2260803120636, 12.4824165405279 48.2266489508668, 12.4823779659275 48.2265537954766, 12.3049912419859 48.2572115324674))'","GeoFootprint":{"type":"Polygon","coordinates":[[[12.3049912419859,48.2572115324674],[12.3324576702614,47.7341556023465],[13.7964017022352,47.7588553725486],[13.791345741849,47.9721822604225],[13.74263420098,47.9828366202014],[13.7427490400026,47.9831016006737],[13.738009635368,47.9841428282715],[13.7272267253183,47.9863695361959],[13.7269477997856,47.9857278592522],[13.7243157585043,47.986269269952],[13.7243024427455,47.9862385730747],[13.7240806536151,47.9862841176993],[13.7240249849059,47.9861557742045],[13.4314463137981,48.0462879255812],[13.4318450059067,48.047226718047],[13.4317994765099,48.0472361311263],[13.4318954146001,48.0474620024859],[13.4176292422716,48.0503024787596],[13.4145308018605,48.0509423173361],[13.41452182748,48.0509211827669],[13.1244760440733,48.1086709524377],[13.1245793456689,48.1089175570238],[13.1072127435234,48.1123816470463],[13.1068870041358,48.1116035506746],[13.1039899515766,48.1121521568472],[13.1038270459087,48.1117630499199],[12.8122151704584,48.166939643484],[12.8124528336034,48.1675160188581],[12.8124489276548,48.1675167579409],[12.8127200698723,48.1681743246897],[12.7973433700218,48.1709372856172],[12.7972233922655,48.170646152831],[12.5053377718386,48.2231712105736],[12.5054267074406,48.2233903048368],[12.486140007005,48.2268558338672],[12.4859921449654,48.2264912041025],[12.4858763031875,48.2265112171141],[12.4857015669473,48.2260803120636],[12.4824165405279,48.2266489508668],[12.4823779659275,48.2265537954766],[12.3049912419859,48.2572115324674]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33UUP","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.0223705660467164,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T083635_S20150912T101724_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1163,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T08:36:35.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150912T101403_001163_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-12T10:14:03.014000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-12T10:14:03.014000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"502f8445-b150-4d59-8c09-cf9f33dcad32","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(502f8445-b150-4d59-8c09-cf9f33dcad32)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/12/S2A_MSIL1C_20150912T101403_N0500_R022_T33UUP_20231009T083635.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(4440f58c-6eb8-47c2-a2d0-0776c558ce18)/$value","ContentLength":337042819,"Checksum":[{"Value":"030ad411bdd80d75c4385382cb2d4aa9","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:43:01.223999Z"},{"Value":"969103dbf052dca7196a444a42809dbe8e393d888ae76150dba97a40056cb89a","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:43:01.737906Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/12/S2A_MSIL1C_20150912T101403_N0500_R022_T33UUP_20231009T083635.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"409c7b0f-cfa4-4662-9c34-cdbe6decbdfe","Name":"S2A_MSIL1C_20150928T103036_N0500_R108_T32TLK_20231015T170410.SAFE","ContentType":"application/octet-stream","ContentLength":31642620,"OriginDate":"2024-05-30T05:06:57.120000Z","PublicationDate":"2024-05-30T05:13:16.060694Z","ModificationDate":"2025-06-17T09:32:58.809158Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T32TLK_20231015T170410.SAFE","Checksum":[{"Value":"bcfb59c473b5c38b376aaf364008ffca","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:58.511633Z"},{"Value":"39155cc9f1ba594e53ec72288d243903e0b77a1f95619fa33cbed80861f61dc8","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:58.570549Z"}],"ContentDate":{"Start":"2015-09-28T10:30:36.027000Z","End":"2015-09-28T10:30:36.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((6.77780881924504 40.628757395178, 6.63531921297261 40.6266397272723, 6.64771589846235 40.2665652042666, 6.67201618854076 40.334773687201, 6.7245239830567 40.480941155708, 6.77721561016803 40.6271201619886, 6.77780881924504 40.628757395178))'","GeoFootprint":{"type":"Polygon","coordinates":[[[6.77780881924504,40.628757395178],[6.63531921297261,40.6266397272723],[6.64771589846235,40.2665652042666],[6.67201618854076,40.334773687201],[6.7245239830567,40.480941155708],[6.77721561016803,40.6271201619886],[6.77780881924504,40.628757395178]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32TLK","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":31.6444497758318,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T170410_S20150928T103701_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1392,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T17:04:10.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150928T103036_001392_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":108,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-28T10:30:36.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-28T10:30:36.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"dc4d1a4d-f904-4f4a-84e7-a77e6643b402","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(dc4d1a4d-f904-4f4a-84e7-a77e6643b402)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T32TLK_20231015T170410.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(409c7b0f-cfa4-4662-9c34-cdbe6decbdfe)/$value","ContentLength":31642620,"Checksum":[{"Value":"bcfb59c473b5c38b376aaf364008ffca","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:58.511633Z"},{"Value":"39155cc9f1ba594e53ec72288d243903e0b77a1f95619fa33cbed80861f61dc8","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:58.570549Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T32TLK_20231015T170410.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"5693f7b0-f327-4329-a334-d2d7b0a5fb68","Name":"S2A_MSIL1C_20150916T095016_N0500_R079_T34VCH_20231015T142455.SAFE","ContentType":"application/octet-stream","ContentLength":101336486,"OriginDate":"2024-05-28T09:52:48.238000Z","PublicationDate":"2024-05-28T10:21:33.473719Z","ModificationDate":"2025-06-22T22:34:30.039760Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T34VCH_20231015T142455.SAFE","Checksum":[{"Value":"a9ec9396517bfbf637a296a663a30360","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:34:29.590464Z"},{"Value":"75d686bac4da746949dcc1705f5f433e5ef6e7d9b7ba6f29cea60e07f8b84406","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:34:29.760025Z"}],"ContentDate":{"Start":"2015-09-16T09:50:16.027000Z","End":"2015-09-16T09:50:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((19.048112707694 55.8392578565916, 19.5593013138845 55.8488879777783, 19.5235586656774 56.7848805327893, 19.4790284262575 56.6981653194286, 19.4052091588016 56.5533992623472, 19.3318532228053 56.4085936781681, 19.2589545685573 56.263748202801, 19.1865312702326 56.1188617631498, 19.1145678547339 55.973941652773, 19.048112707694 55.8392578565916))'","GeoFootprint":{"type":"Polygon","coordinates":[[[19.048112707694,55.8392578565916],[19.5593013138845,55.8488879777783],[19.5235586656774,56.7848805327893],[19.4790284262575,56.6981653194286],[19.4052091588016,56.5533992623472],[19.3318532228053,56.4085936781681],[19.2589545685573,56.263748202801],[19.1865312702326,56.1188617631498],[19.1145678547339,55.973941652773],[19.048112707694,55.8392578565916]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"34VCH","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":99.9941303965026,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T142455_S20150916T095014_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1220,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T14:24:55.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150916T095016_001220_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":79,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-16T09:50:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-16T09:50:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"37defbc5-8fb8-4ae6-83e0-165568ebc00f","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(37defbc5-8fb8-4ae6-83e0-165568ebc00f)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T34VCH_20231015T142455.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(5693f7b0-f327-4329-a334-d2d7b0a5fb68)/$value","ContentLength":101336486,"Checksum":[{"Value":"a9ec9396517bfbf637a296a663a30360","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:34:29.590464Z"},{"Value":"75d686bac4da746949dcc1705f5f433e5ef6e7d9b7ba6f29cea60e07f8b84406","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:34:29.760025Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T34VCH_20231015T142455.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"f8b284ee-9878-4333-9df0-91b99659ba99","Name":"S2A_MSIL1C_20150706T105016_N0500_R051_T31UGR_20231009T094109.SAFE","ContentType":"application/octet-stream","ContentLength":26355322,"OriginDate":"2024-06-07T00:00:06.352000Z","PublicationDate":"2024-06-07T00:05:48.285410Z","ModificationDate":"2025-06-17T09:31:52.941629Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31UGR_20231009T094109.SAFE","Checksum":[{"Value":"aef0e9fd3396a2fb7d4f90dbb1202159","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:52.036492Z"},{"Value":"71f74181060c40656695e5830c156db7db986b443d6ea924012f6eef86c0d05a","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:52.104960Z"}],"ContentDate":{"Start":"2015-07-06T10:50:16.027000Z","End":"2015-07-06T10:50:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((5.9191641993504 50.5150724379105, 5.82076894501528 50.518113703503, 5.80760871898469 50.2912702661828, 5.83970544798929 50.3556109121408, 5.91155914614047 50.5000090348739, 5.9191641993504 50.5150724379105))'","GeoFootprint":{"type":"Polygon","coordinates":[[[5.9191641993504,50.5150724379105],[5.82076894501528,50.518113703503],[5.80760871898469,50.2912702661828],[5.83970544798929,50.3556109121408],[5.91155914614047,50.5000090348739],[5.9191641993504,50.5150724379105]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31UGR","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":1.76687116564417,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":191,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T09:41:09.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150706T105016_000191_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":51,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"cd39aaf8-71ba-43e5-9390-3c9f924d2b88","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(cd39aaf8-71ba-43e5-9390-3c9f924d2b88)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31UGR_20231009T094109.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(f8b284ee-9878-4333-9df0-91b99659ba99)/$value","ContentLength":26355322,"Checksum":[{"Value":"aef0e9fd3396a2fb7d4f90dbb1202159","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:52.036492Z"},{"Value":"71f74181060c40656695e5830c156db7db986b443d6ea924012f6eef86c0d05a","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:52.104960Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31UGR_20231009T094109.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"10850413-8997-4e1f-b39b-21a626bec5d6","Name":"S2A_MSIL1C_20150915T102026_N0500_R065_T33UVV_20231015T132359.SAFE","ContentType":"application/octet-stream","ContentLength":745021448,"OriginDate":"2024-06-10T15:18:58.550000Z","PublicationDate":"2024-06-10T15:25:31.326002Z","ModificationDate":"2025-06-22T22:35:51.918325Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T33UVV_20231015T132359.SAFE","Checksum":[{"Value":"a8cd402186519377e72a277aca334e11","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:35:49.965877Z"},{"Value":"c3bf9cbd1d49a7a36501f0b62e5e774c0e0ebc3ce4227c03026963be8e21487a","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:35:51.073346Z"}],"ContentDate":{"Start":"2015-09-15T10:20:26.027000Z","End":"2015-09-15T10:20:26.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((15.147736065501 53.664634241624, 15.1494256291812 54.1480113911537, 13.4686867047225 54.1383655337976, 13.5040224896823 53.151777988193, 14.8637519629511 53.159484535388, 14.8887097576734 53.2043035999203, 14.9688689960542 53.3477391539227, 15.0494319906271 53.4911445330449, 15.1305387707746 53.6344854875895, 15.147736065501 53.664634241624))'","GeoFootprint":{"type":"Polygon","coordinates":[[[15.147736065501,53.664634241624],[15.1494256291812,54.1480113911537],[13.4686867047225,54.1383655337976],[13.5040224896823,53.151777988193],[14.8637519629511,53.159484535388],[14.8887097576734,53.2043035999203],[14.9688689960542,53.3477391539227],[15.0494319906271,53.4911445330449],[15.1305387707746,53.6344854875895],[15.147736065501,53.664634241624]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33UVV","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":17.9539941138848,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T132359_S20150915T102026_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1206,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T13:23:59.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150915T102026_001206_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":65,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-15T10:20:26.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-15T10:20:26.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"976928a4-f937-46af-b172-512d88385689","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(976928a4-f937-46af-b172-512d88385689)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T33UVV_20231015T132359.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(10850413-8997-4e1f-b39b-21a626bec5d6)/$value","ContentLength":745021448,"Checksum":[{"Value":"a8cd402186519377e72a277aca334e11","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:35:49.965877Z"},{"Value":"c3bf9cbd1d49a7a36501f0b62e5e774c0e0ebc3ce4227c03026963be8e21487a","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:35:51.073346Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T33UVV_20231015T132359.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"d14247b9-591b-4058-807e-26778f65093f","Name":"S2A_MSIL1C_20150912T101403_N0500_R022_T33TUM_20231009T083635.SAFE","ContentType":"application/octet-stream","ContentLength":829287713,"OriginDate":"2024-05-23T17:02:48.558000Z","PublicationDate":"2024-05-23T17:55:13.149476Z","ModificationDate":"2025-06-22T22:42:59.145880Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/12/S2A_MSIL1C_20150912T101403_N0500_R022_T33TUM_20231009T083635.SAFE","Checksum":[{"Value":"187e20d00e612bf47e25bdcc1eef1a53","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:42:57.008920Z"},{"Value":"3b48a9a027c9d8458a995bb810d198c5a28ac79e5852895d05e4e633c0ccadb6","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:42:58.664626Z"}],"ContentDate":{"Start":"2015-09-12T10:14:03.014000Z","End":"2015-09-12T10:14:03.014000Z"},"Footprint":"geography'SRID=4326;POLYGON ((12.3729898076099 46.9235610085149, 12.4200250786305 45.9364192292441, 13.8359555169759 45.9596225324957, 13.8147104397872 46.947573655919, 12.3729898076099 46.9235610085149))'","GeoFootprint":{"type":"Polygon","coordinates":[[[12.3729898076099,46.9235610085149],[12.4200250786305,45.9364192292441],[13.8359555169759,45.9596225324957],[13.8147104397872,46.947573655919],[12.3729898076099,46.9235610085149]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33TUM","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":3.64615246797456,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T083635_S20150912T101724_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1163,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T08:36:35.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150912T101403_001163_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-12T10:14:03.014000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-12T10:14:03.014000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"333825d3-5551-4aa0-b472-62927ce88305","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(333825d3-5551-4aa0-b472-62927ce88305)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/12/S2A_MSIL1C_20150912T101403_N0500_R022_T33TUM_20231009T083635.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(d14247b9-591b-4058-807e-26778f65093f)/$value","ContentLength":829287713,"Checksum":[{"Value":"187e20d00e612bf47e25bdcc1eef1a53","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:42:57.008920Z"},{"Value":"3b48a9a027c9d8458a995bb810d198c5a28ac79e5852895d05e4e633c0ccadb6","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:42:58.664626Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/12/S2A_MSIL1C_20150912T101403_N0500_R022_T33TUM_20231009T083635.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"42026c46-b51f-4088-9b6d-059da0c1bf7b","Name":"S2A_MSIL1C_20150706T105016_N0500_R051_T30TWL_20231009T094109.SAFE","ContentType":"application/octet-stream","ContentLength":51334876,"OriginDate":"2024-06-07T00:00:05.994000Z","PublicationDate":"2024-06-07T00:05:49.241643Z","ModificationDate":"2025-06-17T09:34:20.130628Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30TWL_20231009T094109.SAFE","Checksum":[{"Value":"a162a9e0bb477f2123ec420d279f8fbd","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:34:19.724514Z"},{"Value":"ba72e411c1703958a843c57ffe7d2374b4f4432d8657444eff7f470b2c1f03f1","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:34:19.847373Z"}],"ContentDate":{"Start":"2015-07-06T10:50:16.027000Z","End":"2015-07-06T10:50:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((-1.86517983419384 40.5563810992149, -1.70336265383866 40.5554731412015, -1.69213745257231 41.1228638802816, -1.73689320865434 40.9772316552459, -1.78204556477232 40.8299458391644, -1.82663704891567 40.6825841735935, -1.86517983419384 40.5563810992149))'","GeoFootprint":{"type":"Polygon","coordinates":[[[-1.86517983419384,40.5563810992149],[-1.70336265383866,40.5554731412015],[-1.69213745257231,41.1228638802816],[-1.73689320865434,40.9772316552459],[-1.78204556477232,40.8299458391644],[-1.82663704891567,40.6825841735935],[-1.86517983419384,40.5563810992149]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"30TWL","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.0,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":191,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T09:41:09.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150706T105016_000191_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":51,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"0c35aca5-6d6f-4456-a127-d84d5c5c87e6","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(0c35aca5-6d6f-4456-a127-d84d5c5c87e6)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30TWL_20231009T094109.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(42026c46-b51f-4088-9b6d-059da0c1bf7b)/$value","ContentLength":51334876,"Checksum":[{"Value":"a162a9e0bb477f2123ec420d279f8fbd","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:34:19.724514Z"},{"Value":"ba72e411c1703958a843c57ffe7d2374b4f4432d8657444eff7f470b2c1f03f1","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:34:19.847373Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30TWL_20231009T094109.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"c7385ce9-4ed5-40ef-9efb-0f151007a520","Name":"S2A_MSIL1C_20150831T093006_N0500_R136_T33SXV_20231025T065810.SAFE","ContentType":"application/octet-stream","ContentLength":213408150,"OriginDate":"2024-05-30T06:12:52.285000Z","PublicationDate":"2024-05-30T06:20:25.710626Z","ModificationDate":"2025-06-22T23:04:46.212759Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T33SXV_20231025T065810.SAFE","Checksum":[{"Value":"70b59330d8e602221c154006a01147e9","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:45.564258Z"},{"Value":"23ae80ca69a083d2dbf98e958c73f5a15fd57d0c8d5a10d43812d705eb59b26b","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:45.947757Z"}],"ContentDate":{"Start":"2015-08-31T09:30:06.027000Z","End":"2015-08-31T09:30:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((16.7193349930595 35.1411934052878, 17.3026579023071 35.1330063320273, 17.3312146389937 36.1222067282273, 16.9926212490877 36.1270740985748, 16.9618823824661 36.0170185611338, 16.9207809435019 35.8694586239618, 16.8797800712743 35.7218890627955, 16.8388676432423 35.5743130566071, 16.7980459421459 35.4267311998423, 16.7573176389603 35.2791442084527, 16.7193349930595 35.1411934052878))'","GeoFootprint":{"type":"Polygon","coordinates":[[[16.7193349930595,35.1411934052878],[17.3026579023071,35.1330063320273],[17.3312146389937,36.1222067282273],[16.9926212490877,36.1270740985748],[16.9618823824661,36.0170185611338],[16.9207809435019,35.8694586239618],[16.8797800712743,35.7218890627955],[16.8388676432423,35.5743130566071],[16.7980459421459,35.4267311998423],[16.7573176389603,35.2791442084527],[16.7193349930595,35.1411934052878]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33SXV","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.0,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":991,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-25T06:58:10.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150831T093006_000991_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":136,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"5ad87f16-28c5-434f-999f-b7df91c33ece","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(5ad87f16-28c5-434f-999f-b7df91c33ece)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T33SXV_20231025T065810.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(c7385ce9-4ed5-40ef-9efb-0f151007a520)/$value","ContentLength":213408150,"Checksum":[{"Value":"70b59330d8e602221c154006a01147e9","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:45.564258Z"},{"Value":"23ae80ca69a083d2dbf98e958c73f5a15fd57d0c8d5a10d43812d705eb59b26b","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:45.947757Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T33SXV_20231025T065810.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"96203ecb-55a9-41e7-9e65-8f8cb587ae69","Name":"S2A_MSIL1C_20150912T101026_N0500_R022_T33UWA_20231009T071229.SAFE","ContentType":"application/octet-stream","ContentLength":719205123,"OriginDate":"2024-06-04T07:21:04.300000Z","PublicationDate":"2024-06-04T07:28:05.570187Z","ModificationDate":"2025-06-22T22:42:51.305254Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/12/S2A_MSIL1C_20150912T101026_N0500_R022_T33UWA_20231009T071229.SAFE","Checksum":[{"Value":"b55470bd01f69bd9594b09eb747c3896","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:42:49.932269Z"},{"Value":"fcac61e7fbe08141f5059d54647591dd0ba52395b1fb3deb0d8aa37efe8de4c4","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:42:51.029419Z"}],"ContentDate":{"Start":"2015-09-12T10:10:26.027000Z","End":"2015-09-12T10:10:26.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((14.9996869803763 55.0469860320195, 14.9996944462244 54.0602038047156, 16.6767881281249 54.0485147063491, 16.7177342268341 55.0348657169786, 14.9996869803763 55.0469860320195))'","GeoFootprint":{"type":"Polygon","coordinates":[[[14.9996869803763,55.0469860320195],[14.9996944462244,54.0602038047156],[16.6767881281249,54.0485147063491],[16.7177342268341,55.0348657169786],[14.9996869803763,55.0469860320195]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33UWA","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":74.006748484577,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T071229_S20150912T101022_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1163,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T07:12:29.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150912T101026_001163_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-12T10:10:26.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-12T10:10:26.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"7bf7de83-ddba-4679-a850-fac7bbace606","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(7bf7de83-ddba-4679-a850-fac7bbace606)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/12/S2A_MSIL1C_20150912T101026_N0500_R022_T33UWA_20231009T071229.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(96203ecb-55a9-41e7-9e65-8f8cb587ae69)/$value","ContentLength":719205123,"Checksum":[{"Value":"b55470bd01f69bd9594b09eb747c3896","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:42:49.932269Z"},{"Value":"fcac61e7fbe08141f5059d54647591dd0ba52395b1fb3deb0d8aa37efe8de4c4","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:42:51.029419Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/12/S2A_MSIL1C_20150912T101026_N0500_R022_T33UWA_20231009T071229.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"56cb518a-f02e-42c2-b2bd-ac0480400f9c","Name":"S2A_MSIL1C_20150928T103036_N0500_R108_T32UNC_20231015T164613.SAFE","ContentType":"application/octet-stream","ContentLength":824179318,"OriginDate":"2024-05-28T21:04:41.568000Z","PublicationDate":"2024-05-28T21:11:39.163832Z","ModificationDate":"2025-06-17T09:33:06.519878Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T32UNC_20231015T164613.SAFE","Checksum":[{"Value":"a5873ad4d1d1dcb6624c295f6d9387bb","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:33:04.509997Z"},{"Value":"b8b47c9f1b1078a49c947bed7374750ea4ccbd578afefdadbd8ee74c3afa2443","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:33:06.216713Z"}],"ContentDate":{"Start":"2015-09-28T10:30:36.027000Z","End":"2015-09-28T10:30:36.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((8.99970637088135 52.3504731573947, 8.99971272740982 51.3632417078297, 10.5765186642116 51.3526338932574, 10.611384362793 52.3394848521498, 8.99970637088135 52.3504731573947))'","GeoFootprint":{"type":"Polygon","coordinates":[[[8.99970637088135,52.3504731573947],[8.99971272740982,51.3632417078297],[10.5765186642116,51.3526338932574],[10.611384362793,52.3394848521498],[8.99970637088135,52.3504731573947]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32UNC","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":2.21021828062946,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T164613_S20150928T103031_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1392,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T16:46:13.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150928T103036_001392_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":108,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-28T10:30:36.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-28T10:30:36.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"7fb4f5c8-b82a-4386-a6df-c8d72edd3f5f","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(7fb4f5c8-b82a-4386-a6df-c8d72edd3f5f)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T32UNC_20231015T164613.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(56cb518a-f02e-42c2-b2bd-ac0480400f9c)/$value","ContentLength":824179318,"Checksum":[{"Value":"a5873ad4d1d1dcb6624c295f6d9387bb","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:33:04.509997Z"},{"Value":"b8b47c9f1b1078a49c947bed7374750ea4ccbd578afefdadbd8ee74c3afa2443","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:33:06.216713Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T32UNC_20231015T164613.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"efc582f8-ad66-4e67-a191-d0cd8c5c6a75","Name":"S2A_MSIL1C_20150706T105016_N0500_R051_T30TXP_20231009T094109.SAFE","ContentType":"application/octet-stream","ContentLength":306343589,"OriginDate":"2024-06-07T00:04:20.534000Z","PublicationDate":"2024-06-07T00:10:40.406727Z","ModificationDate":"2025-06-17T09:31:56.403327Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30TXP_20231009T094109.SAFE","Checksum":[{"Value":"b478a39af1c8dd8b7edbc444a12253d6","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:55.598605Z"},{"Value":"84f6db5e44bdbbe4057b8fa14f59bcb9f8af3f30c1bbe46585fff8b2fb819192","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:56.061478Z"}],"ContentDate":{"Start":"2015-07-06T10:50:16.027000Z","End":"2015-07-06T10:50:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((-1.02233007058218 43.2457143710793, -0.416191720419125 43.2356009601541, -0.37335402628884 44.2232097404363, -0.699968978116142 44.2287575331382, -0.705934626416555 44.2108918003513, -0.754674693534577 44.0640511545617, -0.803122628739867 43.9172592144662, -0.851336602486288 43.7705069691703, -0.899297285232377 43.6237436146669, -0.947318918817908 43.4769806156417, -0.99511270886753 43.3301608045815, -1.02233007058218 43.2457143710793))'","GeoFootprint":{"type":"Polygon","coordinates":[[[-1.02233007058218,43.2457143710793],[-0.416191720419125,43.2356009601541],[-0.37335402628884,44.2232097404363],[-0.699968978116142,44.2287575331382],[-0.705934626416555,44.2108918003513],[-0.754674693534577,44.0640511545617],[-0.803122628739867,43.9172592144662],[-0.851336602486288,43.7705069691703],[-0.899297285232377,43.6237436146669],[-0.947318918817908,43.4769806156417],[-0.99511270886753,43.3301608045815],[-1.02233007058218,43.2457143710793]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"30TXP","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":45.0689987766391,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":191,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T09:41:09.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150706T105016_000191_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":51,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"036a228c-9e64-4185-8c0b-1fb0b0153566","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(036a228c-9e64-4185-8c0b-1fb0b0153566)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30TXP_20231009T094109.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(efc582f8-ad66-4e67-a191-d0cd8c5c6a75)/$value","ContentLength":306343589,"Checksum":[{"Value":"b478a39af1c8dd8b7edbc444a12253d6","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:55.598605Z"},{"Value":"84f6db5e44bdbbe4057b8fa14f59bcb9f8af3f30c1bbe46585fff8b2fb819192","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:56.061478Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30TXP_20231009T094109.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"dd20fe77-1563-4987-96b1-03318b787c10","Name":"S2A_MSIL1C_20150704T101006_N0500_R022_T32SNJ_20231011T134419.SAFE","ContentType":"application/octet-stream","ContentLength":712300267,"OriginDate":"2024-06-11T20:30:25.725000Z","PublicationDate":"2024-06-11T20:36:53.916438Z","ModificationDate":"2025-06-17T09:31:56.925705Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SNJ_20231011T134419.SAFE","Checksum":[{"Value":"71fcae8dcdc3f15a2cb3645f380f083f","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:54.964067Z"},{"Value":"336d383880453da783eb031140a2ac535ed843a82fb4ae0ac40494a9e2026a32","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:56.629065Z"}],"ContentDate":{"Start":"2015-07-04T10:10:06.027000Z","End":"2015-07-04T10:10:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((8.99976654562275 39.7502679270046, 8.99976980397042 38.7608644571629, 10.2634032191925 38.7540360482138, 10.2812803486709 39.7431961921229, 8.99976654562275 39.7502679270046))'","GeoFootprint":{"type":"Polygon","coordinates":[[[8.99976654562275,39.7502679270046],[8.99976980397042,38.7608644571629],[10.2634032191925,38.7540360482138],[10.2812803486709,39.7431961921229],[8.99976654562275,39.7502679270046]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32SNJ","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.0,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":162,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T13:44:19.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150704T101006_000162_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"d277fc79-217e-4056-802a-e6f5090babc9","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(d277fc79-217e-4056-802a-e6f5090babc9)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SNJ_20231011T134419.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(dd20fe77-1563-4987-96b1-03318b787c10)/$value","ContentLength":712300267,"Checksum":[{"Value":"71fcae8dcdc3f15a2cb3645f380f083f","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:54.964067Z"},{"Value":"336d383880453da783eb031140a2ac535ed843a82fb4ae0ac40494a9e2026a32","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:56.629065Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SNJ_20231011T134419.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"99cfdb80-621a-42ba-9dc3-f9cd04bb09ab","Name":"S2A_MSIL1C_20150831T093006_N0500_R136_T34TEK_20231025T065810.SAFE","ContentType":"application/octet-stream","ContentLength":517526548,"OriginDate":"2024-05-30T06:19:57.088000Z","PublicationDate":"2024-05-30T06:27:05.267224Z","ModificationDate":"2025-06-22T23:04:47.476668Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34TEK_20231025T065810.SAFE","Checksum":[{"Value":"8cc873c0a3ea6c0237fc2f58a26fb7b1","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:46.161966Z"},{"Value":"4ed83ecca45cbd9ab35a6d59d3db24f319a7f8521de51947d0777e48cff0d5e4","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:47.148162Z"}],"ContentDate":{"Start":"2015-08-31T09:30:06.027000Z","End":"2015-08-31T09:30:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((21.9017023680918 40.6457867176643, 20.9997634361085 40.6508565157746, 20.9997668442214 39.6616069579929, 21.5493461227886 39.6585798331513, 21.596529808262 39.7875850553131, 21.648799950869 39.9338257007694, 21.7002422101074 40.080313949587, 21.7528475019047 40.2265287211702, 21.8052992076083 40.3728186470377, 21.8562681188401 40.5195338874878, 21.9017023680918 40.6457867176643))'","GeoFootprint":{"type":"Polygon","coordinates":[[[21.9017023680918,40.6457867176643],[20.9997634361085,40.6508565157746],[20.9997668442214,39.6616069579929],[21.5493461227886,39.6585798331513],[21.596529808262,39.7875850553131],[21.648799950869,39.9338257007694],[21.7002422101074,40.080313949587],[21.7528475019047,40.2265287211702],[21.8052992076083,40.3728186470377],[21.8562681188401,40.5195338874878],[21.9017023680918,40.6457867176643]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"34TEK","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":19.8041397163545,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":991,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-25T06:58:10.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150831T093006_000991_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":136,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"41a4ec52-a5e2-4099-94b2-47e379cd1f5d","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(41a4ec52-a5e2-4099-94b2-47e379cd1f5d)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34TEK_20231025T065810.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(99cfdb80-621a-42ba-9dc3-f9cd04bb09ab)/$value","ContentLength":517526548,"Checksum":[{"Value":"8cc873c0a3ea6c0237fc2f58a26fb7b1","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:46.161966Z"},{"Value":"4ed83ecca45cbd9ab35a6d59d3db24f319a7f8521de51947d0777e48cff0d5e4","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:47.148162Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34TEK_20231025T065810.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"e4d9c0ee-b605-42f8-b813-024d47ee6ff3","Name":"S2A_MSIL1C_20150706T105016_N0500_R051_T31UEB_20231009T094109.SAFE","ContentType":"application/octet-stream","ContentLength":430732462,"OriginDate":"2024-06-07T00:08:19.406000Z","PublicationDate":"2024-06-07T00:23:32.721813Z","ModificationDate":"2025-06-17T09:31:56.935541Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31UEB_20231009T094109.SAFE","Checksum":[{"Value":"24c0569b16785ae20ea5ad7d321da01a","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:55.701702Z"},{"Value":"bb7df6e9999cbbb4b33faad1dc7e1aad5d3dfcb9dce933a17b78b3b3192a149b","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:56.609828Z"}],"ContentDate":{"Start":"2015-07-06T10:50:16.027000Z","End":"2015-07-06T10:50:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((3.5191547224641 54.9554380694772, 4.71398548461388 54.947017819877, 4.75727569489758 55.9332024710348, 3.99586069496084 55.9386314781715, 3.97149013822267 55.8891877279247, 3.9002049889617 55.7442848286908, 3.8292160884526 55.5993118971152, 3.75878141676316 55.454234962328, 3.68867556954127 55.3090875788485, 3.61878915432756 55.1638968369506, 3.54919983802659 55.0186734542705, 3.5191547224641 54.9554380694772))'","GeoFootprint":{"type":"Polygon","coordinates":[[[3.5191547224641,54.9554380694772],[4.71398548461388,54.947017819877],[4.75727569489758,55.9332024710348],[3.99586069496084,55.9386314781715],[3.97149013822267,55.8891877279247],[3.9002049889617,55.7442848286908],[3.8292160884526,55.5993118971152],[3.75878141676316,55.454234962328],[3.68867556954127,55.3090875788485],[3.61878915432756,55.1638968369506],[3.54919983802659,55.0186734542705],[3.5191547224641,54.9554380694772]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31UEB","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":50.5669443680883,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":191,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T09:41:09.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150706T105016_000191_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":51,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"a94a5418-58df-47ea-8667-755c2d70cf0f","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(a94a5418-58df-47ea-8667-755c2d70cf0f)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31UEB_20231009T094109.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(e4d9c0ee-b605-42f8-b813-024d47ee6ff3)/$value","ContentLength":430732462,"Checksum":[{"Value":"24c0569b16785ae20ea5ad7d321da01a","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:55.701702Z"},{"Value":"bb7df6e9999cbbb4b33faad1dc7e1aad5d3dfcb9dce933a17b78b3b3192a149b","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:56.609828Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31UEB_20231009T094109.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"ba02d7fb-a30e-4b9e-8030-cc2458ad0371","Name":"S2A_MSIL1C_20150916T095016_N0500_R079_T33UXU_20231015T142455.SAFE","ContentType":"application/octet-stream","ContentLength":246732837,"OriginDate":"2024-05-28T09:52:12.628000Z","PublicationDate":"2024-05-28T10:42:16.157289Z","ModificationDate":"2025-06-22T22:34:32.449510Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T33UXU_20231015T142455.SAFE","Checksum":[{"Value":"d5dfa9a6c7a1d865635a8f35a9b0da62","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:34:31.794082Z"},{"Value":"d753191804e0c29577473b1a31e4a749c10b014607476e9a93ead00c5a2e6c9a","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:34:32.192093Z"}],"ContentDate":{"Start":"2015-09-16T09:50:16.027000Z","End":"2015-09-16T09:50:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((17.402095121942 52.2354396079959, 18.0716784870446 52.2225660336134, 18.1417699044812 53.2082013727564, 17.8265196177168 53.2143415482584, 17.8264691062054 53.2142275015154, 17.7622782821993 53.0687343246568, 17.698600626222 52.9231750652874, 17.6352315429488 52.7775987835477, 17.5721946577733 52.6319943898888, 17.5094476217155 52.4863729598261, 17.4470426611532 52.3407256944746, 17.402095121942 52.2354396079959))'","GeoFootprint":{"type":"Polygon","coordinates":[[[17.402095121942,52.2354396079959],[18.0716784870446,52.2225660336134],[18.1417699044812,53.2082013727564],[17.8265196177168,53.2143415482584],[17.8264691062054,53.2142275015154],[17.7622782821993,53.0687343246568],[17.698600626222,52.9231750652874],[17.6352315429488,52.7775987835477],[17.5721946577733,52.6319943898888],[17.5094476217155,52.4863729598261],[17.4470426611532,52.3407256944746],[17.402095121942,52.2354396079959]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33UXU","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":99.5482157725412,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T142455_S20150916T095014_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1220,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T14:24:55.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150916T095016_001220_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":79,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-16T09:50:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-16T09:50:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"99511362-e0d2-4d21-b383-ec3bf994108e","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(99511362-e0d2-4d21-b383-ec3bf994108e)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T33UXU_20231015T142455.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(ba02d7fb-a30e-4b9e-8030-cc2458ad0371)/$value","ContentLength":246732837,"Checksum":[{"Value":"d5dfa9a6c7a1d865635a8f35a9b0da62","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:34:31.794082Z"},{"Value":"d753191804e0c29577473b1a31e4a749c10b014607476e9a93ead00c5a2e6c9a","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:34:32.192093Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T33UXU_20231015T142455.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"261babc4-9c20-4781-b6af-4b3bdde485a3","Name":"S2A_MSIL1C_20150706T105016_N0500_R051_T31TCF_20231009T094109.SAFE","ContentType":"application/octet-stream","ContentLength":818298678,"OriginDate":"2024-06-07T00:30:25.318000Z","PublicationDate":"2024-06-07T00:37:07.460000Z","ModificationDate":"2025-06-17T09:31:57.943843Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31TCF_20231009T094109.SAFE","Checksum":[{"Value":"6bba355e6db9a64a3b0cc5093a8ca1ef","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:56.367358Z"},{"Value":"e2784bfc262f1d1b2039480fe33e82028801b700257a55893a5db4cc1fa5e531","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:57.677265Z"}],"ContentDate":{"Start":"2015-07-06T10:50:16.027000Z","End":"2015-07-06T10:50:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((1.92542628426938 41.1211983324539, 1.91850819261641 41.5467587698954, 0.6028173807795 41.526852301493, 0.638419022640916 40.5386078517278, 1.71960333564814 40.554647748452, 1.74205440202361 40.6166925270276, 1.79493261947984 40.7628602528617, 1.84791435690078 40.9090075274297, 1.90113099059771 41.0550351812731, 1.92542628426938 41.1211983324539))'","GeoFootprint":{"type":"Polygon","coordinates":[[[1.92542628426938,41.1211983324539],[1.91850819261641,41.5467587698954],[0.6028173807795,41.526852301493],[0.638419022640916,40.5386078517278],[1.71960333564814,40.554647748452],[1.74205440202361,40.6166925270276],[1.79493261947984,40.7628602528617],[1.84791435690078,40.9090075274297],[1.90113099059771,41.0550351812731],[1.92542628426938,41.1211983324539]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31TCF","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":14.444756147826801,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":191,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T09:41:09.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150706T105016_000191_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":51,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"143341f0-278a-47ec-8895-184810deb4b5","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(143341f0-278a-47ec-8895-184810deb4b5)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31TCF_20231009T094109.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(261babc4-9c20-4781-b6af-4b3bdde485a3)/$value","ContentLength":818298678,"Checksum":[{"Value":"6bba355e6db9a64a3b0cc5093a8ca1ef","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:56.367358Z"},{"Value":"e2784bfc262f1d1b2039480fe33e82028801b700257a55893a5db4cc1fa5e531","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:57.677265Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31TCF_20231009T094109.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"1b1d97ba-7b8b-4eb6-b581-c95ee646c87a","Name":"S2A_MSIL1C_20150913T112116_N0500_R037_T30TUN_20231009T062538.SAFE","ContentType":"application/octet-stream","ContentLength":232856935,"OriginDate":"2024-05-24T04:53:07.372000Z","PublicationDate":"2024-05-24T05:06:08.580458Z","ModificationDate":"2025-06-22T22:40:43.549927Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/13/S2A_MSIL1C_20150913T112116_N0500_R037_T30TUN_20231009T062538.SAFE","Checksum":[{"Value":"27bb6eae2bed8df3c49720a035ebd4df","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:40:42.912120Z"},{"Value":"8d6106d8bf5edb54a1e991cb2c1fb8be25f0228f9ee6623ae337095b83815037","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:40:43.284923Z"}],"ContentDate":{"Start":"2015-09-13T11:21:16.027000Z","End":"2015-09-13T11:21:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((-4.7874146 43.3368816971684, -5.466797 43.3262463358657, -5.4277954 42.3383618251542, -5.1705933 42.3423144286703, -5.1455994 42.4083930776159, -5.090149 42.5543656340088, -5.0345764 42.7003494893981, -4.979309 42.8464346465663, -4.923218 42.9923388220828, -4.8673096 43.1383339838568, -4.809143 43.283776149278, -4.7874146 43.3368816971684))'","GeoFootprint":{"type":"Polygon","coordinates":[[[-4.7874146,43.3368816971684],[-5.466797,43.3262463358657],[-5.4277954,42.3383618251542],[-5.1705933,42.3423144286703],[-5.1455994,42.4083930776159],[-5.090149,42.5543656340088],[-5.0345764,42.7003494893981],[-4.979309,42.8464346465663],[-4.923218,42.9923388220828],[-4.8673096,43.1383339838568],[-4.809143,43.283776149278],[-4.7874146,43.3368816971684]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"30TUN","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":98.9661600747752,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T062538_S20150913T112535_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1178,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T06:25:38.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150913T112116_001178_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":37,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-13T11:21:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-13T11:21:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"8373aff8-e5be-41f0-a193-d0806fcffed5","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(8373aff8-e5be-41f0-a193-d0806fcffed5)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/13/S2A_MSIL1C_20150913T112116_N0500_R037_T30TUN_20231009T062538.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(1b1d97ba-7b8b-4eb6-b581-c95ee646c87a)/$value","ContentLength":232856935,"Checksum":[{"Value":"27bb6eae2bed8df3c49720a035ebd4df","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:40:42.912120Z"},{"Value":"8d6106d8bf5edb54a1e991cb2c1fb8be25f0228f9ee6623ae337095b83815037","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:40:43.284923Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/13/S2A_MSIL1C_20150913T112116_N0500_R037_T30TUN_20231009T062538.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"401bec9e-b767-4a31-8d2a-049835d518f1","Name":"S2A_MSIL1C_20150704T101006_N0500_R022_T34VDL_20231011T134419.SAFE","ContentType":"application/octet-stream","ContentLength":617604574,"OriginDate":"2024-06-11T19:42:27.475000Z","PublicationDate":"2024-06-11T19:49:09.582499Z","ModificationDate":"2025-06-17T09:31:59.509025Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T34VDL_20231011T134419.SAFE","Checksum":[{"Value":"d47ec8baa7508a92e5defb53ac9303f0","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:57.949096Z"},{"Value":"80190c18dff04b50ef90664808e6da6de27744927d284d0056b0ecd7232fcf43","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:59.264737Z"}],"ContentDate":{"Start":"2015-07-04T10:10:06.027000Z","End":"2015-07-04T10:10:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((21.1701785298201 59.0521027108664, 21.1725811832331 59.5382353521927, 19.2315279194767 59.5263987530396, 19.2814375454964 58.5407855059116, 20.8012508954377 58.5499595744251, 20.8546042862911 58.6233000135828, 20.9576244284568 58.7643759303856, 21.0611971689265 58.9053872500799, 21.1658560711226 59.0463431724411, 21.1701785298201 59.0521027108664))'","GeoFootprint":{"type":"Polygon","coordinates":[[[21.1701785298201,59.0521027108664],[21.1725811832331,59.5382353521927],[19.2315279194767,59.5263987530396],[19.2814375454964,58.5407855059116],[20.8012508954377,58.5499595744251],[20.8546042862911,58.6233000135828],[20.9576244284568,58.7643759303856],[21.0611971689265,58.9053872500799],[21.1658560711226,59.0463431724411],[21.1701785298201,59.0521027108664]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"34VDL","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":48.9330223376121,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":162,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T13:44:19.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150704T101006_000162_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"ff675e6b-1235-4641-a76d-f9ec4c97a259","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(ff675e6b-1235-4641-a76d-f9ec4c97a259)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T34VDL_20231011T134419.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(401bec9e-b767-4a31-8d2a-049835d518f1)/$value","ContentLength":617604574,"Checksum":[{"Value":"d47ec8baa7508a92e5defb53ac9303f0","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:57.949096Z"},{"Value":"80190c18dff04b50ef90664808e6da6de27744927d284d0056b0ecd7232fcf43","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:59.264737Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T34VDL_20231011T134419.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"40ba387d-5cdd-4f07-9cef-90616754dae3","Name":"S2A_MSIL1C_20150704T101006_N0500_R022_T33VWE_20231011T134419.SAFE","ContentType":"application/octet-stream","ContentLength":741035587,"OriginDate":"2024-06-11T19:32:26.375000Z","PublicationDate":"2024-06-11T19:40:15.642528Z","ModificationDate":"2025-06-17T09:31:59.864218Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33VWE_20231011T134419.SAFE","Checksum":[{"Value":"63923f381d0489a11d656b1f0e257b6d","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:57.894186Z"},{"Value":"92648928c2d723d697bb5f725fd499584bacaf6b9cda8320e79eca75291ffcf2","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:59.554224Z"}],"ContentDate":{"Start":"2015-07-04T10:10:06.027000Z","End":"2015-07-04T10:10:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((14.9996639608622 57.7493891745515, 14.9996648655325 57.6544494507836, 16.8390116049697 57.6410797267632, 16.8905421496433 58.6267661499472, 15.4851455193927 58.6370898834622, 15.4722165267033 58.6141687914894, 15.3915522898703 58.4698480226613, 15.311897607769 58.3255110990651, 15.2331058519686 58.1811259564695, 15.1546347412775 58.0368013457642, 15.0765725939834 57.8924336052737, 14.9996639608622 57.7493891745515))'","GeoFootprint":{"type":"Polygon","coordinates":[[[14.9996639608622,57.7493891745515],[14.9996648655325,57.6544494507836],[16.8390116049697,57.6410797267632],[16.8905421496433,58.6267661499472],[15.4851455193927,58.6370898834622],[15.4722165267033,58.6141687914894],[15.3915522898703,58.4698480226613],[15.311897607769,58.3255110990651],[15.2331058519686,58.1811259564695],[15.1546347412775,58.0368013457642],[15.0765725939834,57.8924336052737],[14.9996639608622,57.7493891745515]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33VWE","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":11.3130461952148,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":162,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T13:44:19.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150704T101006_000162_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"96e19298-07d9-4fb7-9946-b78793347bc9","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(96e19298-07d9-4fb7-9946-b78793347bc9)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33VWE_20231011T134419.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(40ba387d-5cdd-4f07-9cef-90616754dae3)/$value","ContentLength":741035587,"Checksum":[{"Value":"63923f381d0489a11d656b1f0e257b6d","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:57.894186Z"},{"Value":"92648928c2d723d697bb5f725fd499584bacaf6b9cda8320e79eca75291ffcf2","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:59.554224Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33VWE_20231011T134419.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"25e1c92a-e094-4a7b-87dd-2cab8cdfba39","Name":"S2A_MSIL1C_20150704T101006_N0500_R022_T32TNR_20231011T134419.SAFE","ContentType":"application/octet-stream","ContentLength":372449100,"OriginDate":"2024-06-11T19:20:21.357000Z","PublicationDate":"2024-06-11T19:26:47.390597Z","ModificationDate":"2025-06-17T09:32:00.210114Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TNR_20231011T134419.SAFE","Checksum":[{"Value":"98b6cf7b27dd90f7d8850c76e0cfdc31","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:59.320095Z"},{"Value":"5bf016e620d9539436395a43c5316d22ce71f2ada721e25bb23af7b4d112070d","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:59.866485Z"}],"ContentDate":{"Start":"2015-07-04T10:10:06.027000Z","End":"2015-07-04T10:10:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((9.6496198303395 45.061293478855, 10.3942538709884 45.0567485930578, 10.4189041443534 46.0447662268356, 9.99358385139838 46.047406010176, 9.95726677099639 45.9475825759342, 9.90504628360293 45.8014707705488, 9.8536570947729 45.6551901186734, 9.8027952912911 45.5087649915153, 9.75235130547281 45.3622025715131, 9.702127798955 45.2155397181654, 9.65215786395979 45.0688150305138, 9.6496198303395 45.061293478855))'","GeoFootprint":{"type":"Polygon","coordinates":[[[9.6496198303395,45.061293478855],[10.3942538709884,45.0567485930578],[10.4189041443534,46.0447662268356],[9.99358385139838,46.047406010176],[9.95726677099639,45.9475825759342],[9.90504628360293,45.8014707705488],[9.8536570947729,45.6551901186734],[9.8027952912911,45.5087649915153],[9.75235130547281,45.3622025715131],[9.702127798955,45.2155397181654],[9.65215786395979,45.0688150305138],[9.6496198303395,45.061293478855]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32TNR","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.0,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":162,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T13:44:19.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150704T101006_000162_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"dfd6d0d7-cb62-46c3-ac27-89176ebac6ec","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(dfd6d0d7-cb62-46c3-ac27-89176ebac6ec)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TNR_20231011T134419.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(25e1c92a-e094-4a7b-87dd-2cab8cdfba39)/$value","ContentLength":372449100,"Checksum":[{"Value":"98b6cf7b27dd90f7d8850c76e0cfdc31","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:59.320095Z"},{"Value":"5bf016e620d9539436395a43c5316d22ce71f2ada721e25bb23af7b4d112070d","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:31:59.866485Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TNR_20231011T134419.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"0f9da4f5-4871-4ca1-95b0-d64b467b1015","Name":"S2A_MSIL1C_20150704T101006_N0500_R022_T33UVU_20231011T134419.SAFE","ContentType":"application/octet-stream","ContentLength":804093976,"OriginDate":"2024-06-11T20:10:17.409000Z","PublicationDate":"2024-06-11T20:16:12.345214Z","ModificationDate":"2025-06-17T09:32:29.733745Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UVU_20231011T134419.SAFE","Checksum":[{"Value":"493a7a18c08af480f54c186d79865dc3","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:27.907960Z"},{"Value":"0c137ba8e9be5b8fa2fcba981ba8f4a55114f1097243a6684103a1c4bb407bc2","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:29.279332Z"}],"ContentDate":{"Start":"2015-07-04T10:10:06.027000Z","End":"2015-07-04T10:10:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((13.5009404120975 53.2402008150607, 13.5344338484679 52.2534495351733, 15.1430071847427 52.2624595786757, 15.1462768724008 53.2495367346332, 13.5009404120975 53.2402008150607))'","GeoFootprint":{"type":"Polygon","coordinates":[[[13.5009404120975,53.2402008150607],[13.5344338484679,52.2534495351733],[15.1430071847427,52.2624595786757],[15.1462768724008,53.2495367346332],[13.5009404120975,53.2402008150607]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33UVU","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.157126220550031,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":162,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T13:44:19.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150704T101006_000162_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"33faec4c-16b5-49b2-b885-0e507d7a776e","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(33faec4c-16b5-49b2-b885-0e507d7a776e)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UVU_20231011T134419.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(0f9da4f5-4871-4ca1-95b0-d64b467b1015)/$value","ContentLength":804093976,"Checksum":[{"Value":"493a7a18c08af480f54c186d79865dc3","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:27.907960Z"},{"Value":"0c137ba8e9be5b8fa2fcba981ba8f4a55114f1097243a6684103a1c4bb407bc2","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:29.279332Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UVU_20231011T134419.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"ddd3a577-806e-4af0-9c11-18f89441c59f","Name":"S2A_MSIL1C_20150911T104036_N0500_R008_T31UGQ_20231009T075317.SAFE","ContentType":"application/octet-stream","ContentLength":810023224,"OriginDate":"2024-05-23T08:07:49.151000Z","PublicationDate":"2024-05-23T21:56:59.666086Z","ModificationDate":"2025-06-22T22:46:28.565958Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31UGQ_20231009T075317.SAFE","Checksum":[{"Value":"9978c6cd6ad4121da7b2595c0b01e8d1","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:46:27.049640Z"},{"Value":"196b8a50ba38a1b2de13011120655f841329ac899af54291b1fb930771487054","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:46:28.270291Z"}],"ContentDate":{"Start":"2015-09-11T10:40:36.027000Z","End":"2015-09-11T10:40:36.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((5.76851480504042 49.6196101142024, 5.71408665774242 48.6330446046816, 7.20098061857843 48.5883487810417, 7.28504564297858 49.5733435626871, 5.76851480504042 49.6196101142024))'","GeoFootprint":{"type":"Polygon","coordinates":[[[5.76851480504042,49.6196101142024],[5.71408665774242,48.6330446046816],[7.20098061857843,48.5883487810417],[7.28504564297858,49.5733435626871],[5.76851480504042,49.6196101142024]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31UGQ","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":37.0610051061543,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T075317_S20150911T104657_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1149,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T07:53:17.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150911T104036_001149_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":8,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-11T10:40:36.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-11T10:40:36.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"963bd602-8587-475f-bd0f-fdbe830ea34c","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(963bd602-8587-475f-bd0f-fdbe830ea34c)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31UGQ_20231009T075317.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(ddd3a577-806e-4af0-9c11-18f89441c59f)/$value","ContentLength":810023224,"Checksum":[{"Value":"9978c6cd6ad4121da7b2595c0b01e8d1","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:46:27.049640Z"},{"Value":"196b8a50ba38a1b2de13011120655f841329ac899af54291b1fb930771487054","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:46:28.270291Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31UGQ_20231009T075317.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"41fb4dd5-059a-4a27-aa0f-29bdf8d0afea","Name":"S2A_MSIL1C_20150916T095016_N0500_R079_T33STU_20231015T142340.SAFE","ContentType":"application/octet-stream","ContentLength":728454630,"OriginDate":"2024-05-29T09:02:54.721000Z","PublicationDate":"2024-05-29T09:10:08.454087Z","ModificationDate":"2025-06-22T22:34:33.909929Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T33STU_20231015T142340.SAFE","Checksum":[{"Value":"d3428ac594f032063f829bd4a73662a3","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:34:32.112120Z"},{"Value":"3016fe717fd5d761f78bdc77b58b85a42a5210bb83962a91719335176ea5fc78","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:34:33.503050Z"}],"ContentDate":{"Start":"2015-09-16T09:50:16.027000Z","End":"2015-09-16T09:50:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((11.7048164558163 35.1982077227238, 11.7438223364134 34.2096670335494, 12.9346264728825 34.2355216214191, 12.9098528279246 35.2250276979908, 11.7048164558163 35.1982077227238))'","GeoFootprint":{"type":"Polygon","coordinates":[[[11.7048164558163,35.1982077227238],[11.7438223364134,34.2096670335494],[12.9346264728825,34.2355216214191],[12.9098528279246,35.2250276979908],[11.7048164558163,35.1982077227238]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33STU","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.700468810654245,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T142340_S20150916T095810_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1220,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T14:23:40.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150916T095016_001220_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":79,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-16T09:50:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-16T09:50:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"9cc18774-510b-4a96-96d8-e9c2733b6ed0","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(9cc18774-510b-4a96-96d8-e9c2733b6ed0)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T33STU_20231015T142340.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(41fb4dd5-059a-4a27-aa0f-29bdf8d0afea)/$value","ContentLength":728454630,"Checksum":[{"Value":"d3428ac594f032063f829bd4a73662a3","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:34:32.112120Z"},{"Value":"3016fe717fd5d761f78bdc77b58b85a42a5210bb83962a91719335176ea5fc78","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:34:33.503050Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T33STU_20231015T142340.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"1c0aeadf-e840-4e9d-a1c8-55e19ce50b9b","Name":"S2A_MSIL1C_20150706T105016_N0500_R051_T32ULC_20231009T094109.SAFE","ContentType":"application/octet-stream","ContentLength":291618797,"OriginDate":"2024-06-07T00:06:17.566000Z","PublicationDate":"2024-06-07T00:12:40.858150Z","ModificationDate":"2025-06-17T09:33:10.445187Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T32ULC_20231009T094109.SAFE","Checksum":[{"Value":"a1b0ec024cc5207aa95ec8c0302d2e22","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:33:09.693695Z"},{"Value":"849164a5501bc0017377a02257115075df3e996218673fada3e4b142f279c9d2","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:33:10.149854Z"}],"ContentDate":{"Start":"2015-07-06T10:50:16.027000Z","End":"2015-07-06T10:50:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((6.85794823107733 52.3283059827401, 6.06579822822974 52.3140232381727, 6.12921085152078 51.3280532483229, 6.3346466386204 51.3317080560456, 6.35159513331654 51.3647038536185, 6.42573403587548 51.5085496728917, 6.50028779597029 51.6524046361089, 6.57529590311097 51.7962699539399, 6.65088631977936 51.9400515882472, 6.72715441428821 52.0838836890804, 6.80391292450642 52.2277772997419, 6.85794823107733 52.3283059827401))'","GeoFootprint":{"type":"Polygon","coordinates":[[[6.85794823107733,52.3283059827401],[6.06579822822974,52.3140232381727],[6.12921085152078,51.3280532483229],[6.3346466386204,51.3317080560456],[6.35159513331654,51.3647038536185],[6.42573403587548,51.5085496728917],[6.50028779597029,51.6524046361089],[6.57529590311097,51.7962699539399],[6.65088631977936,51.9400515882472],[6.72715441428821,52.0838836890804],[6.80391292450642,52.2277772997419],[6.85794823107733,52.3283059827401]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32ULC","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":20.2779018477588,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":191,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T09:41:09.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150706T105016_000191_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":51,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"630107b1-1987-44ad-90d3-e7a118d0a1c2","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(630107b1-1987-44ad-90d3-e7a118d0a1c2)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T32ULC_20231009T094109.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(1c0aeadf-e840-4e9d-a1c8-55e19ce50b9b)/$value","ContentLength":291618797,"Checksum":[{"Value":"a1b0ec024cc5207aa95ec8c0302d2e22","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:33:09.693695Z"},{"Value":"849164a5501bc0017377a02257115075df3e996218673fada3e4b142f279c9d2","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:33:10.149854Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T32ULC_20231009T094109.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"8f49f3b1-54f7-4e13-aab8-5748ef079967","Name":"S2A_MSIL1C_20150704T101006_N0500_R022_T32TQL_20231011T134419.SAFE","ContentType":"application/octet-stream","ContentLength":367293035,"OriginDate":"2024-06-11T19:20:19.367000Z","PublicationDate":"2024-06-11T19:26:49.097625Z","ModificationDate":"2025-06-17T09:32:06.555014Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TQL_20231011T134419.SAFE","Checksum":[{"Value":"3e159546491b2de6fe8a15c8f1ea9a61","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:05.350379Z"},{"Value":"56feacc4e8b6f1730617406db57fa56a2eae43d60ce918bb9c23cd721abd8155","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:06.221060Z"}],"ContentDate":{"Start":"2015-07-04T10:10:06.027000Z","End":"2015-07-04T10:10:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((12.1373007553617 41.5071794933221, 11.3967035858603 41.5268622914542, 11.3611090421003 40.5386175019273, 11.7791383859202 40.5277241728671, 11.803126467348 40.5941949180012, 11.8562105049277 40.7404156139439, 11.9095456019614 40.886523740915, 11.9629787622371 41.0325808758963, 12.0164066272479 41.1786465521311, 12.0699142160431 41.3246519461916, 12.1237485226349 41.4706563972663, 12.1373007553617 41.5071794933221))'","GeoFootprint":{"type":"Polygon","coordinates":[[[12.1373007553617,41.5071794933221],[11.3967035858603,41.5268622914542],[11.3611090421003,40.5386175019273],[11.7791383859202,40.5277241728671],[11.803126467348,40.5941949180012],[11.8562105049277,40.7404156139439],[11.9095456019614,40.886523740915],[11.9629787622371,41.0325808758963],[12.0164066272479,41.1786465521311],[12.0699142160431,41.3246519461916],[12.1237485226349,41.4706563972663],[12.1373007553617,41.5071794933221]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32TQL","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":3.12747242832104,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":162,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T13:44:19.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150704T101006_000162_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"3130aa4b-1542-4950-8f5f-eac9f57343e1","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(3130aa4b-1542-4950-8f5f-eac9f57343e1)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TQL_20231011T134419.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(8f49f3b1-54f7-4e13-aab8-5748ef079967)/$value","ContentLength":367293035,"Checksum":[{"Value":"3e159546491b2de6fe8a15c8f1ea9a61","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:05.350379Z"},{"Value":"56feacc4e8b6f1730617406db57fa56a2eae43d60ce918bb9c23cd721abd8155","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:06.221060Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TQL_20231011T134419.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"03a4e8bb-10e0-4465-ad67-88a0e06c295a","Name":"S2A_MSIL1C_20150706T105016_N0500_R051_T30TYS_20231009T094109.SAFE","ContentType":"application/octet-stream","ContentLength":612816720,"OriginDate":"2024-06-07T00:12:31.285000Z","PublicationDate":"2024-06-07T00:19:18.970780Z","ModificationDate":"2025-06-17T09:32:30.877372Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30TYS_20231009T094109.SAFE","Checksum":[{"Value":"795cf8ee6e61b28e2126a59fdfc3eccd","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:29.254181Z"},{"Value":"36436c527e2cfa32b87cdce6c3cedccea33b489911aa12cd127b21e90353f777","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:30.606287Z"}],"ContentDate":{"Start":"2015-07-06T10:50:16.027000Z","End":"2015-07-06T10:50:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((-0.121662120783098 45.9278262210831, 0.993002166545218 45.8957352519379, 1.06565713269579 46.8814596616377, 0.223656636829749 46.9060984861558, 0.203838104141535 46.8505398549099, 0.151610412140196 46.7040292210049, 0.099650853489171 46.5574611631072, 0.047862736317784 46.4108481450971, -0.003799856657432 46.2642130870168, -0.055325449777812 46.1175096910243, -0.106677162307161 45.9708308685676, -0.121662120783098 45.9278262210831))'","GeoFootprint":{"type":"Polygon","coordinates":[[[-0.121662120783098,45.9278262210831],[0.993002166545218,45.8957352519379],[1.06565713269579,46.8814596616377],[0.223656636829749,46.9060984861558],[0.203838104141535,46.8505398549099],[0.151610412140196,46.7040292210049],[0.099650853489171,46.5574611631072],[0.047862736317784,46.4108481450971],[-0.003799856657432,46.2642130870168],[-0.055325449777812,46.1175096910243],[-0.106677162307161,45.9708308685676],[-0.121662120783098,45.9278262210831]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"30TYS","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.0,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":191,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T09:41:09.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150706T105016_000191_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":51,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"496a664f-b49a-4416-b5a5-701feed4e9b6","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(496a664f-b49a-4416-b5a5-701feed4e9b6)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30TYS_20231009T094109.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(03a4e8bb-10e0-4465-ad67-88a0e06c295a)/$value","ContentLength":612816720,"Checksum":[{"Value":"795cf8ee6e61b28e2126a59fdfc3eccd","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:29.254181Z"},{"Value":"36436c527e2cfa32b87cdce6c3cedccea33b489911aa12cd127b21e90353f777","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:30.606287Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30TYS_20231009T094109.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"1809eae3-ea4b-4628-828c-9ab7b95e6618","Name":"S2A_MSIL1C_20150706T105016_N0500_R051_T31TDM_20231009T094109.SAFE","ContentType":"application/octet-stream","ContentLength":836157223,"OriginDate":"2024-06-07T01:10:32.502000Z","PublicationDate":"2024-06-07T01:17:11.205839Z","ModificationDate":"2025-06-17T09:32:01.790327Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31TDM_20231009T094109.SAFE","Checksum":[{"Value":"625620afdd5116f4355051e5cd959fc1","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:59.569482Z"},{"Value":"bde8d8cfddda06466d3b3cdf5f10cf1fa21434d45b792f92c104263fc922808d","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:01.282615Z"}],"ContentDate":{"Start":"2015-07-06T10:50:16.027000Z","End":"2015-07-06T10:50:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((1.68543924708906 46.9461622210655, 1.70899987025029 45.9582586888966, 3.12596726307574 45.9654817266249, 3.12826694512443 46.9536373342462, 1.68543924708906 46.9461622210655))'","GeoFootprint":{"type":"Polygon","coordinates":[[[1.68543924708906,46.9461622210655],[1.70899987025029,45.9582586888966],[3.12596726307574,45.9654817266249],[3.12826694512443,46.9536373342462],[1.68543924708906,46.9461622210655]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31TDM","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":1.6004359640479,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":191,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T09:41:09.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150706T105016_000191_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":51,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"0fc8e402-4eb7-4d83-a424-e138739673cd","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(0fc8e402-4eb7-4d83-a424-e138739673cd)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31TDM_20231009T094109.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(1809eae3-ea4b-4628-828c-9ab7b95e6618)/$value","ContentLength":836157223,"Checksum":[{"Value":"625620afdd5116f4355051e5cd959fc1","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:59.569482Z"},{"Value":"bde8d8cfddda06466d3b3cdf5f10cf1fa21434d45b792f92c104263fc922808d","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:01.282615Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31TDM_20231009T094109.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"77decc06-1092-494f-b37e-00acd46050e6","Name":"S2A_MSIL1C_20150706T105016_N0500_R051_T30SWE_20231009T094109.SAFE","ContentType":"application/octet-stream","ContentLength":658526497,"OriginDate":"2024-06-07T00:32:23.491000Z","PublicationDate":"2024-06-07T00:40:01.511334Z","ModificationDate":"2025-06-17T09:32:35.349844Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30SWE_20231009T094109.SAFE","Checksum":[{"Value":"94505476beaf73a07cdaa21d310a679c","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:32.926221Z"},{"Value":"d7a5d22a7ed6ea9e23f62ca03359bd0e89276ad74b136e8b19d59529c74700a8","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:34.081793Z"}],"ContentDate":{"Start":"2015-07-06T10:50:16.027000Z","End":"2015-07-06T10:50:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((-3.00022231494983 36.1448984135486, -3.00021958870024 35.1548900327375, -1.79479624664653 35.1488957124338, -1.77983783110865 36.1386827274512, -3.00022231494983 36.1448984135486))'","GeoFootprint":{"type":"Polygon","coordinates":[[[-3.00022231494983,36.1448984135486],[-3.00021958870024,35.1548900327375],[-1.79479624664653,35.1488957124338],[-1.77983783110865,36.1386827274512],[-3.00022231494983,36.1448984135486]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"30SWE","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.147511123055332,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":191,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T09:41:09.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150706T105016_000191_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":51,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"81958c24-6ca6-48ec-8ff9-7db4af8b0384","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(81958c24-6ca6-48ec-8ff9-7db4af8b0384)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30SWE_20231009T094109.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(77decc06-1092-494f-b37e-00acd46050e6)/$value","ContentLength":658526497,"Checksum":[{"Value":"94505476beaf73a07cdaa21d310a679c","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:32.926221Z"},{"Value":"d7a5d22a7ed6ea9e23f62ca03359bd0e89276ad74b136e8b19d59529c74700a8","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:34.081793Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30SWE_20231009T094109.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"240a0c26-f83b-4249-9dc7-05d5b705f8b8","Name":"S2A_MSIL1C_20150911T104036_N0500_R008_T31UGP_20231009T075317.SAFE","ContentType":"application/octet-stream","ContentLength":818203056,"OriginDate":"2024-05-23T08:08:06.194000Z","PublicationDate":"2024-05-23T11:23:33.247751Z","ModificationDate":"2025-06-22T22:46:04.111974Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31UGP_20231009T075317.SAFE","Checksum":[{"Value":"44fd890e03bea30ed83c37b8522d75d6","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:46:02.653133Z"},{"Value":"e1dff43e5a7c5e1c5ccfc09a435108cb68a1f67f623bf4192117aa64ecaa4c9e","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:46:03.853347Z"}],"ContentDate":{"Start":"2015-09-11T10:40:36.027000Z","End":"2015-09-11T10:40:36.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((7.13348690086836 47.755195978351, 7.20828443578721 48.676094448249, 5.71881526280149 48.7209276981494, 5.66700941814802 47.73416799678, 7.10485652597398 47.691544851355, 7.13046275283251 47.7484347558817, 7.13348690086836 47.755195978351))'","GeoFootprint":{"type":"Polygon","coordinates":[[[7.13348690086836,47.755195978351],[7.20828443578721,48.676094448249],[5.71881526280149,48.7209276981494],[5.66700941814802,47.73416799678],[7.10485652597398,47.691544851355],[7.13046275283251,47.7484347558817],[7.13348690086836,47.755195978351]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31UGP","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":3.04857390235027,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T075317_S20150911T104657_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1149,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T07:53:17.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150911T104036_001149_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":8,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-11T10:40:36.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-11T10:40:36.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"1bc5a516-b6cc-46ea-9ff9-4673a132f210","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(1bc5a516-b6cc-46ea-9ff9-4673a132f210)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31UGP_20231009T075317.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(240a0c26-f83b-4249-9dc7-05d5b705f8b8)/$value","ContentLength":818203056,"Checksum":[{"Value":"44fd890e03bea30ed83c37b8522d75d6","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:46:02.653133Z"},{"Value":"e1dff43e5a7c5e1c5ccfc09a435108cb68a1f67f623bf4192117aa64ecaa4c9e","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:46:03.853347Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31UGP_20231009T075317.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"54d47645-ce59-48eb-8b5a-73fc58203b17","Name":"S2A_MSIL1C_20150704T101006_N0500_R022_T33UUS_20231011T134419.SAFE","ContentType":"application/octet-stream","ContentLength":818704315,"OriginDate":"2024-06-11T20:16:29.405000Z","PublicationDate":"2024-06-11T20:22:20.486547Z","ModificationDate":"2025-06-17T09:32:02.574068Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UUS_20231011T134419.SAFE","Checksum":[{"Value":"2db626c41d706dc38dd442ab26d02cae","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:59.716921Z"},{"Value":"3393ec943bfa2bf8de8cae6a799b4a82b390fa39119412e16e2bf3ee6b85332b","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:01.563438Z"}],"ContentDate":{"Start":"2015-07-04T10:10:06.027000Z","End":"2015-07-04T10:10:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((12.1237082316989 51.4158835895175, 12.1839273950963 50.429712991702, 13.7293008917944 50.4568611706275, 13.7020921271763 51.4439979080358, 12.1237082316989 51.4158835895175))'","GeoFootprint":{"type":"Polygon","coordinates":[[[12.1237082316989,51.4158835895175],[12.1839273950963,50.429712991702],[13.7293008917944,50.4568611706275],[13.7020921271763,51.4439979080358],[12.1237082316989,51.4158835895175]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33UUS","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":3.83893218668817,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":162,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T13:44:19.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150704T101006_000162_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"dcea800b-09ea-480f-b549-35f0b76e8f27","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(dcea800b-09ea-480f-b549-35f0b76e8f27)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UUS_20231011T134419.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(54d47645-ce59-48eb-8b5a-73fc58203b17)/$value","ContentLength":818704315,"Checksum":[{"Value":"2db626c41d706dc38dd442ab26d02cae","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:31:59.716921Z"},{"Value":"3393ec943bfa2bf8de8cae6a799b4a82b390fa39119412e16e2bf3ee6b85332b","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:01.563438Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UUS_20231011T134419.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"c156b821-5546-4848-b935-3389643bc9d4","Name":"S2A_MSIL1C_20150704T101006_N0500_R022_T33UWV_20231011T134419.SAFE","ContentType":"application/octet-stream","ContentLength":800839402,"OriginDate":"2024-06-11T20:06:18.943000Z","PublicationDate":"2024-06-11T20:12:18.378318Z","ModificationDate":"2025-06-17T09:32:08.398208Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UWV_20231011T134419.SAFE","Checksum":[{"Value":"451571ff2ece19ed6dcf20cb4dc552ae","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:06.773109Z"},{"Value":"83eaf20ca33b34fe4bf8ad7d0949670e82cb94837592d518940e9af0427bfe1f","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:08.018397Z"}],"ContentDate":{"Start":"2015-07-04T10:10:06.027000Z","End":"2015-07-04T10:10:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((14.9996937993648 54.1481041039613, 14.9997008683407 53.1611735448067, 16.6415649562511 53.1498598897446, 16.6803358683253 54.1363774287332, 14.9996937993648 54.1481041039613))'","GeoFootprint":{"type":"Polygon","coordinates":[[[14.9996937993648,54.1481041039613],[14.9997008683407,53.1611735448067],[16.6415649562511,53.1498598897446],[16.6803358683253,54.1363774287332],[14.9996937993648,54.1481041039613]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33UWV","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.0,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":162,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T13:44:19.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150704T101006_000162_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"acf3ade9-6697-468d-888b-cbc537cbec6a","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(acf3ade9-6697-468d-888b-cbc537cbec6a)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UWV_20231011T134419.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(c156b821-5546-4848-b935-3389643bc9d4)/$value","ContentLength":800839402,"Checksum":[{"Value":"451571ff2ece19ed6dcf20cb4dc552ae","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:06.773109Z"},{"Value":"83eaf20ca33b34fe4bf8ad7d0949670e82cb94837592d518940e9af0427bfe1f","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:08.018397Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UWV_20231011T134419.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"2368218a-7103-457b-adeb-057cba939f7d","Name":"S2A_MSIL1C_20150913T094016_N0500_R036_T33TYN_20231026T155405.SAFE","ContentType":"application/octet-stream","ContentLength":644771843,"OriginDate":"2024-06-01T15:41:04.087000Z","PublicationDate":"2024-06-01T15:47:33.527929Z","ModificationDate":"2025-06-22T22:40:59.207716Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/13/S2A_MSIL1C_20150913T094016_N0500_R036_T33TYN_20231026T155405.SAFE","Checksum":[{"Value":"6aa09f431f8dad7cc83146ae024a7e70","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:40:57.282651Z"},{"Value":"53df4949be13eaa370c5dc9ea47aeab5ee9d97aa809da29118e50b5822c81600","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:40:58.314849Z"}],"ContentDate":{"Start":"2015-09-13T09:40:16.027000Z","End":"2015-09-13T09:40:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((17.8205128372454 46.8298607965402, 19.059029865045 46.7936706881961, 19.1352584752775 47.7791570723346, 18.1743136323317 47.8076827119161, 18.1447840919788 47.7272018713933, 18.091435954814 47.5807925857455, 18.0383952834288 47.4343439351372, 17.9855155000007 47.2878902594079, 17.9324534115743 47.14152134024, 17.8800314237759 46.9950176815216, 17.8271947696473 46.8486632569595, 17.8205128372454 46.8298607965402))'","GeoFootprint":{"type":"Polygon","coordinates":[[[17.8205128372454,46.8298607965402],[19.059029865045,46.7936706881961],[19.1352584752775,47.7791570723346],[18.1743136323317,47.8076827119161],[18.1447840919788,47.7272018713933],[18.091435954814,47.5807925857455],[18.0383952834288,47.4343439351372],[17.9855155000007,47.2878902594079],[17.9324534115743,47.14152134024],[17.8800314237759,46.9950176815216],[17.8271947696473,46.8486632569595],[17.8205128372454,46.8298607965402]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33TYN","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.823202320105849,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231026T155405_S20150913T094011_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1177,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-26T15:54:05.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150913T094016_001177_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":36,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-13T09:40:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-13T09:40:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"be4d51f8-b58f-4f06-9846-512d245321fb","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(be4d51f8-b58f-4f06-9846-512d245321fb)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/13/S2A_MSIL1C_20150913T094016_N0500_R036_T33TYN_20231026T155405.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(2368218a-7103-457b-adeb-057cba939f7d)/$value","ContentLength":644771843,"Checksum":[{"Value":"6aa09f431f8dad7cc83146ae024a7e70","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:40:57.282651Z"},{"Value":"53df4949be13eaa370c5dc9ea47aeab5ee9d97aa809da29118e50b5822c81600","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:40:58.314849Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/13/S2A_MSIL1C_20150913T094016_N0500_R036_T33TYN_20231026T155405.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"9fe95e97-4d28-4ec7-9dc3-2c5e0e939231","Name":"S2A_MSIL1C_20150911T104036_N0500_R008_T32UMG_20231009T070804.SAFE","ContentType":"application/octet-stream","ContentLength":654101248,"OriginDate":"2024-06-10T23:22:46.939000Z","PublicationDate":"2024-06-10T23:29:55.285867Z","ModificationDate":"2025-06-22T22:46:23.733607Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T32UMG_20231009T070804.SAFE","Checksum":[{"Value":"b5ec0b671e1040d0e55473534626acc0","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:46:21.719475Z"},{"Value":"fce2c430dcf714d7afbce1acd1af800b97b01b819afc2b5659e9da09f4f11679","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:46:22.974800Z"}],"ContentDate":{"Start":"2015-09-11T10:40:36.027000Z","End":"2015-09-11T10:40:36.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((7.39856308565152 55.935327061414, 7.43801827301327 54.9490659905767, 9.15241971101694 54.9590033589594, 9.15627174927123 55.9456353215333, 7.39856308565152 55.935327061414))'","GeoFootprint":{"type":"Polygon","coordinates":[[[7.39856308565152,55.935327061414],[7.43801827301327,54.9490659905767],[9.15241971101694,54.9590033589594],[9.15627174927123,55.9456353215333],[7.39856308565152,55.935327061414]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32UMG","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":82.1388814237511,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T070804_S20150911T104038_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1149,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T07:08:04.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150911T104036_001149_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":8,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-11T10:40:36.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-11T10:40:36.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"700110ae-7be4-4205-9a21-6ef3df5eee13","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(700110ae-7be4-4205-9a21-6ef3df5eee13)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T32UMG_20231009T070804.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(9fe95e97-4d28-4ec7-9dc3-2c5e0e939231)/$value","ContentLength":654101248,"Checksum":[{"Value":"b5ec0b671e1040d0e55473534626acc0","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:46:21.719475Z"},{"Value":"fce2c430dcf714d7afbce1acd1af800b97b01b819afc2b5659e9da09f4f11679","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:46:22.974800Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T32UMG_20231009T070804.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"ebe07c7f-98b4-4e26-8435-7d4663206c94","Name":"S2A_MSIL1C_20150704T101006_N0500_R022_T32SME_20231011T134419.SAFE","ContentType":"application/octet-stream","ContentLength":880388626,"OriginDate":"2024-06-11T20:34:21.712000Z","PublicationDate":"2024-06-11T20:41:06.611459Z","ModificationDate":"2025-06-17T09:32:06.714460Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SME_20231011T134419.SAFE","Checksum":[{"Value":"6de228785ff6fd56177d92c75e2e3a9d","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:04.695396Z"},{"Value":"b540f2a6da3069b545e592e6034871de4daff763226065d31cafaf9f868890dd","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:06.365083Z"}],"ContentDate":{"Start":"2015-07-04T10:10:06.027000Z","End":"2015-07-04T10:10:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((7.88807490781303 36.1397366045134, 7.90170709137836 35.1499120589638, 9.10715920234449 35.1548426456455, 9.10848960794797 36.1448492763534, 7.88807490781303 36.1397366045134))'","GeoFootprint":{"type":"Polygon","coordinates":[[[7.88807490781303,36.1397366045134],[7.90170709137836,35.1499120589638],[9.10715920234449,35.1548426456455],[9.10848960794797,36.1448492763534],[7.88807490781303,36.1397366045134]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32SME","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.0,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":162,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T13:44:19.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150704T101006_000162_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"61ff16c8-51d0-4f3e-812c-156184b4efca","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(61ff16c8-51d0-4f3e-812c-156184b4efca)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SME_20231011T134419.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(ebe07c7f-98b4-4e26-8435-7d4663206c94)/$value","ContentLength":880388626,"Checksum":[{"Value":"6de228785ff6fd56177d92c75e2e3a9d","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:04.695396Z"},{"Value":"b540f2a6da3069b545e592e6034871de4daff763226065d31cafaf9f868890dd","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:06.365083Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SME_20231011T134419.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"8203e46e-2cdb-4f57-8cf7-cb419040c753","Name":"S2A_MSIL1C_20150916T095016_N0500_R079_T34UDF_20231015T142455.SAFE","ContentType":"application/octet-stream","ContentLength":733945920,"OriginDate":"2024-05-28T10:22:30.689000Z","PublicationDate":"2024-05-28T11:29:28.896628Z","ModificationDate":"2025-06-22T22:34:34.696969Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T34UDF_20231015T142455.SAFE","Checksum":[{"Value":"177992a0071f34dfcdead83521af2e69","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:34:32.879950Z"},{"Value":"88bfb3ac6547f028ff83741c798f3db9b226e8bdff67948612c1118a09819746","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:34:34.296990Z"}],"ContentDate":{"Start":"2015-09-16T09:50:16.027000Z","End":"2015-09-16T09:50:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((19.4346016390132 55.0369205420788, 19.4719201227163 54.0504964422342, 21.1491099636919 54.0601113890791, 21.1527532737275 55.0468902061203, 19.4346016390132 55.0369205420788))'","GeoFootprint":{"type":"Polygon","coordinates":[[[19.4346016390132,55.0369205420788],[19.4719201227163,54.0504964422342],[21.1491099636919,54.0601113890791],[21.1527532737275,55.0468902061203],[19.4346016390132,55.0369205420788]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"34UDF","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":98.83045179014,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T142455_S20150916T095014_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1220,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T14:24:55.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150916T095016_001220_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":79,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-16T09:50:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-16T09:50:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"bcaf83d5-13fe-492e-8911-3ee4df54318f","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(bcaf83d5-13fe-492e-8911-3ee4df54318f)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T34UDF_20231015T142455.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(8203e46e-2cdb-4f57-8cf7-cb419040c753)/$value","ContentLength":733945920,"Checksum":[{"Value":"177992a0071f34dfcdead83521af2e69","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:34:32.879950Z"},{"Value":"88bfb3ac6547f028ff83741c798f3db9b226e8bdff67948612c1118a09819746","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:34:34.296990Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T34UDF_20231015T142455.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"48c7178f-b714-4f29-ab55-cf0a6e26fbc5","Name":"S2A_MSIL1C_20150831T093006_N0500_R136_T34UGE_20231025T065810.SAFE","ContentType":"application/octet-stream","ContentLength":788599982,"OriginDate":"2024-05-30T06:36:00.883000Z","PublicationDate":"2024-05-30T06:43:40.246193Z","ModificationDate":"2025-06-22T23:04:50.572658Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34UGE_20231025T065810.SAFE","Checksum":[{"Value":"ee61e46b0439d401ab6d4f0eaca825fa","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:49.003200Z"},{"Value":"05dce9afd85570087b0303bc2738724ca93a14c3b99148ccf541ebf91cc4477b","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:50.221088Z"}],"ContentDate":{"Start":"2015-08-31T09:30:06.027000Z","End":"2015-08-31T09:30:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((24.0589827279773 54.1092219920519, 23.9884922944692 53.1236600343, 25.624692157507 53.0712565287058, 25.7334903716331 54.0549108624539, 24.0589827279773 54.1092219920519))'","GeoFootprint":{"type":"Polygon","coordinates":[[[24.0589827279773,54.1092219920519],[23.9884922944692,53.1236600343],[25.624692157507,53.0712565287058],[25.7334903716331,54.0549108624539],[24.0589827279773,54.1092219920519]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"34UGE","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":77.0118546388366,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":991,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-25T06:58:10.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150831T093006_000991_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":136,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"89f5ddd9-d5b7-4a56-8b9e-c548ef123191","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(89f5ddd9-d5b7-4a56-8b9e-c548ef123191)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34UGE_20231025T065810.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(48c7178f-b714-4f29-ab55-cf0a6e26fbc5)/$value","ContentLength":788599982,"Checksum":[{"Value":"ee61e46b0439d401ab6d4f0eaca825fa","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:49.003200Z"},{"Value":"05dce9afd85570087b0303bc2738724ca93a14c3b99148ccf541ebf91cc4477b","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:50.221088Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34UGE_20231025T065810.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"56c154e6-74af-4be4-bca8-bcf6a04c7d19","Name":"S2A_MSIL1C_20150831T093006_N0500_R136_T35UMA_20231025T065810.SAFE","ContentType":"application/octet-stream","ContentLength":786077531,"OriginDate":"2024-05-30T06:45:28.481000Z","PublicationDate":"2024-05-30T06:51:58.572617Z","ModificationDate":"2025-06-22T23:04:50.574042Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35UMA_20231025T065810.SAFE","Checksum":[{"Value":"0772ffb42a0a6c63e51a226506970a84","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:48.744936Z"},{"Value":"46860c42e5c93c99911928813adccf6c3d91d82fe37980f50c70068b24d7c72b","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:50.238643Z"}],"ContentDate":{"Start":"2015-08-31T09:30:06.027000Z","End":"2015-08-31T09:30:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((25.4346016390132 55.0369205420788, 25.4719201227163 54.0504964422342, 27.1491099636919 54.0601113890791, 27.1527532737275 55.0468902061203, 25.4346016390132 55.0369205420788))'","GeoFootprint":{"type":"Polygon","coordinates":[[[25.4346016390132,55.0369205420788],[25.4719201227163,54.0504964422342],[27.1491099636919,54.0601113890791],[27.1527532737275,55.0468902061203],[25.4346016390132,55.0369205420788]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"35UMA","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":71.425214249455,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":991,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-25T06:58:10.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150831T093006_000991_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":136,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"9b426ce1-fa35-422e-8727-b781604f9f2d","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(9b426ce1-fa35-422e-8727-b781604f9f2d)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35UMA_20231025T065810.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(56c154e6-74af-4be4-bca8-bcf6a04c7d19)/$value","ContentLength":786077531,"Checksum":[{"Value":"0772ffb42a0a6c63e51a226506970a84","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:48.744936Z"},{"Value":"46860c42e5c93c99911928813adccf6c3d91d82fe37980f50c70068b24d7c72b","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:50.238643Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35UMA_20231025T065810.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"d90614db-a025-4d11-ac53-c8b1de4e86e0","Name":"S2A_MSIL1C_20150911T104036_N0500_R008_T32TLT_20231009T075317.SAFE","ContentType":"application/octet-stream","ContentLength":362368795,"OriginDate":"2024-05-23T07:29:08.649000Z","PublicationDate":"2024-05-23T10:09:06.989606Z","ModificationDate":"2025-06-22T22:46:43.214409Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T32TLT_20231009T075317.SAFE","Checksum":[{"Value":"f56d385bec3e3f1f25f15eaba70ec040","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:46:41.815283Z"},{"Value":"43fa915e13dc8490c8125d976e0cac9c7f20a5f990116f32c0289acd248fe768","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:46:42.405957Z"}],"ContentDate":{"Start":"2015-09-11T10:40:36.027000Z","End":"2015-09-11T10:40:36.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((7.16999658729516 47.8368223105574, 6.32792675946482 47.8225951273107, 6.37728036216783 46.8356437141635, 6.72791773454842 46.8414754660656, 6.74405469373358 46.8784501241184, 6.80587924323137 47.0239816305545, 6.87102523375423 47.1687179999651, 6.93487511224017 47.3138252986639, 7.00004200701567 47.4586519589472, 7.06523750875084 47.60352242932, 7.13046275283251 47.7484347558817, 7.16999658729516 47.8368223105574))'","GeoFootprint":{"type":"Polygon","coordinates":[[[7.16999658729516,47.8368223105574],[6.32792675946482,47.8225951273107],[6.37728036216783,46.8356437141635],[6.72791773454842,46.8414754660656],[6.74405469373358,46.8784501241184],[6.80587924323137,47.0239816305545],[6.87102523375423,47.1687179999651],[6.93487511224017,47.3138252986639],[7.00004200701567,47.4586519589472],[7.06523750875084,47.60352242932],[7.13046275283251,47.7484347558817],[7.16999658729516,47.8368223105574]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32TLT","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":13.565394977034,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T075317_S20150911T104657_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1149,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T07:53:17.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150911T104036_001149_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":8,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-11T10:40:36.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-11T10:40:36.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"18292a00-96cb-49be-b6f6-254c83bfd054","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(18292a00-96cb-49be-b6f6-254c83bfd054)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T32TLT_20231009T075317.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(d90614db-a025-4d11-ac53-c8b1de4e86e0)/$value","ContentLength":362368795,"Checksum":[{"Value":"f56d385bec3e3f1f25f15eaba70ec040","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:46:41.815283Z"},{"Value":"43fa915e13dc8490c8125d976e0cac9c7f20a5f990116f32c0289acd248fe768","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:46:42.405957Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T32TLT_20231009T075317.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"47862a80-a316-4f98-ad05-d3e0d066cb10","Name":"S2A_MSIL1C_20150911T104036_N0500_R008_T32ULF_20231009T070804.SAFE","ContentType":"application/octet-stream","ContentLength":639245030,"OriginDate":"2024-06-10T23:12:47.199000Z","PublicationDate":"2024-06-10T23:19:44.446952Z","ModificationDate":"2025-06-22T22:46:23.819363Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T32ULF_20231009T070804.SAFE","Checksum":[{"Value":"1518c91e1982871a463ef9b4c32ae549","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:46:22.597271Z"},{"Value":"f0445230c886e20170c84d0a34a3c92c6b2dace6e1040a92953fc9d0908269db","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:46:23.518017Z"}],"ContentDate":{"Start":"2015-09-11T10:40:36.027000Z","End":"2015-09-11T10:40:36.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((5.89887139248832 54.6565015962439, 5.94685757474978 54.0214307110297, 7.62217246392123 54.0523118487554, 7.58852032063022 55.0388029098059, 6.06562658878746 55.010388715143, 6.01240095873758 54.8981001084937, 5.94401954279221 54.7529147155092, 5.89887139248832 54.6565015962439))'","GeoFootprint":{"type":"Polygon","coordinates":[[[5.89887139248832,54.6565015962439],[5.94685757474978,54.0214307110297],[7.62217246392123,54.0523118487554],[7.58852032063022,55.0388029098059],[6.06562658878746,55.010388715143],[6.01240095873758,54.8981001084937],[5.94401954279221,54.7529147155092],[5.89887139248832,54.6565015962439]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32ULF","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":93.9355786477215,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T070804_S20150911T104038_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1149,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T07:08:04.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150911T104036_001149_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":8,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-11T10:40:36.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-11T10:40:36.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"b4c3f9e2-87f2-47d5-a841-b1343c6490c2","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(b4c3f9e2-87f2-47d5-a841-b1343c6490c2)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T32ULF_20231009T070804.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(47862a80-a316-4f98-ad05-d3e0d066cb10)/$value","ContentLength":639245030,"Checksum":[{"Value":"1518c91e1982871a463ef9b4c32ae549","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:46:22.597271Z"},{"Value":"f0445230c886e20170c84d0a34a3c92c6b2dace6e1040a92953fc9d0908269db","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:46:23.518017Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T32ULF_20231009T070804.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"8e88ded2-dd19-409e-9b2d-a63b097050ae","Name":"S2A_MSIL1C_20150928T103036_N0500_R108_T31SGC_20231015T170410.SAFE","ContentType":"application/octet-stream","ContentLength":364294445,"OriginDate":"2024-05-30T05:11:13.616000Z","PublicationDate":"2024-05-30T05:16:52.482805Z","ModificationDate":"2025-06-17T09:33:08.992594Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31SGC_20231015T170410.SAFE","Checksum":[{"Value":"5cfb553560b9b47d6b390e6bb414782e","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:33:08.157349Z"},{"Value":"a71a8c1fb57f2a736f4a9b23f0fa0830f2963d73802d5b5cd68b2660fa194e42","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:33:08.717334Z"}],"ContentDate":{"Start":"2015-09-28T10:30:36.027000Z","End":"2015-09-28T10:30:36.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((6.13364734362022 38.8054090284934, 5.3034704031128 38.8262817087051, 5.27236419259956 37.8375121857036, 5.79925155585809 37.8245492338074, 5.80620728797391 37.8451909144881, 5.8556853839421 37.9918200342401, 5.90534442982658 38.1384004087328, 5.95533642026341 38.2849331343949, 6.00532066226177 38.4314038986957, 6.05538748558024 38.5778989981311, 6.10563283053317 38.7242849187127, 6.13364734362022 38.8054090284934))'","GeoFootprint":{"type":"Polygon","coordinates":[[[6.13364734362022,38.8054090284934],[5.3034704031128,38.8262817087051],[5.27236419259956,37.8375121857036],[5.79925155585809,37.8245492338074],[5.80620728797391,37.8451909144881],[5.8556853839421,37.9918200342401],[5.90534442982658,38.1384004087328],[5.95533642026341,38.2849331343949],[6.00532066226177,38.4314038986957],[6.05538748558024,38.5778989981311],[6.10563283053317,38.7242849187127],[6.13364734362022,38.8054090284934]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31SGC","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":44.7270687143998,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T170410_S20150928T103701_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1392,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T17:04:10.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150928T103036_001392_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":108,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-28T10:30:36.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-28T10:30:36.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"85324d8d-26d3-41d6-bbec-469f1533a12e","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(85324d8d-26d3-41d6-bbec-469f1533a12e)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31SGC_20231015T170410.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(8e88ded2-dd19-409e-9b2d-a63b097050ae)/$value","ContentLength":364294445,"Checksum":[{"Value":"5cfb553560b9b47d6b390e6bb414782e","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:33:08.157349Z"},{"Value":"a71a8c1fb57f2a736f4a9b23f0fa0830f2963d73802d5b5cd68b2660fa194e42","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:33:08.717334Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31SGC_20231015T170410.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"69c1c4e6-eb6e-46fc-8114-d9e4a0d43d29","Name":"S2A_MSIL1C_20150911T104036_N0500_R008_T31TGM_20231009T075317.SAFE","ContentType":"application/octet-stream","ContentLength":568556991,"OriginDate":"2024-05-23T07:31:50.710000Z","PublicationDate":"2024-05-23T10:05:13.602707Z","ModificationDate":"2025-06-22T22:46:24.547840Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31TGM_20231009T075317.SAFE","Checksum":[{"Value":"6f733cf65f092e2a5267a3d5750a057a","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:46:22.540385Z"},{"Value":"23a681de8cadf6d493f96ee3244642d812a18071b851fee9df80e24e92fcb131","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:46:23.655553Z"}],"ContentDate":{"Start":"2015-09-11T10:40:36.027000Z","End":"2015-09-11T10:40:36.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((6.74926630668703 46.8907179673981, 5.62648535527944 46.9235730583036, 5.57945945555527 45.9364308730675, 6.32766664548125 45.9148901328473, 6.36662671320157 46.0077633602048, 6.43007419660523 46.1526364965489, 6.49161134485079 46.2980360929077, 6.55590740093017 46.4427794969938, 6.61773362741768 46.5881878453718, 6.68072456959968 46.7333416400835, 6.74405469373358 46.8784501241184, 6.74926630668703 46.8907179673981))'","GeoFootprint":{"type":"Polygon","coordinates":[[[6.74926630668703,46.8907179673981],[5.62648535527944,46.9235730583036],[5.57945945555527,45.9364308730675],[6.32766664548125,45.9148901328473],[6.36662671320157,46.0077633602048],[6.43007419660523,46.1526364965489],[6.49161134485079,46.2980360929077],[6.55590740093017,46.4427794969938],[6.61773362741768,46.5881878453718],[6.68072456959968,46.7333416400835],[6.74405469373358,46.8784501241184],[6.74926630668703,46.8907179673981]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31TGM","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":34.5590110887207,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T075317_S20150911T104657_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1149,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T07:53:17.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150911T104036_001149_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":8,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-11T10:40:36.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-11T10:40:36.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"ffda76c1-3dc6-41bb-82b9-40f4dd36a2f1","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(ffda76c1-3dc6-41bb-82b9-40f4dd36a2f1)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31TGM_20231009T075317.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(69c1c4e6-eb6e-46fc-8114-d9e4a0d43d29)/$value","ContentLength":568556991,"Checksum":[{"Value":"6f733cf65f092e2a5267a3d5750a057a","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:46:22.540385Z"},{"Value":"23a681de8cadf6d493f96ee3244642d812a18071b851fee9df80e24e92fcb131","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:46:23.655553Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31TGM_20231009T075317.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"91885620-931a-4667-bff3-770ca9fb6d7f","Name":"S2A_MSIL1C_20150830T114356_N0500_R123_T30VUJ_20231010T011652.SAFE","ContentType":"application/octet-stream","ContentLength":731826156,"OriginDate":"2024-06-13T06:12:51.220000Z","PublicationDate":"2024-06-13T06:18:57.844884Z","ModificationDate":"2025-06-22T23:04:52.887272Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T114356_N0500_R123_T30VUJ_20231010T011652.SAFE","Checksum":[{"Value":"32dd4307f9d61fa9e1405a98beaca621","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:51.509559Z"},{"Value":"d947bcef04f146ebd7c3a83d0afadd9be58d5c308c090c12014d701fd3d3f3ab","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:52.567322Z"}],"ContentDate":{"Start":"2015-08-30T11:43:56.027000Z","End":"2015-08-30T11:43:56.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((-6.3561707 57.6978050517592, -6.267914 56.7130985474313, -4.4749146 56.7472275814717, -4.5148315 57.7332408691214, -6.3561707 57.6978050517592))'","GeoFootprint":{"type":"Polygon","coordinates":[[[-6.3561707,57.6978050517592],[-6.267914,56.7130985474313],[-4.4749146,56.7472275814717],[-4.5148315,57.7332408691214],[-6.3561707,57.6978050517592]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"30VUJ","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":78.0499268416495,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231010T011652_S20150830T114354_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":978,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-10T01:16:52.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150830T114356_000978_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":123,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-30T11:43:56.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-30T11:43:56.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"fad81068-e415-4989-ab2c-0b034b3b2724","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(fad81068-e415-4989-ab2c-0b034b3b2724)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T114356_N0500_R123_T30VUJ_20231010T011652.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(91885620-931a-4667-bff3-770ca9fb6d7f)/$value","ContentLength":731826156,"Checksum":[{"Value":"32dd4307f9d61fa9e1405a98beaca621","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:51.509559Z"},{"Value":"d947bcef04f146ebd7c3a83d0afadd9be58d5c308c090c12014d701fd3d3f3ab","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:52.567322Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T114356_N0500_R123_T30VUJ_20231010T011652.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"18491ec6-da44-4d98-97d3-56ccbc7868eb","Name":"S2A_MSIL1C_20150911T104036_N0500_R008_T31TFN_20231009T075317.SAFE","ContentType":"application/octet-stream","ContentLength":821267411,"OriginDate":"2024-05-23T08:05:25.415000Z","PublicationDate":"2024-05-23T11:34:56.929670Z","ModificationDate":"2025-06-22T22:47:10.066174Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31TFN_20231009T075317.SAFE","Checksum":[{"Value":"1b2ed17914f3cf0351c22916c8685014","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:47:08.078943Z"},{"Value":"88c41579f938c8adf98adc52a7374b172b4096dfb3d8ae07f6a54a4cbe7dbf3e","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:47:09.758686Z"}],"ContentDate":{"Start":"2015-09-11T10:40:36.027000Z","End":"2015-09-11T10:40:36.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((4.33660021997006 47.8459210520889, 4.31188688551243 46.8581819724645, 5.75108499862016 46.8326283192514, 5.80284668292451 47.8194744029593, 4.33660021997006 47.8459210520889))'","GeoFootprint":{"type":"Polygon","coordinates":[[[4.33660021997006,47.8459210520889],[4.31188688551243,46.8581819724645],[5.75108499862016,46.8326283192514],[5.80284668292451,47.8194744029593],[4.33660021997006,47.8459210520889]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31TFN","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":12.6688763474574,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T075317_S20150911T104657_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1149,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T07:53:17.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150911T104036_001149_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":8,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-11T10:40:36.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-11T10:40:36.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"3e343530-0d4c-4cec-95fc-28a85aaa1390","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(3e343530-0d4c-4cec-95fc-28a85aaa1390)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31TFN_20231009T075317.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(18491ec6-da44-4d98-97d3-56ccbc7868eb)/$value","ContentLength":821267411,"Checksum":[{"Value":"1b2ed17914f3cf0351c22916c8685014","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:47:08.078943Z"},{"Value":"88c41579f938c8adf98adc52a7374b172b4096dfb3d8ae07f6a54a4cbe7dbf3e","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:47:09.758686Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31TFN_20231009T075317.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"e369b7ab-89f0-447d-80c1-e2dddea03790","Name":"S2A_MSIL1C_20150830T100016_N0500_R122_T33TVM_20231016T110421.SAFE","ContentType":"application/octet-stream","ContentLength":818428651,"OriginDate":"2024-06-12T02:58:47.890000Z","PublicationDate":"2024-06-12T03:05:38.902343Z","ModificationDate":"2025-06-22T23:04:53.379861Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T100016_N0500_R122_T33TVM_20231016T110421.SAFE","Checksum":[{"Value":"3d8404d21f3613277bd6c2711eb9ce18","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:51.481989Z"},{"Value":"1b50db71ea73862297a3c779ea16f70f345206cf4743648b0275c39187b28a5f","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:53.068970Z"}],"ContentDate":{"Start":"2015-08-30T10:00:16.027000Z","End":"2015-08-30T10:00:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((13.6854392470891 46.9461622210655, 13.7089998702503 45.9582586888966, 15.1259672630757 45.9654817266249, 15.1282669451244 46.9536373342462, 13.6854392470891 46.9461622210655))'","GeoFootprint":{"type":"Polygon","coordinates":[[[13.6854392470891,46.9461622210655],[13.7089998702503,45.9582586888966],[15.1259672630757,45.9654817266249],[15.1282669451244,46.9536373342462],[13.6854392470891,46.9461622210655]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33TVM","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.0168413508913375,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231016T110421_S20150830T100547_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":977,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-16T11:04:21.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150830T100016_000977_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":122,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-30T10:00:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-30T10:00:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"ee132536-47a3-434f-8592-f14bdff1730c","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(ee132536-47a3-434f-8592-f14bdff1730c)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T100016_N0500_R122_T33TVM_20231016T110421.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(e369b7ab-89f0-447d-80c1-e2dddea03790)/$value","ContentLength":818428651,"Checksum":[{"Value":"3d8404d21f3613277bd6c2711eb9ce18","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:51.481989Z"},{"Value":"1b50db71ea73862297a3c779ea16f70f345206cf4743648b0275c39187b28a5f","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:53.068970Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T100016_N0500_R122_T33TVM_20231016T110421.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"b97d37f5-ce5b-4688-b8e3-a20cee977602","Name":"S2A_MSIL1C_20150915T102026_N0500_R065_T31TGE_20231015T134342.SAFE","ContentType":"application/octet-stream","ContentLength":596234431,"OriginDate":"2024-05-29T03:44:57.021000Z","PublicationDate":"2024-05-29T05:22:16.016872Z","ModificationDate":"2025-06-22T22:35:12.457564Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T31TGE_20231015T134342.SAFE","Checksum":[{"Value":"f6245715d1f5b156fc85e5375b526524","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:35:10.927138Z"},{"Value":"525ca93586f3788dac29327ae1bedbe48c93d51f0da2737ab88661bbf2abdf5a","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:35:12.145490Z"}],"ContentDate":{"Start":"2015-09-15T10:20:26.027000Z","End":"2015-09-15T10:20:26.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((5.4076696795598 39.636245552509, 6.60775235698381 39.6055476379331, 6.660345691974 40.5928134222729, 5.70418060781561 40.6177743454333, 5.66637268089167 40.493789236828, 5.62163176696436 40.3466054869966, 5.57702318139132 40.1994080409078, 5.53254987668508 40.0521981103092, 5.4882137927279 39.9049707662815, 5.44401966863157 39.757729436679, 5.4076696795598 39.636245552509))'","GeoFootprint":{"type":"Polygon","coordinates":[[[5.4076696795598,39.636245552509],[6.60775235698381,39.6055476379331],[6.660345691974,40.5928134222729],[5.70418060781561,40.6177743454333],[5.66637268089167,40.493789236828],[5.62163176696436,40.3466054869966],[5.57702318139132,40.1994080409078],[5.53254987668508,40.0521981103092],[5.4882137927279,39.9049707662815],[5.44401966863157,39.757729436679],[5.4076696795598,39.636245552509]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31TGE","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":92.1857761694822,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T134342_S20150915T102652_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1206,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T13:43:42.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150915T102026_001206_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":65,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-15T10:20:26.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-15T10:20:26.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"83c65e7a-1d05-404a-a1c3-68ccf348571b","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(83c65e7a-1d05-404a-a1c3-68ccf348571b)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T31TGE_20231015T134342.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(b97d37f5-ce5b-4688-b8e3-a20cee977602)/$value","ContentLength":596234431,"Checksum":[{"Value":"f6245715d1f5b156fc85e5375b526524","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:35:10.927138Z"},{"Value":"525ca93586f3788dac29327ae1bedbe48c93d51f0da2737ab88661bbf2abdf5a","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:35:12.145490Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T31TGE_20231015T134342.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"45525f88-792f-4e3e-ac1c-28e8fe86c22c","Name":"S2A_MSIL1C_20150911T104036_N0500_R008_T31UGS_20231009T070804.SAFE","ContentType":"application/octet-stream","ContentLength":835375981,"OriginDate":"2024-06-10T23:16:57.810000Z","PublicationDate":"2024-06-10T23:26:24.781815Z","ModificationDate":"2025-06-22T22:47:09.951514Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31UGS_20231009T070804.SAFE","Checksum":[{"Value":"77a8b9e51c0a89b9dc42691d6a9f3d36","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:47:08.168058Z"},{"Value":"a0dd7c4abd3e8066127ba06a989b6e4b4dd664bb313992bb9c462b242b91a372","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:47:09.549670Z"}],"ContentDate":{"Start":"2015-09-11T10:40:36.027000Z","End":"2015-09-11T10:40:36.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((5.87571728860333 51.4158976963983, 5.81551011356698 50.4297266140863, 7.35762189823691 50.3821222509318, 7.45058969901368 51.3666020125147, 5.87571728860333 51.4158976963983))'","GeoFootprint":{"type":"Polygon","coordinates":[[[5.87571728860333,51.4158976963983],[5.81551011356698,50.4297266140863],[7.35762189823691,50.3821222509318],[7.45058969901368,51.3666020125147],[5.87571728860333,51.4158976963983]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31UGS","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":4.84173907850339,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T070804_S20150911T104038_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1149,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T07:08:04.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150911T104036_001149_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":8,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-11T10:40:36.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-11T10:40:36.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"f6634823-212a-427b-943c-c0f3ecb6677b","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(f6634823-212a-427b-943c-c0f3ecb6677b)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31UGS_20231009T070804.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(45525f88-792f-4e3e-ac1c-28e8fe86c22c)/$value","ContentLength":835375981,"Checksum":[{"Value":"77a8b9e51c0a89b9dc42691d6a9f3d36","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:47:08.168058Z"},{"Value":"a0dd7c4abd3e8066127ba06a989b6e4b4dd664bb313992bb9c462b242b91a372","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:47:09.549670Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31UGS_20231009T070804.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"f49db7dc-1b48-4336-aa5a-33195a14c473","Name":"S2A_MSIL1C_20150909T100016_N0500_R122_T33TVM_20231011T100600.SAFE","ContentType":"application/octet-stream","ContentLength":848606456,"OriginDate":"2024-05-30T14:28:05.074000Z","PublicationDate":"2024-05-30T14:39:45.508173Z","ModificationDate":"2025-06-22T22:50:08.764674Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/09/S2A_MSIL1C_20150909T100016_N0500_R122_T33TVM_20231011T100600.SAFE","Checksum":[{"Value":"1985e081d2bdb60fdcbb9f4f4688cf46","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:50:06.226727Z"},{"Value":"b21d17b10750c9f48eb8000252282c0eb1380c9525745b57ccd810ab27d13440","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:50:07.501701Z"}],"ContentDate":{"Start":"2015-09-09T10:00:16.027000Z","End":"2015-09-09T10:00:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((13.6854392470891 46.9461622210655, 13.7089998702503 45.9582586888966, 15.1259672630757 45.9654817266249, 15.1282669451244 46.9536373342462, 13.6854392470891 46.9461622210655))'","GeoFootprint":{"type":"Polygon","coordinates":[[[13.6854392470891,46.9461622210655],[13.7089998702503,45.9582586888966],[15.1259672630757,45.9654817266249],[15.1282669451244,46.9536373342462],[13.6854392470891,46.9461622210655]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33TVM","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":57.0293529218549,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T100600_S20150909T100017_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1120,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T10:06:00.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150909T100016_001120_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":122,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-09T10:00:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-09T10:00:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"1b52cde4-f952-4023-a084-104c13580518","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(1b52cde4-f952-4023-a084-104c13580518)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/09/S2A_MSIL1C_20150909T100016_N0500_R122_T33TVM_20231011T100600.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(f49db7dc-1b48-4336-aa5a-33195a14c473)/$value","ContentLength":848606456,"Checksum":[{"Value":"1985e081d2bdb60fdcbb9f4f4688cf46","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:50:06.226727Z"},{"Value":"b21d17b10750c9f48eb8000252282c0eb1380c9525745b57ccd810ab27d13440","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:50:07.501701Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/09/S2A_MSIL1C_20150909T100016_N0500_R122_T33TVM_20231011T100600.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"1ff4b341-bc59-48ab-855c-ab3a44870e06","Name":"S2A_MSIL1C_20150831T093006_N0500_R136_T34TBK_20231025T065810.SAFE","ContentType":"application/octet-stream","ContentLength":321493840,"OriginDate":"2024-05-30T06:12:57.713000Z","PublicationDate":"2024-05-30T06:19:16.704718Z","ModificationDate":"2025-06-22T23:04:54.241808Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34TBK_20231025T065810.SAFE","Checksum":[{"Value":"36367c053383e72852faac741069d639","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:53.296952Z"},{"Value":"764dfd23eef6783ea4d432e9de8a1522cfc020decf52a6f2734d8277512a574f","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:53.930476Z"}],"ContentDate":{"Start":"2015-08-31T09:30:06.027000Z","End":"2015-08-31T09:30:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((18.0023940928347 39.6212381480944, 18.7832353434529 39.6404485630326, 18.7508652200089 40.6289489938658, 18.3033231137481 40.6177123488822, 18.2932595705017 40.5847895356995, 18.2484485582662 40.4376394544592, 18.2038663534346 40.2904414868107, 18.1593968132875 40.1432290398417, 18.1149532976821 39.9960338880506, 18.0705661698603 39.8488495915283, 18.0264269346192 39.7016228805886, 18.0023940928347 39.6212381480944))'","GeoFootprint":{"type":"Polygon","coordinates":[[[18.0023940928347,39.6212381480944],[18.7832353434529,39.6404485630326],[18.7508652200089,40.6289489938658],[18.3033231137481,40.6177123488822],[18.2932595705017,40.5847895356995],[18.2484485582662,40.4376394544592],[18.2038663534346,40.2904414868107],[18.1593968132875,40.1432290398417],[18.1149532976821,39.9960338880506],[18.0705661698603,39.8488495915283],[18.0264269346192,39.7016228805886],[18.0023940928347,39.6212381480944]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"34TBK","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.0655264438391348,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":991,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-25T06:58:10.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150831T093006_000991_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":136,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"20076364-9dd3-4548-8b3e-8922e5e7fdd2","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(20076364-9dd3-4548-8b3e-8922e5e7fdd2)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34TBK_20231025T065810.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(1ff4b341-bc59-48ab-855c-ab3a44870e06)/$value","ContentLength":321493840,"Checksum":[{"Value":"36367c053383e72852faac741069d639","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:53.296952Z"},{"Value":"764dfd23eef6783ea4d432e9de8a1522cfc020decf52a6f2734d8277512a574f","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:53.930476Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34TBK_20231025T065810.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"18d95b42-071f-4fb6-bd0c-dff74b2477a4","Name":"S2A_MSIL1C_20150704T101006_N0500_R022_T32TQS_20231011T134419.SAFE","ContentType":"application/octet-stream","ContentLength":841955851,"OriginDate":"2024-06-11T19:48:26.911000Z","PublicationDate":"2024-06-11T19:54:27.680036Z","ModificationDate":"2025-06-17T09:32:15.689530Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TQS_20231011T134419.SAFE","Checksum":[{"Value":"cda1e9be11386cbd6d08a4c6db1089b0","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:13.445175Z"},{"Value":"63e34eae107003f95b397a94df8f7852e6eb9ebfbb3b144a06a1bc56499e11ca","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:15.363159Z"}],"ContentDate":{"Start":"2015-07-04T10:10:06.027000Z","End":"2015-07-04T10:10:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((11.6264853552794 46.9235730583036, 11.5794594555553 45.9364308730675, 12.9930021665452 45.8957352519379, 13.0656571326958 46.8814596616377, 11.6264853552794 46.9235730583036))'","GeoFootprint":{"type":"Polygon","coordinates":[[[11.6264853552794,46.9235730583036],[11.5794594555553,45.9364308730675],[12.9930021665452,45.8957352519379],[13.0656571326958,46.8814596616377],[11.6264853552794,46.9235730583036]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32TQS","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.679835169757234,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":162,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T13:44:19.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150704T101006_000162_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"95a5a844-3f7c-4814-b28e-9db373a6081e","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(95a5a844-3f7c-4814-b28e-9db373a6081e)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TQS_20231011T134419.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(18d95b42-071f-4fb6-bd0c-dff74b2477a4)/$value","ContentLength":841955851,"Checksum":[{"Value":"cda1e9be11386cbd6d08a4c6db1089b0","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:13.445175Z"},{"Value":"63e34eae107003f95b397a94df8f7852e6eb9ebfbb3b144a06a1bc56499e11ca","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:15.363159Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TQS_20231011T134419.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"d912ab75-79a7-4cbe-83bb-d08f28672b3f","Name":"S2A_MSIL1C_20150928T103036_N0500_R108_T31TFL_20231015T170410.SAFE","ContentType":"application/octet-stream","ContentLength":585937711,"OriginDate":"2024-05-30T05:15:19.748000Z","PublicationDate":"2024-05-30T05:21:54.925121Z","ModificationDate":"2025-06-17T09:32:42.683543Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31TFL_20231015T170410.SAFE","Checksum":[{"Value":"bdccd0e2bcbda7b7f5302f01e2dc34ec","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:41.459428Z"},{"Value":"6cef79ba37d5c4a173a11eb150a71e497a284c83ee55939f0e07e44003c7843a","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:42.465217Z"}],"ContentDate":{"Start":"2015-09-28T10:30:36.027000Z","End":"2015-09-28T10:30:36.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((4.61002740403655 45.0523403409611, 5.66350420776855 45.034190140253, 5.71054414759772 46.0214217425096, 4.94788475982272 46.0347836111388, 4.92930313752105 45.9812372989222, 4.87837137338538 45.8346308094356, 4.82717016074147 45.6880741619415, 4.77666567491655 45.5413164656818, 4.73672873996408 45.4259732795679, 4.72593234691483 45.3945852052759, 4.71177849633204 45.3532593229685, 4.67586792998447 45.2478793245504, 4.62795736360321 45.105562532217, 4.62641171377186 45.10095375287, 4.61002740403655 45.0523403409611))'","GeoFootprint":{"type":"Polygon","coordinates":[[[4.61002740403655,45.0523403409611],[5.66350420776855,45.034190140253],[5.71054414759772,46.0214217425096],[4.94788475982272,46.0347836111388],[4.92930313752105,45.9812372989222],[4.87837137338538,45.8346308094356],[4.82717016074147,45.6880741619415],[4.77666567491655,45.5413164656818],[4.73672873996408,45.4259732795679],[4.72593234691483,45.3945852052759],[4.71177849633204,45.3532593229685],[4.67586792998447,45.2478793245504],[4.62795736360321,45.105562532217],[4.62641171377186,45.10095375287],[4.61002740403655,45.0523403409611]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31TFL","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":14.2101491283305,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T170410_S20150928T103701_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1392,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T17:04:10.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150928T103036_001392_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":108,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-28T10:30:36.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-28T10:30:36.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"9df9386d-2d94-4288-a5d4-cecc13b5cbde","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(9df9386d-2d94-4288-a5d4-cecc13b5cbde)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31TFL_20231015T170410.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(d912ab75-79a7-4cbe-83bb-d08f28672b3f)/$value","ContentLength":585937711,"Checksum":[{"Value":"bdccd0e2bcbda7b7f5302f01e2dc34ec","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:41.459428Z"},{"Value":"6cef79ba37d5c4a173a11eb150a71e497a284c83ee55939f0e07e44003c7843a","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:42.465217Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31TFL_20231015T170410.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"ba2db8ad-a5de-403e-8a41-97f665d118d8","Name":"S2A_MSIL1C_20150706T105016_N0500_R051_T31TBG_20231009T094109.SAFE","ContentType":"application/octet-stream","ContentLength":865939255,"OriginDate":"2024-06-07T00:38:19.136000Z","PublicationDate":"2024-06-07T00:44:32.074336Z","ModificationDate":"2025-06-17T09:32:55.424452Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31TBG_20231009T094109.SAFE","Checksum":[{"Value":"9f0553a4f9e0dc9be8dfcfa62be06cdf","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:52.609219Z"},{"Value":"2f83e35fb76a2e9c157c043646adf80689628b50398700ae2fbfb33df9048bf8","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:54.410067Z"}],"ContentDate":{"Start":"2015-07-06T10:50:16.027000Z","End":"2015-07-06T10:50:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((-0.64504576622768 42.3947013941376, -0.589268667851671 41.4077261901107, 0.723033432665234 41.4412121669859, 0.687592758603907 42.4293608723592, -0.64504576622768 42.3947013941376))'","GeoFootprint":{"type":"Polygon","coordinates":[[[-0.64504576622768,42.3947013941376],[-0.589268667851671,41.4077261901107],[0.723033432665234,41.4412121669859],[0.687592758603907,42.4293608723592],[-0.64504576622768,42.3947013941376]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31TBG","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.197318522499925,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":191,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T09:41:09.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150706T105016_000191_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":51,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"3a062536-bcdb-4133-8c8a-7aa47697afba","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(3a062536-bcdb-4133-8c8a-7aa47697afba)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31TBG_20231009T094109.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(ba2db8ad-a5de-403e-8a41-97f665d118d8)/$value","ContentLength":865939255,"Checksum":[{"Value":"9f0553a4f9e0dc9be8dfcfa62be06cdf","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:52.609219Z"},{"Value":"2f83e35fb76a2e9c157c043646adf80689628b50398700ae2fbfb33df9048bf8","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:54.410067Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31TBG_20231009T094109.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"3339feda-c1cd-409d-b983-90ac5dc38f73","Name":"S2A_MSIL1C_20150915T102026_N0500_R065_T31SEU_20231015T134342.SAFE","ContentType":"application/octet-stream","ContentLength":149775504,"OriginDate":"2024-05-29T03:34:33.217000Z","PublicationDate":"2024-05-29T08:30:57.096006Z","ModificationDate":"2025-06-22T22:34:40.001136Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T31SEU_20231015T134342.SAFE","Checksum":[{"Value":"5bbbcc2cff732fb8b5ac2e6e875006b3","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:34:39.454508Z"},{"Value":"a2e1b3c50576c698758b7218c053220936347b72a140f601e7977f57237cf75d","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:34:39.688656Z"}],"ContentDate":{"Start":"2015-09-15T10:20:26.027000Z","End":"2015-09-15T10:20:26.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((3.87810537757538 34.2486514140266, 4.19219818904784 34.2471243768696, 4.20650672552768 35.2370638906022, 4.14810773665996 35.2373549267952, 4.13456025530733 35.1873084325962, 4.09487941366617 35.03943153315, 4.05405793036119 34.8919163641238, 4.01381731641482 34.7442475686783, 3.97335596200043 34.5966638641045, 3.93371453929816 34.4488497210522, 3.89250851922794 34.3015199804528, 3.87810537757538 34.2486514140266))'","GeoFootprint":{"type":"Polygon","coordinates":[[[3.87810537757538,34.2486514140266],[4.19219818904784,34.2471243768696],[4.20650672552768,35.2370638906022],[4.14810773665996,35.2373549267952],[4.13456025530733,35.1873084325962],[4.09487941366617,35.03943153315],[4.05405793036119,34.8919163641238],[4.01381731641482,34.7442475686783],[3.97335596200043,34.5966638641045],[3.93371453929816,34.4488497210522],[3.89250851922794,34.3015199804528],[3.87810537757538,34.2486514140266]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31SEU","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":3.48434220566278,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T134342_S20150915T102652_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1206,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T13:43:42.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150915T102026_001206_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":65,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-15T10:20:26.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-15T10:20:26.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"74b7931e-0955-493f-81bf-d30c022d5f57","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(74b7931e-0955-493f-81bf-d30c022d5f57)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T31SEU_20231015T134342.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(3339feda-c1cd-409d-b983-90ac5dc38f73)/$value","ContentLength":149775504,"Checksum":[{"Value":"5bbbcc2cff732fb8b5ac2e6e875006b3","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:34:39.454508Z"},{"Value":"a2e1b3c50576c698758b7218c053220936347b72a140f601e7977f57237cf75d","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:34:39.688656Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T31SEU_20231015T134342.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"eac5854b-117a-4e05-9c0f-022cd15f3b88","Name":"S2A_MSIL1C_20150830T100016_N0500_R122_T33TWN_20231016T110421.SAFE","ContentType":"application/octet-stream","ContentLength":821681570,"OriginDate":"2024-06-12T03:03:08.341000Z","PublicationDate":"2024-06-12T03:11:07.648213Z","ModificationDate":"2025-06-22T23:04:55.890935Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T100016_N0500_R122_T33TWN_20231016T110421.SAFE","Checksum":[{"Value":"3d6429adffa35619801b8c662b8c027e","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:53.736091Z"},{"Value":"da61387ed900a7f20befd45de338470190a77b66dbce64f7818801686b84299e","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:55.103769Z"}],"ContentDate":{"Start":"2015-08-30T10:00:16.027000Z","End":"2015-08-30T10:00:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((14.9997326423426 47.8537018424875, 14.9997375874494 46.8656998733542, 16.44014982441 46.8566398819074, 16.4672773767682 47.8443250465141, 14.9997326423426 47.8537018424875))'","GeoFootprint":{"type":"Polygon","coordinates":[[[14.9997326423426,47.8537018424875],[14.9997375874494,46.8656998733542],[16.44014982441,46.8566398819074],[16.4672773767682,47.8443250465141],[14.9997326423426,47.8537018424875]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33TWN","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":10.3732568903222,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231016T110421_S20150830T100547_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":977,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-16T11:04:21.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150830T100016_000977_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":122,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-30T10:00:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-30T10:00:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"6c3dafea-9474-4957-ab78-7ead8e73346a","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(6c3dafea-9474-4957-ab78-7ead8e73346a)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T100016_N0500_R122_T33TWN_20231016T110421.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(eac5854b-117a-4e05-9c0f-022cd15f3b88)/$value","ContentLength":821681570,"Checksum":[{"Value":"3d6429adffa35619801b8c662b8c027e","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:53.736091Z"},{"Value":"da61387ed900a7f20befd45de338470190a77b66dbce64f7818801686b84299e","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:55.103769Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T100016_N0500_R122_T33TWN_20231016T110421.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"8d023829-fd16-4e00-9d50-8db56f2fc97d","Name":"S2A_MSIL1C_20150911T104036_N0500_R008_T31UFR_20231009T070804.SAFE","ContentType":"application/octet-stream","ContentLength":69175503,"OriginDate":"2024-06-10T22:56:19.853000Z","PublicationDate":"2024-06-10T23:02:36.763082Z","ModificationDate":"2025-06-22T22:46:45.031544Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31UFR_20231009T070804.SAFE","Checksum":[{"Value":"d4acd157c15cd2a12adcba3c7915f861","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:46:44.514561Z"},{"Value":"31b53542e282cea8be44f4de245c15a39b4b95ffb8beac7abe4ef032e9ad01f5","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:46:44.649207Z"}],"ContentDate":{"Start":"2015-09-11T10:40:36.027000Z","End":"2015-09-11T10:40:36.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((5.94944150991843 50.3512777803571, 5.95938607628957 50.5146700159563, 4.80771762488114 50.5362961410775, 4.84417636024568 50.5312735322105, 4.84405848549744 50.530990451134, 5.04741477829556 50.4994507355821, 5.18121305764787 50.4789167499061, 5.18112739948957 50.47871246395, 5.19948649684074 50.4758650442794, 5.19950764370936 50.4759154390383, 5.39079976647556 50.4457540718203, 5.51052086164742 50.4269004665284, 5.51051153000638 50.426878930868, 5.85623273293474 50.3677744724673, 5.85624015285853 50.3677913543017, 5.94944150991843 50.3512777803571))'","GeoFootprint":{"type":"Polygon","coordinates":[[[5.94944150991843,50.3512777803571],[5.95938607628957,50.5146700159563],[4.80771762488114,50.5362961410775],[4.84417636024568,50.5312735322105],[4.84405848549744,50.530990451134],[5.04741477829556,50.4994507355821],[5.18121305764787,50.4789167499061],[5.18112739948957,50.47871246395],[5.19948649684074,50.4758650442794],[5.19950764370936,50.4759154390383],[5.39079976647556,50.4457540718203],[5.51052086164742,50.4269004665284],[5.51051153000638,50.426878930868],[5.85623273293474,50.3677744724673],[5.85624015285853,50.3677913543017],[5.94944150991843,50.3512777803571]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31UFR","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":9.38136992403298,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T070804_S20150911T104038_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1149,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T07:08:04.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150911T104036_001149_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":8,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-11T10:40:36.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-11T10:40:36.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"74c406b6-e90a-4f4c-b164-bf0ea273b5de","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(74c406b6-e90a-4f4c-b164-bf0ea273b5de)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31UFR_20231009T070804.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(8d023829-fd16-4e00-9d50-8db56f2fc97d)/$value","ContentLength":69175503,"Checksum":[{"Value":"d4acd157c15cd2a12adcba3c7915f861","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:46:44.514561Z"},{"Value":"31b53542e282cea8be44f4de245c15a39b4b95ffb8beac7abe4ef032e9ad01f5","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:46:44.649207Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31UFR_20231009T070804.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"db5dc5ce-276d-4ec0-a98b-de8edc1aa1fe","Name":"S2A_MSIL1C_20150928T103036_N0500_R108_T31SFC_20231015T170410.SAFE","ContentType":"application/octet-stream","ContentLength":676844326,"OriginDate":"2024-05-30T05:32:37.159000Z","PublicationDate":"2024-05-30T05:38:53.881367Z","ModificationDate":"2025-06-17T09:32:46.649730Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31SFC_20231015T170410.SAFE","Checksum":[{"Value":"1fec6165db592bbad102163cb8ac1f92","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:45.323701Z"},{"Value":"f9e0a34800dbeb076d0310ee017bec63d7cb0c11e51431facc882450524fb3bd","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:46.332656Z"}],"ContentDate":{"Start":"2015-09-28T10:30:36.027000Z","End":"2015-09-28T10:30:36.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((4.1522905213359 38.8433146058507, 4.13671759126477 37.8539550381785, 5.38409997134048 37.8353021102929, 5.41673220321291 38.8239923465865, 4.1522905213359 38.8433146058507))'","GeoFootprint":{"type":"Polygon","coordinates":[[[4.1522905213359,38.8433146058507],[4.13671759126477,37.8539550381785],[5.38409997134048,37.8353021102929],[5.41673220321291,38.8239923465865],[4.1522905213359,38.8433146058507]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31SFC","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":46.7475290393861,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T170410_S20150928T103701_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1392,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T17:04:10.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150928T103036_001392_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":108,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-28T10:30:36.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-28T10:30:36.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"2827d703-0e51-440c-939c-83024ef96854","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(2827d703-0e51-440c-939c-83024ef96854)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31SFC_20231015T170410.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(db5dc5ce-276d-4ec0-a98b-de8edc1aa1fe)/$value","ContentLength":676844326,"Checksum":[{"Value":"1fec6165db592bbad102163cb8ac1f92","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:45.323701Z"},{"Value":"f9e0a34800dbeb076d0310ee017bec63d7cb0c11e51431facc882450524fb3bd","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:46.332656Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31SFC_20231015T170410.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"0a8a6035-063f-4af8-8048-0d227310fc8e","Name":"S2A_MSIL1C_20150911T104036_N0500_R008_T31UFQ_20231009T075317.SAFE","ContentType":"application/octet-stream","ContentLength":825032360,"OriginDate":"2024-05-23T08:07:57.625000Z","PublicationDate":"2024-05-23T11:15:59.956228Z","ModificationDate":"2025-06-22T22:47:00.097478Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31UFQ_20231009T075317.SAFE","Checksum":[{"Value":"2af5312fe32d4a18c1aac3328bd09f5c","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:46:58.424074Z"},{"Value":"f7bb98e5a67567f2a3558bb67f15c25219dfdef3c2027e28cba35ec0a6af3b01","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:46:59.824875Z"}],"ContentDate":{"Start":"2015-09-11T10:40:36.027000Z","End":"2015-09-11T10:40:36.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((4.3851737331767 49.6444367024406, 4.35791076985194 48.6570271785678, 5.84747845194678 48.629821575704, 5.90457276290215 49.6162737219267, 4.3851737331767 49.6444367024406))'","GeoFootprint":{"type":"Polygon","coordinates":[[[4.3851737331767,49.6444367024406],[4.35791076985194,48.6570271785678],[5.84747845194678,48.629821575704],[5.90457276290215,49.6162737219267],[4.3851737331767,49.6444367024406]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31UFQ","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.598883215384156,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T075317_S20150911T104657_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1149,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T07:53:17.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150911T104036_001149_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":8,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-11T10:40:36.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-11T10:40:36.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"a97fb9a0-8e6f-4304-a75d-5592d3a4ded8","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(a97fb9a0-8e6f-4304-a75d-5592d3a4ded8)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31UFQ_20231009T075317.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(0a8a6035-063f-4af8-8048-0d227310fc8e)/$value","ContentLength":825032360,"Checksum":[{"Value":"2af5312fe32d4a18c1aac3328bd09f5c","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:46:58.424074Z"},{"Value":"f7bb98e5a67567f2a3558bb67f15c25219dfdef3c2027e28cba35ec0a6af3b01","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:46:59.824875Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31UFQ_20231009T075317.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"5c4676f4-2c99-4aea-9fc3-b8b0b1c53d74","Name":"S2A_MSIL1C_20150915T102026_N0500_R065_T32UMA_20231015T134342.SAFE","ContentType":"application/octet-stream","ContentLength":83638526,"OriginDate":"2024-05-29T03:34:35.394000Z","PublicationDate":"2024-05-29T05:22:35.366746Z","ModificationDate":"2025-06-22T22:34:40.454503Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32UMA_20231015T134342.SAFE","Checksum":[{"Value":"ff594ee6907c6ead31ada048b641c6c3","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:34:39.927292Z"},{"Value":"eb71c96bf6f680d60a34d59edba5d5c8e4bd52f4294ac314dc49f52932164628","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:34:40.087085Z"}],"ContentDate":{"Start":"2015-09-15T10:20:26.027000Z","End":"2015-09-15T10:20:26.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((8.76613021120596 49.5626869575439, 9.13497050262202 49.564676297854, 9.13763880747388 50.5060140376516, 9.12062050464504 50.463834064251, 9.06203504365192 50.3179361313601, 9.00403701683639 50.1719323063307, 8.94646155544619 50.0258691335581, 8.88911113473097 49.8797973113446, 8.83249168457854 49.7335847963515, 8.77567071861587 49.587466936805, 8.76613021120596 49.5626869575439))'","GeoFootprint":{"type":"Polygon","coordinates":[[[8.76613021120596,49.5626869575439],[9.13497050262202,49.564676297854],[9.13763880747388,50.5060140376516],[9.12062050464504,50.463834064251],[9.06203504365192,50.3179361313601],[9.00403701683639,50.1719323063307],[8.94646155544619,50.0258691335581],[8.88911113473097,49.8797973113446],[8.83249168457854,49.7335847963515],[8.77567071861587,49.587466936805],[8.76613021120596,49.5626869575439]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32UMA","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":99.9989620499513,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T134342_S20150915T102652_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1206,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T13:43:42.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150915T102026_001206_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":65,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-15T10:20:26.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-15T10:20:26.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"8d95ec28-811a-4fd0-9200-f09c75ad0ccf","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(8d95ec28-811a-4fd0-9200-f09c75ad0ccf)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32UMA_20231015T134342.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(5c4676f4-2c99-4aea-9fc3-b8b0b1c53d74)/$value","ContentLength":83638526,"Checksum":[{"Value":"ff594ee6907c6ead31ada048b641c6c3","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:34:39.927292Z"},{"Value":"eb71c96bf6f680d60a34d59edba5d5c8e4bd52f4294ac314dc49f52932164628","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:34:40.087085Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32UMA_20231015T134342.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"6f120bed-3660-42d1-8589-7df67f4c9b56","Name":"S2A_MSIL1C_20150830T100016_N0500_R122_T33TUF_20231016T110421.SAFE","ContentType":"application/octet-stream","ContentLength":622718802,"OriginDate":"2024-06-12T02:54:56.361000Z","PublicationDate":"2024-06-12T03:02:04.112968Z","ModificationDate":"2025-06-22T23:04:56.374143Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T100016_N0500_R122_T33TUF_20231016T110421.SAFE","Checksum":[{"Value":"5f8658f52fcc36ca8d8511504bec21b7","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:54.204740Z"},{"Value":"1338a04b236be92b51268ac92563ccf41ca9a2b4022bcc31143e406fa057fe97","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:55.357640Z"}],"ContentDate":{"Start":"2015-08-30T10:00:16.027000Z","End":"2015-08-30T10:00:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((12.6028173807795 41.526852301493, 12.6384190226409 40.5386078517278, 13.9345845243266 40.5578370992616, 13.9185081926164 41.5467587698954, 12.6028173807795 41.526852301493))'","GeoFootprint":{"type":"Polygon","coordinates":[[[12.6028173807795,41.526852301493],[12.6384190226409,40.5386078517278],[13.9345845243266,40.5578370992616],[13.9185081926164,41.5467587698954],[12.6028173807795,41.526852301493]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33TUF","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.22234166442712502,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231016T110421_S20150830T100547_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":977,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-16T11:04:21.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150830T100016_000977_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":122,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-30T10:00:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-30T10:00:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"d34788d5-abce-473c-84dd-ab4f06438271","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(d34788d5-abce-473c-84dd-ab4f06438271)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T100016_N0500_R122_T33TUF_20231016T110421.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(6f120bed-3660-42d1-8589-7df67f4c9b56)/$value","ContentLength":622718802,"Checksum":[{"Value":"5f8658f52fcc36ca8d8511504bec21b7","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:54.204740Z"},{"Value":"1338a04b236be92b51268ac92563ccf41ca9a2b4022bcc31143e406fa057fe97","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:55.357640Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T100016_N0500_R122_T33TUF_20231016T110421.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"6bd04596-2efe-48ff-9250-426163224f23","Name":"S2A_MSIL1C_20150928T103036_N0500_R108_T32TLQ_20231015T170410.SAFE","ContentType":"application/octet-stream","ContentLength":800467376,"OriginDate":"2024-05-30T05:23:44.544000Z","PublicationDate":"2024-05-30T05:30:38.336089Z","ModificationDate":"2025-06-17T09:32:54.785912Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T32TLQ_20231015T170410.SAFE","Checksum":[{"Value":"a14886473dc7826c121701c6b18f2e41","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:52.807303Z"},{"Value":"702d821cdde36a9d54d564d707c6896bdbea9083a7cccb6437abd24c785bb226","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:54.461753Z"}],"ContentDate":{"Start":"2015-09-28T10:30:36.027000Z","End":"2015-09-28T10:30:36.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((6.45686051699677 45.1255135620237, 6.49965161310688 44.1379967481966, 7.87191870410008 44.1597966337113, 7.85259261838267 45.1480731828713, 6.45686051699677 45.1255135620237))'","GeoFootprint":{"type":"Polygon","coordinates":[[[6.45686051699677,45.1255135620237],[6.49965161310688,44.1379967481966],[7.87191870410008,44.1597966337113],[7.85259261838267,45.1480731828713],[6.45686051699677,45.1255135620237]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32TLQ","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":62.9659888321538,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T170410_S20150928T103701_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1392,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T17:04:10.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150928T103036_001392_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":108,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-28T10:30:36.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-28T10:30:36.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"422e8a27-9680-4e3a-a47b-34e2606d2a6c","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(422e8a27-9680-4e3a-a47b-34e2606d2a6c)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T32TLQ_20231015T170410.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(6bd04596-2efe-48ff-9250-426163224f23)/$value","ContentLength":800467376,"Checksum":[{"Value":"a14886473dc7826c121701c6b18f2e41","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:52.807303Z"},{"Value":"702d821cdde36a9d54d564d707c6896bdbea9083a7cccb6437abd24c785bb226","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:54.461753Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T32TLQ_20231015T170410.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"9a76fb1e-1d22-4065-a2b9-06f44cec4234","Name":"S2A_MSIL1C_20150915T102026_N0500_R065_T32SKG_20231015T134342.SAFE","ContentType":"application/octet-stream","ContentLength":608715503,"OriginDate":"2024-05-29T03:52:33.343000Z","PublicationDate":"2024-05-29T06:53:09.369291Z","ModificationDate":"2025-06-22T22:34:40.982624Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32SKG_20231015T134342.SAFE","Checksum":[{"Value":"186ff6c6ea138527e1adda0238ac0576","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:34:38.907014Z"},{"Value":"b7da01f7d0e613aa1f3a8a5eafd24dbbc3af6caed0ab92f3dc7c0c6b1959226d","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:34:39.805553Z"}],"ContentDate":{"Start":"2015-09-15T10:20:26.027000Z","End":"2015-09-15T10:20:26.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((5.58802752132053 37.8980997878049, 5.63258699686289 36.9101191615553, 6.8639749541582 36.9386673115036, 6.83567015867036 37.9276804333192, 5.58802752132053 37.8980997878049))'","GeoFootprint":{"type":"Polygon","coordinates":[[[5.58802752132053,37.8980997878049],[5.63258699686289,36.9101191615553],[6.8639749541582,36.9386673115036],[6.83567015867036,37.9276804333192],[5.58802752132053,37.8980997878049]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32SKG","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.382573382304637,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T134342_S20150915T102652_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1206,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T13:43:42.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150915T102026_001206_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":65,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-15T10:20:26.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-15T10:20:26.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"822ba1e0-186a-4872-829b-9f992a514594","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(822ba1e0-186a-4872-829b-9f992a514594)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32SKG_20231015T134342.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(9a76fb1e-1d22-4065-a2b9-06f44cec4234)/$value","ContentLength":608715503,"Checksum":[{"Value":"186ff6c6ea138527e1adda0238ac0576","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:34:38.907014Z"},{"Value":"b7da01f7d0e613aa1f3a8a5eafd24dbbc3af6caed0ab92f3dc7c0c6b1959226d","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:34:39.805553Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32SKG_20231015T134342.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"aafac68c-28bc-4139-858f-7e9d372f6051","Name":"S2A_MSIL1C_20150908T103036_N0500_R108_T32TNT_20231009T044244.SAFE","ContentType":"application/octet-stream","ContentLength":294013055,"OriginDate":"2024-05-24T04:48:18.799000Z","PublicationDate":"2024-05-24T05:08:00.942299Z","ModificationDate":"2025-06-22T22:53:10.349601Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/08/S2A_MSIL1C_20150908T103036_N0500_R108_T32TNT_20231009T044244.SAFE","Checksum":[{"Value":"dcad6f0b7015187a6309f518136c1359","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:53:09.591461Z"},{"Value":"1da61dce4887bb3b8de719f823175b18f9c7f210e03946572b66c7e93cad68b1","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:53:10.030936Z"}],"ContentDate":{"Start":"2015-09-08T10:30:36.027000Z","End":"2015-09-08T10:30:36.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((9.69403766817936 47.8492656188973, 8.9997326423426 47.8537018424875, 8.99973758744939 46.8656998733542, 9.25210140741387 46.8641125402341, 9.26585979435656 46.8984596896526, 9.33183258511446 47.0429674118788, 9.39739529219564 47.1876242341665, 9.46212466551592 47.3325358066771, 9.52772818300121 47.4772720676381, 9.59251419446542 47.6222588142218, 9.6570923209549 47.7673433182893, 9.69403766817936 47.8492656188973))'","GeoFootprint":{"type":"Polygon","coordinates":[[[9.69403766817936,47.8492656188973],[8.9997326423426,47.8537018424875],[8.99973758744939,46.8656998733542],[9.25210140741387,46.8641125402341],[9.26585979435656,46.8984596896526],[9.33183258511446,47.0429674118788],[9.39739529219564,47.1876242341665],[9.46212466551592,47.3325358066771],[9.52772818300121,47.4772720676381],[9.59251419446542,47.6222588142218],[9.6570923209549,47.7673433182893],[9.69403766817936,47.8492656188973]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32TNT","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":2.59920984608154,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T044244_S20150908T103707_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1106,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T04:42:44.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150908T103036_001106_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":108,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-08T10:30:36.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-08T10:30:36.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"9513be9e-d367-4f91-95ab-5331a9229a41","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(9513be9e-d367-4f91-95ab-5331a9229a41)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/08/S2A_MSIL1C_20150908T103036_N0500_R108_T32TNT_20231009T044244.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(aafac68c-28bc-4139-858f-7e9d372f6051)/$value","ContentLength":294013055,"Checksum":[{"Value":"dcad6f0b7015187a6309f518136c1359","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:53:09.591461Z"},{"Value":"1da61dce4887bb3b8de719f823175b18f9c7f210e03946572b66c7e93cad68b1","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:53:10.030936Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/08/S2A_MSIL1C_20150908T103036_N0500_R108_T32TNT_20231009T044244.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"7b9aca53-09a4-4ebb-8984-7ad1c80f8c33","Name":"S2A_MSIL1C_20150902T101026_N0500_R022_T33UVU_20231009T064138.SAFE","ContentType":"application/octet-stream","ContentLength":852518430,"OriginDate":"2024-05-23T13:44:03.241000Z","PublicationDate":"2024-05-23T16:45:19.173513Z","ModificationDate":"2025-06-22T23:04:56.666472Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/02/S2A_MSIL1C_20150902T101026_N0500_R022_T33UVU_20231009T064138.SAFE","Checksum":[{"Value":"77ec27f3294cc5fc17cd3affe4179ad9","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:54.959919Z"},{"Value":"29302deebe961f9d777f86c94dac1b587e5cb33a72479b104e7e8fe014cced39","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:56.204464Z"}],"ContentDate":{"Start":"2015-09-02T10:10:26.027000Z","End":"2015-09-02T10:10:26.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((13.5009404120975 53.2402008150607, 13.5344338484679 52.2534495351733, 15.1430071847427 52.2624595786757, 15.1462768724008 53.2495367346332, 13.5009404120975 53.2402008150607))'","GeoFootprint":{"type":"Polygon","coordinates":[[[13.5009404120975,53.2402008150607],[13.5344338484679,52.2534495351733],[15.1430071847427,52.2624595786757],[15.1462768724008,53.2495367346332],[13.5009404120975,53.2402008150607]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33UVU","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":35.9327838991908,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T064138_S20150902T101020_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1020,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T06:41:38.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150902T101026_001020_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-02T10:10:26.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-02T10:10:26.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"891e45c1-2f26-487f-8b9b-f0c117de200f","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(891e45c1-2f26-487f-8b9b-f0c117de200f)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/02/S2A_MSIL1C_20150902T101026_N0500_R022_T33UVU_20231009T064138.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(7b9aca53-09a4-4ebb-8984-7ad1c80f8c33)/$value","ContentLength":852518430,"Checksum":[{"Value":"77ec27f3294cc5fc17cd3affe4179ad9","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:54.959919Z"},{"Value":"29302deebe961f9d777f86c94dac1b587e5cb33a72479b104e7e8fe014cced39","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:56.204464Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/02/S2A_MSIL1C_20150902T101026_N0500_R022_T33UVU_20231009T064138.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"b340fca3-8134-441f-88c6-ec8a601a0859","Name":"S2A_MSIL1C_20150911T104036_N0500_R008_T31UFS_20231009T075317.SAFE","ContentType":"application/octet-stream","ContentLength":206116155,"OriginDate":"2024-05-23T07:21:12.135000Z","PublicationDate":"2024-05-23T09:36:40.747833Z","ModificationDate":"2025-06-22T22:46:57.196181Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31UFS_20231009T075317.SAFE","Checksum":[{"Value":"ee015cc84e9d4e457b1575beda5ebcb3","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:46:56.459760Z"},{"Value":"bf3d12b102bf79a9fb0e3d77abfdc5315f88a090b484ddfb24a04b9cd7fde5fc","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:46:56.840531Z"}],"ContentDate":{"Start":"2015-09-11T10:40:36.027000Z","End":"2015-09-11T10:40:36.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((4.41820207919212 50.7657455132591, 4.40871510963764 50.4552721606619, 5.95386971314071 50.4262936606196, 5.96040741302107 50.528367324494, 5.93277142407078 50.5332718885591, 5.93283950873369 50.5334263369461, 5.91279702621831 50.536976575522, 5.91276409361044 50.536901700129, 5.91266240011571 50.5369190468418, 5.91248683915778 50.5365198629776, 5.90904889147612 50.5371075640859, 5.90901269606402 50.5370252431886, 5.60004294612724 50.5897495080538, 5.60029776879116 50.5903369938118, 5.60014302084303 50.590363412723, 5.60022277935739 50.5905473107114, 5.59819053429512 50.5908932218675, 5.58598765120465 50.5928144091564, 5.58592316802114 50.5926653925781, 5.46804076254449 50.6113823157034, 5.27042046209274 50.642455920197, 5.27043661298402 50.6424938692605, 5.2554077758191 50.6448599667405, 5.25111130963504 50.6455255019118, 5.25102222961613 50.6453162166418, 4.93660567991964 50.6939385185385, 4.93076201947139 50.694839087876, 4.9307678963313 50.6948531268004, 4.93049264985925 50.6948956219611, 4.93053922666765 50.695006887271, 4.92941843584332 50.6951802199803, 4.92948779593509 50.6953459243546, 4.92916030943935 50.6953966529701, 4.92917970954597 50.6954430001189, 4.91703757654079 50.6971186089074, 4.91691336755228 50.6968215078697, 4.75303924215672 50.7197503038722, 4.56266342671584 50.7460220791309, 4.56264328153701 50.7459729286532, 4.56221886633051 50.7460316270448, 4.56211652413347 50.7457818870047, 4.41820207919212 50.7657455132591))'","GeoFootprint":{"type":"Polygon","coordinates":[[[4.41820207919212,50.7657455132591],[4.40871510963764,50.4552721606619],[5.95386971314071,50.4262936606196],[5.96040741302107,50.528367324494],[5.93277142407078,50.5332718885591],[5.93283950873369,50.5334263369461],[5.91279702621831,50.536976575522],[5.91276409361044,50.536901700129],[5.91266240011571,50.5369190468418],[5.91248683915778,50.5365198629776],[5.90904889147612,50.5371075640859],[5.90901269606402,50.5370252431886],[5.60004294612724,50.5897495080538],[5.60029776879116,50.5903369938118],[5.60014302084303,50.590363412723],[5.60022277935739,50.5905473107114],[5.59819053429512,50.5908932218675],[5.58598765120465,50.5928144091564],[5.58592316802114,50.5926653925781],[5.46804076254449,50.6113823157034],[5.27042046209274,50.642455920197],[5.27043661298402,50.6424938692605],[5.2554077758191,50.6448599667405],[5.25111130963504,50.6455255019118],[5.25102222961613,50.6453162166418],[4.93660567991964,50.6939385185385],[4.93076201947139,50.694839087876],[4.9307678963313,50.6948531268004],[4.93049264985925,50.6948956219611],[4.93053922666765,50.695006887271],[4.92941843584332,50.6951802199803],[4.92948779593509,50.6953459243546],[4.92916030943935,50.6953966529701],[4.92917970954597,50.6954430001189],[4.91703757654079,50.6971186089074],[4.91691336755228,50.6968215078697],[4.75303924215672,50.7197503038722],[4.56266342671584,50.7460220791309],[4.56264328153701,50.7459729286532],[4.56221886633051,50.7460316270448],[4.56211652413347,50.7457818870047],[4.41820207919212,50.7657455132591]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31UFS","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":2.78528634892669,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T075317_S20150911T104657_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1149,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T07:53:17.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150911T104036_001149_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":8,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-11T10:40:36.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-11T10:40:36.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"8a775b17-e22f-4bcd-b572-9acfce44b28f","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(8a775b17-e22f-4bcd-b572-9acfce44b28f)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31UFS_20231009T075317.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(b340fca3-8134-441f-88c6-ec8a601a0859)/$value","ContentLength":206116155,"Checksum":[{"Value":"ee015cc84e9d4e457b1575beda5ebcb3","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:46:56.459760Z"},{"Value":"bf3d12b102bf79a9fb0e3d77abfdc5315f88a090b484ddfb24a04b9cd7fde5fc","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:46:56.840531Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31UFS_20231009T075317.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"15397473-7e49-4d36-8463-c9996d5ec74a","Name":"S2A_MSIL1C_20150706T105016_N0500_R051_T30SWH_20231009T094109.SAFE","ContentType":"application/octet-stream","ContentLength":590325480,"OriginDate":"2024-06-07T00:10:27.032000Z","PublicationDate":"2024-06-07T00:26:37.307539Z","ModificationDate":"2025-06-17T09:32:22.413477Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30SWH_20231009T094109.SAFE","Checksum":[{"Value":"265ca232ad15d4d85f81c902719fd18c","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:20.878009Z"},{"Value":"d0c58561ae6e3dc363c1eb753970f34f11cd1cfbff3e128b8405d3aeac31478c","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:22.092424Z"}],"ContentDate":{"Start":"2015-07-06T10:50:16.027000Z","End":"2015-07-06T10:50:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((-2.66658217063372 37.8576742909108, -1.75213459127729 37.8528295032852, -1.73503988519938 38.8421486728812, -2.37892808413932 38.8456347187372, -2.40153638451115 38.7688574952523, -2.44418656842226 38.6213934046764, -2.48765018387724 38.4742258194596, -2.53060807658232 38.327016492063, -2.57273057325034 38.1795688141423, -2.61474682816049 38.0320562308295, -2.65855770840774 37.8850220002681, -2.66658217063372 37.8576742909108))'","GeoFootprint":{"type":"Polygon","coordinates":[[[-2.66658217063372,37.8576742909108],[-1.75213459127729,37.8528295032852],[-1.73503988519938,38.8421486728812],[-2.37892808413932,38.8456347187372],[-2.40153638451115,38.7688574952523],[-2.44418656842226,38.6213934046764],[-2.48765018387724,38.4742258194596],[-2.53060807658232,38.327016492063],[-2.57273057325034,38.1795688141423],[-2.61474682816049,38.0320562308295],[-2.65855770840774,37.8850220002681],[-2.66658217063372,37.8576742909108]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"30SWH","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.0,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":191,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T09:41:09.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150706T105016_000191_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":51,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"9abcdf9c-0df9-4396-bcc8-1fc9cf48d2ea","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(9abcdf9c-0df9-4396-bcc8-1fc9cf48d2ea)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30SWH_20231009T094109.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(15397473-7e49-4d36-8463-c9996d5ec74a)/$value","ContentLength":590325480,"Checksum":[{"Value":"265ca232ad15d4d85f81c902719fd18c","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:20.878009Z"},{"Value":"d0c58561ae6e3dc363c1eb753970f34f11cd1cfbff3e128b8405d3aeac31478c","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:22.092424Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30SWH_20231009T094109.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"bec581c0-47e5-4591-9fc6-fbf65b15a736","Name":"S2A_MSIL1C_20150909T100016_N0500_R122_T33UVP_20231011T100600.SAFE","ContentType":"application/octet-stream","ContentLength":733871601,"OriginDate":"2024-05-30T14:52:14.682000Z","PublicationDate":"2024-05-30T14:58:47.506619Z","ModificationDate":"2025-06-22T22:50:07.216513Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/09/S2A_MSIL1C_20150909T100016_N0500_R122_T33UVP_20231011T100600.SAFE","Checksum":[{"Value":"84b3578d73e221a8383e1b49d1e83718","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:50:05.846864Z"},{"Value":"41b347c0a97a9d639f3ec2c16319e99f24d87386132988c6d5c605c5a2d65dba","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:50:06.948479Z"}],"ContentDate":{"Start":"2015-09-09T10:00:16.027000Z","End":"2015-09-09T10:00:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((13.6391768022474 48.7449776884632, 13.6651350680847 47.7574035317346, 15.130248809844 47.7650926644644, 15.1327826099707 48.7529365097654, 13.6391768022474 48.7449776884632))'","GeoFootprint":{"type":"Polygon","coordinates":[[[13.6391768022474,48.7449776884632],[13.6651350680847,47.7574035317346],[15.130248809844,47.7650926644644],[15.1327826099707,48.7529365097654],[13.6391768022474,48.7449776884632]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33UVP","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":95.4352772552181,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T100600_S20150909T100017_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1120,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T10:06:00.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150909T100016_001120_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":122,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-09T10:00:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-09T10:00:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"1dd3bbbf-2af8-49a7-9aa2-d6bf89e769e6","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(1dd3bbbf-2af8-49a7-9aa2-d6bf89e769e6)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/09/S2A_MSIL1C_20150909T100016_N0500_R122_T33UVP_20231011T100600.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(bec581c0-47e5-4591-9fc6-fbf65b15a736)/$value","ContentLength":733871601,"Checksum":[{"Value":"84b3578d73e221a8383e1b49d1e83718","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:50:05.846864Z"},{"Value":"41b347c0a97a9d639f3ec2c16319e99f24d87386132988c6d5c605c5a2d65dba","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:50:06.948479Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/09/S2A_MSIL1C_20150909T100016_N0500_R122_T33UVP_20231011T100600.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"2fb585db-f786-4949-932e-cee536c555f8","Name":"S2A_MSIL1C_20150831T093006_N0500_R136_T34UEU_20231025T065810.SAFE","ContentType":"application/octet-stream","ContentLength":805986738,"OriginDate":"2024-05-30T06:29:24.840000Z","PublicationDate":"2024-05-30T06:35:48.031246Z","ModificationDate":"2025-06-22T23:04:58.504481Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34UEU_20231025T065810.SAFE","Checksum":[{"Value":"4a0d3acf2940040f1aa3aa8491cd9237","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:56.472211Z"},{"Value":"961f24f78dcab35f06d35f5446f7b3cce3359d16b3465e6f0ff8e74f76e30377","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:57.857950Z"}],"ContentDate":{"Start":"2015-08-31T09:30:06.027000Z","End":"2015-08-31T09:30:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((20.999728679463 48.6054979391112, 20.9997330963449 47.7651665667219, 22.4647868669399 47.7558186458081, 22.4932694755772 48.7433372246506, 21.0560061009974 48.7526484110472, 21.0182783257975 48.6547783291806, 20.999728679463 48.6054979391112))'","GeoFootprint":{"type":"Polygon","coordinates":[[[20.999728679463,48.6054979391112],[20.9997330963449,47.7651665667219],[22.4647868669399,47.7558186458081],[22.4932694755772,48.7433372246506],[21.0560061009974,48.7526484110472],[21.0182783257975,48.6547783291806],[20.999728679463,48.6054979391112]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"34UEU","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.006738802805258781,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":991,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-25T06:58:10.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150831T093006_000991_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":136,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"67d66f9e-e386-4b57-a454-402a8e1e1489","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(67d66f9e-e386-4b57-a454-402a8e1e1489)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34UEU_20231025T065810.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(2fb585db-f786-4949-932e-cee536c555f8)/$value","ContentLength":805986738,"Checksum":[{"Value":"4a0d3acf2940040f1aa3aa8491cd9237","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:56.472211Z"},{"Value":"961f24f78dcab35f06d35f5446f7b3cce3359d16b3465e6f0ff8e74f76e30377","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:04:57.857950Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34UEU_20231025T065810.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"77e7923e-fc62-4d3a-ba70-c221f5d2f773","Name":"S2A_MSIL1C_20150923T112116_N0500_R037_T32VKL_20231015T144534.SAFE","ContentType":"application/octet-stream","ContentLength":12904590,"OriginDate":"2024-05-26T23:48:13.481000Z","PublicationDate":"2024-05-27T00:27:25.210667Z","ModificationDate":"2025-06-17T09:32:28.723428Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T112116_N0500_R037_T32VKL_20231015T144534.SAFE","Checksum":[{"Value":"8d4145b491329988b4420e3cf8acd325","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:28.361783Z"},{"Value":"3861e1d84d58371652b9203410ccb21205b6bfdde4f59515b4cd1a25685e2d7e","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:28.407871Z"}],"ContentDate":{"Start":"2015-09-23T11:21:16.027000Z","End":"2015-09-23T11:21:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((3.83212896677527 59.43522119265, 3.70803753635104 59.4311055591235, 3.72807745957058 59.298699279457, 3.79085644671503 59.3812974539231, 3.83212896677527 59.43522119265))'","GeoFootprint":{"type":"Polygon","coordinates":[[[3.83212896677527,59.43522119265],[3.70803753635104,59.4311055591235],[3.72807745957058,59.298699279457],[3.79085644671503,59.3812974539231],[3.83212896677527,59.43522119265]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32VKL","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":100.0,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T144534_S20150923T112113_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1321,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T14:45:34.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150923T112116_001321_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":37,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-23T11:21:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-23T11:21:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"2286cb6e-4006-4a80-912e-df0611065447","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(2286cb6e-4006-4a80-912e-df0611065447)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T112116_N0500_R037_T32VKL_20231015T144534.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(77e7923e-fc62-4d3a-ba70-c221f5d2f773)/$value","ContentLength":12904590,"Checksum":[{"Value":"8d4145b491329988b4420e3cf8acd325","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:28.361783Z"},{"Value":"3861e1d84d58371652b9203410ccb21205b6bfdde4f59515b4cd1a25685e2d7e","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:28.407871Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T112116_N0500_R037_T32VKL_20231015T144534.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"3880660f-9588-4b4d-91a5-ca2676a43fe3","Name":"S2A_MSIL1C_20150704T101006_N0500_R022_T33UVR_20231011T134419.SAFE","ContentType":"application/octet-stream","ContentLength":814572630,"OriginDate":"2024-06-11T19:54:24.426000Z","PublicationDate":"2024-06-11T20:00:44.331921Z","ModificationDate":"2025-06-17T09:32:22.656098Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UVR_20231011T134419.SAFE","Checksum":[{"Value":"d2d06c8095d90cfe7cefeca3a7e38c55","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:20.415692Z"},{"Value":"610311296aa3951e36705e00ed9e121106c4c648927079531bd6629cecb658cf","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:22.235924Z"}],"ContentDate":{"Start":"2015-07-04T10:10:06.027000Z","End":"2015-07-04T10:10:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((13.5880861366286 50.5437323318846, 13.6167627328561 49.5564878434315, 15.134970502622 49.564676297854, 15.1377697557676 50.5522106222613, 13.5880861366286 50.5437323318846))'","GeoFootprint":{"type":"Polygon","coordinates":[[[13.5880861366286,50.5437323318846],[13.6167627328561,49.5564878434315],[15.134970502622,49.564676297854],[15.1377697557676,50.5522106222613],[13.5880861366286,50.5437323318846]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33UVR","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.368986831496909,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":162,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T13:44:19.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150704T101006_000162_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"3ad0153f-2013-48bc-a00e-8fc333ab42cb","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(3ad0153f-2013-48bc-a00e-8fc333ab42cb)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UVR_20231011T134419.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(3880660f-9588-4b4d-91a5-ca2676a43fe3)/$value","ContentLength":814572630,"Checksum":[{"Value":"d2d06c8095d90cfe7cefeca3a7e38c55","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:20.415692Z"},{"Value":"610311296aa3951e36705e00ed9e121106c4c648927079531bd6629cecb658cf","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:22.235924Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UVR_20231011T134419.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"9962a207-689d-43af-b586-3a009a8da50b","Name":"S2A_MSIL1C_20150915T102026_N0500_R065_T32UQD_20231015T132359.SAFE","ContentType":"application/octet-stream","ContentLength":779815060,"OriginDate":"2024-06-10T15:22:49.452000Z","PublicationDate":"2024-06-10T15:29:39.817147Z","ModificationDate":"2025-06-22T22:34:41.670083Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32UQD_20231015T132359.SAFE","Checksum":[{"Value":"50d1af3186ae0231814fb98495675f63","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:34:39.713259Z"},{"Value":"d7fb0dee9147a69312281e85d2f94a14cce84897971aef84bce9a392fe37ebb1","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:34:41.328916Z"}],"ContentDate":{"Start":"2015-09-15T10:20:26.027000Z","End":"2015-09-15T10:20:26.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((11.9946409228483 53.211992871884, 11.9278200313952 52.226225391291, 13.5310321704853 52.1754847191696, 13.6341830174492 53.1594219676414, 11.9946409228483 53.211992871884))'","GeoFootprint":{"type":"Polygon","coordinates":[[[11.9946409228483,53.211992871884],[11.9278200313952,52.226225391291],[13.5310321704853,52.1754847191696],[13.6341830174492,53.1594219676414],[11.9946409228483,53.211992871884]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32UQD","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":52.7563677625489,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T132359_S20150915T102026_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1206,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T13:23:59.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150915T102026_001206_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":65,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-15T10:20:26.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-15T10:20:26.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"9e5563be-b6f0-45b7-b191-d59db1678e0f","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(9e5563be-b6f0-45b7-b191-d59db1678e0f)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32UQD_20231015T132359.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(9962a207-689d-43af-b586-3a009a8da50b)/$value","ContentLength":779815060,"Checksum":[{"Value":"50d1af3186ae0231814fb98495675f63","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:34:39.713259Z"},{"Value":"d7fb0dee9147a69312281e85d2f94a14cce84897971aef84bce9a392fe37ebb1","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:34:41.328916Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32UQD_20231015T132359.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"cfd6c7c1-3272-4b7e-b66c-256fba44799e","Name":"S2A_MSIL1C_20150704T101006_N0500_R022_T32SNG_20231011T134419.SAFE","ContentType":"application/octet-stream","ContentLength":760166620,"OriginDate":"2024-06-11T20:30:26.090000Z","PublicationDate":"2024-06-11T20:37:22.778166Z","ModificationDate":"2025-06-17T09:32:23.585857Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SNG_20231011T134419.SAFE","Checksum":[{"Value":"29449a1dafea3be5452590b5a0545d15","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:22.185711Z"},{"Value":"ee10b9bb12b94d62338bf6acb48180b4f94ff8074bc0ef12fff89552771ca943","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:23.318686Z"}],"ContentDate":{"Start":"2015-07-04T10:10:06.027000Z","End":"2015-07-04T10:10:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((8.99977236454523 37.9475895719933, 8.99977534430751 36.9578810952015, 10.2330052482229 36.9514794718307, 10.2493542915807 37.9409562305747, 8.99977236454523 37.9475895719933))'","GeoFootprint":{"type":"Polygon","coordinates":[[[8.99977236454523,37.9475895719933],[8.99977534430751,36.9578810952015],[10.2330052482229,36.9514794718307],[10.2493542915807,37.9409562305747],[8.99977236454523,37.9475895719933]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32SNG","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.0,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":162,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T13:44:19.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150704T101006_000162_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"ef8051f3-f5f0-41c8-af67-d1bba878d67b","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(ef8051f3-f5f0-41c8-af67-d1bba878d67b)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SNG_20231011T134419.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(cfd6c7c1-3272-4b7e-b66c-256fba44799e)/$value","ContentLength":760166620,"Checksum":[{"Value":"29449a1dafea3be5452590b5a0545d15","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:22.185711Z"},{"Value":"ee10b9bb12b94d62338bf6acb48180b4f94ff8074bc0ef12fff89552771ca943","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:23.318686Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SNG_20231011T134419.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"fdc98219-109e-4ff0-add2-acbeb61ecdca","Name":"S2A_MSIL1C_20150928T103036_N0500_R108_T31TFN_20231015T170410.SAFE","ContentType":"application/octet-stream","ContentLength":236751906,"OriginDate":"2024-05-30T05:00:41.718000Z","PublicationDate":"2024-05-30T05:07:10.639945Z","ModificationDate":"2025-06-17T09:32:43.897284Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31TFN_20231015T170410.SAFE","Checksum":[{"Value":"87ae21f09ff03daba48f86eef3bc2e34","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:43.079557Z"},{"Value":"30c1ed6e6f00b84b9a58306f6589a89ed7278daefd2e4eea778fbebeaa0b5930","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:43.572653Z"}],"ContentDate":{"Start":"2015-09-28T10:30:36.027000Z","End":"2015-09-28T10:30:36.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((5.23148898251858 46.8418539958872, 5.75108499862016 46.8326283192514, 5.80284668292451 47.8194744029593, 5.58824262754908 47.8233452106971, 5.55720712074085 47.7392826353309, 5.50363241677878 47.5928600663036, 5.45003285092168 47.4464373710571, 5.39647095056517 47.2999653666085, 5.34332500817164 47.1534149818, 5.29045167985076 47.0068439676427, 5.23803644920231 46.860293741907, 5.23148898251858 46.8418539958872))'","GeoFootprint":{"type":"Polygon","coordinates":[[[5.23148898251858,46.8418539958872],[5.75108499862016,46.8326283192514],[5.80284668292451,47.8194744029593],[5.58824262754908,47.8233452106971],[5.55720712074085,47.7392826353309],[5.50363241677878,47.5928600663036],[5.45003285092168,47.4464373710571],[5.39647095056517,47.2999653666085],[5.34332500817164,47.1534149818],[5.29045167985076,47.0068439676427],[5.23803644920231,46.860293741907],[5.23148898251858,46.8418539958872]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31TFN","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.0,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T170410_S20150928T103701_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1392,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T17:04:10.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150928T103036_001392_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":108,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-28T10:30:36.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-28T10:30:36.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"2fe14479-e53e-436f-a2c2-3ffccbf15408","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(2fe14479-e53e-436f-a2c2-3ffccbf15408)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31TFN_20231015T170410.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(fdc98219-109e-4ff0-add2-acbeb61ecdca)/$value","ContentLength":236751906,"Checksum":[{"Value":"87ae21f09ff03daba48f86eef3bc2e34","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:43.079557Z"},{"Value":"30c1ed6e6f00b84b9a58306f6589a89ed7278daefd2e4eea778fbebeaa0b5930","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:43.572653Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31TFN_20231015T170410.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"47dd1852-9931-4b4f-a647-e3f2e1e18dcd","Name":"S2A_MSIL1C_20150916T095016_N0500_R079_T33TXM_20231015T142455.SAFE","ContentType":"application/octet-stream","ContentLength":713419307,"OriginDate":"2024-05-28T10:08:41.571000Z","PublicationDate":"2024-05-28T10:31:58.985038Z","ModificationDate":"2025-06-22T22:34:42.082648Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T33TXM_20231015T142455.SAFE","Checksum":[{"Value":"c4f7477b9f0436b767053a9bb9a16b3d","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:34:40.683955Z"},{"Value":"7758650b812f7269db46b787d9c7f43b84251035532d7f21690f3adf080fd2d3","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:34:41.773306Z"}],"ContentDate":{"Start":"2015-09-16T09:50:16.027000Z","End":"2015-09-16T09:50:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((16.3140352803744 46.9461682539754, 16.2904840687273 45.9582645183917, 17.7062543330451 45.9334965048851, 17.7555849160642 46.9205363881921, 16.3140352803744 46.9461682539754))'","GeoFootprint":{"type":"Polygon","coordinates":[[[16.3140352803744,46.9461682539754],[16.2904840687273,45.9582645183917],[17.7062543330451,45.9334965048851],[17.7555849160642,46.9205363881921],[16.3140352803744,46.9461682539754]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33TXM","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":90.7973065782794,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T142455_S20150916T095014_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1220,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T14:24:55.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150916T095016_001220_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":79,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-16T09:50:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-16T09:50:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"06e6a91f-2c6c-4c45-8aa5-8441663806cc","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(06e6a91f-2c6c-4c45-8aa5-8441663806cc)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T33TXM_20231015T142455.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(47dd1852-9931-4b4f-a647-e3f2e1e18dcd)/$value","ContentLength":713419307,"Checksum":[{"Value":"c4f7477b9f0436b767053a9bb9a16b3d","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:34:40.683955Z"},{"Value":"7758650b812f7269db46b787d9c7f43b84251035532d7f21690f3adf080fd2d3","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:34:41.773306Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T33TXM_20231015T142455.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"7e48ac6b-41e2-4bea-92fd-d48f70bb2517","Name":"S2A_MSIL1C_20150928T103036_N0500_R108_T32UMU_20231015T170410.SAFE","ContentType":"application/octet-stream","ContentLength":838907956,"OriginDate":"2024-05-30T05:23:03.868000Z","PublicationDate":"2024-05-30T05:29:47.613655Z","ModificationDate":"2025-06-17T09:32:46.010326Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T32UMU_20231015T170410.SAFE","Checksum":[{"Value":"3240a3f1265219ad5b26239fd5d9165a","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:44.083832Z"},{"Value":"12bfce4e14046c359071111a4e324e44f8434d056d3c80fc5c833dc44c25e56d","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:45.727950Z"}],"ContentDate":{"Start":"2015-09-28T10:30:36.027000Z","End":"2015-09-28T10:30:36.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((7.63917680224736 48.7449776884632, 7.66513506808472 47.7574035317346, 9.13024880984398 47.7650926644644, 9.13278260997073 48.7529365097654, 7.63917680224736 48.7449776884632))'","GeoFootprint":{"type":"Polygon","coordinates":[[[7.63917680224736,48.7449776884632],[7.66513506808472,47.7574035317346],[9.13024880984398,47.7650926644644],[9.13278260997073,48.7529365097654],[7.63917680224736,48.7449776884632]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32UMU","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":14.4106124399056,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T170410_S20150928T103701_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1392,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T17:04:10.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150928T103036_001392_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":108,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-28T10:30:36.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-28T10:30:36.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"f4ca6c9d-2dc9-465d-85b1-bab344617c81","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(f4ca6c9d-2dc9-465d-85b1-bab344617c81)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T32UMU_20231015T170410.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(7e48ac6b-41e2-4bea-92fd-d48f70bb2517)/$value","ContentLength":838907956,"Checksum":[{"Value":"3240a3f1265219ad5b26239fd5d9165a","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:44.083832Z"},{"Value":"12bfce4e14046c359071111a4e324e44f8434d056d3c80fc5c833dc44c25e56d","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:45.727950Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T32UMU_20231015T170410.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"a6453e98-114e-4ed5-abb3-94f265873c00","Name":"S2A_MSIL1C_20150928T103036_N0500_R108_T31SDA_20231015T170410.SAFE","ContentType":"application/octet-stream","ContentLength":719812222,"OriginDate":"2024-05-30T05:18:58.585000Z","PublicationDate":"2024-05-30T05:26:04.264981Z","ModificationDate":"2025-06-17T09:33:19.334485Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31SDA_20231015T170410.SAFE","Checksum":[{"Value":"b9c85a6fc71ab2aaea41681d0a4ce86f","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:33:17.763172Z"},{"Value":"0ea6d31e8c9f2fea5d21bee7bc7d2947181afd2cc7065cf2e79b824d50fd9d00","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:33:19.042236Z"}],"ContentDate":{"Start":"2015-09-28T10:30:36.027000Z","End":"2015-09-28T10:30:36.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((1.88745388502315 36.1809096370519, 1.88931628784403 36.0515787129015, 3.10836845745311 36.0566749855428, 3.1097593207787 37.0465322810158, 2.13043346041315 37.0423423497623, 2.1215500782354 37.0110996532642, 2.07959031203787 36.8636063573911, 2.03769218764171 36.7161042587928, 1.99575333982364 36.5685269549764, 1.95605706772014 36.4203106568861, 1.91307440097639 36.2731676083754, 1.88745388502315 36.1809096370519))'","GeoFootprint":{"type":"Polygon","coordinates":[[[1.88745388502315,36.1809096370519],[1.88931628784403,36.0515787129015],[3.10836845745311,36.0566749855428],[3.1097593207787,37.0465322810158],[2.13043346041315,37.0423423497623],[2.1215500782354,37.0110996532642],[2.07959031203787,36.8636063573911],[2.03769218764171,36.7161042587928],[1.99575333982364,36.5685269549764],[1.95605706772014,36.4203106568861],[1.91307440097639,36.2731676083754],[1.88745388502315,36.1809096370519]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31SDA","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":10.2940446874327,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T170410_S20150928T103701_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1392,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T17:04:10.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150928T103036_001392_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":108,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-28T10:30:36.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-28T10:30:36.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"ad16923a-b21f-4dec-9ab3-fc900afc1ff6","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(ad16923a-b21f-4dec-9ab3-fc900afc1ff6)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31SDA_20231015T170410.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(a6453e98-114e-4ed5-abb3-94f265873c00)/$value","ContentLength":719812222,"Checksum":[{"Value":"b9c85a6fc71ab2aaea41681d0a4ce86f","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:33:17.763172Z"},{"Value":"0ea6d31e8c9f2fea5d21bee7bc7d2947181afd2cc7065cf2e79b824d50fd9d00","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:33:19.042236Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31SDA_20231015T170410.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"030ab867-d8b5-4a6f-815d-92571b685fc3","Name":"S2A_MSIL1C_20150704T101006_N0500_R022_T32TMN_20231011T134419.SAFE","ContentType":"application/octet-stream","ContentLength":121748609,"OriginDate":"2024-06-11T19:02:08.093000Z","PublicationDate":"2024-06-11T19:08:30.529588Z","ModificationDate":"2025-06-17T09:32:25.384546Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TMN_20231011T134419.SAFE","Checksum":[{"Value":"d2492e76a3e97006409ee22df73f3aff","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:24.834293Z"},{"Value":"879f2c05092ba2332a4c434c5377b603283740340bc0fa59adc2d60bd0788dc3","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:25.091187Z"}],"ContentDate":{"Start":"2015-07-04T10:10:06.027000Z","End":"2015-07-04T10:10:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((8.76504102422207 42.3623206810645, 9.11852722087146 42.364010656319, 9.1204336460534 43.3527919852178, 9.08163542420292 43.3526030458954, 9.06686733801519 43.3073087192987, 9.01903886733313 43.1603923095342, 8.9713773929195 43.0134248314821, 8.92394181550875 42.8664127238814, 8.87671352665472 42.7193998455874, 8.82992131621697 42.5723179783991, 8.7847910803338 42.424901246627, 8.76504102422207 42.3623206810645))'","GeoFootprint":{"type":"Polygon","coordinates":[[[8.76504102422207,42.3623206810645],[9.11852722087146,42.364010656319],[9.1204336460534,43.3527919852178],[9.08163542420292,43.3526030458954],[9.06686733801519,43.3073087192987],[9.01903886733313,43.1603923095342],[8.9713773929195,43.0134248314821],[8.92394181550875,42.8664127238814],[8.87671352665472,42.7193998455874],[8.82992131621697,42.5723179783991],[8.7847910803338,42.424901246627],[8.76504102422207,42.3623206810645]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32TMN","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.0,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":162,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T13:44:19.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150704T101006_000162_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"d5457b65-7e52-469c-843b-e2a6ed15d430","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(d5457b65-7e52-469c-843b-e2a6ed15d430)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TMN_20231011T134419.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(030ab867-d8b5-4a6f-815d-92571b685fc3)/$value","ContentLength":121748609,"Checksum":[{"Value":"d2492e76a3e97006409ee22df73f3aff","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:24.834293Z"},{"Value":"879f2c05092ba2332a4c434c5377b603283740340bc0fa59adc2d60bd0788dc3","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:25.091187Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TMN_20231011T134419.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"a2eec3bf-c772-48ab-ae1f-43be2aa5e020","Name":"S2A_MSIL1C_20150704T101006_N0500_R022_T34VCK_20231011T134419.SAFE","ContentType":"application/octet-stream","ContentLength":578519150,"OriginDate":"2024-06-11T19:44:27.968000Z","PublicationDate":"2024-06-11T19:51:09.053990Z","ModificationDate":"2025-06-17T09:32:25.642528Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T34VCK_20231011T134419.SAFE","Checksum":[{"Value":"67aebc6d0184b9f1c0311f1e8cb0fd4a","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:24.101700Z"},{"Value":"ddf7a043bf160107f323ac5824550738a0fb3a320d65b1cc06ddadb155a781fb","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:25.406833Z"}],"ContentDate":{"Start":"2015-07-04T10:10:06.027000Z","End":"2015-07-04T10:10:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((17.5582651071083 58.5945886925831, 17.6519253667446 57.6101061182621, 19.4888439626895 57.645422684561, 19.4464903386044 58.6312780790151, 17.5582651071083 58.5945886925831))'","GeoFootprint":{"type":"Polygon","coordinates":[[[17.5582651071083,58.5945886925831],[17.6519253667446,57.6101061182621],[19.4888439626895,57.645422684561],[19.4464903386044,58.6312780790151],[17.5582651071083,58.5945886925831]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"34VCK","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.0,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":162,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T13:44:19.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150704T101006_000162_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"60f6522c-29ce-4f63-a85f-ab706a47e818","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(60f6522c-29ce-4f63-a85f-ab706a47e818)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T34VCK_20231011T134419.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(a2eec3bf-c772-48ab-ae1f-43be2aa5e020)/$value","ContentLength":578519150,"Checksum":[{"Value":"67aebc6d0184b9f1c0311f1e8cb0fd4a","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:24.101700Z"},{"Value":"ddf7a043bf160107f323ac5824550738a0fb3a320d65b1cc06ddadb155a781fb","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:25.406833Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T34VCK_20231011T134419.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"5c253924-5bae-4a6f-ac40-9a641effed25","Name":"S2A_MSIL1C_20150706T105016_N0500_R051_T32VMM_20231009T094109.SAFE","ContentType":"application/octet-stream","ContentLength":667723627,"OriginDate":"2024-06-07T00:34:27.784000Z","PublicationDate":"2024-06-07T00:40:05.603461Z","ModificationDate":"2025-06-17T09:36:36.615963Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T32VMM_20231009T094109.SAFE","Checksum":[{"Value":"23d91e6ce9186a41b19baf9e53208db2","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:36:34.749938Z"},{"Value":"445ee90145be3a5d1aa39bebdf7759e2111f3b1ba06bfab85a7772e5b78a8040","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:36:36.271957Z"}],"ContentDate":{"Start":"2015-07-06T10:50:16.027000Z","End":"2015-07-06T10:50:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((7.18299268869728 60.4240683779956, 7.2361119974404 59.4386163402902, 9.17213355300367 59.4504117554091, 9.17732073124115 60.4363388199983, 7.18299268869728 60.4240683779956))'","GeoFootprint":{"type":"Polygon","coordinates":[[[7.18299268869728,60.4240683779956],[7.2361119974404,59.4386163402902],[9.17213355300367,59.4504117554091],[9.17732073124115,60.4363388199983],[7.18299268869728,60.4240683779956]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32VMM","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":92.7703126399713,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":191,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T09:41:09.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150706T105016_000191_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":51,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"00127e5f-0eb2-4e8f-8bc7-3ec79eb583bd","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(00127e5f-0eb2-4e8f-8bc7-3ec79eb583bd)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T32VMM_20231009T094109.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(5c253924-5bae-4a6f-ac40-9a641effed25)/$value","ContentLength":667723627,"Checksum":[{"Value":"23d91e6ce9186a41b19baf9e53208db2","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:36:34.749938Z"},{"Value":"445ee90145be3a5d1aa39bebdf7759e2111f3b1ba06bfab85a7772e5b78a8040","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:36:36.271957Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T32VMM_20231009T094109.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"7e198c82-dec7-4678-a5e4-81dd086035f1","Name":"S2A_MSIL1C_20150916T095016_N0500_R079_T33TWL_20231015T142455.SAFE","ContentType":"application/octet-stream","ContentLength":714956756,"OriginDate":"2024-05-28T10:02:51.511000Z","PublicationDate":"2024-05-28T10:43:00.462059Z","ModificationDate":"2025-06-22T22:34:44.418493Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T33TWL_20231015T142455.SAFE","Checksum":[{"Value":"80f656d54f37dacccddfecfcae61ae9c","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:34:42.954340Z"},{"Value":"f6a8f56f32c90c5fddb6b898ac039df0327a15b79878f4a761e24d74cb801eed","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:34:43.989467Z"}],"ContentDate":{"Start":"2015-09-16T09:50:16.027000Z","End":"2015-09-16T09:50:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((15.28522365798 45.0635175767312, 16.3942538709884 45.0567485930578, 16.4189041443533 46.0447662268356, 15.028375359141 46.0533966514413, 14.9997418274701 45.972806505036, 14.9997457801647 45.1034069708587, 15.0274213577522 45.0994892482853, 15.0273529490704 45.0992838313709, 15.0459499185736 45.0965948831736, 15.04613267596 45.0971485050917, 15.0461630258125 45.0971441774271, 15.0462790905898 45.0974944782368, 15.28522365798 45.0635175767312))'","GeoFootprint":{"type":"Polygon","coordinates":[[[15.28522365798,45.0635175767312],[16.3942538709884,45.0567485930578],[16.4189041443533,46.0447662268356],[15.028375359141,46.0533966514413],[14.9997418274701,45.972806505036],[14.9997457801647,45.1034069708587],[15.0274213577522,45.0994892482853],[15.0273529490704,45.0992838313709],[15.0459499185736,45.0965948831736],[15.04613267596,45.0971485050917],[15.0461630258125,45.0971441774271],[15.0462790905898,45.0974944782368],[15.28522365798,45.0635175767312]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33TWL","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":99.90117874497008,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T142455_S20150916T095014_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1220,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T14:24:55.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150916T095016_001220_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":79,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-16T09:50:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-16T09:50:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"e13d6b66-3186-4aa9-9866-16136e4ebc40","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(e13d6b66-3186-4aa9-9866-16136e4ebc40)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T33TWL_20231015T142455.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(7e198c82-dec7-4678-a5e4-81dd086035f1)/$value","ContentLength":714956756,"Checksum":[{"Value":"80f656d54f37dacccddfecfcae61ae9c","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:34:42.954340Z"},{"Value":"f6a8f56f32c90c5fddb6b898ac039df0327a15b79878f4a761e24d74cb801eed","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:34:43.989467Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T33TWL_20231015T142455.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"30327577-188a-41f7-8959-087c708ae3d0","Name":"S2A_MSIL1C_20150831T093006_N0500_R136_T35ULU_20231025T065810.SAFE","ContentType":"application/octet-stream","ContentLength":805487815,"OriginDate":"2024-05-30T06:45:08.427000Z","PublicationDate":"2024-05-30T06:52:54.756471Z","ModificationDate":"2025-06-22T23:05:01.447294Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35ULU_20231025T065810.SAFE","Checksum":[{"Value":"3965e09a4cb79685db6977934e6bceec","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:59.939298Z"},{"Value":"a81f6933bd299d35e54d241e3a093e439dc261ce7c17263db30ccdd42d5f13b6","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:05:01.157259Z"}],"ContentDate":{"Start":"2015-08-31T09:30:06.027000Z","End":"2015-08-31T09:30:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((24.0047609250695 53.211977826627, 24.0715951163349 52.2262108704356, 25.6785440650095 52.2551507487808, 25.6483415144924 53.2419635476436, 24.0047609250695 53.211977826627))'","GeoFootprint":{"type":"Polygon","coordinates":[[[24.0047609250695,53.211977826627],[24.0715951163349,52.2262108704356],[25.6785440650095,52.2551507487808],[25.6483415144924,53.2419635476436],[24.0047609250695,53.211977826627]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"35ULU","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":12.4781271462271,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":991,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-25T06:58:10.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150831T093006_000991_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":136,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"ecb2db0d-1cef-4bd5-babf-ee069fad234c","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(ecb2db0d-1cef-4bd5-babf-ee069fad234c)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35ULU_20231025T065810.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(30327577-188a-41f7-8959-087c708ae3d0)/$value","ContentLength":805487815,"Checksum":[{"Value":"3965e09a4cb79685db6977934e6bceec","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:04:59.939298Z"},{"Value":"a81f6933bd299d35e54d241e3a093e439dc261ce7c17263db30ccdd42d5f13b6","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:05:01.157259Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35ULU_20231025T065810.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"fe878cf1-5df6-4292-a742-cbd667f98f18","Name":"S2A_MSIL1C_20150930T092946_N0500_R136_T34UEU_20231020T102715.SAFE","ContentType":"application/octet-stream","ContentLength":826193964,"OriginDate":"2024-05-25T03:55:34.498000Z","PublicationDate":"2024-05-26T06:11:51.316811Z","ModificationDate":"2025-06-22T22:17:16.021288Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/30/S2A_MSIL1C_20150930T092946_N0500_R136_T34UEU_20231020T102715.SAFE","Checksum":[{"Value":"5d875d105a97e37b5f44c5d81880cd16","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:17:14.483885Z"},{"Value":"23149bd9eb48b2ba3e49baa8c140c62331694869f16245ae6442ef0c3b121b9f","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:17:15.727860Z"}],"ContentDate":{"Start":"2015-09-30T09:29:46.027000Z","End":"2015-09-30T09:29:46.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((20.9997284419191 48.6506917231814, 20.9997330963449 47.7651665667219, 22.4647868669399 47.7558186458081, 22.4932694755772 48.7433372246506, 21.0398406196944 48.7527531377189, 20.9997284419191 48.6506917231814))'","GeoFootprint":{"type":"Polygon","coordinates":[[[20.9997284419191,48.6506917231814],[20.9997330963449,47.7651665667219],[22.4647868669399,47.7558186458081],[22.4932694755772,48.7433372246506],[21.0398406196944,48.7527531377189],[20.9997284419191,48.6506917231814]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"34UEU","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":97.6719351726753,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231020T102715_S20150930T093322_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1420,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-20T10:27:15.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150930T092946_001420_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":136,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-30T09:29:46.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-30T09:29:46.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"bcaea9de-ea6c-4bb2-88ab-5f5566e3e7ce","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(bcaea9de-ea6c-4bb2-88ab-5f5566e3e7ce)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/30/S2A_MSIL1C_20150930T092946_N0500_R136_T34UEU_20231020T102715.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(fe878cf1-5df6-4292-a742-cbd667f98f18)/$value","ContentLength":826193964,"Checksum":[{"Value":"5d875d105a97e37b5f44c5d81880cd16","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:17:14.483885Z"},{"Value":"23149bd9eb48b2ba3e49baa8c140c62331694869f16245ae6442ef0c3b121b9f","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:17:15.727860Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/30/S2A_MSIL1C_20150930T092946_N0500_R136_T34UEU_20231020T102715.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"18c81f2e-9882-4586-a06e-ce40150ada9a","Name":"S2A_MSIL1C_20150909T100016_N0500_R122_T33TWN_20231011T100600.SAFE","ContentType":"application/octet-stream","ContentLength":819071794,"OriginDate":"2024-05-30T14:28:06.865000Z","PublicationDate":"2024-05-30T14:42:25.176203Z","ModificationDate":"2025-06-22T22:49:43.492177Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/09/S2A_MSIL1C_20150909T100016_N0500_R122_T33TWN_20231011T100600.SAFE","Checksum":[{"Value":"d35fe9c4fb391c2e161383a925cf3e03","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:49:42.058088Z"},{"Value":"3d4f26115d7f456562c4218cb103bf36b8c92de534952b6f20f4950141aaa8e5","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:49:43.227918Z"}],"ContentDate":{"Start":"2015-09-09T10:00:16.027000Z","End":"2015-09-09T10:00:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((14.9997326423426 47.8537018424875, 14.9997375874494 46.8656998733542, 16.44014982441 46.8566398819074, 16.4672773767682 47.8443250465141, 14.9997326423426 47.8537018424875))'","GeoFootprint":{"type":"Polygon","coordinates":[[[14.9997326423426,47.8537018424875],[14.9997375874494,46.8656998733542],[16.44014982441,46.8566398819074],[16.4672773767682,47.8443250465141],[14.9997326423426,47.8537018424875]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33TWN","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":69.6619785601242,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T100600_S20150909T100017_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1120,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T10:06:00.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150909T100016_001120_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":122,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-09T10:00:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-09T10:00:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"fffe189e-055c-4ec2-a035-f613bee58fa1","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(fffe189e-055c-4ec2-a035-f613bee58fa1)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/09/S2A_MSIL1C_20150909T100016_N0500_R122_T33TWN_20231011T100600.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(18c81f2e-9882-4586-a06e-ce40150ada9a)/$value","ContentLength":819071794,"Checksum":[{"Value":"d35fe9c4fb391c2e161383a925cf3e03","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:49:42.058088Z"},{"Value":"3d4f26115d7f456562c4218cb103bf36b8c92de534952b6f20f4950141aaa8e5","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:49:43.227918Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/09/S2A_MSIL1C_20150909T100016_N0500_R122_T33TWN_20231011T100600.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"44c7d3e1-4d9e-4b7f-837e-76d0e5f3063c","Name":"S2A_MSIL1C_20150706T105016_N0500_R051_T31UDU_20231009T094109.SAFE","ContentType":"application/octet-stream","ContentLength":238821819,"OriginDate":"2024-06-07T00:04:18.533000Z","PublicationDate":"2024-06-07T00:10:19.524587Z","ModificationDate":"2025-06-17T09:32:26.635707Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31UDU_20231009T094109.SAFE","Checksum":[{"Value":"db182aaabdcc16a79d68185a0aa18b06","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:26.027204Z"},{"Value":"e58ff823df2e170172d52ac5effb9d45ccff9010f8ed807cbd6e67f7a0a8e58d","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:26.431612Z"}],"ContentDate":{"Start":"2015-07-06T10:50:16.027000Z","End":"2015-07-06T10:50:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((2.30860763204745 52.2577858867161, 3.14300718474266 52.2624595786757, 3.14627687240083 53.2495367346332, 2.7371725755394 53.2472154071088, 2.68489383573589 53.1291975823068, 2.62095691601258 52.9836360624349, 2.55759765125446 52.8381096197451, 2.49464458332789 52.6925668687041, 2.43200206925969 52.5470444758862, 2.36975933398582 52.4015443982703, 2.30860763204745 52.2577858867161))'","GeoFootprint":{"type":"Polygon","coordinates":[[[2.30860763204745,52.2577858867161],[3.14300718474266,52.2624595786757],[3.14627687240083,53.2495367346332],[2.7371725755394,53.2472154071088],[2.68489383573589,53.1291975823068],[2.62095691601258,52.9836360624349],[2.55759765125446,52.8381096197451],[2.49464458332789,52.6925668687041],[2.43200206925969,52.5470444758862],[2.36975933398582,52.4015443982703],[2.30860763204745,52.2577858867161]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31UDU","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":16.2413424368419,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":191,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T09:41:09.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150706T105016_000191_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":51,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-06T10:50:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"1f7ce3ae-1098-4022-9dd6-2f65a0737564","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(1f7ce3ae-1098-4022-9dd6-2f65a0737564)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31UDU_20231009T094109.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(44c7d3e1-4d9e-4b7f-837e-76d0e5f3063c)/$value","ContentLength":238821819,"Checksum":[{"Value":"db182aaabdcc16a79d68185a0aa18b06","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:26.027204Z"},{"Value":"e58ff823df2e170172d52ac5effb9d45ccff9010f8ed807cbd6e67f7a0a8e58d","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:26.431612Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31UDU_20231009T094109.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"c7936208-b5f5-4c10-84aa-6f3d13dbf8ae","Name":"S2A_MSIL1C_20150908T103036_N0500_R108_T31UFP_20231009T044244.SAFE","ContentType":"application/octet-stream","ContentLength":70561026,"OriginDate":"2024-05-24T04:40:22.228000Z","PublicationDate":"2024-05-24T04:52:59.965852Z","ModificationDate":"2025-06-22T22:53:21.787303Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/08/S2A_MSIL1C_20150908T103036_N0500_R108_T31UFP_20231009T044244.SAFE","Checksum":[{"Value":"99a3262dd5740cfe69d4905a2afe4d2c","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:53:21.385958Z"},{"Value":"8d5c9f2001845bf795266302118868a534f88c61275ef912c519984279a605b4","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:53:21.516169Z"}],"ContentDate":{"Start":"2015-09-08T10:30:36.027000Z","End":"2015-09-08T10:30:36.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((5.56419343353161 47.7352575002575, 5.79809471530293 47.7310444777451, 5.83921269024276 48.4775678532063, 5.83805640925032 48.4744722967262, 5.78370157383913 48.3281030806983, 5.72899858680347 48.1818655460109, 5.67493150179029 48.0355023728109, 5.62064212394782 47.8892402162674, 5.56696927213698 47.7428609442975, 5.56419343353161 47.7352575002575))'","GeoFootprint":{"type":"Polygon","coordinates":[[[5.56419343353161,47.7352575002575],[5.79809471530293,47.7310444777451],[5.83921269024276,48.4775678532063],[5.83805640925032,48.4744722967262],[5.78370157383913,48.3281030806983],[5.72899858680347,48.1818655460109],[5.67493150179029,48.0355023728109],[5.62064212394782,47.8892402162674],[5.56696927213698,47.7428609442975],[5.56419343353161,47.7352575002575]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31UFP","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":40.1076098412074,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T044244_S20150908T103707_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1106,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T04:42:44.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150908T103036_001106_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":108,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-08T10:30:36.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-08T10:30:36.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"f609954c-cc41-4617-aef3-88ddf7e877fb","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(f609954c-cc41-4617-aef3-88ddf7e877fb)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/08/S2A_MSIL1C_20150908T103036_N0500_R108_T31UFP_20231009T044244.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(c7936208-b5f5-4c10-84aa-6f3d13dbf8ae)/$value","ContentLength":70561026,"Checksum":[{"Value":"99a3262dd5740cfe69d4905a2afe4d2c","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:53:21.385958Z"},{"Value":"8d5c9f2001845bf795266302118868a534f88c61275ef912c519984279a605b4","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:53:21.516169Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/08/S2A_MSIL1C_20150908T103036_N0500_R108_T31UFP_20231009T044244.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"5d6b6fb5-89ca-4dfd-9eef-ad064333c0f7","Name":"S2A_MSIL1C_20150908T103036_N0500_R108_T31UGP_20231009T044244.SAFE","ContentType":"application/octet-stream","ContentLength":833845152,"OriginDate":"2024-05-24T05:04:54.996000Z","PublicationDate":"2024-05-24T05:28:32.245916Z","ModificationDate":"2025-06-22T22:53:25.922732Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/08/S2A_MSIL1C_20150908T103036_N0500_R108_T31UGP_20231009T044244.SAFE","Checksum":[{"Value":"7366a30ff76911ddcaecbc9f026f584f","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:53:23.822646Z"},{"Value":"cc9ec8c982cf45b0c32298ab6ded7d9f6750093677e1efb27f14b111b33126be","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:53:25.537966Z"}],"ContentDate":{"Start":"2015-09-08T10:30:36.027000Z","End":"2015-09-08T10:30:36.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((5.68413826445399 48.0604256879486, 5.66700941814802 47.73416799678, 7.1282606560594 47.6908510657398, 7.20828443578721 48.676094448249, 5.92810835375191 48.7146279441033, 5.89271414048238 48.6208001315748, 5.83805640925032 48.4744722967262, 5.78370157383913 48.3281030806983, 5.72899858680347 48.1818655460109, 5.68413826445399 48.0604256879486))'","GeoFootprint":{"type":"Polygon","coordinates":[[[5.68413826445399,48.0604256879486],[5.66700941814802,47.73416799678],[7.1282606560594,47.6908510657398],[7.20828443578721,48.676094448249],[5.92810835375191,48.7146279441033],[5.89271414048238,48.6208001315748],[5.83805640925032,48.4744722967262],[5.78370157383913,48.3281030806983],[5.72899858680347,48.1818655460109],[5.68413826445399,48.0604256879486]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31UGP","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":25.8345088525458,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231009T044244_S20150908T103707_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1106,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-09T04:42:44.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150908T103036_001106_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":108,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-08T10:30:36.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-08T10:30:36.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"c41ef327-b258-47e6-9e20-9cbd76734cdf","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(c41ef327-b258-47e6-9e20-9cbd76734cdf)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/08/S2A_MSIL1C_20150908T103036_N0500_R108_T31UGP_20231009T044244.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(5d6b6fb5-89ca-4dfd-9eef-ad064333c0f7)/$value","ContentLength":833845152,"Checksum":[{"Value":"7366a30ff76911ddcaecbc9f026f584f","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:53:23.822646Z"},{"Value":"cc9ec8c982cf45b0c32298ab6ded7d9f6750093677e1efb27f14b111b33126be","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:53:25.537966Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/08/S2A_MSIL1C_20150908T103036_N0500_R108_T31UGP_20231009T044244.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"aa9c7562-ad40-439e-ad7b-9d13a195f621","Name":"S2A_MSIL1C_20150829T103026_N0500_R108_T32UMA_20231010T063117.SAFE","ContentType":"application/octet-stream","ContentLength":72021534,"OriginDate":"2024-05-26T06:00:31.820000Z","PublicationDate":"2024-05-26T09:08:44.636401Z","ModificationDate":"2025-06-22T23:08:26.957006Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/29/S2A_MSIL1C_20150829T103026_N0500_R108_T32UMA_20231010T063117.SAFE","Checksum":[{"Value":"9d987e414eefeaafc18ff27707767d7c","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:08:26.534369Z"},{"Value":"7b096bd76afaf570c555fc8951bf5fd1d71b07e179324b3580b1fa1c65cfe929","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:08:26.667056Z"}],"ContentDate":{"Start":"2015-08-29T10:30:26.027000Z","End":"2015-08-29T10:30:26.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((7.61132722100088 49.7436153211285, 7.6167627328561 49.5564878434315, 8.63835909683792 49.5619978239699, 8.4002651178815 49.6067295243096, 8.40050845851528 49.6072911075482, 8.40050428855905 49.6072918909474, 8.4006235776662 49.6075671846302, 8.3848099846645 49.6103871580761, 8.3847164943929 49.6101712144708, 8.08459141461332 49.6637555723088, 8.08465813264056 49.6639120118099, 8.06478339914051 49.6674561918522, 8.06473672822259 49.6673466838211, 8.06461549617558 49.6673674564835, 8.06444381051931 49.666964591314, 8.06107480701378 49.6675429742183, 8.06103500974176 49.6674495806431, 7.75751217842471 49.719486186905, 7.75775363763798 49.7200620809015, 7.75759319574529 49.7200895950236, 7.75768450728035 49.7203073856141, 7.74611741615889 49.7222854484457, 7.74399111810098 49.7226221933751, 7.74391801712515 49.7224480514694, 7.61132722100088 49.7436153211285))'","GeoFootprint":{"type":"Polygon","coordinates":[[[7.61132722100088,49.7436153211285],[7.6167627328561,49.5564878434315],[8.63835909683792,49.5619978239699],[8.4002651178815,49.6067295243096],[8.40050845851528,49.6072911075482],[8.40050428855905,49.6072918909474],[8.4006235776662,49.6075671846302],[8.3848099846645,49.6103871580761],[8.3847164943929,49.6101712144708],[8.08459141461332,49.6637555723088],[8.08465813264056,49.6639120118099],[8.06478339914051,49.6674561918522],[8.06473672822259,49.6673466838211],[8.06461549617558,49.6673674564835],[8.06444381051931,49.666964591314],[8.06107480701378,49.6675429742183],[8.06103500974176,49.6674495806431],[7.75751217842471,49.719486186905],[7.75775363763798,49.7200620809015],[7.75759319574529,49.7200895950236],[7.75768450728035,49.7203073856141],[7.74611741615889,49.7222854484457],[7.74399111810098,49.7226221933751],[7.74391801712515,49.7224480514694],[7.61132722100088,49.7436153211285]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32UMA","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":4.22802475665544,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231010T063117_S20150829T103705_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":963,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-10T06:31:17.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150829T103026_000963_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":108,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-29T10:30:26.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-29T10:30:26.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"d5eaa582-96a9-4b0c-b236-238ccfaf9460","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(d5eaa582-96a9-4b0c-b236-238ccfaf9460)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/29/S2A_MSIL1C_20150829T103026_N0500_R108_T32UMA_20231010T063117.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(aa9c7562-ad40-439e-ad7b-9d13a195f621)/$value","ContentLength":72021534,"Checksum":[{"Value":"9d987e414eefeaafc18ff27707767d7c","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:08:26.534369Z"},{"Value":"7b096bd76afaf570c555fc8951bf5fd1d71b07e179324b3580b1fa1c65cfe929","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:08:26.667056Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/29/S2A_MSIL1C_20150829T103026_N0500_R108_T32UMA_20231010T063117.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"6becf67b-089a-473b-8c31-7ae1db397504","Name":"S2A_MSIL1C_20150923T112116_N0500_R037_T31VCF_20231015T144534.SAFE","ContentType":"application/octet-stream","ContentLength":113441496,"OriginDate":"2024-05-26T23:50:44.108000Z","PublicationDate":"2024-05-27T00:10:30.181723Z","ModificationDate":"2025-06-17T09:32:28.854258Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T112116_N0500_R037_T31VCF_20231015T144534.SAFE","Checksum":[{"Value":"0199a81bcbfbaa02f1f46bc233999eb8","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:28.312135Z"},{"Value":"afa8a07c0bcca60208334ec2770d685b89989a3ed5b1d13c306d206b020c53a6","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:28.542490Z"}],"ContentDate":{"Start":"2015-09-23T11:21:16.027000Z","End":"2015-09-23T11:21:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((1.42121837661771 59.1820587569489, 1.40539343865446 59.5286335235506, -0.45046997 59.4922366355232, -0.29187012 59.4687605460905, -0.29196167 59.468629214652, -0.29180908 59.4686098804498, -0.2918396 59.4685947902736, -0.28634644 59.4677892614877, -0.2869873 59.4667923085913, 0.143486464406227 59.4017277359431, 0.144076181115153 59.4026538537678, 0.524756313755558 59.3405486999039, 0.524408125344221 59.3400114777861, 0.528586914594035 59.3393314916875, 0.528276118532959 59.3388654654351, 0.528424279745386 59.3388413139593, 0.528327255513452 59.3386909607845, 0.778960570046725 59.296186466515, 0.948634480020908 59.2674195388314, 0.949113969810851 59.268135253913, 0.952703142702065 59.2674943514334, 0.952752892863203 59.2675675673562, 1.32662562264194 59.2007805957868, 1.32618283589538 59.200139406087, 1.32669196918865 59.2000484237702, 1.32657833382649 59.1998839042755, 1.42121837661771 59.1820587569489))'","GeoFootprint":{"type":"Polygon","coordinates":[[[1.42121837661771,59.1820587569489],[1.40539343865446,59.5286335235506],[-0.45046997,59.4922366355232],[-0.29187012,59.4687605460905],[-0.29196167,59.468629214652],[-0.29180908,59.4686098804498],[-0.2918396,59.4685947902736],[-0.28634644,59.4677892614877],[-0.2869873,59.4667923085913],[0.143486464406227,59.4017277359431],[0.144076181115153,59.4026538537678],[0.524756313755558,59.3405486999039],[0.524408125344221,59.3400114777861],[0.528586914594035,59.3393314916875],[0.528276118532959,59.3388654654351],[0.528424279745386,59.3388413139593],[0.528327255513452,59.3386909607845],[0.778960570046725,59.296186466515],[0.948634480020908,59.2674195388314],[0.949113969810851,59.268135253913],[0.952703142702065,59.2674943514334],[0.952752892863203,59.2675675673562],[1.32662562264194,59.2007805957868],[1.32618283589538,59.200139406087],[1.32669196918865,59.2000484237702],[1.32657833382649,59.1998839042755],[1.42121837661771,59.1820587569489]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31VCF","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":99.386829846173,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T144534_S20150923T112113_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1321,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T14:45:34.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150923T112116_001321_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":37,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-23T11:21:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-23T11:21:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"836c8c1c-ff43-48d8-aa9f-8c402b06a48c","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(836c8c1c-ff43-48d8-aa9f-8c402b06a48c)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T112116_N0500_R037_T31VCF_20231015T144534.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(6becf67b-089a-473b-8c31-7ae1db397504)/$value","ContentLength":113441496,"Checksum":[{"Value":"0199a81bcbfbaa02f1f46bc233999eb8","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:28.312135Z"},{"Value":"afa8a07c0bcca60208334ec2770d685b89989a3ed5b1d13c306d206b020c53a6","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:28.542490Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T112116_N0500_R037_T31VCF_20231015T144534.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"0ce01a79-4f28-4e12-8ea6-b79a8862f1dd","Name":"S2A_MSIL1C_20150930T092946_N0500_R136_T34TFT_20231020T102715.SAFE","ContentType":"application/octet-stream","ContentLength":812914625,"OriginDate":"2024-05-25T04:04:26.823000Z","PublicationDate":"2024-05-26T06:18:12.576524Z","ModificationDate":"2025-06-22T22:17:15.545358Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/30/S2A_MSIL1C_20150930T092946_N0500_R136_T34TFT_20231020T102715.SAFE","Checksum":[{"Value":"c06490485da5d7075b8025b2e02aff04","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:17:14.001619Z"},{"Value":"8c2a00ed3fb9a5529c373e1cb19c0c7cc275363977361c4cb898fd9bd5d62ff1","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:17:15.276886Z"}],"ContentDate":{"Start":"2015-09-30T09:29:46.027000Z","End":"2015-09-30T09:29:46.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((22.3366002199701 47.8459210520889, 22.3118868855124 46.8581819724645, 23.7510849986202 46.8326283192514, 23.8028466829245 47.8194744029593, 22.3366002199701 47.8459210520889))'","GeoFootprint":{"type":"Polygon","coordinates":[[[22.3366002199701,47.8459210520889],[22.3118868855124,46.8581819724645],[23.7510849986202,46.8326283192514],[23.8028466829245,47.8194744029593],[22.3366002199701,47.8459210520889]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"34TFT","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":53.259010421332405,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231020T102715_S20150930T093322_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1420,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-20T10:27:15.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150930T092946_001420_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":136,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-30T09:29:46.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-30T09:29:46.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"a012a51f-1d06-4504-bacd-50314875204f","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(a012a51f-1d06-4504-bacd-50314875204f)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/30/S2A_MSIL1C_20150930T092946_N0500_R136_T34TFT_20231020T102715.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(0ce01a79-4f28-4e12-8ea6-b79a8862f1dd)/$value","ContentLength":812914625,"Checksum":[{"Value":"c06490485da5d7075b8025b2e02aff04","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:17:14.001619Z"},{"Value":"8c2a00ed3fb9a5529c373e1cb19c0c7cc275363977361c4cb898fd9bd5d62ff1","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:17:15.276886Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/30/S2A_MSIL1C_20150930T092946_N0500_R136_T34TFT_20231020T102715.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"0b76a84f-16a6-44e0-9f71-983cefc5f542","Name":"S2A_MSIL1C_20150916T095016_N0500_R079_T34VEK_20231015T142455.SAFE","ContentType":"application/octet-stream","ContentLength":638080587,"OriginDate":"2024-05-28T10:05:20.308000Z","PublicationDate":"2024-05-28T10:29:49.864587Z","ModificationDate":"2025-06-22T22:34:50.718984Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T34VEK_20231015T142455.SAFE","Checksum":[{"Value":"1b45148c22efa9ce502f21be0373144d","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:34:48.481108Z"},{"Value":"d8b578cf06ee9b5d240546228d8ba6a97864dfa09ad5db354e78591e06753567","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:34:49.947029Z"}],"ContentDate":{"Start":"2015-09-16T09:50:16.027000Z","End":"2015-09-16T09:50:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((20.9996554680758 58.6406561862454, 20.9996648655325 57.6544494507836, 22.8390116049697 57.6410797267632, 22.8905421496433 58.6267661499472, 20.9996554680758 58.6406561862454))'","GeoFootprint":{"type":"Polygon","coordinates":[[[20.9996554680758,58.6406561862454],[20.9996648655325,57.6544494507836],[22.8390116049697,57.6410797267632],[22.8905421496433,58.6267661499472],[20.9996554680758,58.6406561862454]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"34VEK","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":99.9855773537579,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T142455_S20150916T095014_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1220,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T14:24:55.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150916T095016_001220_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":79,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-16T09:50:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-16T09:50:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"8a4c4a04-faf2-418f-aa1b-c0b26fd983f3","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(8a4c4a04-faf2-418f-aa1b-c0b26fd983f3)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T34VEK_20231015T142455.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(0b76a84f-16a6-44e0-9f71-983cefc5f542)/$value","ContentLength":638080587,"Checksum":[{"Value":"1b45148c22efa9ce502f21be0373144d","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:34:48.481108Z"},{"Value":"d8b578cf06ee9b5d240546228d8ba6a97864dfa09ad5db354e78591e06753567","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:34:49.947029Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T34VEK_20231015T142455.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"76dad236-1437-407c-bd0a-15e2d5ad23ee","Name":"S2A_MSIL1C_20150915T102026_N0500_R065_T32UPC_20231015T132359.SAFE","ContentType":"application/octet-stream","ContentLength":649707767,"OriginDate":"2024-06-10T15:22:48.815000Z","PublicationDate":"2024-06-10T15:30:43.387936Z","ModificationDate":"2025-06-22T22:34:51.059721Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32UPC_20231015T132359.SAFE","Checksum":[{"Value":"d01cf29cfdb0688c55e9f30a97079a41","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:34:49.532970Z"},{"Value":"ed5fac98533dddfd7f73cd6f7dcfce26f31be3beaa9850a8fdc5fff641d1d6c1","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:34:50.744877Z"}],"ContentDate":{"Start":"2015-09-15T10:20:26.027000Z","End":"2015-09-15T10:20:26.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((10.4678841529578 52.3413550972696, 10.4361206251235 51.3544393902669, 12.0112541225949 51.324523354786, 12.0777579253094 52.3103669149941, 10.4678841529578 52.3413550972696))'","GeoFootprint":{"type":"Polygon","coordinates":[[[10.4678841529578,52.3413550972696],[10.4361206251235,51.3544393902669],[12.0112541225949,51.324523354786],[12.0777579253094,52.3103669149941],[10.4678841529578,52.3413550972696]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32UPC","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":96.11693391860008,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T132359_S20150915T102026_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1206,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T13:23:59.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150915T102026_001206_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":65,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-15T10:20:26.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-15T10:20:26.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"3420ac30-9d72-48cf-82e6-267d6162c233","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(3420ac30-9d72-48cf-82e6-267d6162c233)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32UPC_20231015T132359.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(76dad236-1437-407c-bd0a-15e2d5ad23ee)/$value","ContentLength":649707767,"Checksum":[{"Value":"d01cf29cfdb0688c55e9f30a97079a41","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:34:49.532970Z"},{"Value":"ed5fac98533dddfd7f73cd6f7dcfce26f31be3beaa9850a8fdc5fff641d1d6c1","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:34:50.744877Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32UPC_20231015T132359.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"aedd0159-3e71-4a68-ac26-6cf313b59535","Name":"S2A_MSIL1C_20150704T101006_N0500_R022_T33UUV_20231011T134419.SAFE","ContentType":"application/octet-stream","ContentLength":329188407,"OriginDate":"2024-06-11T19:18:14.846000Z","PublicationDate":"2024-06-11T19:27:01.774743Z","ModificationDate":"2025-06-17T09:32:30.371862Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UUV_20231011T134419.SAFE","Checksum":[{"Value":"9aaf5613688efad614530908e057e385","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:29.360182Z"},{"Value":"3d90074d012eef5ae514b08616b9a5782b0a2c708063abece210bdf2d094f518","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:30.114448Z"}],"ContentDate":{"Start":"2015-07-04T10:10:06.027000Z","End":"2015-07-04T10:10:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((12.7583428667473 53.1372657242239, 13.6511207707828 53.153535093377, 13.6192567205906 54.1401867754604, 13.2059288128226 54.1325595122739, 13.20245613269 54.1249843961943, 13.1362022946061 53.9796017551794, 13.0702826078455 53.834141007858, 13.0044643724917 53.6886250062069, 12.9388589350846 53.5430621514279, 12.8736154432276 53.3975415666131, 12.8088587518896 53.2520300943895, 12.7583428667473 53.1372657242239))'","GeoFootprint":{"type":"Polygon","coordinates":[[[12.7583428667473,53.1372657242239],[13.6511207707828,53.153535093377],[13.6192567205906,54.1401867754604],[13.2059288128226,54.1325595122739],[13.20245613269,54.1249843961943],[13.1362022946061,53.9796017551794],[13.0702826078455,53.834141007858],[13.0044643724917,53.6886250062069],[12.9388589350846,53.5430621514279],[12.8736154432276,53.3975415666131],[12.8088587518896,53.2520300943895],[12.7583428667473,53.1372657242239]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33UUV","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":1.9471211669371797,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":162,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T13:44:19.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150704T101006_000162_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"41972cf3-f869-4ead-bd77-2b38977a415c","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(41972cf3-f869-4ead-bd77-2b38977a415c)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UUV_20231011T134419.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(aedd0159-3e71-4a68-ac26-6cf313b59535)/$value","ContentLength":329188407,"Checksum":[{"Value":"9aaf5613688efad614530908e057e385","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:29.360182Z"},{"Value":"3d90074d012eef5ae514b08616b9a5782b0a2c708063abece210bdf2d094f518","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:30.114448Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UUV_20231011T134419.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"9cd92eb4-aff1-419a-a2d9-462b0e05ff72","Name":"S2A_MSIL1C_20150704T101006_N0500_R022_T33UUQ_20231011T134419.SAFE","ContentType":"application/octet-stream","ContentLength":818995443,"OriginDate":"2024-06-11T19:44:35.322000Z","PublicationDate":"2024-06-11T19:51:29.603811Z","ModificationDate":"2025-06-17T09:32:31.173070Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UUQ_20231011T134419.SAFE","Checksum":[{"Value":"b4b2498d19539d5aa2ad8be4ee71d665","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:29.671902Z"},{"Value":"f26418486e8393bd9bf7e5ffe39680c8200179099e1389b53ebf27a500417790","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:30.867470Z"}],"ContentDate":{"Start":"2015-07-04T10:10:06.027000Z","End":"2015-07-04T10:10:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((12.2309320629869 49.6195968750112, 12.2853710517972 48.6330318153582, 13.7751310377905 48.6585189163826, 13.7505374049653 49.6459809665453, 12.2309320629869 49.6195968750112))'","GeoFootprint":{"type":"Polygon","coordinates":[[[12.2309320629869,49.6195968750112],[12.2853710517972,48.6330318153582],[13.7751310377905,48.6585189163826],[13.7505374049653,49.6459809665453],[12.2309320629869,49.6195968750112]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33UUQ","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.52972617874526,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":162,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-11T13:44:19.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150704T101006_000162_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":22,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-07-04T10:10:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"b2d401d9-75ce-4199-abec-ea1c6e9fbb07","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(b2d401d9-75ce-4199-abec-ea1c6e9fbb07)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UUQ_20231011T134419.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(9cd92eb4-aff1-419a-a2d9-462b0e05ff72)/$value","ContentLength":818995443,"Checksum":[{"Value":"b4b2498d19539d5aa2ad8be4ee71d665","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:29.671902Z"},{"Value":"f26418486e8393bd9bf7e5ffe39680c8200179099e1389b53ebf27a500417790","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:30.867470Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UUQ_20231011T134419.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"60129e5f-3ad7-4bac-b5e5-2a193e55330d","Name":"S2A_MSIL1C_20150923T112116_N0500_R037_T32VKM_20231015T144534.SAFE","ContentType":"application/octet-stream","ContentLength":193894409,"OriginDate":"2024-05-26T23:50:54.769000Z","PublicationDate":"2024-05-27T00:10:14.907973Z","ModificationDate":"2025-06-17T09:32:31.464505Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T112116_N0500_R037_T32VKM_20231015T144534.SAFE","Checksum":[{"Value":"9df55f39346c781e6c6ec9a4fa4cc55c","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:30.741552Z"},{"Value":"a6b1eb23b93218056956107d8eef3609f51d9d7237795766d145befc173bbbf4","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:31.129886Z"}],"ContentDate":{"Start":"2015-09-23T11:21:16.027000Z","End":"2015-09-23T11:21:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((4.55460060055865 60.3584625655625, 3.56356413972997 60.3252941132839, 3.72168595027822 59.3436536629455, 3.76329305692142 59.345032362965, 3.79085644671503 59.3812974539231, 3.89859797710105 59.522064873167, 4.00677335419964 59.6627540821073, 4.11576739520151 59.8033054383004, 4.22519794960865 59.9437308440262, 4.33546676933995 60.0841833549801, 4.44694176950498 60.2245745464038, 4.55460060055865 60.3584625655625))'","GeoFootprint":{"type":"Polygon","coordinates":[[[4.55460060055865,60.3584625655625],[3.56356413972997,60.3252941132839],[3.72168595027822,59.3436536629455],[3.76329305692142,59.345032362965],[3.79085644671503,59.3812974539231],[3.89859797710105,59.522064873167],[4.00677335419964,59.6627540821073],[4.11576739520151,59.8033054383004],[4.22519794960865,59.9437308440262],[4.33546676933995,60.0841833549801],[4.44694176950498,60.2245745464038],[4.55460060055865,60.3584625655625]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32VKM","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":76.4317565445774,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T144534_S20150923T112113_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1321,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T14:45:34.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150923T112116_001321_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":37,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-23T11:21:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-23T11:21:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"18622bfb-1c74-4053-87c6-a3487e1462a0","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(18622bfb-1c74-4053-87c6-a3487e1462a0)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T112116_N0500_R037_T32VKM_20231015T144534.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(60129e5f-3ad7-4bac-b5e5-2a193e55330d)/$value","ContentLength":193894409,"Checksum":[{"Value":"9df55f39346c781e6c6ec9a4fa4cc55c","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:30.741552Z"},{"Value":"a6b1eb23b93218056956107d8eef3609f51d9d7237795766d145befc173bbbf4","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:31.129886Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T112116_N0500_R037_T32VKM_20231015T144534.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"a0e1ab83-4246-4395-b8b2-ea83555fc932","Name":"S2A_MSIL1C_20150915T102026_N0500_R065_T31SFB_20231015T134342.SAFE","ContentType":"application/octet-stream","ContentLength":285795056,"OriginDate":"2024-05-29T03:38:39.965000Z","PublicationDate":"2024-05-29T05:09:46.271461Z","ModificationDate":"2025-06-22T22:34:51.924302Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T31SFB_20231015T134342.SAFE","Checksum":[{"Value":"b0e947d135a04b111688b162d377af21","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:34:50.978356Z"},{"Value":"697ca6eba04859cefd015dd89ef47d1d7f4b1c369ec2de75a8a22ca4d0864465","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:34:51.524160Z"}],"ContentDate":{"Start":"2015-09-15T10:20:26.027000Z","End":"2015-09-15T10:20:26.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((4.62411770395191 36.94522978755, 5.35573236945957 36.934510753208, 5.38694215755417 37.923373495466, 4.90646694075967 37.9305724679912, 4.88107072705298 37.842670566485, 4.83859590085123 37.6952658847962, 4.796232106654 37.5478523959694, 4.75397094599997 37.4004349291207, 4.71181282608506 37.2530177395163, 4.66974861322113 37.1055895632643, 4.62778250326067 36.9581446125804, 4.62411770395191 36.94522978755))'","GeoFootprint":{"type":"Polygon","coordinates":[[[4.62411770395191,36.94522978755],[5.35573236945957,36.934510753208],[5.38694215755417,37.923373495466],[4.90646694075967,37.9305724679912],[4.88107072705298,37.842670566485],[4.83859590085123,37.6952658847962],[4.796232106654,37.5478523959694],[4.75397094599997,37.4004349291207],[4.71181282608506,37.2530177395163],[4.66974861322113,37.1055895632643],[4.62778250326067,36.9581446125804],[4.62411770395191,36.94522978755]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31SFB","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.0679315783831794,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T134342_S20150915T102652_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1206,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T13:43:42.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150915T102026_001206_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":65,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-15T10:20:26.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-15T10:20:26.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"620ed403-886e-44b3-a7da-c2ac8ab26aa3","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(620ed403-886e-44b3-a7da-c2ac8ab26aa3)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T31SFB_20231015T134342.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(a0e1ab83-4246-4395-b8b2-ea83555fc932)/$value","ContentLength":285795056,"Checksum":[{"Value":"b0e947d135a04b111688b162d377af21","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:34:50.978356Z"},{"Value":"697ca6eba04859cefd015dd89ef47d1d7f4b1c369ec2de75a8a22ca4d0864465","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:34:51.524160Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T31SFB_20231015T134342.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"e53389ca-1525-4a66-af13-9e6fbfe1abc6","Name":"S2A_MSIL1C_20150928T103036_N0500_R108_T31SCV_20231015T170410.SAFE","ContentType":"application/octet-stream","ContentLength":206980052,"OriginDate":"2024-05-30T05:05:53.248000Z","PublicationDate":"2024-05-30T05:14:00.151633Z","ModificationDate":"2025-06-17T09:32:54.229497Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31SCV_20231015T170410.SAFE","Checksum":[{"Value":"3186efc4250cb8b3c472c7e189c1387f","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:53.497969Z"},{"Value":"45157c3a49e8242d8e4c2efef429cb6c2875b77de3249e343bfff0b61f3c66b0","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:53.918235Z"}],"ContentDate":{"Start":"2015-09-28T10:30:36.027000Z","End":"2015-09-28T10:30:36.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((1.60303144828121 35.1454961852063, 2.00972076437193 35.1508430712552, 1.99742868973177 36.1407019970639, 1.8758333049531 36.1390646115723, 1.87208881545866 36.125580925099, 1.83223359562089 35.9777975476943, 1.79081289436522 35.8305154284838, 1.75080855517219 35.6828331830592, 1.70960401121646 35.5353987273252, 1.66894670764946 35.3877911622034, 1.62845290267276 35.2400936809117, 1.60303144828121 35.1454961852063))'","GeoFootprint":{"type":"Polygon","coordinates":[[[1.60303144828121,35.1454961852063],[2.00972076437193,35.1508430712552],[1.99742868973177,36.1407019970639],[1.8758333049531,36.1390646115723],[1.87208881545866,36.125580925099],[1.83223359562089,35.9777975476943],[1.79081289436522,35.8305154284838],[1.75080855517219,35.6828331830592],[1.70960401121646,35.5353987273252],[1.66894670764946,35.3877911622034],[1.62845290267276,35.2400936809117],[1.60303144828121,35.1454961852063]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31SCV","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.0779514469909502,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T170410_S20150928T103701_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1392,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T17:04:10.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150928T103036_001392_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":108,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-28T10:30:36.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-28T10:30:36.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"56d90aea-47c3-4c96-a108-edcdeaeebbbc","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(56d90aea-47c3-4c96-a108-edcdeaeebbbc)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31SCV_20231015T170410.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(e53389ca-1525-4a66-af13-9e6fbfe1abc6)/$value","ContentLength":206980052,"Checksum":[{"Value":"3186efc4250cb8b3c472c7e189c1387f","Algorithm":"MD5","ChecksumDate":"2025-06-17T09:32:53.497969Z"},{"Value":"45157c3a49e8242d8e4c2efef429cb6c2875b77de3249e343bfff0b61f3c66b0","Algorithm":"BLAKE3","ChecksumDate":"2025-06-17T09:32:53.918235Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31SCV_20231015T170410.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"b2e15be3-c707-46bc-bc12-6bc7d123c4fb","Name":"S2A_MSIL1C_20150830T114356_N0500_R123_T30UUE_20231010T011652.SAFE","ContentType":"application/octet-stream","ContentLength":431660930,"OriginDate":"2024-06-13T06:10:26.458000Z","PublicationDate":"2024-06-13T06:16:19.996418Z","ModificationDate":"2025-06-22T23:05:02.249519Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T114356_N0500_R123_T30UUE_20231010T011652.SAFE","Checksum":[{"Value":"f34770fa8b6bc1cbd70a4054e8062bc4","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:05:01.204277Z"},{"Value":"91b0f7a44cdddc18e8929c06265e5ce888d9123507f0a963be54f8e6b0cd922b","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:05:01.875226Z"}],"ContentDate":{"Start":"2015-08-30T11:43:56.027000Z","End":"2015-08-30T11:43:56.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((-4.7071533 54.134163398731, -6.059601 54.1092064481199, -5.9890747 53.1236450370092, -5.273834 53.136679618113, -5.221222 53.2312101584205, -5.1409607 53.3746064975385, -5.0601807 53.5179567163154, -4.9789124 53.6612675513437, -4.897156 53.8045334173959, -4.8148804 53.9477627944595, -4.732239 54.090983913434, -4.7071533 54.134163398731))'","GeoFootprint":{"type":"Polygon","coordinates":[[[-4.7071533,54.134163398731],[-6.059601,54.1092064481199],[-5.9890747,53.1236450370092],[-5.273834,53.136679618113],[-5.221222,53.2312101584205],[-5.1409607,53.3746064975385],[-5.0601807,53.5179567163154],[-4.9789124,53.6612675513437],[-4.897156,53.8045334173959],[-4.8148804,53.9477627944595],[-4.732239,54.090983913434],[-4.7071533,54.134163398731]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"30UUE","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":97.8603450520239,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231010T011652_S20150830T114354_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":978,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-10T01:16:52.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150830T114356_000978_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":123,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-30T11:43:56.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-30T11:43:56.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"cdaeb60e-2a0f-4324-8937-ecdb1811911a","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(cdaeb60e-2a0f-4324-8937-ecdb1811911a)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T114356_N0500_R123_T30UUE_20231010T011652.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(b2e15be3-c707-46bc-bc12-6bc7d123c4fb)/$value","ContentLength":431660930,"Checksum":[{"Value":"f34770fa8b6bc1cbd70a4054e8062bc4","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:05:01.204277Z"},{"Value":"91b0f7a44cdddc18e8929c06265e5ce888d9123507f0a963be54f8e6b0cd922b","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:05:01.875226Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T114356_N0500_R123_T30UUE_20231010T011652.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"ffbf4852-0cd4-406f-8f79-5d5cf3db582b","Name":"S2A_MSIL1C_20150830T100016_N0500_R122_T33UYS_20231016T110421.SAFE","ContentType":"application/octet-stream","ContentLength":460494862,"OriginDate":"2024-06-12T02:46:49.484000Z","PublicationDate":"2024-06-12T02:53:05.221832Z","ModificationDate":"2025-06-22T23:05:02.895924Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T100016_N0500_R122_T33UYS_20231016T110421.SAFE","Checksum":[{"Value":"cf60f66d889592fbe8bc877ce69d90d4","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:05:01.678501Z"},{"Value":"aa89014d1fb982f301359e9e651f9116bfecb90a263c78de08199c05fc8f456a","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:05:02.411832Z"}],"ContentDate":{"Start":"2015-08-30T10:00:16.027000Z","End":"2015-08-30T10:00:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((18.9602567602798 51.3819501114374, 17.8757172886033 51.4158976963983, 17.815510113567 50.4297266140863, 18.4681245567763 50.409580671838, 18.5259252986262 50.5259641078344, 18.5979807675536 50.6702225735991, 18.6704965221305 50.8144202236528, 18.7434233413384 50.9585680732266, 18.8167497623575 51.102667710562, 18.8905418370881 51.2467048399189, 18.9602567602798 51.3819501114374))'","GeoFootprint":{"type":"Polygon","coordinates":[[[18.9602567602798,51.3819501114374],[17.8757172886033,51.4158976963983],[17.815510113567,50.4297266140863],[18.4681245567763,50.409580671838],[18.5259252986262,50.5259641078344],[18.5979807675536,50.6702225735991],[18.6704965221305,50.8144202236528],[18.7434233413384,50.9585680732266],[18.8167497623575,51.102667710562],[18.8905418370881,51.2467048399189],[18.9602567602798,51.3819501114374]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33UYS","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":6.85649828894909,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231016T110421_S20150830T100547_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":977,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-16T11:04:21.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150830T100016_000977_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":122,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-30T10:00:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-30T10:00:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"fb4e9ffe-160f-43f6-bde0-4306131a732d","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(fb4e9ffe-160f-43f6-bde0-4306131a732d)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T100016_N0500_R122_T33UYS_20231016T110421.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(ffbf4852-0cd4-406f-8f79-5d5cf3db582b)/$value","ContentLength":460494862,"Checksum":[{"Value":"cf60f66d889592fbe8bc877ce69d90d4","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:05:01.678501Z"},{"Value":"aa89014d1fb982f301359e9e651f9116bfecb90a263c78de08199c05fc8f456a","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:05:02.411832Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T100016_N0500_R122_T33UYS_20231016T110421.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"4cb79462-c9f6-4b5c-9e83-3abe746d6e9d","Name":"S2A_MSIL1C_20150831T093006_N0500_R136_T34UEV_20231025T065810.SAFE","ContentType":"application/octet-stream","ContentLength":728238273,"OriginDate":"2024-05-30T06:25:24.007000Z","PublicationDate":"2024-05-30T06:31:23.318441Z","ModificationDate":"2025-06-22T23:05:03.778369Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34UEV_20231025T065810.SAFE","Checksum":[{"Value":"efbe16ab1e25d901a0aa1cae9c95a4f4","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:05:01.750461Z"},{"Value":"da4257b1addce7e87c3fdd98fa95a23877983fc932c989e5ce5e9e13a1e0274e","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:05:03.118959Z"}],"ContentDate":{"Start":"2015-08-31T09:30:06.027000Z","End":"2015-08-31T09:30:06.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((21.0221747875799 48.6648861882211, 22.4906696405228 48.6553853487713, 22.5205956537251 49.6427370651644, 21.3996654354335 49.6500968711228, 21.3545483130596 49.531584750244, 21.2972328908155 49.3856595227953, 21.241031550687 49.2394937837192, 21.1850669356652 49.0933151480385, 21.1295547007917 48.9470687262301, 21.0745441111945 48.8007380894346, 21.0221747875799 48.6648861882211))'","GeoFootprint":{"type":"Polygon","coordinates":[[[21.0221747875799,48.6648861882211],[22.4906696405228,48.6553853487713],[22.5205956537251,49.6427370651644],[21.3996654354335,49.6500968711228],[21.3545483130596,49.531584750244],[21.2972328908155,49.3856595227953],[21.241031550687,49.2394937837192],[21.1850669356652,49.0933151480385],[21.1295547007917,48.9470687262301],[21.0745441111945,48.8007380894346],[21.0221747875799,48.6648861882211]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"34UEV","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.0,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":991,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-25T06:58:10.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150831T093006_000991_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":136,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-31T09:30:06.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"2625f157-06fb-4a0d-8816-29eb88de5131","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(2625f157-06fb-4a0d-8816-29eb88de5131)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34UEV_20231025T065810.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(4cb79462-c9f6-4b5c-9e83-3abe746d6e9d)/$value","ContentLength":728238273,"Checksum":[{"Value":"efbe16ab1e25d901a0aa1cae9c95a4f4","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:05:01.750461Z"},{"Value":"da4257b1addce7e87c3fdd98fa95a23877983fc932c989e5ce5e9e13a1e0274e","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:05:03.118959Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34UEV_20231025T065810.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"24100001-c0ee-4c27-92b8-eaf77c5fc748","Name":"S2A_MSIL1C_20150904T105046_N0500_R051_T31UFR_20231029T034702.SAFE","ContentType":"application/octet-stream","ContentLength":637033482,"OriginDate":"2024-06-03T05:31:47.778000Z","PublicationDate":"2024-06-03T05:40:15.448051Z","ModificationDate":"2025-06-22T22:57:04.030081Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/04/S2A_MSIL1C_20150904T105046_N0500_R051_T31UFR_20231029T034702.SAFE","Checksum":[{"Value":"ad288c3e2072a8487cb2d1ca8a3c83ca","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:57:02.411605Z"},{"Value":"2228c36e4d32adc663b845e48175a9e139be64eebdf95c88bc947bae63d67f18","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:57:03.723385Z"}],"ContentDate":{"Start":"2015-09-04T10:50:46.027000Z","End":"2015-09-04T10:50:46.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((5.92642703283833 50.5152889235913, 4.41134950604925 50.5437391742884, 4.38268436317301 49.5564944519631, 5.44782910379572 49.5367768690145, 5.515913263977 49.6784713564351, 5.58543776754242 49.8230215908471, 5.65554050114019 49.9674831186459, 5.7264347624369 50.1118063381361, 5.79730501284246 50.2561917593186, 5.86939193492613 50.4003301731474, 5.92642703283833 50.5152889235913))'","GeoFootprint":{"type":"Polygon","coordinates":[[[5.92642703283833,50.5152889235913],[4.41134950604925,50.5437391742884],[4.38268436317301,49.5564944519631],[5.44782910379572,49.5367768690145],[5.515913263977,49.6784713564351],[5.58543776754242,49.8230215908471],[5.65554050114019,49.9674831186459],[5.7264347624369,50.1118063381361],[5.79730501284246,50.2561917593186],[5.86939193492613,50.4003301731474],[5.92642703283833,50.5152889235913]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"31UFR","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":73.9537250256446,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231029T034702_S20150904T105646_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1049,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-29T03:47:02.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150904T105046_001049_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":51,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-04T10:50:46.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-04T10:50:46.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"689f74fc-e8f5-4217-868a-352b38b5583f","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(689f74fc-e8f5-4217-868a-352b38b5583f)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/04/S2A_MSIL1C_20150904T105046_N0500_R051_T31UFR_20231029T034702.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(24100001-c0ee-4c27-92b8-eaf77c5fc748)/$value","ContentLength":637033482,"Checksum":[{"Value":"ad288c3e2072a8487cb2d1ca8a3c83ca","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:57:02.411605Z"},{"Value":"2228c36e4d32adc663b845e48175a9e139be64eebdf95c88bc947bae63d67f18","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:57:03.723385Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/04/S2A_MSIL1C_20150904T105046_N0500_R051_T31UFR_20231029T034702.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"de1f0e36-bd1e-40d4-9444-ab893f923d3f","Name":"S2A_MSIL1C_20150915T102026_N0500_R065_T32UNU_20231015T134342.SAFE","ContentType":"application/octet-stream","ContentLength":741087734,"OriginDate":"2024-05-29T04:07:16.033000Z","PublicationDate":"2024-05-29T06:50:37.835156Z","ModificationDate":"2025-06-22T22:34:56.244079Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32UNU_20231015T134342.SAFE","Checksum":[{"Value":"ee1350208568a52764409c6e9fbd4208","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:34:53.778387Z"},{"Value":"0f0b6f6c6674683f9ff72173e1ada196ad62d38584e423c464ccc4a52b3a8ed9","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:34:54.855855Z"}],"ContentDate":{"Start":"2015-09-15T10:20:26.027000Z","End":"2015-09-15T10:20:26.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((8.99972790410621 48.7530130044756, 8.99973309634492 47.7651665667219, 10.4647868669399 47.7558186458081, 10.4932694755772 48.7433372246506, 8.99972790410621 48.7530130044756))'","GeoFootprint":{"type":"Polygon","coordinates":[[[8.99972790410621,48.7530130044756],[8.99973309634492,47.7651665667219],[10.4647868669399,47.7558186458081],[10.4932694755772,48.7433372246506],[8.99972790410621,48.7530130044756]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"32UNU","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":90.3467108602825,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231015T134342_S20150915T102652_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":1206,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-15T13:43:42.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150915T102026_001206_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":65,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-09-15T10:20:26.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-09-15T10:20:26.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"246cf5ef-427f-448d-a2ee-8350259a65d8","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(246cf5ef-427f-448d-a2ee-8350259a65d8)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32UNU_20231015T134342.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(de1f0e36-bd1e-40d4-9444-ab893f923d3f)/$value","ContentLength":741087734,"Checksum":[{"Value":"ee1350208568a52764409c6e9fbd4208","Algorithm":"MD5","ChecksumDate":"2025-06-22T22:34:53.778387Z"},{"Value":"0f0b6f6c6674683f9ff72173e1ada196ad62d38584e423c464ccc4a52b3a8ed9","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T22:34:54.855855Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32UNU_20231015T134342.SAFE"}]},{"@odata.mediaContentType":"application/octet-stream","Id":"f20d5dd2-fb65-4b3a-a323-1bfa8d4838ff","Name":"S2A_MSIL1C_20150830T100016_N0500_R122_T33UUQ_20231016T110421.SAFE","ContentType":"application/octet-stream","ContentLength":78595995,"OriginDate":"2024-06-12T02:40:20.345000Z","PublicationDate":"2024-06-12T02:46:30.056944Z","ModificationDate":"2025-06-22T23:05:03.784193Z","Online":true,"EvictionDate":"9999-12-31T23:59:59.999999Z","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T100016_N0500_R122_T33UUQ_20231016T110421.SAFE","Checksum":[{"Value":"c90b60f17a9149177781b629d23ede90","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:05:03.303636Z"},{"Value":"d137be1ef53b10b5a6ba3ceaf40abf7d643b75c42d87aa8a91b0bfe15c3689fa","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:05:03.466784Z"}],"ContentDate":{"Start":"2015-08-30T10:00:16.027000Z","End":"2015-08-30T10:00:16.027000Z"},"Footprint":"geography'SRID=4326;POLYGON ((13.4674722826783 48.6532554310921, 13.7751310377905 48.6585189163826, 13.7564011064552 49.4105467492476, 13.7379359523846 49.362922028278, 13.6822024606197 49.2166663101795, 13.6272628695573 49.0702602724889, 13.5713057925339 48.9241667341142, 13.5148094488535 48.778259312423, 13.4674722826783 48.6532554310921))'","GeoFootprint":{"type":"Polygon","coordinates":[[[13.4674722826783,48.6532554310921],[13.7751310377905,48.6585189163826],[13.7564011064552,49.4105467492476],[13.7379359523846,49.362922028278],[13.6822024606197,49.2166663101795],[13.6272628695573,49.0702602724889],[13.5713057925339,48.9241667341142],[13.5148094488535,48.778259312423],[13.4674722826783,48.6532554310921]]]},"Attributes":[{"@odata.type":"#OData.CSC.StringAttribute","Name":"origin","Value":"ESA","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"tileId","Value":"33UUQ","ValueType":"String"},{"@odata.type":"#OData.CSC.DoubleAttribute","Name":"cloudCover","Value":0.0,"ValueType":"Double"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"datastripId","Value":"S2A_OPER_MSI_L1C_DS_S2RP_20231016T110421_S20150830T100547_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"orbitNumber","Value":977,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"processingDate","Value":"2023-10-16T11:04:21.000000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productGroupId","Value":"GS2A_20150830T100016_000977_N05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"operationalMode","Value":"INS-NOBS","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processingLevel","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"processorVersion","Value":"05.00","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformShortName","Value":"SENTINEL-2","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"instrumentShortName","Value":"MSI","ValueType":"String"},{"@odata.type":"#OData.CSC.IntegerAttribute","Name":"relativeOrbitNumber","Value":122,"ValueType":"Integer"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"platformSerialIdentifier","Value":"A","ValueType":"String"},{"@odata.type":"#OData.CSC.StringAttribute","Name":"productType","Value":"S2MSI1C","ValueType":"String"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"beginningDateTime","Value":"2015-08-30T10:00:16.027000Z","ValueType":"DateTimeOffset"},{"@odata.type":"#OData.CSC.DateTimeOffsetAttribute","Name":"endingDateTime","Value":"2015-08-30T10:00:16.027000Z","ValueType":"DateTimeOffset"}],"Assets":[{"Type":"QUICKLOOK","Id":"a01d972e-51bc-41f9-9d16-d148c7d2f093","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(a01d972e-51bc-41f9-9d16-d148c7d2f093)/$value","S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T100016_N0500_R122_T33UUQ_20231016T110421.SAFE"}],"Locations":[{"FormatType":"Extracted","DownloadLink":"https://catalogue.dataspace.copernicus.eu/odata/v1/Products(f20d5dd2-fb65-4b3a-a323-1bfa8d4838ff)/$value","ContentLength":78595995,"Checksum":[{"Value":"c90b60f17a9149177781b629d23ede90","Algorithm":"MD5","ChecksumDate":"2025-06-22T23:05:03.303636Z"},{"Value":"d137be1ef53b10b5a6ba3ceaf40abf7d643b75c42d87aa8a91b0bfe15c3689fa","Algorithm":"BLAKE3","ChecksumDate":"2025-06-22T23:05:03.466784Z"}],"S3Path":"/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T100016_N0500_R122_T33UUQ_20231016T110421.SAFE"}]}],"@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&%24top=200&%24expand=Assets&%24expand=Attributes&%24expand=Locations&%24skip=200"}
{
"@odata.context": "$metadata#Products(Assets(),Attributes(),Locations())",
"value": [
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "a5b6cf23-37d4-4caa-b41c-0ebb7b786d4f",
"Name": "S2A_MSIL1C_20150925T102026_N0500_R065_T31SFA_20231015T151854.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 594326127,
"OriginDate": "2024-05-29T06:45:21.797000Z",
"PublicationDate": "2024-05-29T08:02:47.416686Z",
"ModificationDate": "2025-06-03T03:22:17.366318Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/25/S2A_MSIL1C_20150925T102026_N0500_R065_T31SFA_20231015T151854.SAFE",
"Checksum": [
{
"Value": "4cb573a56156182a2612193c44bdfdd9",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-03T03:22:15.575144Z"
},
{
"Value": "a23c32af902f34d51e1e92bdf907cd15101f418e0bb8a24dc82ad279ad5d551f",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-03T03:22:16.485592Z"
}
],
"ContentDate": {
"Start": "2015-09-25T10:20:26.027000Z",
"End": "2015-09-25T10:20:26.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((4.36936958624773 36.0478655663693, 5.32861422947231 36.0341050488195, 5.35846754627876 37.0231378025631, 4.64542067795778 37.033606133609, 4.63526943853948 36.9976846206414, 4.59371789778051 36.8502964067506, 4.55469279002645 36.7020704473729, 4.51402721082055 36.5542955697886, 4.46919249432583 36.4077239034386, 4.42825157895174 36.2600019983427, 4.38702164550277 36.11238384525, 4.36936958624773 36.0478655663693))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
4.36936958624773,
36.0478655663693
],
[
5.32861422947231,
36.0341050488195
],
[
5.35846754627876,
37.0231378025631
],
[
4.64542067795778,
37.033606133609
],
[
4.63526943853948,
36.9976846206414
],
[
4.59371789778051,
36.8502964067506
],
[
4.55469279002645,
36.7020704473729
],
[
4.51402721082055,
36.5542955697886
],
[
4.46919249432583,
36.4077239034386
],
[
4.42825157895174,
36.2600019983427
],
[
4.38702164550277,
36.11238384525
],
[
4.36936958624773,
36.0478655663693
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31SFA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 19.8287273806201,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T151854_S20150925T102659_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1349,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T15:18:54.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150925T102026_001349_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 65,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-25T10:20:26.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-25T10:20:26.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "a15d17d6-e8df-482b-9b08-bdec61e60478",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(a15d17d6-e8df-482b-9b08-bdec61e60478)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/25/S2A_MSIL1C_20150925T102026_N0500_R065_T31SFA_20231015T151854.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(a5b6cf23-37d4-4caa-b41c-0ebb7b786d4f)/$value",
"ContentLength": 594326127,
"Checksum": [
{
"Value": "4cb573a56156182a2612193c44bdfdd9",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-03T03:22:15.575144Z"
},
{
"Value": "a23c32af902f34d51e1e92bdf907cd15101f418e0bb8a24dc82ad279ad5d551f",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-03T03:22:16.485592Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/25/S2A_MSIL1C_20150925T102026_N0500_R065_T31SFA_20231015T151854.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "2e9de246-6fa9-46bc-8c81-f8af5c73fcaa",
"Name": "S2A_MSIL1C_20150928T103036_N0500_R108_T31SGA_20231015T170410.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 88243441,
"OriginDate": "2024-05-30T05:05:24.998000Z",
"PublicationDate": "2024-05-30T05:12:07.021704Z",
"ModificationDate": "2025-06-03T03:22:32.790508Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31SGA_20231015T170410.SAFE",
"Checksum": [
{
"Value": "c6016d29ca25217e88c23c47c2111e04",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-03T03:22:32.323074Z"
},
{
"Value": "a2fa71312170272d96d0e8b49ac1cef1adeae62e4fab3cb4da4609abd2d5de49",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-03T03:22:32.504651Z"
}
],
"ContentDate": {
"Start": "2015-09-28T10:30:36.027000Z",
"End": "2015-09-28T10:30:36.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((5.52921018392821 37.0184902515117, 5.24793054302468 37.0252843030289, 5.22078647552738 36.0818119881622, 5.2217964796259 36.0848928179059, 5.26911407757778 36.2318605731421, 5.3171573620147 36.3786443080902, 5.36573144348035 36.5252830999837, 5.41554818591138 36.6715060075421, 5.46341882337031 36.8181912018109, 5.51153275204083 36.9648397955319, 5.52921018392821 37.0184902515117))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
5.52921018392821,
37.0184902515117
],
[
5.24793054302468,
37.0252843030289
],
[
5.22078647552738,
36.0818119881622
],
[
5.2217964796259,
36.0848928179059
],
[
5.26911407757778,
36.2318605731421
],
[
5.3171573620147,
36.3786443080902
],
[
5.36573144348035,
36.5252830999837
],
[
5.41554818591138,
36.6715060075421
],
[
5.46341882337031,
36.8181912018109
],
[
5.51153275204083,
36.9648397955319
],
[
5.52921018392821,
37.0184902515117
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31SGA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.139787161002403,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T170410_S20150928T103701_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1392,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T17:04:10.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150928T103036_001392_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 108,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-28T10:30:36.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-28T10:30:36.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "d2413d43-3c1c-468f-90b1-e8b931ce8f37",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(d2413d43-3c1c-468f-90b1-e8b931ce8f37)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31SGA_20231015T170410.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(2e9de246-6fa9-46bc-8c81-f8af5c73fcaa)/$value",
"ContentLength": 88243441,
"Checksum": [
{
"Value": "c6016d29ca25217e88c23c47c2111e04",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-03T03:22:32.323074Z"
},
{
"Value": "a2fa71312170272d96d0e8b49ac1cef1adeae62e4fab3cb4da4609abd2d5de49",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-03T03:22:32.504651Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31SGA_20231015T170410.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "84bd5d94-c452-45bd-b88e-1bce2ef5e34d",
"Name": "S2A_MSIL1C_20150925T102026_N0500_R065_T31SEU_20231015T151854.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 155685514,
"OriginDate": "2024-05-29T06:38:20.774000Z",
"PublicationDate": "2024-05-29T07:48:32.984855Z",
"ModificationDate": "2025-06-03T03:22:43.428553Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/25/S2A_MSIL1C_20150925T102026_N0500_R065_T31SEU_20231015T151854.SAFE",
"Checksum": [
{
"Value": "d2d29af03df972805deba39bd0ef6c2e",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-03T03:22:42.920822Z"
},
{
"Value": "c1997a166b626814f14ce71d05eed213e24dee6bb459064fd805e8ecfdcbd93d",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-03T03:22:43.166651Z"
}
],
"ContentDate": {
"Start": "2015-09-25T10:20:26.027000Z",
"End": "2015-09-25T10:20:26.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((3.87461409513323 34.2486683877293, 4.19219818904784 34.2471243768696, 4.20650672552768 35.2370638906022, 4.14422716155762 35.2373742659623, 4.14140473512524 35.2270138931775, 4.10179609146068 35.0792726235543, 4.06198986345874 34.9315378423555, 4.0212621981003 34.7840401945687, 3.98076361812783 34.6364090110231, 3.94073011858865 34.4885893014217, 3.89985140241286 34.3410621566686, 3.87461409513323 34.2486683877293))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
3.87461409513323,
34.2486683877293
],
[
4.19219818904784,
34.2471243768696
],
[
4.20650672552768,
35.2370638906022
],
[
4.14422716155762,
35.2373742659623
],
[
4.14140473512524,
35.2270138931775
],
[
4.10179609146068,
35.0792726235543
],
[
4.06198986345874,
34.9315378423555
],
[
4.0212621981003,
34.7840401945687
],
[
3.98076361812783,
34.6364090110231
],
[
3.94073011858865,
34.4885893014217
],
[
3.89985140241286,
34.3410621566686
],
[
3.87461409513323,
34.2486683877293
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31SEU",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 25.8594222272227,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T151854_S20150925T102659_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1349,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T15:18:54.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150925T102026_001349_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 65,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-25T10:20:26.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-25T10:20:26.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "26520fd0-922e-4102-a459-bc2109f237e7",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(26520fd0-922e-4102-a459-bc2109f237e7)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/25/S2A_MSIL1C_20150925T102026_N0500_R065_T31SEU_20231015T151854.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(84bd5d94-c452-45bd-b88e-1bce2ef5e34d)/$value",
"ContentLength": 155685514,
"Checksum": [
{
"Value": "d2d29af03df972805deba39bd0ef6c2e",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-03T03:22:42.920822Z"
},
{
"Value": "c1997a166b626814f14ce71d05eed213e24dee6bb459064fd805e8ecfdcbd93d",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-03T03:22:43.166651Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/25/S2A_MSIL1C_20150925T102026_N0500_R065_T31SEU_20231015T151854.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "8e9fff9e-e4ce-4ae2-8d58-2d10648bd070",
"Name": "S2A_MSIL1C_20150704T101006_N0500_R022_T33TUJ_20231011T134419.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 309491044,
"OriginDate": "2024-06-11T19:18:13.068000Z",
"PublicationDate": "2024-06-11T19:26:33.304328Z",
"ModificationDate": "2025-06-17T09:31:21.178356Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33TUJ_20231011T134419.SAFE",
"Checksum": [
{
"Value": "a7614930aa93c5a385ebc4254cd44040",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:20.345011Z"
},
{
"Value": "238d556ad63e5a1f36915c7ca568f84e67d37df1f814bd693c0303afb9c31d93",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:20.861885Z"
}
],
"ContentDate": {
"Start": "2015-07-04T10:10:06.027000Z",
"End": "2015-07-04T10:10:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((13.1899222656268 44.237006239399, 12.4959285929038 44.2259641547634, 12.5367723231367 43.2382625533271, 12.7950868772749 43.2422998174179, 12.8444811146014 43.368062653966, 12.9017577040322 43.5138796148191, 12.9598041587123 43.6596239839945, 13.017740109289 43.805450927528, 13.0757154419478 43.9512940412177, 13.133897160282 44.0970417468386, 13.1899222656268 44.237006239399))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
13.1899222656268,
44.237006239399
],
[
12.4959285929038,
44.2259641547634
],
[
12.5367723231367,
43.2382625533271
],
[
12.7950868772749,
43.2422998174179
],
[
12.8444811146014,
43.368062653966
],
[
12.9017577040322,
43.5138796148191
],
[
12.9598041587123,
43.6596239839945
],
[
13.017740109289,
43.805450927528
],
[
13.0757154419478,
43.9512940412177
],
[
13.133897160282,
44.0970417468386
],
[
13.1899222656268,
44.237006239399
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33TUJ",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.812570034370385,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 162,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T13:44:19.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150704T101006_000162_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "1da58d25-decf-47ec-a03e-703f9c61de33",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(1da58d25-decf-47ec-a03e-703f9c61de33)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33TUJ_20231011T134419.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(8e9fff9e-e4ce-4ae2-8d58-2d10648bd070)/$value",
"ContentLength": 309491044,
"Checksum": [
{
"Value": "a7614930aa93c5a385ebc4254cd44040",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:20.345011Z"
},
{
"Value": "238d556ad63e5a1f36915c7ca568f84e67d37df1f814bd693c0303afb9c31d93",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:20.861885Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33TUJ_20231011T134419.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "d5a86070-0a63-4a33-8b5a-6e1f9e730dda",
"Name": "S2A_MSIL1C_20150924T105417_N0500_R051_T31SBU_20231015T155509.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 50493494,
"OriginDate": "2024-05-29T00:38:37.498000Z",
"PublicationDate": "2024-05-29T00:51:19.676190Z",
"ModificationDate": "2025-06-03T03:23:52.849464Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105417_N0500_R051_T31SBU_20231015T155509.SAFE",
"Checksum": [
{
"Value": "c97eee9288edf3d4ca9b2a9a91e2dccc",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-03T03:23:52.508667Z"
},
{
"Value": "ef5e1c6470b9cce3be92d806dff971ed498beaaf5a723d447a7c4fe74f580068",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-03T03:23:52.595692Z"
}
],
"ContentDate": {
"Start": "2015-09-24T10:54:17.512000Z",
"End": "2015-09-24T10:54:17.512000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((-0.095581055 35.2026503238049, -0.29519653 35.1982077227238, -0.27334595 34.6448587077395, -0.24386597 34.7375447089516, -0.19717407 34.8841691769897, -0.1506958 35.0309138947912, -0.10360718 35.1776904960815, -0.095581055 35.2026503238049))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
-0.095581055,
35.2026503238049
],
[
-0.29519653,
35.1982077227238
],
[
-0.27334595,
34.6448587077395
],
[
-0.24386597,
34.7375447089516
],
[
-0.19717407,
34.8841691769897
],
[
-0.1506958,
35.0309138947912
],
[
-0.10360718,
35.1776904960815
],
[
-0.095581055,
35.2026503238049
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31SBU",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 73.6626551165029,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T155509_S20150924T105952_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1335,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T15:55:09.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150924T105417_001335_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 51,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-24T10:54:17.512000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-24T10:54:17.512000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "a9ad3d3c-1f7d-4ec3-9a4b-7053bc7f4aeb",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(a9ad3d3c-1f7d-4ec3-9a4b-7053bc7f4aeb)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105417_N0500_R051_T31SBU_20231015T155509.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(d5a86070-0a63-4a33-8b5a-6e1f9e730dda)/$value",
"ContentLength": 50493494,
"Checksum": [
{
"Value": "c97eee9288edf3d4ca9b2a9a91e2dccc",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-03T03:23:52.508667Z"
},
{
"Value": "ef5e1c6470b9cce3be92d806dff971ed498beaaf5a723d447a7c4fe74f580068",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-03T03:23:52.595692Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105417_N0500_R051_T31SBU_20231015T155509.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "2e8697e6-12cc-4caa-91b2-0c1217d134b3",
"Name": "S2A_MSIL1C_20150706T105016_N0500_R051_T31SBU_20231009T094109.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 61365040,
"OriginDate": "2024-06-07T00:00:05.919000Z",
"PublicationDate": "2024-06-07T00:05:50.815072Z",
"ModificationDate": "2025-06-17T09:31:08.679871Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31SBU_20231009T094109.SAFE",
"Checksum": [
{
"Value": "58c39cfa31b08f6a2bf03ef17eefd566",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:08.252167Z"
},
{
"Value": "87ec3fd7cbf93c1397ca597f66ead2c0de8dbaa37122dc367d37b156d380ae28",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:08.359962Z"
}
],
"ContentDate": {
"Start": "2015-07-06T10:50:16.027000Z",
"End": "2015-07-06T10:50:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((-0.093776597226807 35.2026903503532, -0.295183544183734 35.1982077227238, -0.273239927942569 34.6420824105926, -0.23784474675837 34.7523290455148, -0.190644721056189 34.8991732535266, -0.143879945341613 35.0461153788635, -0.096879384947955 35.192985917741, -0.093776597226807 35.2026903503532))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
-0.093776597226807,
35.2026903503532
],
[
-0.295183544183734,
35.1982077227238
],
[
-0.273239927942569,
34.6420824105926
],
[
-0.23784474675837,
34.7523290455148
],
[
-0.190644721056189,
34.8991732535266
],
[
-0.143879945341613,
35.0461153788635
],
[
-0.096879384947955,
35.192985917741
],
[
-0.093776597226807,
35.2026903503532
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31SBU",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.0,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 191,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T09:41:09.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150706T105016_000191_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 51,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "680fd216-0bd0-408b-b03b-7d75dadea54c",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(680fd216-0bd0-408b-b03b-7d75dadea54c)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31SBU_20231009T094109.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(2e8697e6-12cc-4caa-91b2-0c1217d134b3)/$value",
"ContentLength": 61365040,
"Checksum": [
{
"Value": "58c39cfa31b08f6a2bf03ef17eefd566",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:08.252167Z"
},
{
"Value": "87ec3fd7cbf93c1397ca597f66ead2c0de8dbaa37122dc367d37b156d380ae28",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:08.359962Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31SBU_20231009T094109.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "35462a9a-641f-4c2c-bb4c-d5711190c461",
"Name": "S2A_MSIL1C_20150929T100358_N0500_R122_T33UVS_20231015T131435.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 352274903,
"OriginDate": "2024-05-28T08:54:42.930000Z",
"PublicationDate": "2024-05-28T09:15:58.270779Z",
"ModificationDate": "2025-06-22T22:19:05.815658Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/29/S2A_MSIL1C_20150929T100358_N0500_R122_T33UVS_20231015T131435.SAFE",
"Checksum": [
{
"Value": "8bcaa3e7e3db93053391af81cfb2d391",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:19:04.310199Z"
},
{
"Value": "1204110e94d294c078f4f31483f18199d3befc8063c6e5fc3cfe2227395c7e9d",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:19:04.847471Z"
}
],
"ContentDate": {
"Start": "2015-09-29T10:03:58.514000Z",
"End": "2015-09-29T10:03:58.514000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((14.1481613371976 50.4583112490254, 15.1375124947581 50.4637171677759, 15.1395206551881 51.1368946338377, 15.0288797405447 51.1523352235312, 14.8339188040523 51.1791764494809, 14.8339666640402 51.1792910890071, 14.8049166512005 51.1833009361083, 14.8048157549683 51.1830568805971, 14.4956830940298 51.2258592190641, 14.4611295339962 51.2305340585581, 14.4024304648911 51.0848971031755, 14.3431300034842 50.9390133429144, 14.2841396865659 50.7930430950965, 14.2245955342474 50.6472438891451, 14.1653751586075 50.5013680085781, 14.1481613371976 50.4583112490254))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
14.1481613371976,
50.4583112490254
],
[
15.1375124947581,
50.4637171677759
],
[
15.1395206551881,
51.1368946338377
],
[
15.0288797405447,
51.1523352235312
],
[
14.8339188040523,
51.1791764494809
],
[
14.8339666640402,
51.1792910890071
],
[
14.8049166512005,
51.1833009361083
],
[
14.8048157549683,
51.1830568805971
],
[
14.4956830940298,
51.2258592190641
],
[
14.4611295339962,
51.2305340585581
],
[
14.4024304648911,
51.0848971031755
],
[
14.3431300034842,
50.9390133429144
],
[
14.2841396865659,
50.7930430950965
],
[
14.2245955342474,
50.6472438891451
],
[
14.1653751586075,
50.5013680085781
],
[
14.1481613371976,
50.4583112490254
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33UVS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 44.725399687226,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T131435_S20150929T100633_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1406,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T13:14:35.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150929T100358_001406_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 122,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-29T10:03:58.514000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-29T10:03:58.514000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "fadda15d-8f31-4588-8ffd-395acdbe1f1b",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(fadda15d-8f31-4588-8ffd-395acdbe1f1b)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/29/S2A_MSIL1C_20150929T100358_N0500_R122_T33UVS_20231015T131435.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(35462a9a-641f-4c2c-bb4c-d5711190c461)/$value",
"ContentLength": 352274903,
"Checksum": [
{
"Value": "8bcaa3e7e3db93053391af81cfb2d391",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:19:04.310199Z"
},
{
"Value": "1204110e94d294c078f4f31483f18199d3befc8063c6e5fc3cfe2227395c7e9d",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:19:04.847471Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/29/S2A_MSIL1C_20150929T100358_N0500_R122_T33UVS_20231015T131435.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "a8dc493a-983a-483b-8ccf-6b7e08d15455",
"Name": "S2A_MSIL1C_20150925T102026_N0500_R065_T32SMF_20231015T151854.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 45823117,
"OriginDate": "2024-05-29T06:36:20.308000Z",
"PublicationDate": "2024-05-29T07:41:32.715900Z",
"ModificationDate": "2025-06-03T03:28:11.245945Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/25/S2A_MSIL1C_20150925T102026_N0500_R065_T32SMF_20231015T151854.SAFE",
"Checksum": [
{
"Value": "c40821d70736f5e09a5fc37be64c7821",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-03T03:28:10.869003Z"
},
{
"Value": "c00731351fa277310ab00a0007f8bb9c8ae7fe8952bd2cc2dd0b6d35fe91ba0a",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-03T03:28:10.955879Z"
}
],
"ContentDate": {
"Start": "2015-09-25T10:20:26.027000Z",
"End": "2015-09-25T10:20:26.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((8.05506511913507 37.0420198951214, 7.87506473735341 37.0412497845221, 7.88251443005952 36.5239204336875, 7.92785305414125 36.6579391011088, 7.97640369004609 36.8047818522449, 8.02503329755777 36.9516736396753, 8.05506511913507 37.0420198951214))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
8.05506511913507,
37.0420198951214
],
[
7.87506473735341,
37.0412497845221
],
[
7.88251443005952,
36.5239204336875
],
[
7.92785305414125,
36.6579391011088
],
[
7.97640369004609,
36.8047818522449
],
[
8.02503329755777,
36.9516736396753
],
[
8.05506511913507,
37.0420198951214
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32SMF",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 69.2246353018434,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T151854_S20150925T102659_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1349,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T15:18:54.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150925T102026_001349_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 65,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-25T10:20:26.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-25T10:20:26.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "53fc7ce9-4433-43f1-93c0-bd0bfc2b770d",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(53fc7ce9-4433-43f1-93c0-bd0bfc2b770d)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/25/S2A_MSIL1C_20150925T102026_N0500_R065_T32SMF_20231015T151854.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(a8dc493a-983a-483b-8ccf-6b7e08d15455)/$value",
"ContentLength": 45823117,
"Checksum": [
{
"Value": "c40821d70736f5e09a5fc37be64c7821",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-03T03:28:10.869003Z"
},
{
"Value": "c00731351fa277310ab00a0007f8bb9c8ae7fe8952bd2cc2dd0b6d35fe91ba0a",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-03T03:28:10.955879Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/25/S2A_MSIL1C_20150925T102026_N0500_R065_T32SMF_20231015T151854.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "dc979613-6f0a-439b-9962-9420777c3259",
"Name": "S2A_MSIL1C_20150831T111056_N0500_R137_T31UDT_20231009T113151.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 39770439,
"OriginDate": "2024-06-04T15:23:02.501000Z",
"PublicationDate": "2024-06-04T15:31:10.764205Z",
"ModificationDate": "2025-06-22T23:04:28.214213Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T111056_N0500_R137_T31UDT_20231009T113151.SAFE",
"Checksum": [
{
"Value": "af37dd395b258bea21323ab346e2d0be",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:27.669440Z"
},
{
"Value": "36ef1cd77314fb05cfb51c17c4d5cc762688d28c6064574ed0ceccef8a46592b",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:27.757006Z"
}
],
"ContentDate": {
"Start": "2015-08-31T11:10:56.027000Z",
"End": "2015-08-31T11:10:56.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((1.6509917592968 51.9824953656365, 1.6992528432163 52.0735876244286, 1.77584201522134 52.2173739345053, 1.84320364789127 52.3430956207467, 1.53152890258829 52.3413478028532, 1.54225579561562 52.0081886923958, 1.6509917592968 51.9824953656365))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
1.6509917592968,
51.9824953656365
],
[
1.6992528432163,
52.0735876244286
],
[
1.77584201522134,
52.2173739345053
],
[
1.84320364789127,
52.3430956207467
],
[
1.53152890258829,
52.3413478028532
],
[
1.54225579561562,
52.0081886923958
],
[
1.6509917592968,
51.9824953656365
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31UDT",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 100.0,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T113151_S20150831T111059_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 992,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T11:31:51.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150831T111056_000992_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 137,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-31T11:10:56.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-31T11:10:56.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "cac1668c-0d4e-4cfd-8485-69d7a3c5a95b",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(cac1668c-0d4e-4cfd-8485-69d7a3c5a95b)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T111056_N0500_R137_T31UDT_20231009T113151.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(dc979613-6f0a-439b-9962-9420777c3259)/$value",
"ContentLength": 39770439,
"Checksum": [
{
"Value": "af37dd395b258bea21323ab346e2d0be",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:27.669440Z"
},
{
"Value": "36ef1cd77314fb05cfb51c17c4d5cc762688d28c6064574ed0ceccef8a46592b",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:27.757006Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T111056_N0500_R137_T31UDT_20231009T113151.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "154c0c13-4f6b-4d17-b908-e3e1c67d2952",
"Name": "S2A_MSIL1C_20150929T100358_N0500_R122_T33UWS_20231015T131435.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 518691371,
"OriginDate": "2024-05-28T08:54:53.304000Z",
"PublicationDate": "2024-05-28T09:33:22.763487Z",
"ModificationDate": "2025-06-22T22:19:16.018812Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/29/S2A_MSIL1C_20150929T100358_N0500_R122_T33UWS_20231015T131435.SAFE",
"Checksum": [
{
"Value": "9e30a5ecca29a2419659df6727d9e77f",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:19:14.756622Z"
},
{
"Value": "58100f93eaeddad8b24cb2f39883c66ab9bd27e15e0e33dcc6861c24b7465ce3",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:19:15.544663Z"
}
],
"ContentDate": {
"Start": "2015-09-29T10:03:58.514000Z",
"End": "2015-09-29T10:03:58.514000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((14.9997139781391 51.1563506167316, 14.9997182116692 50.4637984017553, 16.5464364414626 50.453523278919, 16.5614846996716 50.9021486395126, 16.511841987291 50.9113851423961, 16.5120406003452 50.9118243410512, 16.5042615607043 50.9131999241162, 16.498286680739 50.914312631576, 16.4967255260588 50.9145884619741, 16.4967021461113 50.9145366704467, 16.4965276735372 50.9145675227793, 16.4964619938876 50.914422042324, 16.188313932634 50.9689868878686, 16.1883521396143 50.9690729759257, 16.1863301037477 50.9694302364619, 16.1848436908127 50.9696832218931, 16.1673553741594 50.9727757157397, 16.1673075965126 50.9726678409539, 16.1636463100857 50.9732909868534, 16.1636180475385 50.9732271058633, 15.8519826705474 51.0261742830219, 15.8522097821685 51.026695081079, 15.8385930528534 51.0288334869883, 15.8385556735135 51.0287478967942, 15.7810179218599 51.0378588029119, 15.5205921889121 51.0787049907794, 15.5206196780101 51.0787688369569, 15.5205624141178 51.0787778298246, 15.5206280701195 51.0789308242717, 15.5186909883635 51.079228893942, 15.5021123502587 51.0818367776153, 15.5001639240883 51.0821370989926, 15.5001076755758 51.0820058638844, 15.2224782341427 51.1247942937374, 15.1771019666822 51.1317644349037, 15.1771125375936 51.1317894923313, 15.1766210297147 51.1318651234144, 15.1766769152246 51.1319978868938, 15.1680713347233 51.1333243111778, 15.1637706733826 51.1339209393063, 15.1636070539821 51.1335332353698, 15.0288797405447 51.1523352235312, 14.9997139781391 51.1563506167316))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
14.9997139781391,
51.1563506167316
],
[
14.9997182116692,
50.4637984017553
],
[
16.5464364414626,
50.453523278919
],
[
16.5614846996716,
50.9021486395126
],
[
16.511841987291,
50.9113851423961
],
[
16.5120406003452,
50.9118243410512
],
[
16.5042615607043,
50.9131999241162
],
[
16.498286680739,
50.914312631576
],
[
16.4967255260588,
50.9145884619741
],
[
16.4967021461113,
50.9145366704467
],
[
16.4965276735372,
50.9145675227793
],
[
16.4964619938876,
50.914422042324
],
[
16.188313932634,
50.9689868878686
],
[
16.1883521396143,
50.9690729759257
],
[
16.1863301037477,
50.9694302364619
],
[
16.1848436908127,
50.9696832218931
],
[
16.1673553741594,
50.9727757157397
],
[
16.1673075965126,
50.9726678409539
],
[
16.1636463100857,
50.9732909868534
],
[
16.1636180475385,
50.9732271058633
],
[
15.8519826705474,
51.0261742830219
],
[
15.8522097821685,
51.026695081079
],
[
15.8385930528534,
51.0288334869883
],
[
15.8385556735135,
51.0287478967942
],
[
15.7810179218599,
51.0378588029119
],
[
15.5205921889121,
51.0787049907794
],
[
15.5206196780101,
51.0787688369569
],
[
15.5205624141178,
51.0787778298246
],
[
15.5206280701195,
51.0789308242717
],
[
15.5186909883635,
51.079228893942
],
[
15.5021123502587,
51.0818367776153
],
[
15.5001639240883,
51.0821370989926
],
[
15.5001076755758,
51.0820058638844
],
[
15.2224782341427,
51.1247942937374
],
[
15.1771019666822,
51.1317644349037
],
[
15.1771125375936,
51.1317894923313
],
[
15.1766210297147,
51.1318651234144
],
[
15.1766769152246,
51.1319978868938
],
[
15.1680713347233,
51.1333243111778
],
[
15.1637706733826,
51.1339209393063
],
[
15.1636070539821,
51.1335332353698
],
[
15.0288797405447,
51.1523352235312
],
[
14.9997139781391,
51.1563506167316
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33UWS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 66.6652472547205,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T131435_S20150929T100633_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1406,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T13:14:35.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150929T100358_001406_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 122,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-29T10:03:58.514000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-29T10:03:58.514000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "de4830ce-0a59-45fa-9491-c2e233902ca0",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(de4830ce-0a59-45fa-9491-c2e233902ca0)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/29/S2A_MSIL1C_20150929T100358_N0500_R122_T33UWS_20231015T131435.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(154c0c13-4f6b-4d17-b908-e3e1c67d2952)/$value",
"ContentLength": 518691371,
"Checksum": [
{
"Value": "9e30a5ecca29a2419659df6727d9e77f",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:19:14.756622Z"
},
{
"Value": "58100f93eaeddad8b24cb2f39883c66ab9bd27e15e0e33dcc6861c24b7465ce3",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:19:15.544663Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/29/S2A_MSIL1C_20150929T100358_N0500_R122_T33UWS_20231015T131435.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "c147706d-4294-43bb-afd3-0513800c7a0a",
"Name": "S2A_MSIL1C_20150704T101006_N0500_R022_T32TNT_20231011T134419.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 47725836,
"OriginDate": "2024-06-11T19:00:06.545000Z",
"PublicationDate": "2024-06-11T19:05:38.679394Z",
"ModificationDate": "2025-06-17T09:31:11.509580Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TNT_20231011T134419.SAFE",
"Checksum": [
{
"Value": "a1aaff2709199769f74f47b0206a109f",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:11.087032Z"
},
{
"Value": "604b1f33fb9aacca7d1b297fbd53ac1346aa56b089b2a019e5582e9dc0cde5f4",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:11.204195Z"
}
],
"ContentDate": {
"Start": "2015-07-04T10:10:06.027000Z",
"End": "2015-07-04T10:10:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((10.2813815545472 46.857638512112, 10.44014982441 46.8566398819074, 10.4535241507292 47.3435847974528, 10.4258933210779 47.2662548398685, 10.3766895642014 47.1189142392951, 10.3230962842209 46.9727336583698, 10.2813815545472 46.857638512112))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
10.2813815545472,
46.857638512112
],
[
10.44014982441,
46.8566398819074
],
[
10.4535241507292,
47.3435847974528
],
[
10.4258933210779,
47.2662548398685
],
[
10.3766895642014,
47.1189142392951
],
[
10.3230962842209,
46.9727336583698
],
[
10.2813815545472,
46.857638512112
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32TNT",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 11.4551259473032,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 162,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T13:44:19.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150704T101006_000162_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "1263ebf6-cdbb-48a4-ad7d-9a9be79e3f48",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(1263ebf6-cdbb-48a4-ad7d-9a9be79e3f48)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TNT_20231011T134419.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(c147706d-4294-43bb-afd3-0513800c7a0a)/$value",
"ContentLength": 47725836,
"Checksum": [
{
"Value": "a1aaff2709199769f74f47b0206a109f",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:11.087032Z"
},
{
"Value": "604b1f33fb9aacca7d1b297fbd53ac1346aa56b089b2a019e5582e9dc0cde5f4",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:11.204195Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TNT_20231011T134419.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "0bbb8916-4060-45ec-855b-4c9ffd7c4cf5",
"Name": "S2A_MSIL1C_20150704T101006_N0500_R022_T32TNS_20231011T134419.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 203084003,
"OriginDate": "2024-06-11T19:10:06.971000Z",
"PublicationDate": "2024-06-11T19:16:13.739669Z",
"ModificationDate": "2025-06-17T09:31:11.579275Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TNS_20231011T134419.SAFE",
"Checksum": [
{
"Value": "c8349727b7318e15e0fbd895ad6c2cdc",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:10.782027Z"
},
{
"Value": "b4a5279e1b1f5c74490c3a8ae6abcb2e7e2ab40ac2998ce338b57e8b3f24af4b",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:11.163776Z"
}
],
"ContentDate": {
"Start": "2015-07-04T10:10:06.027000Z",
"End": "2015-07-04T10:10:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((9.96163517168289 45.9595898395645, 10.4166561016066 45.9567698590758, 10.4425080979455 46.9446214414028, 10.3132025733054 46.9454359121358, 10.2700644445654 46.826413464299, 10.2188795152706 46.679626790603, 10.16586270708 46.5333143947803, 10.1131566454541 46.3868993556898, 10.0627119565681 46.2399215957223, 10.010374866337 46.0935588604884, 9.96163517168289 45.9595898395645))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
9.96163517168289,
45.9595898395645
],
[
10.4166561016066,
45.9567698590758
],
[
10.4425080979455,
46.9446214414028
],
[
10.3132025733054,
46.9454359121358
],
[
10.2700644445654,
46.826413464299
],
[
10.2188795152706,
46.679626790603
],
[
10.16586270708,
46.5333143947803
],
[
10.1131566454541,
46.3868993556898
],
[
10.0627119565681,
46.2399215957223
],
[
10.010374866337,
46.0935588604884
],
[
9.96163517168289,
45.9595898395645
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32TNS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 3.8648222748641206,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 162,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T13:44:19.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150704T101006_000162_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "2628d9f9-55a1-4e87-9d64-0fe6a8eddbef",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(2628d9f9-55a1-4e87-9d64-0fe6a8eddbef)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TNS_20231011T134419.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(0bbb8916-4060-45ec-855b-4c9ffd7c4cf5)/$value",
"ContentLength": 203084003,
"Checksum": [
{
"Value": "c8349727b7318e15e0fbd895ad6c2cdc",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:10.782027Z"
},
{
"Value": "b4a5279e1b1f5c74490c3a8ae6abcb2e7e2ab40ac2998ce338b57e8b3f24af4b",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:11.163776Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TNS_20231011T134419.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "45404cd5-6443-4d63-8a25-7eb28e8231f1",
"Name": "S2A_MSIL1C_20150831T111056_N0500_R137_T30UXD_20231009T113151.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 465781675,
"OriginDate": "2024-06-04T15:27:09.565000Z",
"PublicationDate": "2024-06-04T15:33:30.384192Z",
"ModificationDate": "2025-06-22T23:04:28.784121Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T111056_N0500_R137_T30UXD_20231009T113151.SAFE",
"Checksum": [
{
"Value": "63b16bf7df39f68b13a08e3f1a4f6de9",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:27.512961Z"
},
{
"Value": "c34b497b0f1ea54b7fd3832d6940df11e708aef892472805b30db93e03d4d4d7",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:28.458786Z"
}
],
"ContentDate": {
"Start": "2015-08-31T11:10:56.027000Z",
"End": "2015-08-31T11:10:56.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((0.078675459690719 52.320958443972, 0.141769904481162 53.2082013727564, -1.5015259 53.2402083494707, -1.523346 52.5971819162011, -1.5011292 52.5937778612689, -1.4338989 52.5835898022433, -1.4341125 52.5831576436159, -1.1330261 52.5362620735805, -1.0711975 52.5266431586833, -1.0711365 52.5267684482924, -0.7492981 52.4724619146866, -0.7494507 52.4721482698496, -0.7454834 52.4714843248742, -0.7455139 52.4714194053786, -0.4098816 52.412587515183, -0.4099121 52.4125658500369, -0.3897705 52.4090379030218, -0.3897705 52.4090797153924, -0.3864441 52.4084694797006, -0.38632202 52.4087290485329, -0.06915283 52.35014968664, -0.069366455 52.3497270398334, -0.053466797 52.3466269049199, -0.05340576 52.3467150651722, 0.078675459690719 52.320958443972))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
0.078675459690719,
52.320958443972
],
[
0.141769904481162,
53.2082013727564
],
[
-1.5015259,
53.2402083494707
],
[
-1.523346,
52.5971819162011
],
[
-1.5011292,
52.5937778612689
],
[
-1.4338989,
52.5835898022433
],
[
-1.4341125,
52.5831576436159
],
[
-1.1330261,
52.5362620735805
],
[
-1.0711975,
52.5266431586833
],
[
-1.0711365,
52.5267684482924
],
[
-0.7492981,
52.4724619146866
],
[
-0.7494507,
52.4721482698496
],
[
-0.7454834,
52.4714843248742
],
[
-0.7455139,
52.4714194053786
],
[
-0.4098816,
52.412587515183
],
[
-0.4099121,
52.4125658500369
],
[
-0.3897705,
52.4090379030218
],
[
-0.3897705,
52.4090797153924
],
[
-0.3864441,
52.4084694797006
],
[
-0.38632202,
52.4087290485329
],
[
-0.06915283,
52.35014968664
],
[
-0.069366455,
52.3497270398334
],
[
-0.053466797,
52.3466269049199
],
[
-0.05340576,
52.3467150651722
],
[
0.078675459690719,
52.320958443972
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "30UXD",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 100.0,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T113151_S20150831T111059_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 992,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T11:31:51.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150831T111056_000992_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 137,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-31T11:10:56.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-31T11:10:56.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "4839f819-e7a2-4eba-ac27-b907678cdedb",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(4839f819-e7a2-4eba-ac27-b907678cdedb)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T111056_N0500_R137_T30UXD_20231009T113151.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(45404cd5-6443-4d63-8a25-7eb28e8231f1)/$value",
"ContentLength": 465781675,
"Checksum": [
{
"Value": "63b16bf7df39f68b13a08e3f1a4f6de9",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:27.512961Z"
},
{
"Value": "c34b497b0f1ea54b7fd3832d6940df11e708aef892472805b30db93e03d4d4d7",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:28.458786Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T111056_N0500_R137_T30UXD_20231009T113151.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "2ec1b1eb-6bcc-4e29-a373-5a655fded8b0",
"Name": "S2A_MSIL1C_20150831T093006_N0500_R136_T34TGR_20231025T065810.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 155023313,
"OriginDate": "2024-05-30T06:12:28.540000Z",
"PublicationDate": "2024-05-30T06:18:47.611604Z",
"ModificationDate": "2025-06-22T23:04:29.743222Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34TGR_20231025T065810.SAFE",
"Checksum": [
{
"Value": "c8c46af03fe21a47a12a5fae40cb575d",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:29.225424Z"
},
{
"Value": "8cc7730be7ffa6766cde2ef9aabe93f05314567c7d37a5ed3f184816fda1c95c",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:29.466699Z"
}
],
"ContentDate": {
"Start": "2015-08-31T09:30:06.027000Z",
"End": "2015-08-31T09:30:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((24.0032753573777 46.0122634203688, 23.5835488395971 46.0243650756893, 23.5387068634642 45.0370344030641, 23.5961584675553 45.0354055392772, 23.5986808118839 45.041566185958, 23.6577200065255 45.1872777789586, 23.7141052742999 45.3337024392484, 23.7760309898792 45.478756642745, 23.8365004221885 45.6242266612721, 23.9001500166647 45.7689325368904, 23.9616250455018 45.9142337385167, 24.0032753573777 46.0122634203688))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
24.0032753573777,
46.0122634203688
],
[
23.5835488395971,
46.0243650756893
],
[
23.5387068634642,
45.0370344030641
],
[
23.5961584675553,
45.0354055392772
],
[
23.5986808118839,
45.041566185958
],
[
23.6577200065255,
45.1872777789586
],
[
23.7141052742999,
45.3337024392484
],
[
23.7760309898792,
45.478756642745
],
[
23.8365004221885,
45.6242266612721
],
[
23.9001500166647,
45.7689325368904
],
[
23.9616250455018,
45.9142337385167
],
[
24.0032753573777,
46.0122634203688
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "34TGR",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 34.8863308429794,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 991,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-25T06:58:10.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150831T093006_000991_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 136,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "e12a9351-9d2d-4940-aeb0-225773d7258f",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(e12a9351-9d2d-4940-aeb0-225773d7258f)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34TGR_20231025T065810.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(2ec1b1eb-6bcc-4e29-a373-5a655fded8b0)/$value",
"ContentLength": 155023313,
"Checksum": [
{
"Value": "c8c46af03fe21a47a12a5fae40cb575d",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:29.225424Z"
},
{
"Value": "8cc7730be7ffa6766cde2ef9aabe93f05314567c7d37a5ed3f184816fda1c95c",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:29.466699Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34TGR_20231025T065810.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "d3ff02e5-9c4e-4355-8119-b150eb852e18",
"Name": "S2A_MSIL1C_20150831T111056_N0500_R137_T31VEG_20231009T113151.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 666121374,
"OriginDate": "2024-06-04T15:50:22.129000Z",
"PublicationDate": "2024-06-04T15:56:47.393683Z",
"ModificationDate": "2025-06-22T23:04:29.805966Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T111056_N0500_R137_T31VEG_20231009T113151.SAFE",
"Checksum": [
{
"Value": "c1a68d2e3e5052161afa3b09a083d3e9",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:28.443579Z"
},
{
"Value": "9e180e5a5f5ef888c770fb2670cb7885a0ec3e4e6c01d8e116536235093df186",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:29.429294Z"
}
],
"ContentDate": {
"Start": "2015-08-31T11:10:56.027000Z",
"End": "2015-08-31T11:10:56.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((2.9996366368267 60.4364567680268, 2.99964726638503 59.4505251356629, 4.93551326683086 59.4361853595545, 4.99379319318874 60.4215395400955, 2.9996366368267 60.4364567680268))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
2.9996366368267,
60.4364567680268
],
[
2.99964726638503,
59.4505251356629
],
[
4.93551326683086,
59.4361853595545
],
[
4.99379319318874,
60.4215395400955
],
[
2.9996366368267,
60.4364567680268
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31VEG",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 13.9739615993311,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T113151_S20150831T111059_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 992,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T11:31:51.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150831T111056_000992_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 137,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-31T11:10:56.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-31T11:10:56.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "db15c980-f442-4304-ac02-6751c6090d89",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(db15c980-f442-4304-ac02-6751c6090d89)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T111056_N0500_R137_T31VEG_20231009T113151.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(d3ff02e5-9c4e-4355-8119-b150eb852e18)/$value",
"ContentLength": 666121374,
"Checksum": [
{
"Value": "c1a68d2e3e5052161afa3b09a083d3e9",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:28.443579Z"
},
{
"Value": "9e180e5a5f5ef888c770fb2670cb7885a0ec3e4e6c01d8e116536235093df186",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:29.429294Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T111056_N0500_R137_T31VEG_20231009T113151.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "b905f6cb-fb17-4f90-9b23-e846187e19b0",
"Name": "S2A_MSIL1C_20150704T101006_N0500_R022_T33UXS_20231011T134419.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 22952928,
"OriginDate": "2024-06-11T19:00:05.849000Z",
"PublicationDate": "2024-06-11T19:05:38.478380Z",
"ModificationDate": "2025-06-17T09:31:14.199538Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UXS_20231011T134419.SAFE",
"Checksum": [
{
"Value": "946539cef031fc7c5524c14b56c6b2f6",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:13.099508Z"
},
{
"Value": "0bae74edee2ad6cda63cce161c61492cb62f88840fbe15a29afd7f2a996e08e7",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:13.139628Z"
}
],
"ContentDate": {
"Start": "2015-07-04T10:10:06.027000Z",
"End": "2015-07-04T10:10:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((16.4605638440721 51.4419399214782, 16.4388767944047 51.4423523168539, 16.4374974204448 51.3972105194277, 16.4605638440721 51.4419399214782))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
16.4605638440721,
51.4419399214782
],
[
16.4388767944047,
51.4423523168539
],
[
16.4374974204448,
51.3972105194277
],
[
16.4605638440721,
51.4419399214782
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33UXS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.0,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 162,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T13:44:19.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150704T101006_000162_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "2008cf4f-8bff-457c-9a7f-83a826d4c196",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(2008cf4f-8bff-457c-9a7f-83a826d4c196)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UXS_20231011T134419.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(b905f6cb-fb17-4f90-9b23-e846187e19b0)/$value",
"ContentLength": 22952928,
"Checksum": [
{
"Value": "946539cef031fc7c5524c14b56c6b2f6",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:13.099508Z"
},
{
"Value": "0bae74edee2ad6cda63cce161c61492cb62f88840fbe15a29afd7f2a996e08e7",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:13.139628Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UXS_20231011T134419.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "1304bb9a-12bc-474d-b125-5858e8582e2e",
"Name": "S2A_MSIL1C_20150831T093006_N0500_R136_T35ULP_20231025T065810.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 394432770,
"OriginDate": "2024-05-30T06:15:54.967000Z",
"PublicationDate": "2024-05-30T06:22:44.184556Z",
"ModificationDate": "2025-06-22T23:04:29.855991Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35ULP_20231025T065810.SAFE",
"Checksum": [
{
"Value": "8b433b209e3f895ca73c5e37136ba3dc",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:28.893374Z"
},
{
"Value": "df227ab8afb709a5af28fe85670868ffe10d4552351ff889b031c4cf3fde9623",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:29.487294Z"
}
],
"ContentDate": {
"Start": "2015-08-31T09:30:06.027000Z",
"End": "2015-08-31T09:30:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((25.2148245537646 48.7369184073002, 24.2806415047717 48.7209148694678, 24.3324576702614 47.7341556023465, 24.7569386021357 47.7413174755079, 24.7838033994086 47.8012744203305, 24.849683375507 47.9460800682092, 24.9156186768263 48.090919684934, 24.9818923142446 48.2357264207945, 25.0492851475094 48.380304573841, 25.1163801968624 48.5250091753556, 25.1834417907906 48.6697690639091, 25.2148245537646 48.7369184073002))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
25.2148245537646,
48.7369184073002
],
[
24.2806415047717,
48.7209148694678
],
[
24.3324576702614,
47.7341556023465
],
[
24.7569386021357,
47.7413174755079
],
[
24.7838033994086,
47.8012744203305
],
[
24.849683375507,
47.9460800682092
],
[
24.9156186768263,
48.090919684934
],
[
24.9818923142446,
48.2357264207945
],
[
25.0492851475094,
48.380304573841
],
[
25.1163801968624,
48.5250091753556
],
[
25.1834417907906,
48.6697690639091
],
[
25.2148245537646,
48.7369184073002
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "35ULP",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.0,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 991,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-25T06:58:10.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150831T093006_000991_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 136,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "b91202c0-5e19-4d0d-8681-753d03c013b8",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(b91202c0-5e19-4d0d-8681-753d03c013b8)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35ULP_20231025T065810.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(1304bb9a-12bc-474d-b125-5858e8582e2e)/$value",
"ContentLength": 394432770,
"Checksum": [
{
"Value": "8b433b209e3f895ca73c5e37136ba3dc",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:28.893374Z"
},
{
"Value": "df227ab8afb709a5af28fe85670868ffe10d4552351ff889b031c4cf3fde9623",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:29.487294Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35ULP_20231025T065810.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "8e61afdb-ac01-457d-8d0c-36e953743ef4",
"Name": "S2A_MSIL1C_20150831T093006_N0500_R136_T34TDL_20231025T065810.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 852338438,
"OriginDate": "2024-05-30T06:51:30.677000Z",
"PublicationDate": "2024-05-30T07:00:33.939936Z",
"ModificationDate": "2025-06-22T23:04:29.959476Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34TDL_20231025T065810.SAFE",
"Checksum": [
{
"Value": "71608884adfcfbfa4d8d10fc7d70f2b5",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:27.683488Z"
},
{
"Value": "aed1480953533689b960e4b6a80b04cbc01c2227f8c75dec966abd291cded8ce",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:29.482386Z"
}
],
"ContentDate": {
"Start": "2015-08-31T09:30:06.027000Z",
"End": "2015-08-31T09:30:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((19.8005508983666 41.5455887680018, 19.8183797078009 40.5567069118409, 21.1152915645282 40.5626923872254, 21.1170316343888 41.5517851168899, 19.8005508983666 41.5455887680018))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
19.8005508983666,
41.5455887680018
],
[
19.8183797078009,
40.5567069118409
],
[
21.1152915645282,
40.5626923872254
],
[
21.1170316343888,
41.5517851168899
],
[
19.8005508983666,
41.5455887680018
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "34TDL",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 7.693152975603929,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 991,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-25T06:58:10.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150831T093006_000991_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 136,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "c18a6495-4b61-4ed1-abf8-bc0bda49142c",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(c18a6495-4b61-4ed1-abf8-bc0bda49142c)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34TDL_20231025T065810.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(8e61afdb-ac01-457d-8d0c-36e953743ef4)/$value",
"ContentLength": 852338438,
"Checksum": [
{
"Value": "71608884adfcfbfa4d8d10fc7d70f2b5",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:27.683488Z"
},
{
"Value": "aed1480953533689b960e4b6a80b04cbc01c2227f8c75dec966abd291cded8ce",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:29.482386Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34TDL_20231025T065810.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "c767cda1-07c4-46aa-8643-f9130bf91a56",
"Name": "S2A_MSIL1C_20150929T100358_N0500_R122_T33UUQ_20231015T131435.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 92284178,
"OriginDate": "2024-05-28T08:50:17.258000Z",
"PublicationDate": "2024-05-28T10:09:25.084317Z",
"ModificationDate": "2025-06-22T22:19:03.048880Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/29/S2A_MSIL1C_20150929T100358_N0500_R122_T33UUQ_20231015T131435.SAFE",
"Checksum": [
{
"Value": "69cb4ca18fa50069a9a39bf8350a9d18",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:19:02.226201Z"
},
{
"Value": "48b4d81f213eeb7f2c312d085e6ec10b7fb0710fc2dc5fa97e80c687fb42b02d",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:19:02.392904Z"
}
],
"ContentDate": {
"Start": "2015-09-29T10:03:58.514000Z",
"End": "2015-09-29T10:03:58.514000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((13.4480302381488 48.6529228128465, 13.7751310377905 48.6585189163826, 13.7552699306332 49.4559647321966, 13.7077718961932 49.3330170567645, 13.6522353123287 49.186735326299, 13.5974850152025 49.0402662820228, 13.5412243783195 48.8941747302663, 13.4843217596247 48.7482513625506, 13.4480302381488 48.6529228128465))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
13.4480302381488,
48.6529228128465
],
[
13.7751310377905,
48.6585189163826
],
[
13.7552699306332,
49.4559647321966
],
[
13.7077718961932,
49.3330170567645
],
[
13.6522353123287,
49.186735326299
],
[
13.5974850152025,
49.0402662820228
],
[
13.5412243783195,
48.8941747302663
],
[
13.4843217596247,
48.7482513625506
],
[
13.4480302381488,
48.6529228128465
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33UUQ",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 78.781034494613,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T131435_S20150929T100633_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1406,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T13:14:35.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150929T100358_001406_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 122,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-29T10:03:58.514000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-29T10:03:58.514000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "b1cec213-b248-44d1-b5f7-826ca3550edd",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(b1cec213-b248-44d1-b5f7-826ca3550edd)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/29/S2A_MSIL1C_20150929T100358_N0500_R122_T33UUQ_20231015T131435.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(c767cda1-07c4-46aa-8643-f9130bf91a56)/$value",
"ContentLength": 92284178,
"Checksum": [
{
"Value": "69cb4ca18fa50069a9a39bf8350a9d18",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:19:02.226201Z"
},
{
"Value": "48b4d81f213eeb7f2c312d085e6ec10b7fb0710fc2dc5fa97e80c687fb42b02d",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:19:02.392904Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/29/S2A_MSIL1C_20150929T100358_N0500_R122_T33UUQ_20231015T131435.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "90b2c630-d61c-4ac8-89b5-2a5c7dae40d8",
"Name": "S2A_MSIL1C_20150831T093006_N0500_R136_T34UGD_20231025T065810.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 806550698,
"OriginDate": "2024-05-30T06:35:25.954000Z",
"PublicationDate": "2024-05-30T06:42:42.930922Z",
"ModificationDate": "2025-06-22T23:04:30.370691Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34UGD_20231025T065810.SAFE",
"Checksum": [
{
"Value": "1b9f62e886ce3b81736f3621ea119ec4",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:28.634770Z"
},
{
"Value": "8f0f1699cb5a2befd931ec695da5dc9cc5c0641e1062166d9df4e92ef97d5425",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:29.828203Z"
}
],
"ContentDate": {
"Start": "2015-08-31T09:30:06.027000Z",
"End": "2015-08-31T09:30:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((23.9946409228483 53.211992871884, 23.9278200313952 52.226225391291, 25.5310321704853 52.1754847191696, 25.6341830174492 53.1594219676414, 23.9946409228483 53.211992871884))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
23.9946409228483,
53.211992871884
],
[
23.9278200313952,
52.226225391291
],
[
25.5310321704853,
52.1754847191696
],
[
25.6341830174492,
53.1594219676414
],
[
23.9946409228483,
53.211992871884
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "34UGD",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 9.17949177341814,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 991,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-25T06:58:10.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150831T093006_000991_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 136,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "840c0736-de33-4229-9b0a-f2efadbfc0e1",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(840c0736-de33-4229-9b0a-f2efadbfc0e1)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34UGD_20231025T065810.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(90b2c630-d61c-4ac8-89b5-2a5c7dae40d8)/$value",
"ContentLength": 806550698,
"Checksum": [
{
"Value": "1b9f62e886ce3b81736f3621ea119ec4",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:28.634770Z"
},
{
"Value": "8f0f1699cb5a2befd931ec695da5dc9cc5c0641e1062166d9df4e92ef97d5425",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:29.828203Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34UGD_20231025T065810.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "2f7206bf-5a31-4e39-a3e0-dbe15d383b70",
"Name": "S2A_MSIL1C_20150928T103036_N0500_R108_T31UGP_20231015T170410.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 807794247,
"OriginDate": "2024-05-30T05:21:12.293000Z",
"PublicationDate": "2024-05-30T05:27:27.727486Z",
"ModificationDate": "2025-06-22T22:22:02.590858Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31UGP_20231015T170410.SAFE",
"Checksum": [
{
"Value": "5e9070d19706ccbebcbf1d8f55544df4",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:22:01.133162Z"
},
{
"Value": "36ea00b4326bf35ff7e20c880ddbdda5707743fe11e62c503d79ec5e97792668",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:22:02.311037Z"
}
],
"ContentDate": {
"Start": "2015-09-28T10:30:36.027000Z",
"End": "2015-09-28T10:30:36.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((5.68551481758121 48.0866452614701, 5.66700941814802 47.73416799678, 7.1282606560594 47.6908510657398, 7.20828443578721 48.676094448249, 5.91868868505711 48.7149114775716, 5.88180588501564 48.6168474589674, 5.82737653706229 48.4705508845992, 5.77344071458973 48.3242840416427, 5.71924398760072 48.1781321589284, 5.68551481758121 48.0866452614701))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
5.68551481758121,
48.0866452614701
],
[
5.66700941814802,
47.73416799678
],
[
7.1282606560594,
47.6908510657398
],
[
7.20828443578721,
48.676094448249
],
[
5.91868868505711,
48.7149114775716
],
[
5.88180588501564,
48.6168474589674
],
[
5.82737653706229,
48.4705508845992
],
[
5.77344071458973,
48.3242840416427
],
[
5.71924398760072,
48.1781321589284
],
[
5.68551481758121,
48.0866452614701
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31UGP",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.0,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T170410_S20150928T103701_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1392,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T17:04:10.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150928T103036_001392_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 108,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-28T10:30:36.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-28T10:30:36.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "41642e57-537b-4cf1-afee-f4d69e4f108f",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(41642e57-537b-4cf1-afee-f4d69e4f108f)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31UGP_20231015T170410.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(2f7206bf-5a31-4e39-a3e0-dbe15d383b70)/$value",
"ContentLength": 807794247,
"Checksum": [
{
"Value": "5e9070d19706ccbebcbf1d8f55544df4",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:22:01.133162Z"
},
{
"Value": "36ea00b4326bf35ff7e20c880ddbdda5707743fe11e62c503d79ec5e97792668",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:22:02.311037Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31UGP_20231015T170410.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "2981f15f-24a1-499c-be12-04caa6efb885",
"Name": "S2A_MSIL1C_20150831T093006_N0500_R136_T34TFR_20231025T065810.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 802723459,
"OriginDate": "2024-05-30T06:32:17.922000Z",
"PublicationDate": "2024-05-30T06:39:22.694070Z",
"ModificationDate": "2025-06-22T23:04:30.400625Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34TFR_20231025T065810.SAFE",
"Checksum": [
{
"Value": "77efc07cc2031f278b02782e1452a556",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:28.807167Z"
},
{
"Value": "50c5620856562c84370840a9fd10c02f00522dd3396f387861b1dbe4e75ca212",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:30.001853Z"
}
],
"ContentDate": {
"Start": "2015-08-31T09:30:06.027000Z",
"End": "2015-08-31T09:30:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((23.6726453861969 45.2260369040696, 23.7105441475977 46.0214217425096, 22.2925320358333 46.0462654563034, 22.2700756717775 45.0581973205829, 23.5961360624349 45.0353508163636, 23.5986808118839 45.041566185958, 23.6577200065255 45.1872777789586, 23.6726453861969 45.2260369040696))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
23.6726453861969,
45.2260369040696
],
[
23.7105441475977,
46.0214217425096
],
[
22.2925320358333,
46.0462654563034
],
[
22.2700756717775,
45.0581973205829
],
[
23.5961360624349,
45.0353508163636
],
[
23.5986808118839,
45.041566185958
],
[
23.6577200065255,
45.1872777789586
],
[
23.6726453861969,
45.2260369040696
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "34TFR",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 10.8614358053429,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 991,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-25T06:58:10.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150831T093006_000991_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 136,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "4e699f55-0734-4275-a8d2-d5eefa661963",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(4e699f55-0734-4275-a8d2-d5eefa661963)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34TFR_20231025T065810.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(2981f15f-24a1-499c-be12-04caa6efb885)/$value",
"ContentLength": 802723459,
"Checksum": [
{
"Value": "77efc07cc2031f278b02782e1452a556",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:28.807167Z"
},
{
"Value": "50c5620856562c84370840a9fd10c02f00522dd3396f387861b1dbe4e75ca212",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:30.001853Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34TFR_20231025T065810.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "7a649ebe-293d-4910-aa1e-e2ba0ed58195",
"Name": "S2A_MSIL1C_20150706T105016_N0500_R051_T31UER_20231009T094109.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 861431820,
"OriginDate": "2024-06-07T00:58:25.512000Z",
"PublicationDate": "2024-06-07T01:04:14.982880Z",
"ModificationDate": "2025-06-17T09:32:22.279438Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31UER_20231009T094109.SAFE",
"Checksum": [
{
"Value": "8a8c901485fb9f3a50e68a98f69a230d",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:20.527749Z"
},
{
"Value": "e1ee241988328559b3ef8820278b7eb80910b76919535421c1956192eb3a4391",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:22.005184Z"
}
],
"ContentDate": {
"Start": "2015-07-06T10:50:16.027000Z",
"End": "2015-07-06T10:50:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((2.99971768449214 50.5522921106257, 2.99972342069689 49.5647550000065, 4.5178631275449 49.5548000572817, 4.54932814673586 50.5419848180733, 2.99971768449214 50.5522921106257))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
2.99971768449214,
50.5522921106257
],
[
2.99972342069689,
49.5647550000065
],
[
4.5178631275449,
49.5548000572817
],
[
4.54932814673586,
50.5419848180733
],
[
2.99971768449214,
50.5522921106257
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31UER",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 26.170473886948,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 191,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T09:41:09.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150706T105016_000191_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 51,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "57b291c4-927e-43b6-a62c-94bb768e2268",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(57b291c4-927e-43b6-a62c-94bb768e2268)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31UER_20231009T094109.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(7a649ebe-293d-4910-aa1e-e2ba0ed58195)/$value",
"ContentLength": 861431820,
"Checksum": [
{
"Value": "8a8c901485fb9f3a50e68a98f69a230d",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:20.527749Z"
},
{
"Value": "e1ee241988328559b3ef8820278b7eb80910b76919535421c1956192eb3a4391",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:22.005184Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31UER_20231009T094109.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "2a232dc6-6a41-4e5e-82b2-f4efc7656a72",
"Name": "S2A_MSIL1C_20150924T105046_N0500_R051_T32ULB_20231021T051902.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 38100129,
"OriginDate": "2024-06-12T07:52:23.610000Z",
"PublicationDate": "2024-06-12T07:59:58.865991Z",
"ModificationDate": "2025-06-22T22:22:52.164550Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105046_N0500_R051_T32ULB_20231021T051902.SAFE",
"Checksum": [
{
"Value": "1fc156039ff2a325fe6edffa40be4221",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:22:51.810052Z"
},
{
"Value": "d22a62a08e09d54b20ab9621ec5800d974c91b8f458311c8b2fba253fe9d8c2d",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:22:51.880916Z"
}
],
"ContentDate": {
"Start": "2015-09-24T10:50:46.027000Z",
"End": "2015-09-24T10:50:46.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((6.37466102242996 51.4203535836121, 6.12370823169888 51.4158835895175, 6.15015928952562 50.982711588477, 6.18195051943522 51.045328176843, 6.25552587082641 51.1894616713696, 6.329676867812 51.3336132640206, 6.37466102242996 51.4203535836121))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
6.37466102242996,
51.4203535836121
],
[
6.12370823169888,
51.4158835895175
],
[
6.15015928952562,
50.982711588477
],
[
6.18195051943522,
51.045328176843
],
[
6.25552587082641,
51.1894616713696
],
[
6.329676867812,
51.3336132640206
],
[
6.37466102242996,
51.4203535836121
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32ULB",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 99.2558299039781,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231021T051902_S20150924T105044_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1335,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-21T05:19:02.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150924T105046_001335_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 51,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-24T10:50:46.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-24T10:50:46.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "148bd441-2fda-4e9f-a2b4-059c430f1c07",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(148bd441-2fda-4e9f-a2b4-059c430f1c07)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105046_N0500_R051_T32ULB_20231021T051902.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(2a232dc6-6a41-4e5e-82b2-f4efc7656a72)/$value",
"ContentLength": 38100129,
"Checksum": [
{
"Value": "1fc156039ff2a325fe6edffa40be4221",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:22:51.810052Z"
},
{
"Value": "d22a62a08e09d54b20ab9621ec5800d974c91b8f458311c8b2fba253fe9d8c2d",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:22:51.880916Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105046_N0500_R051_T32ULB_20231021T051902.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "b5a37779-8286-4172-ab98-1fa1567bf731",
"Name": "S2A_MSIL1C_20150924T105046_N0500_R051_T31UFR_20231017T070938.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 709289306,
"OriginDate": "2024-05-31T07:45:30.789000Z",
"PublicationDate": "2024-05-31T07:54:37.432761Z",
"ModificationDate": "2025-06-22T22:22:57.458674Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105046_N0500_R051_T31UFR_20231017T070938.SAFE",
"Checksum": [
{
"Value": "72728f9220fdeeb3fb5ea7f5d352d1ed",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:22:56.015610Z"
},
{
"Value": "3575f77eef8588fe48e0a58e807ad2cfe4078fbb87f6543781613f0b32647fc0",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:22:57.050660Z"
}
],
"ContentDate": {
"Start": "2015-09-24T10:50:46.027000Z",
"End": "2015-09-24T10:50:46.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((5.5148669821632 50.5054091884672, 5.42722209095071 50.5246630351432, 4.41134950604925 50.5437391742884, 4.38268436317301 49.5564944519631, 5.43645326714394 49.5369874544816, 5.44567441991348 49.556310811027, 5.51565754969304 49.7009284372137, 5.58550977010137 49.8455817167447, 5.65589716297527 49.9900900144455, 5.72711505112557 50.1343947895249, 5.79808683442415 50.278757468331, 5.86896842150678 50.421340656361, 5.72172086236458 50.4565065050466, 5.53245254615973 50.5011521719754, 5.53269487894559 50.5016499299649, 5.528976583614 50.5025379379683, 5.52899684515043 50.5025795946287, 5.52779393099475 50.5028658842847, 5.52545389896473 50.5033792299806, 5.51769386019225 50.5052324922748, 5.51756242856372 50.5049611107099, 5.5149305646427 50.5055402193381, 5.5148669821632 50.5054091884672))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
5.5148669821632,
50.5054091884672
],
[
5.42722209095071,
50.5246630351432
],
[
4.41134950604925,
50.5437391742884
],
[
4.38268436317301,
49.5564944519631
],
[
5.43645326714394,
49.5369874544816
],
[
5.44567441991348,
49.556310811027
],
[
5.51565754969304,
49.7009284372137
],
[
5.58550977010137,
49.8455817167447
],
[
5.65589716297527,
49.9900900144455
],
[
5.72711505112557,
50.1343947895249
],
[
5.79808683442415,
50.278757468331
],
[
5.86896842150678,
50.421340656361
],
[
5.72172086236458,
50.4565065050466
],
[
5.53245254615973,
50.5011521719754
],
[
5.53269487894559,
50.5016499299649
],
[
5.528976583614,
50.5025379379683
],
[
5.52899684515043,
50.5025795946287
],
[
5.52779393099475,
50.5028658842847
],
[
5.52545389896473,
50.5033792299806
],
[
5.51769386019225,
50.5052324922748
],
[
5.51756242856372,
50.5049611107099
],
[
5.5149305646427,
50.5055402193381
],
[
5.5148669821632,
50.5054091884672
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31UFR",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 18.6804282947229,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231017T070938_S20150924T105656_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1335,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-17T07:09:38.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150924T105046_001335_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 51,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-24T10:50:46.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-24T10:50:46.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "f76d994b-2f36-487c-a90d-ee36f6da9d0a",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(f76d994b-2f36-487c-a90d-ee36f6da9d0a)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105046_N0500_R051_T31UFR_20231017T070938.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(b5a37779-8286-4172-ab98-1fa1567bf731)/$value",
"ContentLength": 709289306,
"Checksum": [
{
"Value": "72728f9220fdeeb3fb5ea7f5d352d1ed",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:22:56.015610Z"
},
{
"Value": "3575f77eef8588fe48e0a58e807ad2cfe4078fbb87f6543781613f0b32647fc0",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:22:57.050660Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105046_N0500_R051_T31UFR_20231017T070938.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "950e2b44-7a95-4d70-8c0b-5375d2a42529",
"Name": "S2A_MSIL1C_20150928T103036_N0500_R108_T33UUA_20231015T164613.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 463274201,
"OriginDate": "2024-05-28T20:56:52.600000Z",
"PublicationDate": "2024-05-28T21:06:58.954419Z",
"ModificationDate": "2025-06-17T09:33:10.669757Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T33UUA_20231015T164613.SAFE",
"Checksum": [
{
"Value": "37d1a2239b8006b32ca329c86c3a7236",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:33:09.415292Z"
},
{
"Value": "6171c5b23167d290b2d006f0507e602103737e451b9758e5372d13e62d08ba07",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:33:10.421788Z"
}
],
"ContentDate": {
"Start": "2015-09-28T10:30:36.027000Z",
"End": "2015-09-28T10:30:36.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((13.4297984078137 55.0358414718318, 11.8724039624158 55.0067835618718, 11.9468575747498 54.0214307110297, 12.8404038902815 54.037901481398, 12.9213900288074 54.1787994064334, 13.0046000764047 54.3218109574481, 13.0882571831576 54.4648336007255, 13.1727468588643 54.6077905099839, 13.2579699565344 54.750695535949, 13.3437797639516 54.8936288717266, 13.4297984078137 55.0358414718318))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
13.4297984078137,
55.0358414718318
],
[
11.8724039624158,
55.0067835618718
],
[
11.9468575747498,
54.0214307110297
],
[
12.8404038902815,
54.037901481398
],
[
12.9213900288074,
54.1787994064334
],
[
13.0046000764047,
54.3218109574481
],
[
13.0882571831576,
54.4648336007255
],
[
13.1727468588643,
54.6077905099839
],
[
13.2579699565344,
54.750695535949
],
[
13.3437797639516,
54.8936288717266
],
[
13.4297984078137,
55.0358414718318
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33UUA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.300496380412757,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T164613_S20150928T103031_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1392,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T16:46:13.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150928T103036_001392_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 108,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-28T10:30:36.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-28T10:30:36.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "c74a4c37-0275-4d76-a4c9-52b49cd0974a",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(c74a4c37-0275-4d76-a4c9-52b49cd0974a)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T33UUA_20231015T164613.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(950e2b44-7a95-4d70-8c0b-5375d2a42529)/$value",
"ContentLength": 463274201,
"Checksum": [
{
"Value": "37d1a2239b8006b32ca329c86c3a7236",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:33:09.415292Z"
},
{
"Value": "6171c5b23167d290b2d006f0507e602103737e451b9758e5372d13e62d08ba07",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:33:10.421788Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T33UUA_20231015T164613.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "ef74ed92-63e0-4b42-910f-d1f725b2365b",
"Name": "S2A_MSIL1C_20150831T093006_N0500_R136_T35VNC_20231025T065810.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 781975227,
"OriginDate": "2024-05-30T06:44:09.968000Z",
"PublicationDate": "2024-05-30T06:51:09.154900Z",
"ModificationDate": "2025-06-22T23:04:31.940067Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35VNC_20231025T065810.SAFE",
"Checksum": [
{
"Value": "4cfbe48840068cb83dd12cc4a0df3cf7",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:29.689964Z"
},
{
"Value": "6faa4cf0391b38f828c568ad326554a45dea11e332f373e2e414d6bb1493a522",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:31.286039Z"
}
],
"ContentDate": {
"Start": "2015-08-31T09:30:06.027000Z",
"End": "2015-08-31T09:30:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((26.9996721426404 56.8438118176967, 26.9996804978602 55.8573211256496, 28.7532858642097 55.8448305266961, 28.7991058515277 56.8308490729103, 26.9996721426404 56.8438118176967))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
26.9996721426404,
56.8438118176967
],
[
26.9996804978602,
55.8573211256496
],
[
28.7532858642097,
55.8448305266961
],
[
28.7991058515277,
56.8308490729103
],
[
26.9996721426404,
56.8438118176967
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "35VNC",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 97.115202006629,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 991,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-25T06:58:10.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150831T093006_000991_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 136,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "1d7cbe70-2e8e-4167-a286-2e0677265c1b",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(1d7cbe70-2e8e-4167-a286-2e0677265c1b)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35VNC_20231025T065810.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(ef74ed92-63e0-4b42-910f-d1f725b2365b)/$value",
"ContentLength": 781975227,
"Checksum": [
{
"Value": "4cfbe48840068cb83dd12cc4a0df3cf7",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:29.689964Z"
},
{
"Value": "6faa4cf0391b38f828c568ad326554a45dea11e332f373e2e414d6bb1493a522",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:31.286039Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35VNC_20231025T065810.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "f42a5cd2-6940-4057-a9e4-44b32330b71d",
"Name": "S2A_MSIL1C_20150706T105016_N0500_R051_T31TDJ_20231009T094109.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 739283501,
"OriginDate": "2024-06-07T00:22:31.211000Z",
"PublicationDate": "2024-06-07T00:28:50.359956Z",
"ModificationDate": "2025-06-17T09:31:21.936610Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31TDJ_20231009T094109.SAFE",
"Checksum": [
{
"Value": "84d47855f8ada519dc85ef4052f8ff8d",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:20.463445Z"
},
{
"Value": "6ea6295204b7ad28184dfaa0abe3277543a5e4f411625ceedcb6867f348c4887",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:21.534501Z"
}
],
"ContentDate": {
"Start": "2015-07-06T10:50:16.027000Z",
"End": "2015-07-06T10:50:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((3.12224250143877 44.2464252042271, 3.12225649086527 44.2533521609723, 1.74701825429091 44.2465454414116, 1.76747459871367 43.2581500108103, 2.73449505162418 43.2628516005978, 2.7837578737512 43.3910288748262, 2.84115051069314 43.5368712938954, 2.89766083968439 43.682952369785, 2.95648509433401 43.8284382166765, 3.01421550951666 43.9742087838149, 3.07252585607637 44.1198420641898, 3.12224250143877 44.2464252042271))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
3.12224250143877,
44.2464252042271
],
[
3.12225649086527,
44.2533521609723
],
[
1.74701825429091,
44.2465454414116
],
[
1.76747459871367,
43.2581500108103
],
[
2.73449505162418,
43.2628516005978
],
[
2.7837578737512,
43.3910288748262
],
[
2.84115051069314,
43.5368712938954
],
[
2.89766083968439,
43.682952369785
],
[
2.95648509433401,
43.8284382166765
],
[
3.01421550951666,
43.9742087838149
],
[
3.07252585607637,
44.1198420641898
],
[
3.12224250143877,
44.2464252042271
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31TDJ",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 27.6736819182118,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 191,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T09:41:09.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150706T105016_000191_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 51,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "dd48915a-e0aa-4399-8f50-b9f58f088629",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(dd48915a-e0aa-4399-8f50-b9f58f088629)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31TDJ_20231009T094109.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(f42a5cd2-6940-4057-a9e4-44b32330b71d)/$value",
"ContentLength": 739283501,
"Checksum": [
{
"Value": "84d47855f8ada519dc85ef4052f8ff8d",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:20.463445Z"
},
{
"Value": "6ea6295204b7ad28184dfaa0abe3277543a5e4f411625ceedcb6867f348c4887",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:21.534501Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31TDJ_20231009T094109.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "75728c24-b80f-43dd-8270-063fe2cde79c",
"Name": "S2A_MSIL1C_20150928T103036_N0500_R108_T33UUB_20231015T164613.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 695227934,
"OriginDate": "2024-05-28T21:04:50.956000Z",
"PublicationDate": "2024-05-28T21:13:27.912686Z",
"ModificationDate": "2025-06-17T09:33:21.250959Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T33UUB_20231015T164613.SAFE",
"Checksum": [
{
"Value": "3e7ae09af67a8723e379410d281ba76c",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:33:19.304214Z"
},
{
"Value": "4bca0b0a571885ec325b9029d7f9e515d3970fd7186872afdc2113d51d635f35",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:33:20.851934Z"
}
],
"ContentDate": {
"Start": "2015-09-28T10:30:36.027000Z",
"End": "2015-09-28T10:30:36.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((13.5797136122325 55.2804946609739, 13.5560221488928 55.9372733457565, 11.8005114387805 55.9041676251441, 11.8792201170425 54.9190265388506, 13.3760159113112 54.9469241357247, 13.4302492971181 55.0365869165106, 13.5176033969218 55.1794614482988, 13.5797136122325 55.2804946609739))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
13.5797136122325,
55.2804946609739
],
[
13.5560221488928,
55.9372733457565
],
[
11.8005114387805,
55.9041676251441
],
[
11.8792201170425,
54.9190265388506
],
[
13.3760159113112,
54.9469241357247
],
[
13.4302492971181,
55.0365869165106
],
[
13.5176033969218,
55.1794614482988
],
[
13.5797136122325,
55.2804946609739
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33UUB",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.170570073736784,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T164613_S20150928T103031_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1392,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T16:46:13.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150928T103036_001392_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 108,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-28T10:30:36.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-28T10:30:36.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "74fab453-f0d7-43e6-9638-277ea946f25c",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(74fab453-f0d7-43e6-9638-277ea946f25c)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T33UUB_20231015T164613.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(75728c24-b80f-43dd-8270-063fe2cde79c)/$value",
"ContentLength": 695227934,
"Checksum": [
{
"Value": "3e7ae09af67a8723e379410d281ba76c",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:33:19.304214Z"
},
{
"Value": "4bca0b0a571885ec325b9029d7f9e515d3970fd7186872afdc2113d51d635f35",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:33:20.851934Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T33UUB_20231015T164613.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "68841586-adab-4fe8-a094-999b653b6057",
"Name": "S2A_MSIL1C_20150706T105016_N0500_R051_T31TEJ_20231009T094109.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 32459535,
"OriginDate": "2024-06-07T00:00:05.084000Z",
"PublicationDate": "2024-06-07T00:05:48.410998Z",
"ModificationDate": "2025-06-17T09:31:22.113111Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31TEJ_20231009T094109.SAFE",
"Checksum": [
{
"Value": "67d9f8b0144afbe911f00d6cb11b776d",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:21.678444Z"
},
{
"Value": "9cca60aaf33201a0f6f7f220a93e6b4750fe9dfef11a2733b624585b62e81b10",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:21.748303Z"
}
],
"ContentDate": {
"Start": "2015-07-06T10:50:16.027000Z",
"End": "2015-07-06T10:50:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((3.12469352453994 44.2526657338966, 2.99974947412094 44.2534175810776, 2.99975078076647 43.9376850258141, 3.01421550951666 43.9742087838149, 3.07252585607637 44.1198420641898, 3.12469352453994 44.2526657338966))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
3.12469352453994,
44.2526657338966
],
[
2.99974947412094,
44.2534175810776
],
[
2.99975078076647,
43.9376850258141
],
[
3.01421550951666,
43.9742087838149
],
[
3.07252585607637,
44.1198420641898
],
[
3.12469352453994,
44.2526657338966
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31TEJ",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 16.4247721931307,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 191,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T09:41:09.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150706T105016_000191_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 51,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "43caaad6-5404-42b5-b8b1-9b3b6d278b0f",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(43caaad6-5404-42b5-b8b1-9b3b6d278b0f)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31TEJ_20231009T094109.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(68841586-adab-4fe8-a094-999b653b6057)/$value",
"ContentLength": 32459535,
"Checksum": [
{
"Value": "67d9f8b0144afbe911f00d6cb11b776d",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:21.678444Z"
},
{
"Value": "9cca60aaf33201a0f6f7f220a93e6b4750fe9dfef11a2733b624585b62e81b10",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:21.748303Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31TEJ_20231009T094109.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "ad1eb2e2-f154-4b0d-8062-4a4cbc4a3e4b",
"Name": "S2A_MSIL1C_20150924T105417_N0500_R051_T31SBA_20231015T155509.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 354759771,
"OriginDate": "2024-05-29T00:40:13.938000Z",
"PublicationDate": "2024-05-29T00:55:34.356297Z",
"ModificationDate": "2025-06-03T03:39:25.963418Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105417_N0500_R051_T31SBA_20231015T155509.SAFE",
"Checksum": [
{
"Value": "dcf9310408fb7cfee25588baa22265e2",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-03T03:39:25.171394Z"
},
{
"Value": "4958c2942813aa60abf0b494c2a6e9cc048636777742d15acebaca4e8e31f74a",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-03T03:39:25.712279Z"
}
],
"ContentDate": {
"Start": "2015-09-24T10:54:17.512000Z",
"End": "2015-09-24T10:54:17.512000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((0.494651019076241 37.0187855031355, -0.37130737 36.9986680802618, -0.32870483 36.0104972576607, 0.168468334067084 36.0217823766555, 0.180574606548912 36.0593015676278, 0.22878371590353 36.2059783729356, 0.276756963580355 36.3527360457892, 0.324599641189254 36.4993799763755, 0.372400026909938 36.6460440581317, 0.420197202554211 36.7927294689672, 0.468317269770291 36.9393903441052, 0.494651019076241 37.0187855031355))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
0.494651019076241,
37.0187855031355
],
[
-0.37130737,
36.9986680802618
],
[
-0.32870483,
36.0104972576607
],
[
0.168468334067084,
36.0217823766555
],
[
0.180574606548912,
36.0593015676278
],
[
0.22878371590353,
36.2059783729356
],
[
0.276756963580355,
36.3527360457892
],
[
0.324599641189254,
36.4993799763755
],
[
0.372400026909938,
36.6460440581317
],
[
0.420197202554211,
36.7927294689672
],
[
0.468317269770291,
36.9393903441052
],
[
0.494651019076241,
37.0187855031355
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31SBA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.0,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T155509_S20150924T105952_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1335,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T15:55:09.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150924T105417_001335_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 51,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-24T10:54:17.512000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-24T10:54:17.512000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "04d51ca5-9196-43a2-a607-4bd87177f087",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(04d51ca5-9196-43a2-a607-4bd87177f087)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105417_N0500_R051_T31SBA_20231015T155509.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(ad1eb2e2-f154-4b0d-8062-4a4cbc4a3e4b)/$value",
"ContentLength": 354759771,
"Checksum": [
{
"Value": "dcf9310408fb7cfee25588baa22265e2",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-03T03:39:25.171394Z"
},
{
"Value": "4958c2942813aa60abf0b494c2a6e9cc048636777742d15acebaca4e8e31f74a",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-03T03:39:25.712279Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105417_N0500_R051_T31SBA_20231015T155509.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "49c48974-b509-4851-9b82-a22ad3b086b8",
"Name": "S2A_MSIL1C_20150704T101006_N0500_R022_T33TUN_20231011T134419.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 845676497,
"OriginDate": "2024-06-11T20:02:17.487000Z",
"PublicationDate": "2024-06-11T20:09:11.140402Z",
"ModificationDate": "2025-06-17T09:31:22.368003Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33TUN_20231011T134419.SAFE",
"Checksum": [
{
"Value": "fceec6861946e0da82695a332ff14c15",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:20.329325Z"
},
{
"Value": "2d23bd7afe405fa9096e4b117ca25284586a9e019931812c423c58a1bee17e4e",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:22.014928Z"
}
],
"ContentDate": {
"Start": "2015-07-04T10:10:06.027000Z",
"End": "2015-07-04T10:10:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((12.3279267594648 47.8225951273107, 12.3772803621678 46.8356437141635, 13.8166484669153 46.8595830838483, 13.7943549888911 47.8473711523488, 12.3279267594648 47.8225951273107))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
12.3279267594648,
47.8225951273107
],
[
12.3772803621678,
46.8356437141635
],
[
13.8166484669153,
46.8595830838483
],
[
13.7943549888911,
47.8473711523488
],
[
12.3279267594648,
47.8225951273107
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33TUN",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.127414972080385,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 162,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T13:44:19.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150704T101006_000162_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "5de0899d-9307-40e3-9763-6b2cf38ce1df",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(5de0899d-9307-40e3-9763-6b2cf38ce1df)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33TUN_20231011T134419.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(49c48974-b509-4851-9b82-a22ad3b086b8)/$value",
"ContentLength": 845676497,
"Checksum": [
{
"Value": "fceec6861946e0da82695a332ff14c15",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:20.329325Z"
},
{
"Value": "2d23bd7afe405fa9096e4b117ca25284586a9e019931812c423c58a1bee17e4e",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:22.014928Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33TUN_20231011T134419.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "ebcf6b94-bcf0-4d82-9f06-cae0de281fde",
"Name": "S2A_MSIL1C_20150831T093006_N0500_R136_T35ULV_20231025T065810.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 786031137,
"OriginDate": "2024-05-30T06:43:47.208000Z",
"PublicationDate": "2024-05-30T06:50:34.851655Z",
"ModificationDate": "2025-06-22T23:04:34.035102Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35ULV_20231025T065810.SAFE",
"Checksum": [
{
"Value": "c67374bf723b7302b7c54ec6b4210437",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:32.322213Z"
},
{
"Value": "2f0d6dbdd4d325761e862a6db4df737f3e65c4d7df410b9426115797be06e420",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:33.668067Z"
}
],
"ContentDate": {
"Start": "2015-08-31T09:30:06.027000Z",
"End": "2015-08-31T09:30:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((23.9404063166329 54.1092064481199, 24.0109107771167 53.1236450370092, 25.6511207707828 53.153535093377, 25.6192567205906 54.1401867754604, 23.9404063166329 54.1092064481199))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
23.9404063166329,
54.1092064481199
],
[
24.0109107771167,
53.1236450370092
],
[
25.6511207707828,
53.153535093377
],
[
25.6192567205906,
54.1401867754604
],
[
23.9404063166329,
54.1092064481199
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "35ULV",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 79.43238078174922,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 991,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-25T06:58:10.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150831T093006_000991_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 136,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "7b9576ad-1eae-471a-a21e-867fe5fc9d63",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(7b9576ad-1eae-471a-a21e-867fe5fc9d63)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35ULV_20231025T065810.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(ebcf6b94-bcf0-4d82-9f06-cae0de281fde)/$value",
"ContentLength": 786031137,
"Checksum": [
{
"Value": "c67374bf723b7302b7c54ec6b4210437",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:32.322213Z"
},
{
"Value": "2f0d6dbdd4d325761e862a6db4df737f3e65c4d7df410b9426115797be06e420",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:33.668067Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35ULV_20231025T065810.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "04b87618-42ad-4cd2-bc10-a9a3aaa0b632",
"Name": "S2A_MSIL1C_20150928T103036_N0500_R108_T31TGM_20231015T170410.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 838071111,
"OriginDate": "2024-05-30T05:22:43.884000Z",
"PublicationDate": "2024-05-30T05:30:15.996059Z",
"ModificationDate": "2025-06-17T09:33:17.855191Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31TGM_20231015T170410.SAFE",
"Checksum": [
{
"Value": "23b665ecad28e5da6a15b7c218f6df36",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:33:16.248099Z"
},
{
"Value": "258752c035eb72c725a951b82e242a7b85f1c6b6f1140aee3a01e3280b453811",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:33:17.555507Z"
}
],
"ContentDate": {
"Start": "2015-09-28T10:30:36.027000Z",
"End": "2015-09-28T10:30:36.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((5.62648535527944 46.9235730583036, 5.57945945555527 45.9364308730675, 6.99300216654522 45.8957352519379, 7.06565713269579 46.8814596616377, 5.62648535527944 46.9235730583036))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
5.62648535527944,
46.9235730583036
],
[
5.57945945555527,
45.9364308730675
],
[
6.99300216654522,
45.8957352519379
],
[
7.06565713269579,
46.8814596616377
],
[
5.62648535527944,
46.9235730583036
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31TGM",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 20.1948400967482,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T170410_S20150928T103701_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1392,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T17:04:10.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150928T103036_001392_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 108,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-28T10:30:36.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-28T10:30:36.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "f39b5fda-6dca-4e91-9d9f-96ad1326140a",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(f39b5fda-6dca-4e91-9d9f-96ad1326140a)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31TGM_20231015T170410.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(04b87618-42ad-4cd2-bc10-a9a3aaa0b632)/$value",
"ContentLength": 838071111,
"Checksum": [
{
"Value": "23b665ecad28e5da6a15b7c218f6df36",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:33:16.248099Z"
},
{
"Value": "258752c035eb72c725a951b82e242a7b85f1c6b6f1140aee3a01e3280b453811",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:33:17.555507Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31TGM_20231015T170410.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "3e0ba792-8882-436e-a289-fdc0c9e1e7e2",
"Name": "S2A_MSIL1C_20150925T102026_N0500_R065_T32UPA_20231015T151854.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 269951030,
"OriginDate": "2024-05-29T06:38:21.512000Z",
"PublicationDate": "2024-05-29T07:45:31.005859Z",
"ModificationDate": "2025-06-22T22:23:00.413293Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/25/S2A_MSIL1C_20150925T102026_N0500_R065_T32UPA_20231015T151854.SAFE",
"Checksum": [
{
"Value": "5ca890ffe9db57fbcd2a5d2e59ad4918",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:22:59.308373Z"
},
{
"Value": "f117ca10bcf8e11680825bffe49b791eba7d51f56af18a3dbe96150a7ee986aa",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:22:59.730103Z"
}
],
"ContentDate": {
"Start": "2015-09-25T10:20:26.027000Z",
"End": "2015-09-25T10:20:26.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((10.3957425768095 50.0062271657095, 10.382684363173 49.5564944519631, 11.8993596884542 49.5284182944309, 11.9111590406352 49.7222852223117, 11.6653318733684 49.7723239244505, 11.665787971624 49.7733321697612, 11.6655985637383 49.7733709425914, 11.665725172895 49.773651101717, 11.3475037889509 49.8363808720705, 11.3476138316277 49.8366270687863, 11.3301398051917 49.8400787686411, 11.329754694974 49.8392144351635, 11.3268230862264 49.8397640040898, 11.3266445503578 49.8393631632928, 11.0251949484483 49.8958329097992, 11.0254491036493 49.8964118279817, 11.0254298986942 49.8964154262377, 11.0257489577484 49.8971414730318, 11.009250601264 49.9000755304561, 11.009127894397 49.8997962657726, 10.7072501075951 49.9535654817819, 10.707337581887 49.9537675534667, 10.6879342064965 49.9572182376409, 10.6877716882873 49.9568415890589, 10.6876688650934 49.956859173305, 10.6874727202278 49.9564051726078, 10.6841318490751 49.9569776429937, 10.6840876797826 49.9568754331375, 10.3957425768095 50.0062271657095))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
10.3957425768095,
50.0062271657095
],
[
10.382684363173,
49.5564944519631
],
[
11.8993596884542,
49.5284182944309
],
[
11.9111590406352,
49.7222852223117
],
[
11.6653318733684,
49.7723239244505
],
[
11.665787971624,
49.7733321697612
],
[
11.6655985637383,
49.7733709425914
],
[
11.665725172895,
49.773651101717
],
[
11.3475037889509,
49.8363808720705
],
[
11.3476138316277,
49.8366270687863
],
[
11.3301398051917,
49.8400787686411
],
[
11.329754694974,
49.8392144351635
],
[
11.3268230862264,
49.8397640040898
],
[
11.3266445503578,
49.8393631632928
],
[
11.0251949484483,
49.8958329097992
],
[
11.0254491036493,
49.8964118279817
],
[
11.0254298986942,
49.8964154262377
],
[
11.0257489577484,
49.8971414730318
],
[
11.009250601264,
49.9000755304561
],
[
11.009127894397,
49.8997962657726
],
[
10.7072501075951,
49.9535654817819
],
[
10.707337581887,
49.9537675534667
],
[
10.6879342064965,
49.9572182376409
],
[
10.6877716882873,
49.9568415890589
],
[
10.6876688650934,
49.956859173305
],
[
10.6874727202278,
49.9564051726078
],
[
10.6841318490751,
49.9569776429937
],
[
10.6840876797826,
49.9568754331375
],
[
10.3957425768095,
50.0062271657095
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32UPA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 99.8030259983967,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T151854_S20150925T102659_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1349,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T15:18:54.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150925T102026_001349_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 65,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-25T10:20:26.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-25T10:20:26.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "d753f5e1-4c88-471f-98d3-da52c17c1e36",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(d753f5e1-4c88-471f-98d3-da52c17c1e36)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/25/S2A_MSIL1C_20150925T102026_N0500_R065_T32UPA_20231015T151854.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(3e0ba792-8882-436e-a289-fdc0c9e1e7e2)/$value",
"ContentLength": 269951030,
"Checksum": [
{
"Value": "5ca890ffe9db57fbcd2a5d2e59ad4918",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:22:59.308373Z"
},
{
"Value": "f117ca10bcf8e11680825bffe49b791eba7d51f56af18a3dbe96150a7ee986aa",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:22:59.730103Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/25/S2A_MSIL1C_20150925T102026_N0500_R065_T32UPA_20231015T151854.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "2adb37a8-82a1-4e15-a03d-fc7704073b0b",
"Name": "S2A_MSIL1C_20150924T105046_N0500_R051_T31UFT_20231021T051902.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 706335746,
"OriginDate": "2024-06-12T08:06:50.695000Z",
"PublicationDate": "2024-06-12T08:22:28.645446Z",
"ModificationDate": "2025-06-22T22:24:09.084994Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105046_N0500_R051_T31UFT_20231021T051902.SAFE",
"Checksum": [
{
"Value": "a7e67ffca143164fa2b0a05c85873d52",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:24:06.825225Z"
},
{
"Value": "396eea4affedb0f164613111bdbd74be6b2de352c86fbc2581ee2e0173de5b85",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:24:08.164767Z"
}
],
"ContentDate": {
"Start": "2015-09-24T10:50:46.027000Z",
"End": "2015-09-24T10:50:46.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((4.46788415295783 52.3413550972696, 4.43612062512346 51.3544393902669, 6.01125412259485 51.324523354786, 6.07775792530945 52.3103669149941, 4.46788415295783 52.3413550972696))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
4.46788415295783,
52.3413550972696
],
[
4.43612062512346,
51.3544393902669
],
[
6.01125412259485,
51.324523354786
],
[
6.07775792530945,
52.3103669149941
],
[
4.46788415295783,
52.3413550972696
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31UFT",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 86.174445340261,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231021T051902_S20150924T105044_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1335,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-21T05:19:02.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150924T105046_001335_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 51,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-24T10:50:46.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-24T10:50:46.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "70c92953-1157-4209-befc-94ddd6976b43",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(70c92953-1157-4209-befc-94ddd6976b43)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105046_N0500_R051_T31UFT_20231021T051902.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(2adb37a8-82a1-4e15-a03d-fc7704073b0b)/$value",
"ContentLength": 706335746,
"Checksum": [
{
"Value": "a7e67ffca143164fa2b0a05c85873d52",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:24:06.825225Z"
},
{
"Value": "396eea4affedb0f164613111bdbd74be6b2de352c86fbc2581ee2e0173de5b85",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:24:08.164767Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105046_N0500_R051_T31UFT_20231021T051902.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "f1d74b9e-d92b-470c-b14d-37030ffb6ffb",
"Name": "S2A_MSIL1C_20150831T093006_N0500_R136_T33SYV_20231025T065810.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 588903956,
"OriginDate": "2024-05-30T06:32:15.702000Z",
"PublicationDate": "2024-05-30T06:39:00.251803Z",
"ModificationDate": "2025-06-22T23:04:35.150067Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T33SYV_20231025T065810.SAFE",
"Checksum": [
{
"Value": "660f43449c7836121b0fa6cb23b81c35",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:33.295717Z"
},
{
"Value": "efdbd39813d509258c3d96a045366eb1290ab5e7b925edd7991bb466adcd7569",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:34.195557Z"
}
],
"ContentDate": {
"Start": "2015-08-31T09:30:06.027000Z",
"End": "2015-08-31T09:30:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((17.2219522881648 36.1242842553783, 17.1947312843743 35.1350099026398, 18.3983283479329 35.1072181620346, 18.440418736403 36.0954669937502, 17.2219522881648 36.1242842553783))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
17.2219522881648,
36.1242842553783
],
[
17.1947312843743,
35.1350099026398
],
[
18.3983283479329,
35.1072181620346
],
[
18.440418736403,
36.0954669937502
],
[
17.2219522881648,
36.1242842553783
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33SYV",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.0,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 991,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-25T06:58:10.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150831T093006_000991_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 136,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "e55229c9-dbd3-4cec-9211-f8b08dace2eb",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(e55229c9-dbd3-4cec-9211-f8b08dace2eb)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T33SYV_20231025T065810.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(f1d74b9e-d92b-470c-b14d-37030ffb6ffb)/$value",
"ContentLength": 588903956,
"Checksum": [
{
"Value": "660f43449c7836121b0fa6cb23b81c35",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:33.295717Z"
},
{
"Value": "efdbd39813d509258c3d96a045366eb1290ab5e7b925edd7991bb466adcd7569",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:34.195557Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T33SYV_20231025T065810.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "45393586-bf83-461a-93e8-af0044714f8a",
"Name": "S2A_MSIL1C_20150924T105046_N0500_R051_T31UFU_20231021T051902.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 654844340,
"OriginDate": "2024-06-12T08:06:49.409000Z",
"PublicationDate": "2024-06-12T08:26:08.952132Z",
"ModificationDate": "2025-06-22T22:22:58.909542Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105046_N0500_R051_T31UFU_20231021T051902.SAFE",
"Checksum": [
{
"Value": "27e4ce974e381cecc0effdb248b8d762",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:22:57.080370Z"
},
{
"Value": "146c08a122b6d9eea74b34cf6f26c94668207fb1bf01308ef5a996e134eebf63",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:22:58.192925Z"
}
],
"ContentDate": {
"Start": "2015-09-24T10:50:46.027000Z",
"End": "2015-09-24T10:50:46.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((4.49846042834093 53.2402083494707, 4.4649803671648 52.2534568066442, 6.07167848704459 52.2225660336134, 6.14176990448116 53.2082013727564, 4.49846042834093 53.2402083494707))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
4.49846042834093,
53.2402083494707
],
[
4.4649803671648,
52.2534568066442
],
[
6.07167848704459,
52.2225660336134
],
[
6.14176990448116,
53.2082013727564
],
[
4.49846042834093,
53.2402083494707
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31UFU",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 99.47143838275258,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231021T051902_S20150924T105044_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1335,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-21T05:19:02.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150924T105046_001335_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 51,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-24T10:50:46.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-24T10:50:46.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "bb2e53bb-f062-47f3-ba77-f19829dabf23",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(bb2e53bb-f062-47f3-ba77-f19829dabf23)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105046_N0500_R051_T31UFU_20231021T051902.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(45393586-bf83-461a-93e8-af0044714f8a)/$value",
"ContentLength": 654844340,
"Checksum": [
{
"Value": "27e4ce974e381cecc0effdb248b8d762",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:22:57.080370Z"
},
{
"Value": "146c08a122b6d9eea74b34cf6f26c94668207fb1bf01308ef5a996e134eebf63",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:22:58.192925Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105046_N0500_R051_T31UFU_20231021T051902.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "cc3ad137-35b0-456f-8aa6-4a53b23c29d6",
"Name": "S2A_MSIL1C_20150813T101026_N0500_R022_T32SNF_20231009T135741.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 866278677,
"OriginDate": "2024-05-24T00:13:25.081000Z",
"PublicationDate": "2024-05-24T00:20:35.956094Z",
"ModificationDate": "2025-06-03T05:50:12.634105Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/13/S2A_MSIL1C_20150813T101026_N0500_R022_T32SNF_20231009T135741.SAFE",
"Checksum": [
{
"Value": "9887a66cdafad08bd0c6f1e4f27e243d",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-03T05:50:11.055918Z"
},
{
"Value": "c57b6c6c8650140e911dde07a653386d5a7e9f85a41d12e92e13a0f612a1ac95",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-03T05:50:12.350182Z"
}
],
"ContentDate": {
"Start": "2015-08-13T10:10:26.027000Z",
"End": "2015-08-13T10:10:26.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((8.99977508317119 37.046583050484, 8.99977793331018 36.0567239651173, 10.2188000200899 36.050528215952, 10.2344380313421 37.040160904288, 8.99977508317119 37.046583050484))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
8.99977508317119,
37.046583050484
],
[
8.99977793331018,
36.0567239651173
],
[
10.2188000200899,
36.050528215952
],
[
10.2344380313421,
37.040160904288
],
[
8.99977508317119,
37.046583050484
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32SNF",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 4.18158201200394,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T135741_S20150813T101657_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 734,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T13:57:41.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150813T101026_000734_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-13T10:10:26.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-13T10:10:26.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "3dce8cea-aed9-4fe2-83e6-9b0e7c2ab238",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(3dce8cea-aed9-4fe2-83e6-9b0e7c2ab238)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/13/S2A_MSIL1C_20150813T101026_N0500_R022_T32SNF_20231009T135741.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(cc3ad137-35b0-456f-8aa6-4a53b23c29d6)/$value",
"ContentLength": 866278677,
"Checksum": [
{
"Value": "9887a66cdafad08bd0c6f1e4f27e243d",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-03T05:50:11.055918Z"
},
{
"Value": "c57b6c6c8650140e911dde07a653386d5a7e9f85a41d12e92e13a0f612a1ac95",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-03T05:50:12.350182Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/13/S2A_MSIL1C_20150813T101026_N0500_R022_T32SNF_20231009T135741.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "ec96fa6c-c6b4-4d4c-aff9-5c0ba646fc9a",
"Name": "S2A_MSIL1C_20150925T102026_N0500_R065_T32UQV_20231015T151854.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 568571840,
"OriginDate": "2024-05-29T06:49:36.611000Z",
"PublicationDate": "2024-05-29T08:12:28.057940Z",
"ModificationDate": "2025-06-22T22:23:03.216042Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/25/S2A_MSIL1C_20150925T102026_N0500_R065_T32UQV_20231015T151854.SAFE",
"Checksum": [
{
"Value": "1dce829e3a494a08cd6075dd01906ea1",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:23:01.712976Z"
},
{
"Value": "ca731e12bd7e50b6ae1c8b777940b090a3a28ad388bfd24aa63f338e4064cf4c",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:23:02.677306Z"
}
],
"ContentDate": {
"Start": "2015-09-25T10:20:26.027000Z",
"End": "2015-09-25T10:20:26.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((12.4816717417727 49.5978530148237, 11.7685148050404 49.6196101142024, 11.7140866577424 48.6330446046816, 12.5501281268334 48.6079133155363, 12.5553165859517 48.6191835265112, 12.6225468228894 48.7637536571451, 12.6902503507911 48.9083680060895, 12.7572053858532 49.0533550241282, 12.8264044755038 49.1979402766644, 12.8957485150804 49.3426016189383, 12.964565653383 49.4859493457057, 12.9037518948088 49.5005608629123, 12.6330550919044 49.5647754258317, 12.6332925429241 49.5652779835845, 12.6194796291129 49.5683597706766, 12.6191458284377 49.5676528747878, 12.6164947800393 49.5682392283912, 12.6164262831208 49.5680941496028, 12.4816717417727 49.5978530148237))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
12.4816717417727,
49.5978530148237
],
[
11.7685148050404,
49.6196101142024
],
[
11.7140866577424,
48.6330446046816
],
[
12.5501281268334,
48.6079133155363
],
[
12.5553165859517,
48.6191835265112
],
[
12.6225468228894,
48.7637536571451
],
[
12.6902503507911,
48.9083680060895
],
[
12.7572053858532,
49.0533550241282
],
[
12.8264044755038,
49.1979402766644
],
[
12.8957485150804,
49.3426016189383
],
[
12.964565653383,
49.4859493457057
],
[
12.9037518948088,
49.5005608629123
],
[
12.6330550919044,
49.5647754258317
],
[
12.6332925429241,
49.5652779835845
],
[
12.6194796291129,
49.5683597706766
],
[
12.6191458284377,
49.5676528747878
],
[
12.6164947800393,
49.5682392283912
],
[
12.6164262831208,
49.5680941496028
],
[
12.4816717417727,
49.5978530148237
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32UQV",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 87.4366963514472,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T151854_S20150925T102659_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1349,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T15:18:54.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150925T102026_001349_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 65,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-25T10:20:26.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-25T10:20:26.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "449033ef-561c-4476-b9b8-fe5b83372e30",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(449033ef-561c-4476-b9b8-fe5b83372e30)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/25/S2A_MSIL1C_20150925T102026_N0500_R065_T32UQV_20231015T151854.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(ec96fa6c-c6b4-4d4c-aff9-5c0ba646fc9a)/$value",
"ContentLength": 568571840,
"Checksum": [
{
"Value": "1dce829e3a494a08cd6075dd01906ea1",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:23:01.712976Z"
},
{
"Value": "ca731e12bd7e50b6ae1c8b777940b090a3a28ad388bfd24aa63f338e4064cf4c",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:23:02.677306Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/25/S2A_MSIL1C_20150925T102026_N0500_R065_T32UQV_20231015T151854.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "b103acd3-112c-4310-8986-647be04a6ee2",
"Name": "S2A_MSIL1C_20150831T093006_N0500_R136_T34TBM_20231025T065810.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 37956763,
"OriginDate": "2024-05-30T06:08:31.762000Z",
"PublicationDate": "2024-05-30T06:14:11.029713Z",
"ModificationDate": "2025-06-22T23:04:35.909046Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34TBM_20231025T065810.SAFE",
"Checksum": [
{
"Value": "7a5b1fff796e3e196894f083b2f9fc90",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:35.546470Z"
},
{
"Value": "73e21dd5c16f4931d8a59ad7fd14c1fb953c606fa7d4e04ea713c9f276aeb93c",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:35.624070Z"
}
],
"ContentDate": {
"Start": "2015-08-31T09:30:06.027000Z",
"End": "2015-08-31T09:30:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((18.5557735680621 41.4369442015868, 18.7230334326652 41.4412121669859, 18.7059586329289 41.9172877976246, 18.7032373500786 41.9086452956144, 18.6570917022238 41.7615857882331, 18.6110926383077 41.6145165721813, 18.5652467505093 41.4674370190334, 18.5557735680621 41.4369442015868))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
18.5557735680621,
41.4369442015868
],
[
18.7230334326652,
41.4412121669859
],
[
18.7059586329289,
41.9172877976246
],
[
18.7032373500786,
41.9086452956144
],
[
18.6570917022238,
41.7615857882331
],
[
18.6110926383077,
41.6145165721813
],
[
18.5652467505093,
41.4674370190334
],
[
18.5557735680621,
41.4369442015868
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "34TBM",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.0,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 991,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-25T06:58:10.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150831T093006_000991_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 136,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "b0f2fe05-1af2-4b2e-8d91-3bb68015c93d",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(b0f2fe05-1af2-4b2e-8d91-3bb68015c93d)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34TBM_20231025T065810.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(b103acd3-112c-4310-8986-647be04a6ee2)/$value",
"ContentLength": 37956763,
"Checksum": [
{
"Value": "7a5b1fff796e3e196894f083b2f9fc90",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:35.546470Z"
},
{
"Value": "73e21dd5c16f4931d8a59ad7fd14c1fb953c606fa7d4e04ea713c9f276aeb93c",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:35.624070Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34TBM_20231025T065810.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "1ffd3491-f334-423c-87d9-f7812519d0b7",
"Name": "S2A_MSIL1C_20150924T105046_N0500_R051_T31UFP_20231017T070938.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 287611586,
"OriginDate": "2024-05-31T07:42:23.822000Z",
"PublicationDate": "2024-05-31T07:49:53.208964Z",
"ModificationDate": "2025-06-22T22:22:53.851032Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105046_N0500_R051_T31UFP_20231017T070938.SAFE",
"Checksum": [
{
"Value": "fcaa0d9b1cdd5b31d10d49b3eb687449",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:22:52.547646Z"
},
{
"Value": "103a782e2908674d3f1a0be0f697e372aa411531692e52d38040a08815ad4362",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:22:52.987956Z"
}
],
"ContentDate": {
"Start": "2015-09-24T10:50:46.027000Z",
"End": "2015-09-24T10:50:46.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((5.0571720682112 48.7322389862988, 4.36027924628366 48.7449841116978, 4.3343313489668 47.7574097373474, 4.60734576436114 47.7524922103054, 4.63776973055274 47.8195256149814, 4.70375335929452 47.9645097353728, 4.76988741068876 48.109461531321, 4.83595033507191 48.2544060021499, 4.90296022701491 48.3991508561627, 4.96992145942794 48.5439151117388, 5.03694602919353 48.6886136142597, 5.0571720682112 48.7322389862988))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
5.0571720682112,
48.7322389862988
],
[
4.36027924628366,
48.7449841116978
],
[
4.3343313489668,
47.7574097373474
],
[
4.60734576436114,
47.7524922103054
],
[
4.63776973055274,
47.8195256149814
],
[
4.70375335929452,
47.9645097353728
],
[
4.76988741068876,
48.109461531321
],
[
4.83595033507191,
48.2544060021499
],
[
4.90296022701491,
48.3991508561627
],
[
4.96992145942794,
48.5439151117388
],
[
5.03694602919353,
48.6886136142597
],
[
5.0571720682112,
48.7322389862988
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31UFP",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 13.2224295928178,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231017T070938_S20150924T105656_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1335,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-17T07:09:38.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150924T105046_001335_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 51,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-24T10:50:46.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-24T10:50:46.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "1cafc710-d480-489a-a0ed-f244ad042fbb",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(1cafc710-d480-489a-a0ed-f244ad042fbb)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105046_N0500_R051_T31UFP_20231017T070938.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(1ffd3491-f334-423c-87d9-f7812519d0b7)/$value",
"ContentLength": 287611586,
"Checksum": [
{
"Value": "fcaa0d9b1cdd5b31d10d49b3eb687449",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:22:52.547646Z"
},
{
"Value": "103a782e2908674d3f1a0be0f697e372aa411531692e52d38040a08815ad4362",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:22:52.987956Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105046_N0500_R051_T31UFP_20231017T070938.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "caf1cd63-7862-4d05-9591-b31abf0bf687",
"Name": "S2A_MSIL1C_20150704T101006_N0500_R022_T32SPE_20231011T134419.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 56228021,
"OriginDate": "2024-06-11T19:02:06.969000Z",
"PublicationDate": "2024-06-11T19:07:42.688512Z",
"ModificationDate": "2025-06-03T14:14:08.136719Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SPE_20231011T134419.SAFE",
"Checksum": [
{
"Value": "9b3bd016da86cf2c0a43d70cfb6b249a",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-03T14:14:07.316419Z"
},
{
"Value": "ee7c14e2b090e5bb718cef103dbee55e4ad9a55dee84e555fb566a999ab6b938",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-03T14:14:07.433393Z"
}
],
"ContentDate": {
"Start": "2015-07-04T10:10:06.027000Z",
"End": "2015-07-04T10:10:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((10.276765575285 36.1373647149413, 10.1114805753291 36.1397407309288, 10.1040781045478 35.6020369032354, 10.1068663420084 35.6107499048475, 10.1540222328083 35.7576250881893, 10.2012975325065 35.9043547456904, 10.2488537516279 36.051022797984, 10.276765575285 36.1373647149413))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
10.276765575285,
36.1373647149413
],
[
10.1114805753291,
36.1397407309288
],
[
10.1040781045478,
35.6020369032354
],
[
10.1068663420084,
35.6107499048475
],
[
10.1540222328083,
35.7576250881893
],
[
10.2012975325065,
35.9043547456904
],
[
10.2488537516279,
36.051022797984
],
[
10.276765575285,
36.1373647149413
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32SPE",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.0,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 162,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T13:44:19.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150704T101006_000162_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "0b203127-8049-4afc-b00e-48f0dd516b9e",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(0b203127-8049-4afc-b00e-48f0dd516b9e)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SPE_20231011T134419.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(caf1cd63-7862-4d05-9591-b31abf0bf687)/$value",
"ContentLength": 56228021,
"Checksum": [
{
"Value": "9b3bd016da86cf2c0a43d70cfb6b249a",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-03T14:14:07.316419Z"
},
{
"Value": "ee7c14e2b090e5bb718cef103dbee55e4ad9a55dee84e555fb566a999ab6b938",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-03T14:14:07.433393Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SPE_20231011T134419.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "a05c4158-083c-40cf-ac13-80d1daff81d0",
"Name": "S2A_MSIL1C_20150831T093006_N0500_R136_T35ULQ_20231025T065810.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 633080149,
"OriginDate": "2024-05-30T06:23:39.458000Z",
"PublicationDate": "2024-05-30T06:30:15.116011Z",
"ModificationDate": "2025-06-22T23:04:37.697640Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35ULQ_20231025T065810.SAFE",
"Checksum": [
{
"Value": "6d8ce331d0b46bf0d6a89c6ef33c7f1d",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:35.969690Z"
},
{
"Value": "6d2d91084299c889966ff6e0949c506d8b2be65876d33702a9869406b81eccda",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:37.210421Z"
}
],
"ContentDate": {
"Start": "2015-08-31T09:30:06.027000Z",
"End": "2015-08-31T09:30:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((25.6444080890661 49.6441383002241, 24.2309320629869 49.6195968750112, 24.2853710517972 48.6330318153582, 25.1734614713565 48.648225437455, 25.1834417907906 48.6697690639091, 25.2510541246908 48.8144384109101, 25.3183926087945 48.9592236791549, 25.3866620527772 49.1038265312423, 25.4550643112843 49.2484467539011, 25.5239942616244 49.3929851057094, 25.593212338229 49.5375037805803, 25.6444080890661 49.6441383002241))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
25.6444080890661,
49.6441383002241
],
[
24.2309320629869,
49.6195968750112
],
[
24.2853710517972,
48.6330318153582
],
[
25.1734614713565,
48.648225437455
],
[
25.1834417907906,
48.6697690639091
],
[
25.2510541246908,
48.8144384109101
],
[
25.3183926087945,
48.9592236791549
],
[
25.3866620527772,
49.1038265312423
],
[
25.4550643112843,
49.2484467539011
],
[
25.5239942616244,
49.3929851057094
],
[
25.593212338229,
49.5375037805803
],
[
25.6444080890661,
49.6441383002241
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "35ULQ",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.0,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 991,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-25T06:58:10.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150831T093006_000991_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 136,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "1d33d372-3942-4a41-bd37-55704dc8d023",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(1d33d372-3942-4a41-bd37-55704dc8d023)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35ULQ_20231025T065810.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(a05c4158-083c-40cf-ac13-80d1daff81d0)/$value",
"ContentLength": 633080149,
"Checksum": [
{
"Value": "6d8ce331d0b46bf0d6a89c6ef33c7f1d",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:35.969690Z"
},
{
"Value": "6d2d91084299c889966ff6e0949c506d8b2be65876d33702a9869406b81eccda",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:37.210421Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35ULQ_20231025T065810.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "6a6fd04e-5774-46c0-b5be-05074d8e0be0",
"Name": "S2A_MSIL1C_20150924T105046_N0500_R051_T31UFS_20231021T051902.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 784300507,
"OriginDate": "2024-06-12T08:06:53.975000Z",
"PublicationDate": "2024-06-12T08:24:56.934973Z",
"ModificationDate": "2025-06-22T22:23:14.975661Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105046_N0500_R051_T31UFS_20231021T051902.SAFE",
"Checksum": [
{
"Value": "eaddcec3362655cf0d277a4a9c089ed9",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:23:12.110396Z"
},
{
"Value": "608a37e433ee5988852a22f2d17ffcfb8118ee3305748bc885abda077d14b364",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:23:13.411664Z"
}
],
"ContentDate": {
"Start": "2015-09-24T10:50:46.027000Z",
"End": "2015-09-24T10:50:46.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((4.95974982318686 50.444937816491, 5.87156472236367 50.4278372441376, 5.89204355323433 50.4692115321155, 5.9641716052181 50.613222044725, 5.96608792617314 50.6170576591269, 6.01702500852582 51.4123426550669, 4.43887679440474 51.4423523168539, 4.41186924708209 50.5584953892498, 4.44724404458457 50.5515321714475, 4.44721043484662 50.5514601124431, 4.44725201693917 50.5514519311339, 4.44714715661231 50.5512269186827, 4.45008115195002 50.5506497993457, 4.44996230150218 50.5503947659963, 4.45006229096631 50.5503751160053, 4.45003983923368 50.5503270176688, 4.47092310333189 50.5462288450266, 4.4710169544938 50.5464300828157, 4.77734650396365 50.4840411881246, 4.77732453016792 50.4839946589259, 4.79138679398545 50.4811450380782, 4.79152414802588 50.4814352450963, 4.79159893517624 50.4814189774016, 4.79161673210802 50.481456614461, 4.95974982318686 50.444937816491))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
4.95974982318686,
50.444937816491
],
[
5.87156472236367,
50.4278372441376
],
[
5.89204355323433,
50.4692115321155
],
[
5.9641716052181,
50.613222044725
],
[
5.96608792617314,
50.6170576591269
],
[
6.01702500852582,
51.4123426550669
],
[
4.43887679440474,
51.4423523168539
],
[
4.41186924708209,
50.5584953892498
],
[
4.44724404458457,
50.5515321714475
],
[
4.44721043484662,
50.5514601124431
],
[
4.44725201693917,
50.5514519311339
],
[
4.44714715661231,
50.5512269186827
],
[
4.45008115195002,
50.5506497993457
],
[
4.44996230150218,
50.5503947659963
],
[
4.45006229096631,
50.5503751160053
],
[
4.45003983923368,
50.5503270176688
],
[
4.47092310333189,
50.5462288450266
],
[
4.4710169544938,
50.5464300828157
],
[
4.77734650396365,
50.4840411881246
],
[
4.77732453016792,
50.4839946589259
],
[
4.79138679398545,
50.4811450380782
],
[
4.79152414802588,
50.4814352450963
],
[
4.79159893517624,
50.4814189774016
],
[
4.79161673210802,
50.481456614461
],
[
4.95974982318686,
50.444937816491
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31UFS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 37.0648888269205,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231021T051902_S20150924T105044_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1335,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-21T05:19:02.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150924T105046_001335_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 51,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-24T10:50:46.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-24T10:50:46.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "bff81b5c-bed9-4988-9efc-2f85ab58689e",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(bff81b5c-bed9-4988-9efc-2f85ab58689e)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105046_N0500_R051_T31UFS_20231021T051902.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(6a6fd04e-5774-46c0-b5be-05074d8e0be0)/$value",
"ContentLength": 784300507,
"Checksum": [
{
"Value": "eaddcec3362655cf0d277a4a9c089ed9",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:23:12.110396Z"
},
{
"Value": "608a37e433ee5988852a22f2d17ffcfb8118ee3305748bc885abda077d14b364",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:23:13.411664Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/24/S2A_MSIL1C_20150924T105046_N0500_R051_T31UFS_20231021T051902.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "8ab37ed9-f066-4030-83c1-f4bb2e3ff2bb",
"Name": "S2A_MSIL1C_20150704T101006_N0500_R022_T32TML_20231011T134419.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 446716677,
"OriginDate": "2024-06-11T19:22:17.870000Z",
"PublicationDate": "2024-06-11T19:27:56.827303Z",
"ModificationDate": "2025-06-17T09:31:33.578749Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TML_20231011T134419.SAFE",
"Checksum": [
{
"Value": "6e650af9ff80601a4dd79b789ba5f681",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:32.113117Z"
},
{
"Value": "d0cdbf2e4a4ab968eaf8e2e296861ff6cbc3bd820142566e605262c6cd7b6b34",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:33.079074Z"
}
],
"ContentDate": {
"Start": "2015-07-04T10:10:06.027000Z",
"End": "2015-07-04T10:10:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((8.20082199243036 40.5584719499726, 9.11529156452825 40.5626923872254, 9.11703163438882 41.5517851168899, 8.50670214522528 41.5489124470907, 8.50510896944353 41.5438272396352, 8.47253210167361 41.4396785229277, 8.45917656151084 41.3966982059872, 8.41347728068235 41.2495387991724, 8.37198037171257 41.1159305806299, 8.36779373488696 41.1023911002729, 8.32246182690656 40.9552040923481, 8.27733292316915 40.8080060601753, 8.23214746927829 40.6608961901121, 8.20082199243036 40.5584719499726))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
8.20082199243036,
40.5584719499726
],
[
9.11529156452825,
40.5626923872254
],
[
9.11703163438882,
41.5517851168899
],
[
8.50670214522528,
41.5489124470907
],
[
8.50510896944353,
41.5438272396352
],
[
8.47253210167361,
41.4396785229277
],
[
8.45917656151084,
41.3966982059872
],
[
8.41347728068235,
41.2495387991724
],
[
8.37198037171257,
41.1159305806299
],
[
8.36779373488696,
41.1023911002729
],
[
8.32246182690656,
40.9552040923481
],
[
8.27733292316915,
40.8080060601753
],
[
8.23214746927829,
40.6608961901121
],
[
8.20082199243036,
40.5584719499726
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32TML",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 21.355424975509802,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 162,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T13:44:19.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150704T101006_000162_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "931dff9d-effd-4227-9691-3cc2aedead69",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(931dff9d-effd-4227-9691-3cc2aedead69)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TML_20231011T134419.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(8ab37ed9-f066-4030-83c1-f4bb2e3ff2bb)/$value",
"ContentLength": 446716677,
"Checksum": [
{
"Value": "6e650af9ff80601a4dd79b789ba5f681",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:32.113117Z"
},
{
"Value": "d0cdbf2e4a4ab968eaf8e2e296861ff6cbc3bd820142566e605262c6cd7b6b34",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:33.079074Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TML_20231011T134419.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "24d0d6fa-0df3-47d0-92b3-9a8960d92e75",
"Name": "S2A_MSIL1C_20150704T101006_N0500_R022_T32UQA_20231011T134419.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 808932498,
"OriginDate": "2024-06-11T19:44:35.959000Z",
"PublicationDate": "2024-06-11T19:51:54.518372Z",
"ModificationDate": "2025-06-17T09:31:28.853032Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32UQA_20231011T134419.SAFE",
"Checksum": [
{
"Value": "c4038c65444df5a18a820ccb86b8b9f5",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:26.909048Z"
},
{
"Value": "5945167bd6aa401f03d1ac19d258ca35aa0b03983a65b1683c130505762553a6",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:28.568393Z"
}
],
"ContentDate": {
"Start": "2015-07-04T10:10:06.027000Z",
"End": "2015-07-04T10:10:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((11.8207689450153 50.518113703503, 11.7635451476014 49.531744406219, 13.2773703816628 49.485620292303, 13.365742763507 50.4703606309858, 11.8207689450153 50.518113703503))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
11.8207689450153,
50.518113703503
],
[
11.7635451476014,
49.531744406219
],
[
13.2773703816628,
49.485620292303
],
[
13.365742763507,
50.4703606309858
],
[
11.8207689450153,
50.518113703503
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32UQA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.23601779688853103,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 162,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T13:44:19.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150704T101006_000162_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "e6f56be6-fa86-43e7-b9cd-be4d5d060ace",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(e6f56be6-fa86-43e7-b9cd-be4d5d060ace)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32UQA_20231011T134419.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(24d0d6fa-0df3-47d0-92b3-9a8960d92e75)/$value",
"ContentLength": 808932498,
"Checksum": [
{
"Value": "c4038c65444df5a18a820ccb86b8b9f5",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:26.909048Z"
},
{
"Value": "5945167bd6aa401f03d1ac19d258ca35aa0b03983a65b1683c130505762553a6",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:28.568393Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32UQA_20231011T134419.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "93b1cbc8-df8d-4e80-9fcd-981626ee66b2",
"Name": "S2A_MSIL1C_20150919T100016_N0500_R122_T33UWQ_20231015T150342.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 802378230,
"OriginDate": "2024-05-28T01:52:42.789000Z",
"PublicationDate": "2024-05-28T02:13:45.573840Z",
"ModificationDate": "2025-06-22T22:29:19.857925Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/19/S2A_MSIL1C_20150919T100016_N0500_R122_T33UWQ_20231015T150342.SAFE",
"Checksum": [
{
"Value": "b57a49a3e19df7985676254bc397440f",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:29:18.199906Z"
},
{
"Value": "02a60429a4d6ca77848f7b745057d9bfc25671fdae738a1979fe000100b5ddcf",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:29:19.468161Z"
}
],
"ContentDate": {
"Start": "2015-09-19T10:00:16.027000Z",
"End": "2015-09-19T10:00:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((14.9997229225526 49.6527228145057, 14.9997283780488 48.6650314115651, 16.4906696405228 48.6553853487713, 16.5205956537251 49.6427370651644, 14.9997229225526 49.6527228145057))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
14.9997229225526,
49.6527228145057
],
[
14.9997283780488,
48.6650314115651
],
[
16.4906696405228,
48.6553853487713
],
[
16.5205956537251,
49.6427370651644
],
[
14.9997229225526,
49.6527228145057
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33UWQ",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 49.093373943683,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T150342_S20150919T100543_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1263,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T15:03:42.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150919T100016_001263_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 122,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-19T10:00:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-19T10:00:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "83b50732-74b0-45ed-aa4f-b9c0671c4e58",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(83b50732-74b0-45ed-aa4f-b9c0671c4e58)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/19/S2A_MSIL1C_20150919T100016_N0500_R122_T33UWQ_20231015T150342.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(93b1cbc8-df8d-4e80-9fcd-981626ee66b2)/$value",
"ContentLength": 802378230,
"Checksum": [
{
"Value": "b57a49a3e19df7985676254bc397440f",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:29:18.199906Z"
},
{
"Value": "02a60429a4d6ca77848f7b745057d9bfc25671fdae738a1979fe000100b5ddcf",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:29:19.468161Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/19/S2A_MSIL1C_20150919T100016_N0500_R122_T33UWQ_20231015T150342.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "00d5a867-adb1-43da-891b-099a8e2bf704",
"Name": "S2A_MSIL1C_20150918T103036_N0500_R108_T31UGP_20231017T052538.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 743003395,
"OriginDate": "2024-06-08T07:38:59.936000Z",
"PublicationDate": "2024-06-08T07:46:20.102541Z",
"ModificationDate": "2025-06-22T22:30:47.010189Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/18/S2A_MSIL1C_20150918T103036_N0500_R108_T31UGP_20231017T052538.SAFE",
"Checksum": [
{
"Value": "ce70063c8536b2242c29c4f86978ca92",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:30:45.239244Z"
},
{
"Value": "e95d7335479c04ddd8760067fc325f37182596c56f5aa76549cbd7cb3ffd8e1c",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:30:46.706755Z"
}
],
"ContentDate": {
"Start": "2015-09-18T10:30:36.028000Z",
"End": "2015-09-18T10:30:36.028000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((5.68527765364807 48.0821279369594, 5.66700941814802 47.73416799678, 7.1282606560594 47.6908510657398, 7.20828443578721 48.676094448249, 5.92126190439323 48.7148340232761, 5.88253724139697 48.6122351981478, 5.82789634843152 48.4658961748307, 5.77336840096537 48.3195695733405, 5.71891257307533 48.1732680645774, 5.68527765364807 48.0821279369594))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
5.68527765364807,
48.0821279369594
],
[
5.66700941814802,
47.73416799678
],
[
7.1282606560594,
47.6908510657398
],
[
7.20828443578721,
48.676094448249
],
[
5.92126190439323,
48.7148340232761
],
[
5.88253724139697,
48.6122351981478
],
[
5.82789634843152,
48.4658961748307
],
[
5.77336840096537,
48.3195695733405
],
[
5.71891257307533,
48.1732680645774
],
[
5.68527765364807,
48.0821279369594
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31UGP",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 80.4992767956136,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231017T052538_S20150918T103701_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1249,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-17T05:25:38.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150918T103036_001249_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 108,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-18T10:30:36.028000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-18T10:30:36.028000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "f0f6c635-9254-4e9d-8597-3bce0e814884",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(f0f6c635-9254-4e9d-8597-3bce0e814884)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/18/S2A_MSIL1C_20150918T103036_N0500_R108_T31UGP_20231017T052538.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(00d5a867-adb1-43da-891b-099a8e2bf704)/$value",
"ContentLength": 743003395,
"Checksum": [
{
"Value": "ce70063c8536b2242c29c4f86978ca92",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:30:45.239244Z"
},
{
"Value": "e95d7335479c04ddd8760067fc325f37182596c56f5aa76549cbd7cb3ffd8e1c",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:30:46.706755Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/18/S2A_MSIL1C_20150918T103036_N0500_R108_T31UGP_20231017T052538.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "903cd6bd-d33d-495d-8daa-0ecef5de9e87",
"Name": "S2A_MSIL1C_20150704T101006_N0500_R022_T32TQT_20231011T134419.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 849244513,
"OriginDate": "2024-06-11T19:46:32.776000Z",
"PublicationDate": "2024-06-11T19:53:23.956434Z",
"ModificationDate": "2025-06-17T09:32:12.455791Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TQT_20231011T134419.SAFE",
"Checksum": [
{
"Value": "c66a7c692bdba1b04b2677a756a49323",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:10.354310Z"
},
{
"Value": "6c2e7c78cfc4af8c36a4d3c11a5896995dac29b1d36a4f09105a02e62e7faa69",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:12.110670Z"
}
],
"ContentDate": {
"Start": "2015-07-04T10:10:06.027000Z",
"End": "2015-07-04T10:10:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((11.6715394263997 47.822607559991, 11.6221956555124 46.835655727197, 13.059029865045 46.7936706881961, 13.1352584752775 47.7791570723346, 11.6715394263997 47.822607559991))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
11.6715394263997,
47.822607559991
],
[
11.6221956555124,
46.835655727197
],
[
13.059029865045,
46.7936706881961
],
[
13.1352584752775,
47.7791570723346
],
[
11.6715394263997,
47.822607559991
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32TQT",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.12009913703007,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 162,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T13:44:19.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150704T101006_000162_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "1fd947b5-7f08-480b-b7d5-14006c03d39c",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(1fd947b5-7f08-480b-b7d5-14006c03d39c)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TQT_20231011T134419.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(903cd6bd-d33d-495d-8daa-0ecef5de9e87)/$value",
"ContentLength": 849244513,
"Checksum": [
{
"Value": "c66a7c692bdba1b04b2677a756a49323",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:10.354310Z"
},
{
"Value": "6c2e7c78cfc4af8c36a4d3c11a5896995dac29b1d36a4f09105a02e62e7faa69",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:12.110670Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TQT_20231011T134419.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "9da87895-6db6-4514-9c38-198763655a5d",
"Name": "S2A_MSIL1C_20150831T093006_N0500_R136_T35TLM_20231025T065810.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 23075220,
"OriginDate": "2024-05-30T06:08:19.537000Z",
"PublicationDate": "2024-05-30T06:13:55.906145Z",
"ModificationDate": "2025-06-22T23:04:39.162697Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35TLM_20231025T065810.SAFE",
"Checksum": [
{
"Value": "4f6554fc3bb8e88a0ad2c7e23b9d42b4",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:38.456046Z"
},
{
"Value": "d7897eaf655a847759d66292d287952bd30d5efe1f659ef59339dea85ca9aa1d",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:38.507307Z"
}
],
"ContentDate": {
"Start": "2015-08-31T09:30:06.027000Z",
"End": "2015-08-31T09:30:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((24.3960264948722 46.9239446971687, 24.3729898076099 46.9235610085149, 24.3752393675061 46.8763488949172, 24.3960264948722 46.9239446971687))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
24.3960264948722,
46.9239446971687
],
[
24.3729898076099,
46.9235610085149
],
[
24.3752393675061,
46.8763488949172
],
[
24.3960264948722,
46.9239446971687
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "35TLM",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.0,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 991,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-25T06:58:10.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150831T093006_000991_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 136,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "04627598-982a-4e4f-b940-463b969b96e8",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(04627598-982a-4e4f-b940-463b969b96e8)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35TLM_20231025T065810.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(9da87895-6db6-4514-9c38-198763655a5d)/$value",
"ContentLength": 23075220,
"Checksum": [
{
"Value": "4f6554fc3bb8e88a0ad2c7e23b9d42b4",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:38.456046Z"
},
{
"Value": "d7897eaf655a847759d66292d287952bd30d5efe1f659ef59339dea85ca9aa1d",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:38.507307Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35TLM_20231025T065810.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "2b488914-ff8d-4409-85c0-58119f637497",
"Name": "S2A_MSIL1C_20150923T094016_N0500_R036_T33TYK_20231015T145434.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 816361095,
"OriginDate": "2024-05-29T01:36:44.684000Z",
"PublicationDate": "2024-05-29T01:45:15.810542Z",
"ModificationDate": "2025-06-17T09:33:16.758947Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T094016_N0500_R036_T33TYK_20231015T145434.SAFE",
"Checksum": [
{
"Value": "c4a653815ae2dac72fd60d4c7634f082",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:33:15.280536Z"
},
{
"Value": "487d3b9f51248643ca120136108c567137672394882df1774ddda0e720589858",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:33:16.474445Z"
}
],
"ContentDate": {
"Start": "2015-09-23T09:40:16.027000Z",
"End": "2015-09-23T09:40:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((17.5426313572443 45.1255248829648, 17.4998487890041 44.138007688027, 18.8699867664213 44.0997709182098, 18.9360975560864 45.0859569604996, 17.5426313572443 45.1255248829648))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
17.5426313572443,
45.1255248829648
],
[
17.4998487890041,
44.138007688027
],
[
18.8699867664213,
44.0997709182098
],
[
18.9360975560864,
45.0859569604996
],
[
17.5426313572443,
45.1255248829648
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33TYK",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 34.5434321717579,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T145434_S20150923T094251_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1320,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T14:54:34.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150923T094016_001320_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 36,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-23T09:40:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-23T09:40:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "a9aed7e4-1597-4e26-b573-3bbbff9febcc",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(a9aed7e4-1597-4e26-b573-3bbbff9febcc)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T094016_N0500_R036_T33TYK_20231015T145434.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(2b488914-ff8d-4409-85c0-58119f637497)/$value",
"ContentLength": 816361095,
"Checksum": [
{
"Value": "c4a653815ae2dac72fd60d4c7634f082",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:33:15.280536Z"
},
{
"Value": "487d3b9f51248643ca120136108c567137672394882df1774ddda0e720589858",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:33:16.474445Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T094016_N0500_R036_T33TYK_20231015T145434.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "de064abd-64a6-49f5-9480-5db8e57694f6",
"Name": "S2A_MSIL1C_20150706T105016_N0500_R051_T30SVD_20231009T094109.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 480493973,
"OriginDate": "2024-06-07T00:08:18.930000Z",
"PublicationDate": "2024-06-07T00:24:09.624612Z",
"ModificationDate": "2025-06-17T09:31:33.171826Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30SVD_20231009T094109.SAFE",
"Checksum": [
{
"Value": "a4743588e1b57a696726a0f4e8e42cd2",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:31.872391Z"
},
{
"Value": "dd3d4035f0953740b10dd67fb2d14d11007da10403ba7bf7fa042f03a4d49609",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:32.605432Z"
}
],
"ContentDate": {
"Start": "2015-07-06T10:50:16.027000Z",
"End": "2015-07-06T10:50:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((-3.67704259264745 34.2497444446009, -2.89399750434226 34.2528757601476, -2.89272491153004 35.2430301709497, -3.4076431843755 35.2409194625047, -3.41051880486836 35.2305253859127, -3.4500661980881 35.0826099573871, -3.4907618649783 34.9351761740272, -3.53054664972064 34.7875200151783, -3.56990425687631 34.639727060483, -3.61015118830188 34.4921471139466, -3.64274066611766 34.3750046000646, -3.65109144700523 34.3448420300616, -3.6664435395917 34.2886460181894, -3.67704259264745 34.2497444446009))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
-3.67704259264745,
34.2497444446009
],
[
-2.89399750434226,
34.2528757601476
],
[
-2.89272491153004,
35.2430301709497
],
[
-3.4076431843755,
35.2409194625047
],
[
-3.41051880486836,
35.2305253859127
],
[
-3.4500661980881,
35.0826099573871
],
[
-3.4907618649783,
34.9351761740272
],
[
-3.53054664972064,
34.7875200151783
],
[
-3.56990425687631,
34.639727060483
],
[
-3.61015118830188,
34.4921471139466
],
[
-3.64274066611766,
34.3750046000646
],
[
-3.65109144700523,
34.3448420300616
],
[
-3.6664435395917,
34.2886460181894
],
[
-3.67704259264745,
34.2497444446009
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "30SVD",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.0,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 191,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T09:41:09.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150706T105016_000191_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 51,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "dca6cc24-edea-43b2-983e-b860646c5b59",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(dca6cc24-edea-43b2-983e-b860646c5b59)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30SVD_20231009T094109.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(de064abd-64a6-49f5-9480-5db8e57694f6)/$value",
"ContentLength": 480493973,
"Checksum": [
{
"Value": "a4743588e1b57a696726a0f4e8e42cd2",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:31.872391Z"
},
{
"Value": "dd3d4035f0953740b10dd67fb2d14d11007da10403ba7bf7fa042f03a4d49609",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:32.605432Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30SVD_20231009T094109.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "4f750b94-4588-45ab-9bb9-dbdb818e51e7",
"Name": "S2A_MSIL1C_20150704T101006_N0500_R022_T32SKE_20231011T134419.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 117532554,
"OriginDate": "2024-06-11T19:02:08.921000Z",
"PublicationDate": "2024-06-11T19:08:48.159378Z",
"ModificationDate": "2025-06-17T09:31:33.246285Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SKE_20231011T134419.SAFE",
"Checksum": [
{
"Value": "955c3cb328130141ee1cd5733ced5328",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:32.394865Z"
},
{
"Value": "73beffc3d93da6fb86f663d7f384a7fd6503cf19284d421be17f521227bd13c9",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:32.583915Z"
}
],
"ContentDate": {
"Start": "2015-07-04T10:10:06.027000Z",
"End": "2015-07-04T10:10:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((6.6346423646983 35.1307364764773, 6.91210875834278 35.1368985416563, 6.88822285168663 36.0493658398958, 6.85935116419344 35.9452411603546, 6.81781452162336 35.7976662514825, 6.77665818642823 35.6499842601566, 6.73583958342826 35.502279587517, 6.69726517882757 35.3540369190378, 6.6555537523376 35.2068691485792, 6.6346423646983 35.1307364764773))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
6.6346423646983,
35.1307364764773
],
[
6.91210875834278,
35.1368985416563
],
[
6.88822285168663,
36.0493658398958
],
[
6.85935116419344,
35.9452411603546
],
[
6.81781452162336,
35.7976662514825
],
[
6.77665818642823,
35.6499842601566
],
[
6.73583958342826,
35.502279587517
],
[
6.69726517882757,
35.3540369190378
],
[
6.6555537523376,
35.2068691485792
],
[
6.6346423646983,
35.1307364764773
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32SKE",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.0,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 162,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T13:44:19.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150704T101006_000162_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "bd7baa41-b9e7-44a6-9818-ccc33b67d613",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(bd7baa41-b9e7-44a6-9818-ccc33b67d613)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SKE_20231011T134419.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(4f750b94-4588-45ab-9bb9-dbdb818e51e7)/$value",
"ContentLength": 117532554,
"Checksum": [
{
"Value": "955c3cb328130141ee1cd5733ced5328",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:32.394865Z"
},
{
"Value": "73beffc3d93da6fb86f663d7f384a7fd6503cf19284d421be17f521227bd13c9",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:32.583915Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SKE_20231011T134419.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "b21b66c3-018c-453e-80e3-15aa6372aaab",
"Name": "S2A_MSIL1C_20150919T100016_N0500_R122_T33UWS_20231015T150342.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 832818631,
"OriginDate": "2024-05-28T01:57:14.617000Z",
"PublicationDate": "2024-05-28T02:08:14.590566Z",
"ModificationDate": "2025-06-22T22:29:12.245553Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/19/S2A_MSIL1C_20150919T100016_N0500_R122_T33UWS_20231015T150342.SAFE",
"Checksum": [
{
"Value": "7cdd87e8c5e51d944b57961bf7068da6",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:29:10.200665Z"
},
{
"Value": "6353230668735446e2071b5b0d4c594da18ea4631bce46152dc37c68392b5941",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:29:11.840755Z"
}
],
"ContentDate": {
"Start": "2015-09-19T10:00:16.027000Z",
"End": "2015-09-19T10:00:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((14.9997121758513 51.4511822057936, 14.9997182116692 50.4637984017553, 16.5464364414626 50.453523278919, 16.5795440214696 51.4405411658231, 14.9997121758513 51.4511822057936))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
14.9997121758513,
51.4511822057936
],
[
14.9997182116692,
50.4637984017553
],
[
16.5464364414626,
50.453523278919
],
[
16.5795440214696,
51.4405411658231
],
[
14.9997121758513,
51.4511822057936
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33UWS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 11.3225835348921,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T150342_S20150919T100543_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1263,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T15:03:42.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150919T100016_001263_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 122,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-19T10:00:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-19T10:00:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "8f519d47-17b5-43bd-97f5-7f13cefbaaec",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(8f519d47-17b5-43bd-97f5-7f13cefbaaec)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/19/S2A_MSIL1C_20150919T100016_N0500_R122_T33UWS_20231015T150342.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(b21b66c3-018c-453e-80e3-15aa6372aaab)/$value",
"ContentLength": 832818631,
"Checksum": [
{
"Value": "7cdd87e8c5e51d944b57961bf7068da6",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:29:10.200665Z"
},
{
"Value": "6353230668735446e2071b5b0d4c594da18ea4631bce46152dc37c68392b5941",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:29:11.840755Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/19/S2A_MSIL1C_20150919T100016_N0500_R122_T33UWS_20231015T150342.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "d586aa08-4855-4729-9015-34c5fae1e634",
"Name": "S2A_MSIL1C_20150831T093006_N0500_R136_T33SXU_20231025T065810.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 312491361,
"OriginDate": "2024-05-30T06:15:26.037000Z",
"PublicationDate": "2024-05-30T06:21:13.687446Z",
"ModificationDate": "2025-06-22T23:04:39.695237Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T33SXU_20231025T065810.SAFE",
"Checksum": [
{
"Value": "00baa7b6434979198202d1bdb33010a2",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:38.791215Z"
},
{
"Value": "735a2603c7eb65b0e954ea2ab8f69e5a8fab07f28f457393eaeefd82a2a4172d",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:39.299163Z"
}
],
"ContentDate": {
"Start": "2015-08-31T09:30:06.027000Z",
"End": "2015-08-31T09:30:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((16.47393900188 34.2427880632754, 17.2778286293332 34.2317573474997, 17.3051454070578 35.2211228310596, 16.7435173983622 35.229022521845, 16.7166793554606 35.1315482810212, 16.6761179558555 34.9839460241676, 16.6356397074675 34.8363391368941, 16.5952687788045 34.6887223575898, 16.5549995711257 34.5410955871561, 16.5148291269229 34.3934588089618, 16.4747571240362 34.2458101279805, 16.47393900188 34.2427880632754))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
16.47393900188,
34.2427880632754
],
[
17.2778286293332,
34.2317573474997
],
[
17.3051454070578,
35.2211228310596
],
[
16.7435173983622,
35.229022521845
],
[
16.7166793554606,
35.1315482810212
],
[
16.6761179558555,
34.9839460241676
],
[
16.6356397074675,
34.8363391368941
],
[
16.5952687788045,
34.6887223575898
],
[
16.5549995711257,
34.5410955871561
],
[
16.5148291269229,
34.3934588089618
],
[
16.4747571240362,
34.2458101279805
],
[
16.47393900188,
34.2427880632754
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33SXU",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.0,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 991,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-25T06:58:10.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150831T093006_000991_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 136,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "2eb70d9a-87aa-40a8-9452-b15148d8a74c",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(2eb70d9a-87aa-40a8-9452-b15148d8a74c)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T33SXU_20231025T065810.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(d586aa08-4855-4729-9015-34c5fae1e634)/$value",
"ContentLength": 312491361,
"Checksum": [
{
"Value": "00baa7b6434979198202d1bdb33010a2",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:38.791215Z"
},
{
"Value": "735a2603c7eb65b0e954ea2ab8f69e5a8fab07f28f457393eaeefd82a2a4172d",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:39.299163Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T33SXU_20231025T065810.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "379cd5a4-ff46-4878-a876-cbc12d53a44b",
"Name": "S2A_MSIL1C_20150704T101006_N0500_R022_T33TVN_20231011T134419.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 513655606,
"OriginDate": "2024-06-11T19:24:19.197000Z",
"PublicationDate": "2024-06-11T19:30:15.054344Z",
"ModificationDate": "2025-06-17T09:31:33.761058Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33TVN_20231011T134419.SAFE",
"Checksum": [
{
"Value": "4b4fc6daf3f540f577abc3838c707b6c",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:32.395413Z"
},
{
"Value": "a9f3e736b3c46e042c6e4b614f156634d41a7247f24f34cabcae35c442dfa115",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:33.516203Z"
}
],
"ContentDate": {
"Start": "2015-07-04T10:10:06.027000Z",
"End": "2015-07-04T10:10:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((14.7242775904692 47.8514929973114, 13.6628652904457 47.8459148273097, 13.687588500476 46.8581759579721, 14.2838630151125 46.8612607946009, 14.3461385630586 47.0051791921305, 14.4111198792215 47.1501072500976, 14.4743261173212 47.2955934612182, 14.5385883035518 47.440850482807, 14.6050886879891 47.585476924829, 14.6703094694106 47.7304175144726, 14.7242775904692 47.8514929973114))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
14.7242775904692,
47.8514929973114
],
[
13.6628652904457,
47.8459148273097
],
[
13.687588500476,
46.8581759579721
],
[
14.2838630151125,
46.8612607946009
],
[
14.3461385630586,
47.0051791921305
],
[
14.4111198792215,
47.1501072500976
],
[
14.4743261173212,
47.2955934612182
],
[
14.5385883035518,
47.440850482807
],
[
14.6050886879891,
47.585476924829
],
[
14.6703094694106,
47.7304175144726
],
[
14.7242775904692,
47.8514929973114
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33TVN",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 2.38226631920688,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 162,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T13:44:19.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150704T101006_000162_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "733a0de3-d511-422f-85ac-710538f83478",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(733a0de3-d511-422f-85ac-710538f83478)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33TVN_20231011T134419.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(379cd5a4-ff46-4878-a876-cbc12d53a44b)/$value",
"ContentLength": 513655606,
"Checksum": [
{
"Value": "4b4fc6daf3f540f577abc3838c707b6c",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:32.395413Z"
},
{
"Value": "a9f3e736b3c46e042c6e4b614f156634d41a7247f24f34cabcae35c442dfa115",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:33.516203Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33TVN_20231011T134419.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "e35339dd-e28c-4415-863b-2b2a286eb775",
"Name": "S2A_MSIL1C_20150706T105016_N0500_R051_T30SXD_20231009T094109.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 834143704,
"OriginDate": "2024-06-07T01:00:23.260000Z",
"PublicationDate": "2024-06-07T01:06:51.362253Z",
"ModificationDate": "2025-06-17T09:31:34.055449Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30SXD_20231009T094109.SAFE",
"Checksum": [
{
"Value": "bf903177178bf170f01fb3e58328ca62",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:30.487489Z"
},
{
"Value": "784c69cf845c84233588389d9073c7bc15c232f3141213c40f000ab72e49ef10",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:32.228607Z"
}
],
"ContentDate": {
"Start": "2015-07-06T10:50:16.027000Z",
"End": "2015-07-06T10:50:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((-1.90095918762551 35.2380875358202, -1.91399387906478 34.2481111539132, -0.722171370666792 34.2317573474997, -0.694854592942223 35.2211228310596, -1.90095918762551 35.2380875358202))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
-1.90095918762551,
35.2380875358202
],
[
-1.91399387906478,
34.2481111539132
],
[
-0.722171370666792,
34.2317573474997
],
[
-0.694854592942223,
35.2211228310596
],
[
-1.90095918762551,
35.2380875358202
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "30SXD",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.128967720744125,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 191,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T09:41:09.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150706T105016_000191_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 51,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "e38b056b-002b-4d60-b09e-e9f6ddf38f14",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(e38b056b-002b-4d60-b09e-e9f6ddf38f14)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30SXD_20231009T094109.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(e35339dd-e28c-4415-863b-2b2a286eb775)/$value",
"ContentLength": 834143704,
"Checksum": [
{
"Value": "bf903177178bf170f01fb3e58328ca62",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:30.487489Z"
},
{
"Value": "784c69cf845c84233588389d9073c7bc15c232f3141213c40f000ab72e49ef10",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:32.228607Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30SXD_20231009T094109.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "b09b5750-5ddd-4873-885c-744242463226",
"Name": "S2A_MSIL1C_20150706T105016_N0500_R051_T31SBD_20231009T094109.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 784540767,
"OriginDate": "2024-06-07T00:48:39.231000Z",
"PublicationDate": "2024-06-07T00:55:10.186275Z",
"ModificationDate": "2025-06-17T09:31:36.493264Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31SBD_20231009T094109.SAFE",
"Checksum": [
{
"Value": "694b2362e9ec0a90aa6748cbd7447bee",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:34.389674Z"
},
{
"Value": "52684737a7315493c11e29d4d2bafd4c148d5633a71467f2b7a804f4ae8558e4",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:36.141637Z"
}
],
"ContentDate": {
"Start": "2015-07-06T10:50:16.027000Z",
"End": "2015-07-06T10:50:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((-0.498976899500031 39.6975094680204, -0.450260110444942 38.7099201955759, 0.811348073446155 38.7403699569925, 0.780399208087329 39.7290432642928, -0.498976899500031 39.6975094680204))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
-0.498976899500031,
39.6975094680204
],
[
-0.450260110444942,
38.7099201955759
],
[
0.811348073446155,
38.7403699569925
],
[
0.780399208087329,
39.7290432642928
],
[
-0.498976899500031,
39.6975094680204
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31SBD",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.0,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 191,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T09:41:09.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150706T105016_000191_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 51,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "487e2f72-4f6c-4784-9e6e-6c3c702dbfcb",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(487e2f72-4f6c-4784-9e6e-6c3c702dbfcb)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31SBD_20231009T094109.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(b09b5750-5ddd-4873-885c-744242463226)/$value",
"ContentLength": 784540767,
"Checksum": [
{
"Value": "694b2362e9ec0a90aa6748cbd7447bee",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:34.389674Z"
},
{
"Value": "52684737a7315493c11e29d4d2bafd4c148d5633a71467f2b7a804f4ae8558e4",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:36.141637Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31SBD_20231009T094109.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "6c070295-04cd-4eb1-8a8a-35e427bc7cd4",
"Name": "S2A_MSIL1C_20150915T102026_N0500_R065_T33UVA_20231015T132359.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 639870311,
"OriginDate": "2024-06-10T15:28:41.566000Z",
"PublicationDate": "2024-06-10T15:37:55.142560Z",
"ModificationDate": "2025-06-22T22:35:42.575693Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T33UVA_20231015T132359.SAFE",
"Checksum": [
{
"Value": "ab2c5835279ea48a08879064e2c70b69",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:35:40.916266Z"
},
{
"Value": "8f409169a5b67c297f471bc14d9054f906691756be7126d089d63cf49594033d",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:35:42.168490Z"
}
],
"ContentDate": {
"Start": "2015-09-15T10:20:26.027000Z",
"End": "2015-09-15T10:20:26.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((13.4346016390132 55.0369205420788, 13.4719201227163 54.0504964422342, 15.1491099636919 54.0601113890791, 15.1527532737275 55.0468902061203, 13.4346016390132 55.0369205420788))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
13.4346016390132,
55.0369205420788
],
[
13.4719201227163,
54.0504964422342
],
[
15.1491099636919,
54.0601113890791
],
[
15.1527532737275,
55.0468902061203
],
[
13.4346016390132,
55.0369205420788
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33UVA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 18.8485174236316,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T132359_S20150915T102026_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1206,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T13:23:59.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150915T102026_001206_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 65,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-15T10:20:26.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-15T10:20:26.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "12eb962f-35a7-4cb6-9b46-0c4ed6abc767",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(12eb962f-35a7-4cb6-9b46-0c4ed6abc767)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T33UVA_20231015T132359.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(6c070295-04cd-4eb1-8a8a-35e427bc7cd4)/$value",
"ContentLength": 639870311,
"Checksum": [
{
"Value": "ab2c5835279ea48a08879064e2c70b69",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:35:40.916266Z"
},
{
"Value": "8f409169a5b67c297f471bc14d9054f906691756be7126d089d63cf49594033d",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:35:42.168490Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T33UVA_20231015T132359.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "fe9ca1b4-968e-4a11-b46b-ce2d374da745",
"Name": "S2A_MSIL1C_20150918T103036_N0500_R108_T31TGM_20231017T052538.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 780335737,
"OriginDate": "2024-06-08T07:41:33.682000Z",
"PublicationDate": "2024-06-08T07:48:16.901573Z",
"ModificationDate": "2025-06-22T22:30:51.096746Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/18/S2A_MSIL1C_20150918T103036_N0500_R108_T31TGM_20231017T052538.SAFE",
"Checksum": [
{
"Value": "28451577240f533a07dfcbe411e4e660",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:30:49.669666Z"
},
{
"Value": "523071f51676dc7750b7d622987e539a83eee85f5eb0f2be79057bba6a0d16e3",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:30:50.806335Z"
}
],
"ContentDate": {
"Start": "2015-09-18T10:30:36.028000Z",
"End": "2015-09-18T10:30:36.028000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((5.62648535527944 46.9235730583036, 5.57945945555527 45.9364308730675, 6.99300216654522 45.8957352519379, 7.06565713269579 46.8814596616377, 5.62648535527944 46.9235730583036))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
5.62648535527944,
46.9235730583036
],
[
5.57945945555527,
45.9364308730675
],
[
6.99300216654522,
45.8957352519379
],
[
7.06565713269579,
46.8814596616377
],
[
5.62648535527944,
46.9235730583036
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31TGM",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 66.8373794380244,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231017T052538_S20150918T103701_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1249,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-17T05:25:38.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150918T103036_001249_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 108,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-18T10:30:36.028000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-18T10:30:36.028000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "4542b721-329e-4c42-9498-3ea91dafcb4d",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(4542b721-329e-4c42-9498-3ea91dafcb4d)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/18/S2A_MSIL1C_20150918T103036_N0500_R108_T31TGM_20231017T052538.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(fe9ca1b4-968e-4a11-b46b-ce2d374da745)/$value",
"ContentLength": 780335737,
"Checksum": [
{
"Value": "28451577240f533a07dfcbe411e4e660",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:30:49.669666Z"
},
{
"Value": "523071f51676dc7750b7d622987e539a83eee85f5eb0f2be79057bba6a0d16e3",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:30:50.806335Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/18/S2A_MSIL1C_20150918T103036_N0500_R108_T31TGM_20231017T052538.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "fe7c7d8c-ee12-4cd6-9d31-07c5e6794bae",
"Name": "S2A_MSIL1C_20150923T094016_N0500_R036_T33SWD_20231028T021114.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 325701553,
"OriginDate": "2024-06-01T13:06:46.395000Z",
"PublicationDate": "2024-06-01T13:12:45.929307Z",
"ModificationDate": "2025-06-17T09:33:02.430730Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T094016_N0500_R036_T33SWD_20231028T021114.SAFE",
"Checksum": [
{
"Value": "b5f1461fa45b5fdcc2f188c54379e46d",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:33:01.654163Z"
},
{
"Value": "b73b232525d2243642b304b46c33a3c14f6e49ef44db7313d343a478d2b830e2",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:33:02.211692Z"
}
],
"ContentDate": {
"Start": "2015-09-23T09:40:16.027000Z",
"End": "2015-09-23T09:40:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((15.2138253369568 38.7597077461268, 16.2634032191925 38.7540360482138, 16.2742673170165 39.355157865896, 16.0148051260918 39.3983881451169, 16.0148145380558 39.3984191046951, 16.011672358248 39.3989415394394, 16.0116898307324 39.3989990097152, 16.0106701675326 39.3991688773392, 16.0107014140188 39.3992716927362, 16.0105662897383 39.3992942475174, 16.0108142109638 39.4001048589891, 15.7352249951969 39.4413994240239, 15.7352346708783 39.4414314004147, 15.7142673850186 39.4445267680244, 15.7139711022202 39.4435448055102, 15.7131274787255 39.443669486211, 15.7130476086443 39.4434027236461, 15.7097558735724 39.4438928746602, 15.7097540659655 39.443886841449, 15.7093490110649 39.443947036555, 15.7092904647646 39.4437515558417, 15.709078724544 39.4437831120204, 15.7089835169729 39.4434672828876, 15.4291819067782 39.4853040984044, 15.3852696868326 39.3384482817567, 15.3413653081452 39.191192522945, 15.2976594478175 39.0438789388612, 15.2541639717617 38.8965342456096, 15.2138253369568 38.7597077461268))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
15.2138253369568,
38.7597077461268
],
[
16.2634032191925,
38.7540360482138
],
[
16.2742673170165,
39.355157865896
],
[
16.0148051260918,
39.3983881451169
],
[
16.0148145380558,
39.3984191046951
],
[
16.011672358248,
39.3989415394394
],
[
16.0116898307324,
39.3989990097152
],
[
16.0106701675326,
39.3991688773392
],
[
16.0107014140188,
39.3992716927362
],
[
16.0105662897383,
39.3992942475174
],
[
16.0108142109638,
39.4001048589891
],
[
15.7352249951969,
39.4413994240239
],
[
15.7352346708783,
39.4414314004147
],
[
15.7142673850186,
39.4445267680244
],
[
15.7139711022202,
39.4435448055102
],
[
15.7131274787255,
39.443669486211
],
[
15.7130476086443,
39.4434027236461
],
[
15.7097558735724,
39.4438928746602
],
[
15.7097540659655,
39.443886841449
],
[
15.7093490110649,
39.443947036555
],
[
15.7092904647646,
39.4437515558417
],
[
15.709078724544,
39.4437831120204
],
[
15.7089835169729,
39.4434672828876
],
[
15.4291819067782,
39.4853040984044
],
[
15.3852696868326,
39.3384482817567
],
[
15.3413653081452,
39.191192522945
],
[
15.2976594478175,
39.0438789388612
],
[
15.2541639717617,
38.8965342456096
],
[
15.2138253369568,
38.7597077461268
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33SWD",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 7.876581596981509,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231028T021114_S20150923T094946_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1320,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-28T02:11:14.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150923T094016_001320_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 36,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-23T09:40:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-23T09:40:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "f8d48e5d-629e-4d0c-9ea0-3f0e76f84bb9",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(f8d48e5d-629e-4d0c-9ea0-3f0e76f84bb9)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T094016_N0500_R036_T33SWD_20231028T021114.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(fe7c7d8c-ee12-4cd6-9d31-07c5e6794bae)/$value",
"ContentLength": 325701553,
"Checksum": [
{
"Value": "b5f1461fa45b5fdcc2f188c54379e46d",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:33:01.654163Z"
},
{
"Value": "b73b232525d2243642b304b46c33a3c14f6e49ef44db7313d343a478d2b830e2",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:33:02.211692Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T094016_N0500_R036_T33SWD_20231028T021114.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "14df2b4e-7cc2-4b3f-9659-06c1c0f26adb",
"Name": "S2A_MSIL1C_20150706T105016_N0500_R051_T31TEL_20231009T094109.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 411255718,
"OriginDate": "2024-06-07T00:08:19.146000Z",
"PublicationDate": "2024-06-07T00:23:01.272813Z",
"ModificationDate": "2025-06-17T09:32:33.038902Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31TEL_20231009T094109.SAFE",
"Checksum": [
{
"Value": "1da489b98a5787f79ad9cf738ba85203",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:32.105822Z"
},
{
"Value": "5d20b9709b86ba255b24c6bd53845c8781dab3743e5b40cc066b74622c050f20",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:32.723738Z"
}
],
"ContentDate": {
"Start": "2015-07-06T10:50:16.027000Z",
"End": "2015-07-06T10:50:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((3.86564143156235 46.0482000947142, 2.99974146026188 46.0535743699525, 2.99974595359858 45.0652599944736, 3.45363346172479 45.0624896847959, 3.48566380282377 45.1384994952054, 3.54536944024125 45.2842834371011, 3.60532003672411 45.4300291835863, 3.6660650551077 45.5755331503674, 3.72726749302121 45.7209475356399, 3.7886110925469 45.8663214229443, 3.84970905696538 46.0117317160719, 3.86564143156235 46.0482000947142))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
3.86564143156235,
46.0482000947142
],
[
2.99974146026188,
46.0535743699525
],
[
2.99974595359858,
45.0652599944736
],
[
3.45363346172479,
45.0624896847959
],
[
3.48566380282377,
45.1384994952054
],
[
3.54536944024125,
45.2842834371011
],
[
3.60532003672411,
45.4300291835863
],
[
3.6660650551077,
45.5755331503674
],
[
3.72726749302121,
45.7209475356399
],
[
3.7886110925469,
45.8663214229443
],
[
3.84970905696538,
46.0117317160719
],
[
3.86564143156235,
46.0482000947142
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31TEL",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 35.0727636670286,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 191,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T09:41:09.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150706T105016_000191_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 51,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "106c27b1-657d-4d75-803b-62e446dba2b4",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(106c27b1-657d-4d75-803b-62e446dba2b4)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31TEL_20231009T094109.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(14df2b4e-7cc2-4b3f-9659-06c1c0f26adb)/$value",
"ContentLength": 411255718,
"Checksum": [
{
"Value": "1da489b98a5787f79ad9cf738ba85203",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:32.105822Z"
},
{
"Value": "5d20b9709b86ba255b24c6bd53845c8781dab3743e5b40cc066b74622c050f20",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:32.723738Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31TEL_20231009T094109.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "5763ccb3-cfe2-4a3c-be88-bc4b48dbf2b4",
"Name": "S2A_MSIL1C_20150831T093006_N0500_R136_T34UGB_20231025T065810.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 800701911,
"OriginDate": "2024-05-30T06:36:04.630000Z",
"PublicationDate": "2024-05-30T06:42:47.230383Z",
"ModificationDate": "2025-06-22T23:04:40.143382Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34UGB_20231025T065810.SAFE",
"Checksum": [
{
"Value": "9926cd92b9c9962414c70b5f9c2bfe69",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:38.192626Z"
},
{
"Value": "ccde16179e3b118946a96eb99508c420c96a05ad6c1b7a388ac1b953872b13e7",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:39.744063Z"
}
],
"ContentDate": {
"Start": "2015-08-31T09:30:06.027000Z",
"End": "2015-08-31T09:30:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((23.8757172886033 51.4158976963983, 23.815510113567 50.4297266140863, 25.3576218982369 50.3821222509318, 25.4505896990137 51.3666020125147, 23.8757172886033 51.4158976963983))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
23.8757172886033,
51.4158976963983
],
[
23.815510113567,
50.4297266140863
],
[
25.3576218982369,
50.3821222509318
],
[
25.4505896990137,
51.3666020125147
],
[
23.8757172886033,
51.4158976963983
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "34UGB",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 67.0796380901191,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 991,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-25T06:58:10.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150831T093006_000991_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 136,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "f46fca4e-69d6-4847-afba-f9c350e2a331",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(f46fca4e-69d6-4847-afba-f9c350e2a331)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34UGB_20231025T065810.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(5763ccb3-cfe2-4a3c-be88-bc4b48dbf2b4)/$value",
"ContentLength": 800701911,
"Checksum": [
{
"Value": "9926cd92b9c9962414c70b5f9c2bfe69",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:38.192626Z"
},
{
"Value": "ccde16179e3b118946a96eb99508c420c96a05ad6c1b7a388ac1b953872b13e7",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:39.744063Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34UGB_20231025T065810.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "74be45f0-e12b-4ab4-976e-c3176f7dde94",
"Name": "S2A_MSIL1C_20150923T094016_N0500_R036_T34TDM_20231015T145434.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 71635764,
"OriginDate": "2024-05-29T01:20:21.866000Z",
"PublicationDate": "2024-05-29T01:35:48.828492Z",
"ModificationDate": "2025-06-17T09:32:36.771697Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T094016_N0500_R036_T34TDM_20231015T145434.SAFE",
"Checksum": [
{
"Value": "1a1c8d2bbc6034a53a410f922199e2db",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:36.325861Z"
},
{
"Value": "013a524e16b6cee5df3d0969667cbade48bcc1dbe2791267e9fbb989c40b597c",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:36.444876Z"
}
],
"ContentDate": {
"Start": "2015-09-23T09:40:16.027000Z",
"End": "2015-09-23T09:40:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((20.0365339427675 42.4474473787839, 19.7835166850176 42.4462357021416, 19.7957298721005 41.7990552934892, 19.8159980829118 41.8538482319171, 19.8695119806171 42.0001373254135, 19.9246877231304 42.1460478497694, 19.9781978986546 42.2923035940976, 20.0331683360803 42.4382476700084, 20.0365339427675 42.4474473787839))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
20.0365339427675,
42.4474473787839
],
[
19.7835166850176,
42.4462357021416
],
[
19.7957298721005,
41.7990552934892
],
[
19.8159980829118,
41.8538482319171
],
[
19.8695119806171,
42.0001373254135
],
[
19.9246877231304,
42.1460478497694
],
[
19.9781978986546,
42.2923035940976
],
[
20.0331683360803,
42.4382476700084
],
[
20.0365339427675,
42.4474473787839
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "34TDM",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 13.9538577803022,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T145434_S20150923T094251_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1320,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T14:54:34.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150923T094016_001320_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 36,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-23T09:40:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-23T09:40:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "5ed5acd5-0728-4d6e-b387-eb8837814382",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(5ed5acd5-0728-4d6e-b387-eb8837814382)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T094016_N0500_R036_T34TDM_20231015T145434.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(74be45f0-e12b-4ab4-976e-c3176f7dde94)/$value",
"ContentLength": 71635764,
"Checksum": [
{
"Value": "1a1c8d2bbc6034a53a410f922199e2db",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:36.325861Z"
},
{
"Value": "013a524e16b6cee5df3d0969667cbade48bcc1dbe2791267e9fbb989c40b597c",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:36.444876Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T094016_N0500_R036_T34TDM_20231015T145434.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "36715254-8bd3-46bd-b6cf-e910e037e9b1",
"Name": "S2A_MSIL1C_20150706T105016_N0500_R051_T30SXF_20231009T094109.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 752031209,
"OriginDate": "2024-06-07T00:34:19.893000Z",
"PublicationDate": "2024-06-07T00:40:15.098241Z",
"ModificationDate": "2025-06-17T09:31:37.729666Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30SXF_20231009T094109.SAFE",
"Checksum": [
{
"Value": "3f7062afe74f71529d1c0a7cb6140047",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:35.720576Z"
},
{
"Value": "9e453442019f34fa5cb090f83a73e40a205e6eac1b4bc03cf4920b1030d5856d",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:37.471316Z"
}
],
"ContentDate": {
"Start": "2015-07-06T10:50:16.027000Z",
"End": "2015-07-06T10:50:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((-1.87551445266065 37.041254047993, -1.88976030868119 36.051582826082, -0.67138577052769 36.0341050488195, -0.641532453721244 37.0231378025631, -1.87551445266065 37.041254047993))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
-1.87551445266065,
37.041254047993
],
[
-1.88976030868119,
36.051582826082
],
[
-0.67138577052769,
36.0341050488195
],
[
-0.641532453721244,
37.0231378025631
],
[
-1.87551445266065,
37.041254047993
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "30SXF",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.0,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 191,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T09:41:09.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150706T105016_000191_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 51,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "7fde0653-3800-400d-9278-e676311cb401",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(7fde0653-3800-400d-9278-e676311cb401)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30SXF_20231009T094109.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(36715254-8bd3-46bd-b6cf-e910e037e9b1)/$value",
"ContentLength": 752031209,
"Checksum": [
{
"Value": "3f7062afe74f71529d1c0a7cb6140047",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:35.720576Z"
},
{
"Value": "9e453442019f34fa5cb090f83a73e40a205e6eac1b4bc03cf4920b1030d5856d",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:37.471316Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30SXF_20231009T094109.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "5459dc7a-ef8f-4ae4-bb40-f4c4c4422f89",
"Name": "S2A_MSIL1C_20150704T101006_N0500_R022_T32TNK_20231011T134419.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 748165508,
"OriginDate": "2024-06-11T20:22:16.619000Z",
"PublicationDate": "2024-06-11T20:28:29.025884Z",
"ModificationDate": "2025-06-17T09:31:37.981846Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TNK_20231011T134419.SAFE",
"Checksum": [
{
"Value": "aa7fd19596726b5b6242fc5f57c7a424",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:36.076468Z"
},
{
"Value": "0addc552a5a6c90a9517d156b90e4dfe4f2d9d881e3fe893ac5aa82783ca8264",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:37.629641Z"
}
],
"ContentDate": {
"Start": "2015-07-04T10:10:06.027000Z",
"End": "2015-07-04T10:10:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((8.9997634361085 40.6508565157746, 8.99976684422142 39.6616069579929, 10.2796420786369 39.6545573069827, 10.2983406615925 40.6435572140919, 8.9997634361085 40.6508565157746))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
8.9997634361085,
40.6508565157746
],
[
8.99976684422142,
39.6616069579929
],
[
10.2796420786369,
39.6545573069827
],
[
10.2983406615925,
40.6435572140919
],
[
8.9997634361085,
40.6508565157746
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32TNK",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.548657768222401,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 162,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T13:44:19.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150704T101006_000162_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "b78ff689-3988-4cc4-be54-db92478b131c",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(b78ff689-3988-4cc4-be54-db92478b131c)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TNK_20231011T134419.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(5459dc7a-ef8f-4ae4-bb40-f4c4c4422f89)/$value",
"ContentLength": 748165508,
"Checksum": [
{
"Value": "aa7fd19596726b5b6242fc5f57c7a424",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:36.076468Z"
},
{
"Value": "0addc552a5a6c90a9517d156b90e4dfe4f2d9d881e3fe893ac5aa82783ca8264",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:37.629641Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TNK_20231011T134419.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "fb5004f1-c38e-479d-be32-08717500da91",
"Name": "S2A_MSIL1C_20150918T103036_N0500_R108_T31TGN_20231017T052538.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 761491592,
"OriginDate": "2024-06-08T07:39:09.319000Z",
"PublicationDate": "2024-06-08T07:46:08.616923Z",
"ModificationDate": "2025-06-22T22:30:46.222913Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/18/S2A_MSIL1C_20150918T103036_N0500_R108_T31TGN_20231017T052538.SAFE",
"Checksum": [
{
"Value": "3fb77e72ba9414ac42017a49a16289b7",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:30:44.836356Z"
},
{
"Value": "aa59796f84ea31bb034358da77736a66918c7e439d56c06f09efc410ec9bd40c",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:30:45.939118Z"
}
],
"ContentDate": {
"Start": "2015-09-18T10:30:36.028000Z",
"End": "2015-09-18T10:30:36.028000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((5.67153942639965 47.822607559991, 5.62219565551236 46.835655727197, 7.05902986504502 46.7936706881961, 7.13525847527747 47.7791570723346, 5.67153942639965 47.822607559991))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
5.67153942639965,
47.822607559991
],
[
5.62219565551236,
46.835655727197
],
[
7.05902986504502,
46.7936706881961
],
[
7.13525847527747,
47.7791570723346
],
[
5.67153942639965,
47.822607559991
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31TGN",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 76.963898593568,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231017T052538_S20150918T103701_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1249,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-17T05:25:38.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150918T103036_001249_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 108,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-18T10:30:36.028000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-18T10:30:36.028000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "260a4814-c224-4c09-956f-6ebe3691f022",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(260a4814-c224-4c09-956f-6ebe3691f022)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/18/S2A_MSIL1C_20150918T103036_N0500_R108_T31TGN_20231017T052538.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(fb5004f1-c38e-479d-be32-08717500da91)/$value",
"ContentLength": 761491592,
"Checksum": [
{
"Value": "3fb77e72ba9414ac42017a49a16289b7",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:30:44.836356Z"
},
{
"Value": "aa59796f84ea31bb034358da77736a66918c7e439d56c06f09efc410ec9bd40c",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:30:45.939118Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/18/S2A_MSIL1C_20150918T103036_N0500_R108_T31TGN_20231017T052538.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "24937d1d-5bc4-40dd-b660-6899ab80bb37",
"Name": "S2A_MSIL1C_20150831T093006_N0500_R136_T34SDF_20231025T065810.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 369967956,
"OriginDate": "2024-05-30T06:14:48.063000Z",
"PublicationDate": "2024-05-30T06:22:05.825419Z",
"ModificationDate": "2025-06-22T23:04:40.939622Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34SDF_20231025T065810.SAFE",
"Checksum": [
{
"Value": "d40814c2a8635471fb55b9ec89872a6f",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:39.217832Z"
},
{
"Value": "702f3b452f7d7756356556d001e4f45f8c0ea182042e2acb142e455788ec5f5a",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:39.805276Z"
}
],
"ContentDate": {
"Start": "2015-08-31T09:30:06.027000Z",
"End": "2015-08-31T09:30:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((20.6591363841176 37.0446043434393, 19.8750647373534 37.0412497845221, 19.889316287844 36.0515787129015, 20.3343034879176 36.0534389910339, 20.3566393672622 36.1223866565897, 20.4043684782524 36.2691833614497, 20.4522586530457 36.4159576385892, 20.5002876430569 36.5627126143372, 20.5484739507248 36.7094415279612, 20.596817416895 36.8561477401581, 20.6452939494622 37.0028464185922, 20.6591363841176 37.0446043434393))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
20.6591363841176,
37.0446043434393
],
[
19.8750647373534,
37.0412497845221
],
[
19.889316287844,
36.0515787129015
],
[
20.3343034879176,
36.0534389910339
],
[
20.3566393672622,
36.1223866565897
],
[
20.4043684782524,
36.2691833614497
],
[
20.4522586530457,
36.4159576385892
],
[
20.5002876430569,
36.5627126143372
],
[
20.5484739507248,
36.7094415279612
],
[
20.596817416895,
36.8561477401581
],
[
20.6452939494622,
37.0028464185922
],
[
20.6591363841176,
37.0446043434393
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "34SDF",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.0,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 991,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-25T06:58:10.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150831T093006_000991_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 136,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "cca9ee70-92d0-4df6-a4f1-a6ba45dbb685",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(cca9ee70-92d0-4df6-a4f1-a6ba45dbb685)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34SDF_20231025T065810.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(24937d1d-5bc4-40dd-b660-6899ab80bb37)/$value",
"ContentLength": 369967956,
"Checksum": [
{
"Value": "d40814c2a8635471fb55b9ec89872a6f",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:39.217832Z"
},
{
"Value": "702f3b452f7d7756356556d001e4f45f8c0ea182042e2acb142e455788ec5f5a",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:39.805276Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34SDF_20231025T065810.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "53f85d4d-e7c4-4d65-ac23-4896b5213d64",
"Name": "S2A_MSIL1C_20150706T105016_N0500_R051_T30TYL_20231009T094109.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 876121066,
"OriginDate": "2024-06-07T00:50:28.949000Z",
"PublicationDate": "2024-06-07T00:57:25.314173Z",
"ModificationDate": "2025-06-17T09:31:38.112459Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30TYL_20231009T094109.SAFE",
"Checksum": [
{
"Value": "09d8a33fc4dea4347f36ae0220d525d9",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:36.086935Z"
},
{
"Value": "1cc93954d92738959252655379b79288af1e94ebf259ff30dff1ebc8d2395629",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:37.790527Z"
}
],
"ContentDate": {
"Start": "2015-07-06T10:50:16.027000Z",
"End": "2015-07-06T10:50:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((-0.603296414139712 41.5268622914542, -0.638890957899671 40.5386175019273, 0.65555501440102 40.5048858365898, 0.710574648674325 41.4919436339628, -0.603296414139712 41.5268622914542))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
-0.603296414139712,
41.5268622914542
],
[
-0.638890957899671,
40.5386175019273
],
[
0.65555501440102,
40.5048858365898
],
[
0.710574648674325,
41.4919436339628
],
[
-0.603296414139712,
41.5268622914542
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "30TYL",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 7.06960494490728,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 191,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T09:41:09.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150706T105016_000191_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 51,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "e2a06a21-dd76-4036-9be0-1722ca5e6b1a",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(e2a06a21-dd76-4036-9be0-1722ca5e6b1a)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30TYL_20231009T094109.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(53f85d4d-e7c4-4d65-ac23-4896b5213d64)/$value",
"ContentLength": 876121066,
"Checksum": [
{
"Value": "09d8a33fc4dea4347f36ae0220d525d9",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:36.086935Z"
},
{
"Value": "1cc93954d92738959252655379b79288af1e94ebf259ff30dff1ebc8d2395629",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:37.790527Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30TYL_20231009T094109.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "a8b1e4cd-a9db-44ee-a511-92229df38152",
"Name": "S2A_MSIL1C_20150704T101006_N0500_R022_T34VDM_20231011T134419.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 663931700,
"OriginDate": "2024-06-11T19:44:31.231000Z",
"PublicationDate": "2024-06-11T19:51:16.398293Z",
"ModificationDate": "2025-06-17T09:31:38.800081Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T34VDM_20231011T134419.SAFE",
"Checksum": [
{
"Value": "93a669de86cce5bd1bed69eb99fb719d",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:36.997225Z"
},
{
"Value": "3701e18c260bf67c4539fd031e5a8adaa27ee61650339263da4d232c82e694b9",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:38.442538Z"
}
],
"ContentDate": {
"Start": "2015-07-04T10:10:06.027000Z",
"End": "2015-07-04T10:10:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((19.1829926886973 60.4240683779956, 19.2361119974404 59.4386163402902, 21.1721335530037 59.4504117554091, 21.1773207312412 60.4363388199983, 19.1829926886973 60.4240683779956))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
19.1829926886973,
60.4240683779956
],
[
19.2361119974404,
59.4386163402902
],
[
21.1721335530037,
59.4504117554091
],
[
21.1773207312412,
60.4363388199983
],
[
19.1829926886973,
60.4240683779956
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "34VDM",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 75.3913822449162,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 162,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T13:44:19.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150704T101006_000162_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "324d51d0-fb6c-4e42-b502-6019f1644c25",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(324d51d0-fb6c-4e42-b502-6019f1644c25)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T34VDM_20231011T134419.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(a8b1e4cd-a9db-44ee-a511-92229df38152)/$value",
"ContentLength": 663931700,
"Checksum": [
{
"Value": "93a669de86cce5bd1bed69eb99fb719d",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:36.997225Z"
},
{
"Value": "3701e18c260bf67c4539fd031e5a8adaa27ee61650339263da4d232c82e694b9",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:38.442538Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T34VDM_20231011T134419.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "8e2ba47f-2ea6-4a4d-ac86-abd0ff7a5db0",
"Name": "S2A_MSIL1C_20150704T101006_N0500_R022_T33UXV_20231011T134419.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 558133092,
"OriginDate": "2024-06-11T19:30:23.726000Z",
"PublicationDate": "2024-06-11T19:37:04.401011Z",
"ModificationDate": "2025-06-17T09:31:39.394721Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UXV_20231011T134419.SAFE",
"Checksum": [
{
"Value": "1a6add8ad79ce79e355b1aa98bfcc417",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:38.007600Z"
},
{
"Value": "1ca159422f6e444d7fde619ab9d30eefb573f4abdfc52b38f5e89e720cdc5e18",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:39.108551Z"
}
],
"ContentDate": {
"Start": "2015-07-04T10:10:06.027000Z",
"End": "2015-07-04T10:10:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((17.9212209146651 54.1109793569307, 16.5307012563657 54.1383733182809, 16.4953795815123 53.1517854985509, 17.3681704413969 53.1348054435686, 17.4105323438781 53.2113670136029, 17.4904843131255 53.3547570477367, 17.5708609259337 53.4979812359153, 17.6518329431797 53.6411659325432, 17.7332700282967 53.784393147923, 17.8152130976055 53.9276222612728, 17.897881872418 54.0708352332173, 17.9212209146651 54.1109793569307))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
17.9212209146651,
54.1109793569307
],
[
16.5307012563657,
54.1383733182809
],
[
16.4953795815123,
53.1517854985509
],
[
17.3681704413969,
53.1348054435686
],
[
17.4105323438781,
53.2113670136029
],
[
17.4904843131255,
53.3547570477367
],
[
17.5708609259337,
53.4979812359153
],
[
17.6518329431797,
53.6411659325432
],
[
17.7332700282967,
53.784393147923
],
[
17.8152130976055,
53.9276222612728
],
[
17.897881872418,
54.0708352332173
],
[
17.9212209146651,
54.1109793569307
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33UXV",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 3.9606692768980496,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 162,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T13:44:19.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150704T101006_000162_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "2a88ec06-780a-4e21-9201-afbed182f867",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(2a88ec06-780a-4e21-9201-afbed182f867)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UXV_20231011T134419.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(8e2ba47f-2ea6-4a4d-ac86-abd0ff7a5db0)/$value",
"ContentLength": 558133092,
"Checksum": [
{
"Value": "1a6add8ad79ce79e355b1aa98bfcc417",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:38.007600Z"
},
{
"Value": "1ca159422f6e444d7fde619ab9d30eefb573f4abdfc52b38f5e89e720cdc5e18",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:39.108551Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UXV_20231011T134419.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "167f29d5-0dfd-4d5b-97fb-b8c1056c4177",
"Name": "S2A_MSIL1C_20150917T110056_N0500_R094_T31VDC_20231015T144231.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 506553414,
"OriginDate": "2024-05-27T11:21:13.703000Z",
"PublicationDate": "2024-05-27T11:55:37.876726Z",
"ModificationDate": "2025-06-22T22:34:17.968168Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/17/S2A_MSIL1C_20150917T110056_N0500_R094_T31VDC_20231015T144231.SAFE",
"Checksum": [
{
"Value": "6dce37e26ad427a291e00e160e0952c4",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:34:16.347011Z"
},
{
"Value": "5096139807c1d397bd4a0701b8b12a9248f029493539a850f08ade343d9e6b4f",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:34:17.111247Z"
}
],
"ContentDate": {
"Start": "2015-09-17T11:00:56.027000Z",
"End": "2015-09-17T11:00:56.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((1.42998112531868 55.8471108721194, 3.15591671984712 55.8572223712852, 3.15999403767599 56.84370932915, 1.92777153744178 56.8364082182186, 1.90012357389062 56.782731928003, 1.82604758907765 56.6379618839656, 1.75242923739152 56.4931590982262, 1.67929056274471 56.3483185010976, 1.60660777354034 56.2034451305342, 1.53441102423863 56.0585333704281, 1.4626693217543 55.9135867503263, 1.42998112531868 55.8471108721194))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
1.42998112531868,
55.8471108721194
],
[
3.15591671984712,
55.8572223712852
],
[
3.15999403767599,
56.84370932915
],
[
1.92777153744178,
56.8364082182186
],
[
1.90012357389062,
56.782731928003
],
[
1.82604758907765,
56.6379618839656
],
[
1.75242923739152,
56.4931590982262
],
[
1.67929056274471,
56.3483185010976
],
[
1.60660777354034,
56.2034451305342
],
[
1.53441102423863,
56.0585333704281
],
[
1.4626693217543,
55.9135867503263
],
[
1.42998112531868,
55.8471108721194
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31VDC",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 99.992093818117,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T144231_S20150917T110052_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1235,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T14:42:31.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150917T110056_001235_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 94,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-17T11:00:56.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-17T11:00:56.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "0f0a6190-7973-4038-990b-6455235a000c",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(0f0a6190-7973-4038-990b-6455235a000c)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/17/S2A_MSIL1C_20150917T110056_N0500_R094_T31VDC_20231015T144231.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(167f29d5-0dfd-4d5b-97fb-b8c1056c4177)/$value",
"ContentLength": 506553414,
"Checksum": [
{
"Value": "6dce37e26ad427a291e00e160e0952c4",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:34:16.347011Z"
},
{
"Value": "5096139807c1d397bd4a0701b8b12a9248f029493539a850f08ade343d9e6b4f",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:34:17.111247Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/17/S2A_MSIL1C_20150917T110056_N0500_R094_T31VDC_20231015T144231.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "373b8ffa-f21c-40c6-8c94-56c48a71db63",
"Name": "S2A_MSIL1C_20150831T111056_N0500_R137_T31VEF_20231009T113151.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 731295062,
"OriginDate": "2024-06-04T15:53:07.896000Z",
"PublicationDate": "2024-06-04T15:59:51.624943Z",
"ModificationDate": "2025-06-22T23:04:42.523895Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T111056_N0500_R137_T31VEF_20231009T113151.SAFE",
"Checksum": [
{
"Value": "290d167a4721bd70f3344aadcd96c0fe",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:40.658431Z"
},
{
"Value": "db3d5ceccb657f76ead745e77a2563ab88b6e9a1ef85c1bb57f04e775a623d80",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:42.111065Z"
}
],
"ContentDate": {
"Start": "2015-08-31T11:10:56.027000Z",
"End": "2015-08-31T11:10:56.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((2.99964634910203 59.5383491284571, 2.99965633587481 58.5522810668005, 4.88578373873368 58.5384388461583, 4.94054272164881 59.5239592880515, 2.99964634910203 59.5383491284571))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
2.99964634910203,
59.5383491284571
],
[
2.99965633587481,
58.5522810668005
],
[
4.88578373873368,
58.5384388461583
],
[
4.94054272164881,
59.5239592880515
],
[
2.99964634910203,
59.5383491284571
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31VEF",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 41.3102511272358,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T113151_S20150831T111059_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 992,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T11:31:51.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150831T111056_000992_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 137,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-31T11:10:56.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-31T11:10:56.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "21cc7abe-071c-4ad3-bb54-7e72d811c94f",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(21cc7abe-071c-4ad3-bb54-7e72d811c94f)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T111056_N0500_R137_T31VEF_20231009T113151.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(373b8ffa-f21c-40c6-8c94-56c48a71db63)/$value",
"ContentLength": 731295062,
"Checksum": [
{
"Value": "290d167a4721bd70f3344aadcd96c0fe",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:40.658431Z"
},
{
"Value": "db3d5ceccb657f76ead745e77a2563ab88b6e9a1ef85c1bb57f04e775a623d80",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:42.111065Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T111056_N0500_R137_T31VEF_20231009T113151.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "9293af51-cc47-4d09-b279-bf977adc9591",
"Name": "S2A_MSIL1C_20150704T101006_N0500_R022_T32SPH_20231011T134419.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 545644725,
"OriginDate": "2024-06-11T19:30:24.175000Z",
"PublicationDate": "2024-06-11T19:37:41.355190Z",
"ModificationDate": "2025-06-17T09:31:42.414508Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SPH_20231011T134419.SAFE",
"Checksum": [
{
"Value": "36f388120688d9a37d3f7273677baca3",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:41.302603Z"
},
{
"Value": "77a85f766e18508187d95c3c892f7adab5a1c800069475b891ab527befeb5141",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:42.137359Z"
}
],
"ContentDate": {
"Start": "2015-07-04T10:10:06.027000Z",
"End": "2015-07-04T10:10:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((11.1781327927622 38.8276384456792, 10.1522905213359 38.8433146058507, 10.1367175912648 37.8539550381785, 10.8416421675375 37.8434138380653, 10.8803751531319 37.9581145453921, 10.929970430683 38.1046689277313, 10.9798715915433 38.2512682517267, 11.0300772345793 38.3979056364777, 11.0805176553842 38.5445899677497, 11.1310713168099 38.6912716243166, 11.1781327927622 38.8276384456792))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
11.1781327927622,
38.8276384456792
],
[
10.1522905213359,
38.8433146058507
],
[
10.1367175912648,
37.8539550381785
],
[
10.8416421675375,
37.8434138380653
],
[
10.8803751531319,
37.9581145453921
],
[
10.929970430683,
38.1046689277313
],
[
10.9798715915433,
38.2512682517267
],
[
11.0300772345793,
38.3979056364777
],
[
11.0805176553842,
38.5445899677497
],
[
11.1310713168099,
38.6912716243166
],
[
11.1781327927622,
38.8276384456792
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32SPH",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.0,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 162,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T13:44:19.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150704T101006_000162_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "3ccdd9c6-ec98-479b-bbe8-87f8a858a5b7",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(3ccdd9c6-ec98-479b-bbe8-87f8a858a5b7)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SPH_20231011T134419.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(9293af51-cc47-4d09-b279-bf977adc9591)/$value",
"ContentLength": 545644725,
"Checksum": [
{
"Value": "36f388120688d9a37d3f7273677baca3",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:41.302603Z"
},
{
"Value": "77a85f766e18508187d95c3c892f7adab5a1c800069475b891ab527befeb5141",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:42.137359Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SPH_20231011T134419.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "8f7b1760-95ce-4515-a7a3-83ecce9d5059",
"Name": "S2A_MSIL1C_20150704T101006_N0500_R022_T33TVL_20231011T134419.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 57077020,
"OriginDate": "2024-06-11T19:02:07.913000Z",
"PublicationDate": "2024-06-11T19:07:56.529431Z",
"ModificationDate": "2025-06-17T09:31:43.097484Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33TVL_20231011T134419.SAFE",
"Checksum": [
{
"Value": "9609c162cae3b670508c79c5d6de2a63",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:42.637004Z"
},
{
"Value": "e40722335ef728d361e0921271b5a636c39fa83229b19d6f31183ce5132aa22a",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:42.764312Z"
}
],
"ContentDate": {
"Start": "2015-07-04T10:10:06.027000Z",
"End": "2015-07-04T10:10:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((13.9343356487071 46.0474204117149, 13.7069510847235 46.0462596089832, 13.7186687039659 45.5308966211475, 13.7276881717789 45.5523360055432, 13.78799816642 45.6980095876263, 13.8495519794559 45.8433457571768, 13.9090523016665 45.98920734706, 13.9343356487071 46.0474204117149))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
13.9343356487071,
46.0474204117149
],
[
13.7069510847235,
46.0462596089832
],
[
13.7186687039659,
45.5308966211475
],
[
13.7276881717789,
45.5523360055432
],
[
13.78799816642,
45.6980095876263
],
[
13.8495519794559,
45.8433457571768
],
[
13.9090523016665,
45.98920734706
],
[
13.9343356487071,
46.0474204117149
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33TVL",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 36.4112966587146,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 162,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T13:44:19.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150704T101006_000162_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "28240a7c-7d93-4991-ae44-5582bf3b8ffa",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(28240a7c-7d93-4991-ae44-5582bf3b8ffa)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33TVL_20231011T134419.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(8f7b1760-95ce-4515-a7a3-83ecce9d5059)/$value",
"ContentLength": 57077020,
"Checksum": [
{
"Value": "9609c162cae3b670508c79c5d6de2a63",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:42.637004Z"
},
{
"Value": "e40722335ef728d361e0921271b5a636c39fa83229b19d6f31183ce5132aa22a",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:42.764312Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33TVL_20231011T134419.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "34e32e89-8dd9-4fb6-9575-b1610f640349",
"Name": "S2A_MSIL1C_20150831T093006_N0500_R136_T35ULR_20231025T065810.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 792316278,
"OriginDate": "2024-05-30T06:45:06.111000Z",
"PublicationDate": "2024-05-30T06:53:42.756530Z",
"ModificationDate": "2025-06-22T23:04:42.533812Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35ULR_20231025T065810.SAFE",
"Checksum": [
{
"Value": "6873f3838c54eb9480d8b3f742f94e99",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:40.602287Z"
},
{
"Value": "1e433e56642c44b94f431ab7c4033eb607d961cebffb46777008079fe7731c59",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:42.206369Z"
}
],
"ContentDate": {
"Start": "2015-08-31T09:30:06.027000Z",
"End": "2015-08-31T09:30:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((25.7450754848642 49.8523135605077, 25.7269244160299 50.545333158636, 24.1786675164177 50.5181000385215, 24.235902710247 49.5317312078248, 25.6018121359953 49.555416112929, 25.6626021930094 49.6820344049324, 25.7325042915992 49.8264960019761, 25.7450754848642 49.8523135605077))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
25.7450754848642,
49.8523135605077
],
[
25.7269244160299,
50.545333158636
],
[
24.1786675164177,
50.5181000385215
],
[
24.235902710247,
49.5317312078248
],
[
25.6018121359953,
49.555416112929
],
[
25.6626021930094,
49.6820344049324
],
[
25.7325042915992,
49.8264960019761
],
[
25.7450754848642,
49.8523135605077
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "35ULR",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 12.480615549512,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 991,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-25T06:58:10.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150831T093006_000991_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 136,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "bd0f9e42-e9f4-41b8-a847-9ec3279aa3c3",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(bd0f9e42-e9f4-41b8-a847-9ec3279aa3c3)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35ULR_20231025T065810.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(34e32e89-8dd9-4fb6-9575-b1610f640349)/$value",
"ContentLength": 792316278,
"Checksum": [
{
"Value": "6873f3838c54eb9480d8b3f742f94e99",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:40.602287Z"
},
{
"Value": "1e433e56642c44b94f431ab7c4033eb607d961cebffb46777008079fe7731c59",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:42.206369Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35ULR_20231025T065810.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "548332a7-5370-429f-a097-1db1c76b4737",
"Name": "S2A_MSIL1C_20150831T111056_N0500_R137_T31UDV_20231009T113151.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 381511762,
"OriginDate": "2024-06-04T15:24:40.254000Z",
"PublicationDate": "2024-06-04T15:31:22.704001Z",
"ModificationDate": "2025-06-22T23:04:42.691300Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T111056_N0500_R137_T31UDV_20231009T113151.SAFE",
"Checksum": [
{
"Value": "1728dfe35cd730b59036634d8cbe9e80",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:41.716862Z"
},
{
"Value": "65afaa4872c9e43079a057a0a36cc3e43793154e9c3d5c96e3366f7f74607a3c",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:42.292572Z"
}
],
"ContentDate": {
"Start": "2015-08-31T11:10:56.027000Z",
"End": "2015-08-31T11:10:56.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((2.85090547852534 54.1462981668395, 1.46868670472254 54.1383655337976, 1.5040224896823 53.151777988193, 2.28778284981551 53.1562201116622, 2.32469501578968 53.2225657518168, 2.40500540717699 53.3659955355658, 2.48577892517936 53.5093834368758, 2.56703588166896 53.652723944696, 2.64877756738997 53.7960185486778, 2.73101547664888 53.9392593805266, 2.8137585704861 54.0824452824444, 2.85090547852534 54.1462981668395))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
2.85090547852534,
54.1462981668395
],
[
1.46868670472254,
54.1383655337976
],
[
1.5040224896823,
53.151777988193
],
[
2.28778284981551,
53.1562201116622
],
[
2.32469501578968,
53.2225657518168
],
[
2.40500540717699,
53.3659955355658
],
[
2.48577892517936,
53.5093834368758
],
[
2.56703588166896,
53.652723944696
],
[
2.64877756738997,
53.7960185486778
],
[
2.73101547664888,
53.9392593805266
],
[
2.8137585704861,
54.0824452824444
],
[
2.85090547852534,
54.1462981668395
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31UDV",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 100.0,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T113151_S20150831T111059_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 992,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T11:31:51.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150831T111056_000992_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 137,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-31T11:10:56.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-31T11:10:56.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "2691ed76-b8a6-42e3-ab5a-6527f57a0211",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(2691ed76-b8a6-42e3-ab5a-6527f57a0211)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T111056_N0500_R137_T31UDV_20231009T113151.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(548332a7-5370-429f-a097-1db1c76b4737)/$value",
"ContentLength": 381511762,
"Checksum": [
{
"Value": "1728dfe35cd730b59036634d8cbe9e80",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:41.716862Z"
},
{
"Value": "65afaa4872c9e43079a057a0a36cc3e43793154e9c3d5c96e3366f7f74607a3c",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:42.292572Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T111056_N0500_R137_T31UDV_20231009T113151.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "df58625e-287c-427a-9674-9d6d6a4d1d62",
"Name": "S2A_MSIL1C_20150923T094016_N0500_R036_T34SBF_20231028T021114.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 182068858,
"OriginDate": "2024-06-01T13:04:45.497000Z",
"PublicationDate": "2024-06-01T13:12:57.008148Z",
"ModificationDate": "2025-06-17T09:33:08.415075Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T094016_N0500_R036_T34SBF_20231028T021114.SAFE",
"Checksum": [
{
"Value": "91aae3b3916a55a9672f915a55fdcd3f",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:33:07.666345Z"
},
{
"Value": "cebeb9ead1d8301801c1af5da078056b7eb0cb310a970aede4d34697c8ad2f21",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:33:08.081250Z"
}
],
"ContentDate": {
"Start": "2015-09-23T09:40:16.027000Z",
"End": "2015-09-23T09:40:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((18.1139893243942 37.0099423109831, 17.6286817907963 36.9986680802618, 17.6713063519094 36.0104972576607, 17.7877660738121 36.0131407860618, 17.8009004176539 36.0536424650612, 17.8486136039173 36.200544217127, 17.8966443092582 36.3473799852709, 17.9448726952518 36.4941695141411, 17.9930412403594 36.6409322245529, 18.0410732231081 36.7877034014916, 18.089077888488 36.9343518195441, 18.1139893243942 37.0099423109831))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
18.1139893243942,
37.0099423109831
],
[
17.6286817907963,
36.9986680802618
],
[
17.6713063519094,
36.0104972576607
],
[
17.7877660738121,
36.0131407860618
],
[
17.8009004176539,
36.0536424650612
],
[
17.8486136039173,
36.200544217127
],
[
17.8966443092582,
36.3473799852709
],
[
17.9448726952518,
36.4941695141411
],
[
17.9930412403594,
36.6409322245529
],
[
18.0410732231081,
36.7877034014916
],
[
18.089077888488,
36.9343518195441
],
[
18.1139893243942,
37.0099423109831
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "34SBF",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 7.9974221120893905,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231028T021114_S20150923T094946_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1320,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-28T02:11:14.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150923T094016_001320_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 36,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-23T09:40:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-23T09:40:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "6b0b4029-63c5-46de-b70d-b0f38a082e9b",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(6b0b4029-63c5-46de-b70d-b0f38a082e9b)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T094016_N0500_R036_T34SBF_20231028T021114.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(df58625e-287c-427a-9674-9d6d6a4d1d62)/$value",
"ContentLength": 182068858,
"Checksum": [
{
"Value": "91aae3b3916a55a9672f915a55fdcd3f",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:33:07.666345Z"
},
{
"Value": "cebeb9ead1d8301801c1af5da078056b7eb0cb310a970aede4d34697c8ad2f21",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:33:08.081250Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T094016_N0500_R036_T34SBF_20231028T021114.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "99055d33-806c-41f5-92d5-f927df1b5b75",
"Name": "S2A_MSIL1C_20150831T093006_N0500_R136_T35VNG_20231025T065810.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 585664239,
"OriginDate": "2024-05-30T06:59:15.566000Z",
"PublicationDate": "2024-05-30T07:07:58.459232Z",
"ModificationDate": "2025-06-22T23:04:42.840134Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35VNG_20231025T065810.SAFE",
"Checksum": [
{
"Value": "6b2cae4d4f38cc05ec3b018a240a71f3",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:41.630146Z"
},
{
"Value": "fd5c3da8a44fa8e1cea3fd65255f3bd1046a1725e412c9e142f1015f2122c63a",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:42.569523Z"
}
],
"ContentDate": {
"Start": "2015-08-31T09:30:06.027000Z",
"End": "2015-08-31T09:30:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((26.9996366368267 60.4364567680268, 26.999647266385 59.4505251356629, 28.9355132668309 59.4361853595545, 28.9937931931887 60.4215395400955, 26.9996366368267 60.4364567680268))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
26.9996366368267,
60.4364567680268
],
[
26.999647266385,
59.4505251356629
],
[
28.9355132668309,
59.4361853595545
],
[
28.9937931931887,
60.4215395400955
],
[
26.9996366368267,
60.4364567680268
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "35VNG",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 1.04013258084744,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 991,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-25T06:58:10.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150831T093006_000991_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 136,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "19afdae3-4ed3-4ca5-a85a-c6f84ef1288e",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(19afdae3-4ed3-4ca5-a85a-c6f84ef1288e)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35VNG_20231025T065810.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(99055d33-806c-41f5-92d5-f927df1b5b75)/$value",
"ContentLength": 585664239,
"Checksum": [
{
"Value": "6b2cae4d4f38cc05ec3b018a240a71f3",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:41.630146Z"
},
{
"Value": "fd5c3da8a44fa8e1cea3fd65255f3bd1046a1725e412c9e142f1015f2122c63a",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:42.569523Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35VNG_20231025T065810.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "4eba6d6e-0765-461d-9559-c6b39944d967",
"Name": "S2A_MSIL1C_20150928T103036_N0500_R108_T31UGR_20231015T170410.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 459836964,
"OriginDate": "2024-05-30T05:09:57.407000Z",
"PublicationDate": "2024-05-30T05:17:32.899689Z",
"ModificationDate": "2025-06-17T09:33:10.486692Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31UGR_20231015T170410.SAFE",
"Checksum": [
{
"Value": "b10268b4f46bc1e09847004162b9ed09",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:33:09.173616Z"
},
{
"Value": "fefde8cb70adc97640b809d5832818902dc68ae2d786f1a43fa47f06a26d084f",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:33:10.172947Z"
}
],
"ContentDate": {
"Start": "2015-09-28T10:30:36.027000Z",
"End": "2015-09-28T10:30:36.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((6.22677838665805 49.5176303445643, 7.27737038166283 49.485620292303, 7.34682665832582 50.25957699662, 7.26763007542197 50.271836792612, 7.2676342847583 50.2718469473931, 7.26417323038221 50.2723810138767, 7.26417685002286 50.2723897570045, 7.26382696737673 50.2724438396287, 7.26387308733938 50.2725551640625, 7.26290056464522 50.2727057315975, 7.26297423145387 50.2728826857303, 7.26283217774155 50.2729047125077, 7.26293551796372 50.2731526986756, 7.26140480815551 50.273387690804, 7.25054772613672 50.2749195009773, 7.25040458185758 50.2745723421406, 7.02339828493092 50.3064161503821, 6.90537636016181 50.3227512285818, 6.90531295979515 50.3225954336783, 6.90429317655763 50.3227357438566, 6.90422904089017 50.3225774645278, 6.90014571058606 50.32314309875, 6.90014091060916 50.3231312466275, 6.8999109657149 50.3231630420292, 6.89985144273059 50.3230169425927, 6.89960880974473 50.3230505794189, 6.89951007586691 50.3228084744806, 6.56092216706435 50.369888275965, 6.50342509011879 50.2241858780781, 6.44603279206305 50.0782766775017, 6.38834477527503 49.9324354225631, 6.3316591302519 49.7863480185696, 6.27450658590518 49.6403638924044, 6.22677838665805 49.5176303445643))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
6.22677838665805,
49.5176303445643
],
[
7.27737038166283,
49.485620292303
],
[
7.34682665832582,
50.25957699662
],
[
7.26763007542197,
50.271836792612
],
[
7.2676342847583,
50.2718469473931
],
[
7.26417323038221,
50.2723810138767
],
[
7.26417685002286,
50.2723897570045
],
[
7.26382696737673,
50.2724438396287
],
[
7.26387308733938,
50.2725551640625
],
[
7.26290056464522,
50.2727057315975
],
[
7.26297423145387,
50.2728826857303
],
[
7.26283217774155,
50.2729047125077
],
[
7.26293551796372,
50.2731526986756
],
[
7.26140480815551,
50.273387690804
],
[
7.25054772613672,
50.2749195009773
],
[
7.25040458185758,
50.2745723421406
],
[
7.02339828493092,
50.3064161503821
],
[
6.90537636016181,
50.3227512285818
],
[
6.90531295979515,
50.3225954336783
],
[
6.90429317655763,
50.3227357438566
],
[
6.90422904089017,
50.3225774645278
],
[
6.90014571058606,
50.32314309875
],
[
6.90014091060916,
50.3231312466275
],
[
6.8999109657149,
50.3231630420292
],
[
6.89985144273059,
50.3230169425927
],
[
6.89960880974473,
50.3230505794189
],
[
6.89951007586691,
50.3228084744806
],
[
6.56092216706435,
50.369888275965
],
[
6.50342509011879,
50.2241858780781
],
[
6.44603279206305,
50.0782766775017
],
[
6.38834477527503,
49.9324354225631
],
[
6.3316591302519,
49.7863480185696
],
[
6.27450658590518,
49.6403638924044
],
[
6.22677838665805,
49.5176303445643
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31UGR",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 1.85676109602778,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T170410_S20150928T103701_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1392,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T17:04:10.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150928T103036_001392_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 108,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-28T10:30:36.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-28T10:30:36.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "131e19a0-c965-4388-8fd3-1de39fdc6d54",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(131e19a0-c965-4388-8fd3-1de39fdc6d54)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31UGR_20231015T170410.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(4eba6d6e-0765-461d-9559-c6b39944d967)/$value",
"ContentLength": 459836964,
"Checksum": [
{
"Value": "b10268b4f46bc1e09847004162b9ed09",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:33:09.173616Z"
},
{
"Value": "fefde8cb70adc97640b809d5832818902dc68ae2d786f1a43fa47f06a26d084f",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:33:10.172947Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31UGR_20231015T170410.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "2a66db41-260c-4792-b49a-d2e742addfaf",
"Name": "S2A_MSIL1C_20150913T112116_N0500_R037_T29SNB_20231009T062538.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 792617880,
"OriginDate": "2024-05-24T05:42:17.557000Z",
"PublicationDate": "2024-05-24T05:55:17.995993Z",
"ModificationDate": "2025-06-22T22:40:40.111078Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/13/S2A_MSIL1C_20150913T112116_N0500_R037_T29SNB_20231009T062538.SAFE",
"Checksum": [
{
"Value": "ff921ae218d5e0db032dbb0d096be121",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:40:38.436239Z"
},
{
"Value": "5ecf821a684ab5a6143f8f5324cb97b33aa6e54eb0e784144208bb6babe2605a",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:40:39.816228Z"
}
],
"ContentDate": {
"Start": "2015-09-13T11:21:16.027000Z",
"End": "2015-09-13T11:21:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((-9.000214 37.9475895719933, -9.000214 36.9578810952015, -7.7669983 36.9514794718307, -7.750641 37.9409562305747, -9.000214 37.9475895719933))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
-9.000214,
37.9475895719933
],
[
-9.000214,
36.9578810952015
],
[
-7.7669983,
36.9514794718307
],
[
-7.750641,
37.9409562305747
],
[
-9.000214,
37.9475895719933
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "29SNB",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 52.81608886500051,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T062538_S20150913T112535_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1178,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T06:25:38.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150913T112116_001178_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 37,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-13T11:21:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-13T11:21:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "dde86fba-f174-470b-8255-408c68106abb",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(dde86fba-f174-470b-8255-408c68106abb)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/13/S2A_MSIL1C_20150913T112116_N0500_R037_T29SNB_20231009T062538.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(2a66db41-260c-4792-b49a-d2e742addfaf)/$value",
"ContentLength": 792617880,
"Checksum": [
{
"Value": "ff921ae218d5e0db032dbb0d096be121",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:40:38.436239Z"
},
{
"Value": "5ecf821a684ab5a6143f8f5324cb97b33aa6e54eb0e784144208bb6babe2605a",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:40:39.816228Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/13/S2A_MSIL1C_20150913T112116_N0500_R037_T29SNB_20231009T062538.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "fdb048d4-3512-4efa-8fdc-8b7944bd33c1",
"Name": "S2A_MSIL1C_20150706T105016_N0500_R051_T30TXN_20231009T094109.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 471976486,
"OriginDate": "2024-06-07T00:08:19.876000Z",
"PublicationDate": "2024-06-07T00:24:50.875585Z",
"ModificationDate": "2025-06-17T09:32:12.353355Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30TXN_20231009T094109.SAFE",
"Checksum": [
{
"Value": "8465970cc16af7d9de7ffa4dd0abadea",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:11.243284Z"
},
{
"Value": "5cc0f19f8c357148229f81c3396a963f0bac604faf955f2dacd01d67dccc50bb",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:12.076067Z"
}
],
"ContentDate": {
"Start": "2015-07-06T10:50:16.027000Z",
"End": "2015-07-06T10:50:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((-1.30940160914757 42.3498268091797, -0.453369427699758 42.3357822392622, -0.412463815893442 43.3235765963609, -0.994091872928372 43.3332967546611, -0.99511270886753 43.3301608045815, -1.04247460033631 43.1832125859999, -1.08737033259694 43.0355547463271, -1.13563785045725 42.8888114557386, -1.18342778453495 42.7419202355708, -1.23144029596111 42.5951093012555, -1.27777342999103 42.4478902992413, -1.30940160914757 42.3498268091797))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
-1.30940160914757,
42.3498268091797
],
[
-0.453369427699758,
42.3357822392622
],
[
-0.412463815893442,
43.3235765963609
],
[
-0.994091872928372,
43.3332967546611
],
[
-0.99511270886753,
43.3301608045815
],
[
-1.04247460033631,
43.1832125859999
],
[
-1.08737033259694,
43.0355547463271
],
[
-1.13563785045725,
42.8888114557386
],
[
-1.18342778453495,
42.7419202355708
],
[
-1.23144029596111,
42.5951093012555
],
[
-1.27777342999103,
42.4478902992413
],
[
-1.30940160914757,
42.3498268091797
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "30TXN",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 4.72593696250695,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 191,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T09:41:09.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150706T105016_000191_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 51,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "28c6df2b-b1b7-47f0-9082-4ce4e2f486de",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(28c6df2b-b1b7-47f0-9082-4ce4e2f486de)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30TXN_20231009T094109.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(fdb048d4-3512-4efa-8fdc-8b7944bd33c1)/$value",
"ContentLength": 471976486,
"Checksum": [
{
"Value": "8465970cc16af7d9de7ffa4dd0abadea",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:11.243284Z"
},
{
"Value": "5cc0f19f8c357148229f81c3396a963f0bac604faf955f2dacd01d67dccc50bb",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:12.076067Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30TXN_20231009T094109.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "f49af2ed-7b1c-4c9a-917b-00727ac82a27",
"Name": "S2A_MSIL1C_20150704T101006_N0500_R022_T32TQM_20231011T134419.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 534041313,
"OriginDate": "2024-06-11T19:26:18.260000Z",
"PublicationDate": "2024-06-11T19:33:04.277118Z",
"ModificationDate": "2025-06-17T09:31:46.690297Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TQM_20231011T134419.SAFE",
"Checksum": [
{
"Value": "8f25e5f615383d69f9b54c5476187781",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:45.539413Z"
},
{
"Value": "bcd8c4994d4ec252b3549062e7756f4c8db470cf803f7658286603545cc0608a",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:46.455704Z"
}
],
"ContentDate": {
"Start": "2015-07-04T10:10:06.027000Z",
"End": "2015-07-04T10:10:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((12.4718433024203 42.3987577828503, 11.4307104530335 42.4269119959736, 11.3934607768352 41.4388462447947, 12.1050584032851 41.4199667759272, 12.1237485226349 41.4706563972663, 12.1779330657887 41.616683056802, 12.232449077881 41.7627848757738, 12.287059918837 41.9089548164857, 12.3417998613664 42.0551536844998, 12.3967951233043 42.2013223894247, 12.4525095089349 42.3472897894651, 12.4718433024203 42.3987577828503))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
12.4718433024203,
42.3987577828503
],
[
11.4307104530335,
42.4269119959736
],
[
11.3934607768352,
41.4388462447947
],
[
12.1050584032851,
41.4199667759272
],
[
12.1237485226349,
41.4706563972663
],
[
12.1779330657887,
41.616683056802
],
[
12.232449077881,
41.7627848757738
],
[
12.287059918837,
41.9089548164857
],
[
12.3417998613664,
42.0551536844998
],
[
12.3967951233043,
42.2013223894247
],
[
12.4525095089349,
42.3472897894651
],
[
12.4718433024203,
42.3987577828503
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32TQM",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 1.45515056268167,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 162,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T13:44:19.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150704T101006_000162_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "e7e68e11-426a-4127-962c-0aaeb9c4b24d",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(e7e68e11-426a-4127-962c-0aaeb9c4b24d)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TQM_20231011T134419.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(f49af2ed-7b1c-4c9a-917b-00727ac82a27)/$value",
"ContentLength": 534041313,
"Checksum": [
{
"Value": "8f25e5f615383d69f9b54c5476187781",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:45.539413Z"
},
{
"Value": "bcd8c4994d4ec252b3549062e7756f4c8db470cf803f7658286603545cc0608a",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:46.455704Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TQM_20231011T134419.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "acc7ae85-caf1-4ef4-a571-2604b8bbd6a9",
"Name": "S2A_MSIL1C_20150915T102026_N0500_R065_T32UMU_20231015T134342.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 397085284,
"OriginDate": "2024-05-29T03:40:18.517000Z",
"PublicationDate": "2024-05-29T05:51:02.602064Z",
"ModificationDate": "2025-06-22T22:35:13.029562Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32UMU_20231015T134342.SAFE",
"Checksum": [
{
"Value": "99bcb29e89e41b5726e1bdc97a3e0f93",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:35:11.963704Z"
},
{
"Value": "9d74871d5cda7d0eda3344f8e441e7e9b4a324137be7b596e7f725edc318c976",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:35:12.732314Z"
}
],
"ContentDate": {
"Start": "2015-09-15T10:20:26.027000Z",
"End": "2015-09-15T10:20:26.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((8.08787278259356 47.7596221215301, 9.13024880984398 47.7650926644644, 9.13278260997073 48.7529365097654, 8.4558751645922 48.7493295437453, 8.44140858617532 48.7099790222003, 8.38577750211102 48.5638829898567, 8.33056321321828 48.4177286520651, 8.27650648232829 48.2713147708835, 8.22257371555397 48.1249037738385, 8.16859189378117 47.9785431239309, 8.11473259040586 47.8321921467709, 8.08787278259356 47.7596221215301))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
8.08787278259356,
47.7596221215301
],
[
9.13024880984398,
47.7650926644644
],
[
9.13278260997073,
48.7529365097654
],
[
8.4558751645922,
48.7493295437453
],
[
8.44140858617532,
48.7099790222003
],
[
8.38577750211102,
48.5638829898567
],
[
8.33056321321828,
48.4177286520651
],
[
8.27650648232829,
48.2713147708835
],
[
8.22257371555397,
48.1249037738385
],
[
8.16859189378117,
47.9785431239309
],
[
8.11473259040586,
47.8321921467709
],
[
8.08787278259356,
47.7596221215301
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32UMU",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 95.4270746078821,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T134342_S20150915T102652_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1206,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T13:43:42.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150915T102026_001206_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 65,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-15T10:20:26.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-15T10:20:26.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "c1635102-9e83-48b9-a612-6a817f55a780",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(c1635102-9e83-48b9-a612-6a817f55a780)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32UMU_20231015T134342.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(acc7ae85-caf1-4ef4-a571-2604b8bbd6a9)/$value",
"ContentLength": 397085284,
"Checksum": [
{
"Value": "99bcb29e89e41b5726e1bdc97a3e0f93",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:35:11.963704Z"
},
{
"Value": "9d74871d5cda7d0eda3344f8e441e7e9b4a324137be7b596e7f725edc318c976",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:35:12.732314Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32UMU_20231015T134342.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "40d1d910-7607-47ab-8de7-b0decff3ac45",
"Name": "S2A_MSIL1C_20150830T100016_N0500_R122_T34VFJ_20231010T054056.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 14400937,
"OriginDate": "2024-05-24T20:20:26.509000Z",
"PublicationDate": "2024-05-26T07:25:42.749053Z",
"ModificationDate": "2025-06-22T23:04:43.800245Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T100016_N0500_R122_T34VFJ_20231010T054056.SAFE",
"Checksum": [
{
"Value": "1b8832ae60e35c94223f0187681042ba",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:43.487235Z"
},
{
"Value": "3acbdea888adf8763260ae0c6a7849c18b5db58621a72c4235d0415fb0c969cc",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:43.523783Z"
}
],
"ContentDate": {
"Start": "2015-08-30T10:00:16.027000Z",
"End": "2015-08-30T10:00:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((22.7483863459273 57.7297473875006, 22.6793206704832 57.7311663813817, 22.6744662389465 57.6229813348751, 22.7483863459273 57.7297473875006))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
22.7483863459273,
57.7297473875006
],
[
22.6793206704832,
57.7311663813817
],
[
22.6744662389465,
57.6229813348751
],
[
22.7483863459273,
57.7297473875006
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "34VFJ",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 99.9706658844236,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231010T054056_S20150830T100015_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 977,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-10T05:40:56.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150830T100016_000977_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 122,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-30T10:00:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-30T10:00:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "bf75bcb6-5a9a-4b61-9509-95c772112168",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(bf75bcb6-5a9a-4b61-9509-95c772112168)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T100016_N0500_R122_T34VFJ_20231010T054056.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(40d1d910-7607-47ab-8de7-b0decff3ac45)/$value",
"ContentLength": 14400937,
"Checksum": [
{
"Value": "1b8832ae60e35c94223f0187681042ba",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:43.487235Z"
},
{
"Value": "3acbdea888adf8763260ae0c6a7849c18b5db58621a72c4235d0415fb0c969cc",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:43.523783Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T100016_N0500_R122_T34VFJ_20231010T054056.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "b62bb8fa-fc75-4ecb-ab7e-656d77a9a37d",
"Name": "S2A_MSIL1C_20150915T102026_N0500_R065_T32TPP_20231015T134342.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 135167348,
"OriginDate": "2024-05-29T03:36:23.416000Z",
"PublicationDate": "2024-05-29T06:54:09.608437Z",
"ModificationDate": "2025-06-22T22:34:35.450923Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32TPP_20231015T134342.SAFE",
"Checksum": [
{
"Value": "b147e821227159b1b9942f48c50c28c5",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:34:34.847975Z"
},
{
"Value": "eaf11743c758a4640448cf3d916ddd72cdc20c1915e9f87f8ab0fb1a50b62146",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:34:35.055938Z"
}
],
"ContentDate": {
"Start": "2015-09-15T10:20:26.027000Z",
"End": "2015-09-15T10:20:26.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((10.6719874192971 44.2394253108851, 10.2524808722232 44.2465509349487, 10.2320327000418 43.2581553190901, 10.2864869655585 43.257246750339, 10.3222776540007 43.3491505951236, 10.3786998398585 43.4951000884358, 10.436561771075 43.6407175526053, 10.4936834430404 43.7865652590063, 10.550959205095 43.9324089890106, 10.6080299353849 44.0783420879126, 10.6657600162474 44.2241419183683, 10.6719874192971 44.2394253108851))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
10.6719874192971,
44.2394253108851
],
[
10.2524808722232,
44.2465509349487
],
[
10.2320327000418,
43.2581553190901
],
[
10.2864869655585,
43.257246750339
],
[
10.3222776540007,
43.3491505951236
],
[
10.3786998398585,
43.4951000884358
],
[
10.436561771075,
43.6407175526053
],
[
10.4936834430404,
43.7865652590063
],
[
10.550959205095,
43.9324089890106
],
[
10.6080299353849,
44.0783420879126
],
[
10.6657600162474,
44.2241419183683
],
[
10.6719874192971,
44.2394253108851
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32TPP",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 99.069042961675,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T134342_S20150915T102652_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1206,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T13:43:42.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150915T102026_001206_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 65,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-15T10:20:26.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-15T10:20:26.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "557c994f-6f7c-43ed-a0ce-2b5d2ca0bbfd",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(557c994f-6f7c-43ed-a0ce-2b5d2ca0bbfd)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32TPP_20231015T134342.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(b62bb8fa-fc75-4ecb-ab7e-656d77a9a37d)/$value",
"ContentLength": 135167348,
"Checksum": [
{
"Value": "b147e821227159b1b9942f48c50c28c5",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:34:34.847975Z"
},
{
"Value": "eaf11743c758a4640448cf3d916ddd72cdc20c1915e9f87f8ab0fb1a50b62146",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:34:35.055938Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32TPP_20231015T134342.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "b40fbcb7-fbd3-47fd-8515-512729b017c3",
"Name": "S2A_MSIL1C_20150706T105016_N0500_R051_T31UES_20231009T094109.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 870782192,
"OriginDate": "2024-06-07T00:56:29.088000Z",
"PublicationDate": "2024-06-07T01:04:26.898628Z",
"ModificationDate": "2025-06-17T09:31:47.259213Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31UES_20231009T094109.SAFE",
"Checksum": [
{
"Value": "9b4cc929821eb551300fbca12766486e",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:45.675073Z"
},
{
"Value": "4074f4231c007f096ba2965dea974f61d73a09618204e71a1b30a89e0080836f",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:46.957921Z"
}
],
"ContentDate": {
"Start": "2015-07-06T10:50:16.027000Z",
"End": "2015-07-06T10:50:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((2.9997121758513 51.4511822057936, 2.99971821166918 50.4637984017553, 4.54643644146265 50.453523278919, 4.57954402146963 51.4405411658231, 2.9997121758513 51.4511822057936))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
2.9997121758513,
51.4511822057936
],
[
2.99971821166918,
50.4637984017553
],
[
4.54643644146265,
50.453523278919
],
[
4.57954402146963,
51.4405411658231
],
[
2.9997121758513,
51.4511822057936
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31UES",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 31.0861178297351,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 191,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T09:41:09.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150706T105016_000191_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 51,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "604da4ae-d1f1-4b39-a857-21fd9e21cfa2",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(604da4ae-d1f1-4b39-a857-21fd9e21cfa2)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31UES_20231009T094109.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(b40fbcb7-fbd3-47fd-8515-512729b017c3)/$value",
"ContentLength": 870782192,
"Checksum": [
{
"Value": "9b4cc929821eb551300fbca12766486e",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:45.675073Z"
},
{
"Value": "4074f4231c007f096ba2965dea974f61d73a09618204e71a1b30a89e0080836f",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:46.957921Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31UES_20231009T094109.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "1935c2a5-d7aa-4e07-97bf-e64a3fab5d49",
"Name": "S2A_MSIL1C_20150704T101006_N0500_R022_T34VDH_20231011T134419.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 36650701,
"OriginDate": "2024-06-11T19:00:06.197000Z",
"PublicationDate": "2024-06-11T19:05:54.590589Z",
"ModificationDate": "2025-06-17T09:31:48.158489Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T34VDH_20231011T134419.SAFE",
"Checksum": [
{
"Value": "ec37577da1786706a49a228039053a2e",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:47.766755Z"
},
{
"Value": "86bacd3975ad1af7530c4917d45f7b59f2e4dc6dd089b5f41be72c6e41567b77",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:47.847259Z"
}
],
"ContentDate": {
"Start": "2015-07-04T10:10:06.027000Z",
"End": "2015-07-04T10:10:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((19.6112208544266 56.8345326059394, 19.3604383133279 56.8330466801818, 19.3755696760476 56.4757526202341, 19.3895934473639 56.4972950474021, 19.4827595389554 56.6394670686407, 19.5762498960301 56.7815447824939, 19.6112208544266 56.8345326059394))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
19.6112208544266,
56.8345326059394
],
[
19.3604383133279,
56.8330466801818
],
[
19.3755696760476,
56.4757526202341
],
[
19.3895934473639,
56.4972950474021
],
[
19.4827595389554,
56.6394670686407
],
[
19.5762498960301,
56.7815447824939
],
[
19.6112208544266,
56.8345326059394
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "34VDH",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.0,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 162,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T13:44:19.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150704T101006_000162_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "92225443-abfe-4508-b097-64c53935048d",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(92225443-abfe-4508-b097-64c53935048d)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T34VDH_20231011T134419.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(1935c2a5-d7aa-4e07-97bf-e64a3fab5d49)/$value",
"ContentLength": 36650701,
"Checksum": [
{
"Value": "ec37577da1786706a49a228039053a2e",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:47.766755Z"
},
{
"Value": "86bacd3975ad1af7530c4917d45f7b59f2e4dc6dd089b5f41be72c6e41567b77",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:47.847259Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T34VDH_20231011T134419.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "a3ead274-062a-4d34-acb6-1c238ef5643f",
"Name": "S2A_MSIL1C_20150831T111056_N0500_R137_T31VCF_20231009T113151.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 311555552,
"OriginDate": "2024-06-04T15:24:41.263000Z",
"PublicationDate": "2024-06-04T15:31:57.229170Z",
"ModificationDate": "2025-06-22T23:04:43.915130Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T111056_N0500_R137_T31VCF_20231009T113151.SAFE",
"Checksum": [
{
"Value": "87b2d99fc4fbd53f69dd7c62516e81fb",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:43.115394Z"
},
{
"Value": "4e547917e19c7fdc8aed7d4955074557247a0c72e04551097f01404169600141",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:43.653493Z"
}
],
"ContentDate": {
"Start": "2015-08-31T11:10:56.027000Z",
"End": "2015-08-31T11:10:56.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((0.327678842841597 58.5211403827775, 1.45040137222346 58.5429352473156, 1.40539343865446 59.5286335235506, 0.898378440799341 59.5186899568576, 0.881712736382144 59.4903833611243, 0.797559146123436 59.3463575818469, 0.714037675806634 59.2022818125908, 0.631135504990667 59.0581580252881, 0.548846401667403 58.9139872363131, 0.467147288046271 58.7697791470542, 0.386007512560146 58.6255369606327, 0.327678842841597 58.5211403827775))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
0.327678842841597,
58.5211403827775
],
[
1.45040137222346,
58.5429352473156
],
[
1.40539343865446,
59.5286335235506
],
[
0.898378440799341,
59.5186899568576
],
[
0.881712736382144,
59.4903833611243
],
[
0.797559146123436,
59.3463575818469
],
[
0.714037675806634,
59.2022818125908
],
[
0.631135504990667,
59.0581580252881
],
[
0.548846401667403,
58.9139872363131
],
[
0.467147288046271,
58.7697791470542
],
[
0.386007512560146,
58.6255369606327
],
[
0.327678842841597,
58.5211403827775
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31VCF",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 17.2212974890008,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T113151_S20150831T111059_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 992,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T11:31:51.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150831T111056_000992_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 137,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-31T11:10:56.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-31T11:10:56.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "a5dd07e5-0b52-45ad-8ef9-573bb31310ed",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(a5dd07e5-0b52-45ad-8ef9-573bb31310ed)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T111056_N0500_R137_T31VCF_20231009T113151.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(a3ead274-062a-4d34-acb6-1c238ef5643f)/$value",
"ContentLength": 311555552,
"Checksum": [
{
"Value": "87b2d99fc4fbd53f69dd7c62516e81fb",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:43.115394Z"
},
{
"Value": "4e547917e19c7fdc8aed7d4955074557247a0c72e04551097f01404169600141",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:43.653493Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T111056_N0500_R137_T31VCF_20231009T113151.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "0b66f0c6-5664-43ed-8fac-1e57a8f0fc0c",
"Name": "S2A_MSIL1C_20150916T095016_N0500_R079_T33TWK_20231015T142455.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 138423880,
"OriginDate": "2024-05-28T09:52:08.354000Z",
"PublicationDate": "2024-05-28T10:34:56.249993Z",
"ModificationDate": "2025-06-22T22:34:26.029539Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T33TWK_20231015T142455.SAFE",
"Checksum": [
{
"Value": "ad7f2e53b73fcfbb031744ab3ae42d2b",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:34:25.163507Z"
},
{
"Value": "38c8e84a95c6376b50b6d60cb8d6201486dd947e38fd1a427f22acba96a72efb",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:34:25.382443Z"
}
],
"ContentDate": {
"Start": "2015-09-16T09:50:16.027000Z",
"End": "2015-09-16T09:50:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((16.3900466982813 44.877866734354, 16.3964111731489 45.1452996730941, 14.9997455603619 45.1538372508924, 14.9997457790634 45.1034069710146, 15.0274213577522 45.0994892482853, 15.0273529490704 45.0992838313709, 15.0459499185736 45.0965948831736, 15.04613267596 45.0971485050917, 15.0461630258125 45.0971441774271, 15.0462790905898 45.0974944782368, 15.3373528228535 45.0561050311361, 15.3371781795194 45.0555738197754, 15.3405454267236 45.0550930732951, 15.340190321221 45.0540104881031, 15.3417672636508 45.0537583851746, 15.6562823719207 45.0039581696673, 15.6567529469947 45.003880945298, 15.6569384352964 45.0044007700222, 15.6569415973265 45.0044002557599, 15.656942431026 45.0044025922317, 15.9377491475936 44.9587935837839, 15.9376235835113 44.9584501223647, 15.9408194620483 44.9579292365023, 15.9405588554217 44.9572172646031, 16.2167244977168 44.9084469506714, 16.2345661266797 44.9053067487709, 16.2345624870136 44.9052967965441, 16.2495945956333 44.902642155473, 16.2498957572111 44.9034641044349, 16.2499078103679 44.9034618969375, 16.2499291567493 44.9035201398838, 16.3900466982813 44.877866734354))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
16.3900466982813,
44.877866734354
],
[
16.3964111731489,
45.1452996730941
],
[
14.9997455603619,
45.1538372508924
],
[
14.9997457790634,
45.1034069710146
],
[
15.0274213577522,
45.0994892482853
],
[
15.0273529490704,
45.0992838313709
],
[
15.0459499185736,
45.0965948831736
],
[
15.04613267596,
45.0971485050917
],
[
15.0461630258125,
45.0971441774271
],
[
15.0462790905898,
45.0974944782368
],
[
15.3373528228535,
45.0561050311361
],
[
15.3371781795194,
45.0555738197754
],
[
15.3405454267236,
45.0550930732951
],
[
15.340190321221,
45.0540104881031
],
[
15.3417672636508,
45.0537583851746
],
[
15.6562823719207,
45.0039581696673
],
[
15.6567529469947,
45.003880945298
],
[
15.6569384352964,
45.0044007700222
],
[
15.6569415973265,
45.0044002557599
],
[
15.656942431026,
45.0044025922317
],
[
15.9377491475936,
44.9587935837839
],
[
15.9376235835113,
44.9584501223647
],
[
15.9408194620483,
44.9579292365023
],
[
15.9405588554217,
44.9572172646031
],
[
16.2167244977168,
44.9084469506714
],
[
16.2345661266797,
44.9053067487709
],
[
16.2345624870136,
44.9052967965441
],
[
16.2495945956333,
44.902642155473
],
[
16.2498957572111,
44.9034641044349
],
[
16.2499078103679,
44.9034618969375
],
[
16.2499291567493,
44.9035201398838
],
[
16.3900466982813,
44.877866734354
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33TWK",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 99.9929906719104,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T142455_S20150916T095014_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1220,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T14:24:55.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150916T095016_001220_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 79,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-16T09:50:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-16T09:50:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "e594677b-c8b7-4f97-8037-90a37bcf7d0d",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(e594677b-c8b7-4f97-8037-90a37bcf7d0d)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T33TWK_20231015T142455.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(0b66f0c6-5664-43ed-8fac-1e57a8f0fc0c)/$value",
"ContentLength": 138423880,
"Checksum": [
{
"Value": "ad7f2e53b73fcfbb031744ab3ae42d2b",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:34:25.163507Z"
},
{
"Value": "38c8e84a95c6376b50b6d60cb8d6201486dd947e38fd1a427f22acba96a72efb",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:34:25.382443Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T33TWK_20231015T142455.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "45fb3bfd-73a8-476e-b7fc-1f46a88b1ce5",
"Name": "S2A_MSIL1C_20150831T093006_N0500_R136_T35ULS_20231025T065810.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 797637457,
"OriginDate": "2024-05-30T06:45:30.017000Z",
"PublicationDate": "2024-05-30T06:51:50.369587Z",
"ModificationDate": "2025-06-22T23:04:43.969772Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35ULS_20231025T065810.SAFE",
"Checksum": [
{
"Value": "9afb11a56cbf6dfdd88fa91500ff77a7",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:42.569176Z"
},
{
"Value": "feed36196e88e1d815da32e888c6d3f21c5afe67a6f04d73a23d2e685e640811",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:43.709720Z"
}
],
"ContentDate": {
"Start": "2015-08-31T09:30:06.027000Z",
"End": "2015-08-31T09:30:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((24.1237082316989 51.4158835895175, 24.1839273950963 50.429712991702, 25.7293008917944 50.4568611706275, 25.7020921271763 51.4439979080358, 24.1237082316989 51.4158835895175))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
24.1237082316989,
51.4158835895175
],
[
24.1839273950963,
50.429712991702
],
[
25.7293008917944,
50.4568611706275
],
[
25.7020921271763,
51.4439979080358
],
[
24.1237082316989,
51.4158835895175
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "35ULS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 67.1619636298486,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 991,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-25T06:58:10.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150831T093006_000991_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 136,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "7f0a2526-bea0-4b4b-b455-171e40ae0e96",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(7f0a2526-bea0-4b4b-b455-171e40ae0e96)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35ULS_20231025T065810.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(45fb3bfd-73a8-476e-b7fc-1f46a88b1ce5)/$value",
"ContentLength": 797637457,
"Checksum": [
{
"Value": "9afb11a56cbf6dfdd88fa91500ff77a7",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:42.569176Z"
},
{
"Value": "feed36196e88e1d815da32e888c6d3f21c5afe67a6f04d73a23d2e685e640811",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:43.709720Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35ULS_20231025T065810.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "e4ea27d5-1456-4b93-8d6e-8b3b516a5886",
"Name": "S2A_MSIL1C_20150704T101006_N0500_R022_T32SLH_20231011T134419.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 210060256,
"OriginDate": "2024-06-11T19:16:11.696000Z",
"PublicationDate": "2024-06-11T19:23:53.057413Z",
"ModificationDate": "2025-06-17T09:31:48.582447Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SLH_20231011T134419.SAFE",
"Checksum": [
{
"Value": "d5800e273e26d0a649897f8debb201a0",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:47.581302Z"
},
{
"Value": "8f1833b2900dcf2288f179ef6dac86fa5dd9aa0462ffe805da8834a97d23db2f",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:48.058908Z"
}
],
"ContentDate": {
"Start": "2015-07-04T10:10:06.027000Z",
"End": "2015-07-04T10:10:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((7.396611112367 37.8468805278447, 7.974663440882 37.8549776627823, 7.9606157198542 38.8443739359543, 7.68597718024722 38.8404426313164, 7.65849124105121 38.7468714122838, 7.61550186416626 38.5996402836601, 7.57254880465141 38.452407291065, 7.52951707626866 38.3051479307481, 7.48652299079324 38.1578910714975, 7.44974339373544 38.0311407870821, 7.44378412967729 38.0105299254924, 7.43997312638957 37.9973807511798, 7.40128102989418 37.8631246545439, 7.396611112367 37.8468805278447))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
7.396611112367,
37.8468805278447
],
[
7.974663440882,
37.8549776627823
],
[
7.9606157198542,
38.8443739359543
],
[
7.68597718024722,
38.8404426313164
],
[
7.65849124105121,
38.7468714122838
],
[
7.61550186416626,
38.5996402836601
],
[
7.57254880465141,
38.452407291065
],
[
7.52951707626866,
38.3051479307481
],
[
7.48652299079324,
38.1578910714975
],
[
7.44974339373544,
38.0311407870821
],
[
7.44378412967729,
38.0105299254924
],
[
7.43997312638957,
37.9973807511798
],
[
7.40128102989418,
37.8631246545439
],
[
7.396611112367,
37.8468805278447
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32SLH",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.0,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 162,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T13:44:19.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150704T101006_000162_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "40164fdb-c2ae-460f-a166-74d10aca8068",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(40164fdb-c2ae-460f-a166-74d10aca8068)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SLH_20231011T134419.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(e4ea27d5-1456-4b93-8d6e-8b3b516a5886)/$value",
"ContentLength": 210060256,
"Checksum": [
{
"Value": "d5800e273e26d0a649897f8debb201a0",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:47.581302Z"
},
{
"Value": "8f1833b2900dcf2288f179ef6dac86fa5dd9aa0462ffe805da8834a97d23db2f",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:48.058908Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SLH_20231011T134419.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "48a7e73e-c8a4-4b21-90c4-fd135d3af9a0",
"Name": "S2A_MSIL1C_20150915T102026_N0500_R065_T33UWV_20231015T132359.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 93242231,
"OriginDate": "2024-06-10T15:02:34.671000Z",
"PublicationDate": "2024-06-10T15:08:47.438583Z",
"ModificationDate": "2025-06-22T22:35:17.834384Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T33UWV_20231015T132359.SAFE",
"Checksum": [
{
"Value": "c4db9ba880e3a4ee672a224e0163b373",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:35:17.374521Z"
},
{
"Value": "04406b3302164ec7284b339e6c0d67699a92ce59e4442595170cd5a705f8663b",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:35:17.551512Z"
}
],
"ContentDate": {
"Start": "2015-09-15T10:20:26.027000Z",
"End": "2015-09-15T10:20:26.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((15.4240876879684 54.1451428968177, 14.9996937993648 54.1481041039613, 14.9996991389735 53.402618051575, 15.0494319906271 53.4911445330449, 15.1305387707746 53.6344854875895, 15.2122613382651 53.7777541601069, 15.2943977431017 53.9210040473155, 15.3770656242232 54.0642058571694, 15.4240876879684 54.1451428968177))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
15.4240876879684,
54.1451428968177
],
[
14.9996937993648,
54.1481041039613
],
[
14.9996991389735,
53.402618051575
],
[
15.0494319906271,
53.4911445330449
],
[
15.1305387707746,
53.6344854875895
],
[
15.2122613382651,
53.7777541601069
],
[
15.2943977431017,
53.9210040473155
],
[
15.3770656242232,
54.0642058571694
],
[
15.4240876879684,
54.1451428968177
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33UWV",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 1.26533166458073,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T132359_S20150915T102026_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1206,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T13:23:59.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150915T102026_001206_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 65,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-15T10:20:26.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-15T10:20:26.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "b403d50f-7ca7-44e5-8de8-18531f5f5a66",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(b403d50f-7ca7-44e5-8de8-18531f5f5a66)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T33UWV_20231015T132359.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(48a7e73e-c8a4-4b21-90c4-fd135d3af9a0)/$value",
"ContentLength": 93242231,
"Checksum": [
{
"Value": "c4db9ba880e3a4ee672a224e0163b373",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:35:17.374521Z"
},
{
"Value": "04406b3302164ec7284b339e6c0d67699a92ce59e4442595170cd5a705f8663b",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:35:17.551512Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T33UWV_20231015T132359.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "b5261bd0-53ce-43a6-b322-76b3e37d25c6",
"Name": "S2A_MSIL1C_20150704T101006_N0500_R022_T33VXE_20231011T134419.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 589468306,
"OriginDate": "2024-06-11T19:52:19.312000Z",
"PublicationDate": "2024-06-11T19:58:21.091312Z",
"ModificationDate": "2025-06-17T09:31:49.391679Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33VXE_20231011T134419.SAFE",
"Checksum": [
{
"Value": "16632333612529f77e0844f48334bb03",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:48.271787Z"
},
{
"Value": "4dbcd2c3ab5ce51d39d64670f547bcbd0f3668adbd0bbed3074360fc54703b6e",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:49.122482Z"
}
],
"ContentDate": {
"Start": "2015-07-04T10:10:06.027000Z",
"End": "2015-07-04T10:10:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((16.7222109224079 58.6291301334098, 16.6752630209712 57.643355184432, 18.5117865798396 57.6056589663974, 18.610003204567 58.5899688719302, 16.7222109224079 58.6291301334098))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
16.7222109224079,
58.6291301334098
],
[
16.6752630209712,
57.643355184432
],
[
18.5117865798396,
57.6056589663974
],
[
18.610003204567,
58.5899688719302
],
[
16.7222109224079,
58.6291301334098
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33VXE",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 1.40183343784526,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 162,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T13:44:19.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150704T101006_000162_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "58ef9ba3-387a-4c46-9fa0-240850f4ea96",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(58ef9ba3-387a-4c46-9fa0-240850f4ea96)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33VXE_20231011T134419.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(b5261bd0-53ce-43a6-b322-76b3e37d25c6)/$value",
"ContentLength": 589468306,
"Checksum": [
{
"Value": "16632333612529f77e0844f48334bb03",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:48.271787Z"
},
{
"Value": "4dbcd2c3ab5ce51d39d64670f547bcbd0f3668adbd0bbed3074360fc54703b6e",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:49.122482Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33VXE_20231011T134419.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "14e5404f-524e-47b1-8957-1598bdc37084",
"Name": "S2A_MSIL1C_20150916T095016_N0500_R079_T34VFJ_20231015T142455.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 630351763,
"OriginDate": "2024-05-28T10:18:24.426000Z",
"PublicationDate": "2024-05-28T10:31:37.024163Z",
"ModificationDate": "2025-06-22T22:34:28.504398Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T34VFJ_20231015T142455.SAFE",
"Checksum": [
{
"Value": "dd7f2221918c72972cb8a950a8509efb",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:34:27.322654Z"
},
{
"Value": "60524ff6ddf696e9ed592d811ab1ac0eed82f5827190f28ec96ed4245ffb1bb4",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:34:28.231256Z"
}
],
"ContentDate": {
"Start": "2015-09-16T09:50:16.027000Z",
"End": "2015-09-16T09:50:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((22.6793206704832 57.7311663813817, 22.6350801542825 56.7452296622249, 24.4277099475858 56.7088007773291, 24.5202759586015 57.6933428999996, 22.6793206704832 57.7311663813817))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
22.6793206704832,
57.7311663813817
],
[
22.6350801542825,
56.7452296622249
],
[
24.4277099475858,
56.7088007773291
],
[
24.5202759586015,
57.6933428999996
],
[
22.6793206704832,
57.7311663813817
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "34VFJ",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 99.9573292722984,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T142455_S20150916T095014_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1220,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T14:24:55.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150916T095016_001220_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 79,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-16T09:50:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-16T09:50:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "3b3da577-3fb7-46cb-b0f4-158d0ff08f6c",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(3b3da577-3fb7-46cb-b0f4-158d0ff08f6c)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T34VFJ_20231015T142455.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(14e5404f-524e-47b1-8957-1598bdc37084)/$value",
"ContentLength": 630351763,
"Checksum": [
{
"Value": "dd7f2221918c72972cb8a950a8509efb",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:34:27.322654Z"
},
{
"Value": "60524ff6ddf696e9ed592d811ab1ac0eed82f5827190f28ec96ed4245ffb1bb4",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:34:28.231256Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T34VFJ_20231015T142455.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "015c2d4a-0424-46b3-a78a-16f81b777ebe",
"Name": "S2A_MSIL1C_20150704T101006_N0500_R022_T33UXT_20231011T134419.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 133745955,
"OriginDate": "2024-06-11T19:08:06.529000Z",
"PublicationDate": "2024-06-11T19:14:09.485235Z",
"ModificationDate": "2025-06-17T09:31:49.592552Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UXT_20231011T134419.SAFE",
"Checksum": [
{
"Value": "f57bc92e44cc49daefc2d8d1bc5b0c4e",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:48.991853Z"
},
{
"Value": "a2048b015c04887cc9f3a78440192ee7276fcd50d350d5f6e5f228d924b9f1c2",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:49.327609Z"
}
],
"ContentDate": {
"Start": "2015-07-04T10:10:06.027000Z",
"End": "2015-07-04T10:10:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((16.9295944299381 52.3324677158691, 16.4678841529578 52.3413550972696, 16.4374971837958 51.3972100605282, 16.4835526509457 51.4865188125072, 16.5582035568391 51.6303281310114, 16.6333176705114 51.7741004572398, 16.708834057618 51.9178671935906, 16.7848826341816 52.0616291387551, 16.8614006441044 52.2053552712896, 16.9295944299381 52.3324677158691))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
16.9295944299381,
52.3324677158691
],
[
16.4678841529578,
52.3413550972696
],
[
16.4374971837958,
51.3972100605282
],
[
16.4835526509457,
51.4865188125072
],
[
16.5582035568391,
51.6303281310114
],
[
16.6333176705114,
51.7741004572398
],
[
16.708834057618,
51.9178671935906
],
[
16.7848826341816,
52.0616291387551
],
[
16.8614006441044,
52.2053552712896
],
[
16.9295944299381,
52.3324677158691
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33UXT",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.0,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 162,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T13:44:19.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150704T101006_000162_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "ceb759af-5820-4d3f-a0a7-75aa1c739f2a",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(ceb759af-5820-4d3f-a0a7-75aa1c739f2a)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UXT_20231011T134419.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(015c2d4a-0424-46b3-a78a-16f81b777ebe)/$value",
"ContentLength": 133745955,
"Checksum": [
{
"Value": "f57bc92e44cc49daefc2d8d1bc5b0c4e",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:48.991853Z"
},
{
"Value": "a2048b015c04887cc9f3a78440192ee7276fcd50d350d5f6e5f228d924b9f1c2",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:49.327609Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UXT_20231011T134419.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "76052d1d-c05a-4497-8561-3e96116bc267",
"Name": "S2A_MSIL1C_20150704T101006_N0500_R022_T32UPB_20231011T134419.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 107331963,
"OriginDate": "2024-06-11T19:02:08.556000Z",
"PublicationDate": "2024-06-11T19:09:56.178220Z",
"ModificationDate": "2025-06-17T09:32:01.565515Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32UPB_20231011T134419.SAFE",
"Checksum": [
{
"Value": "10e7d68977ac9ad6be22cd26160ab946",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:01.105424Z"
},
{
"Value": "7546746dc478c0b3eff336ad567270c8cac140be83f67e0d6a9f0fea6ff4ecc1",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:01.279062Z"
}
],
"ContentDate": {
"Start": "2015-07-04T10:10:06.027000Z",
"End": "2015-07-04T10:10:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((11.626026289358 50.4324421784756, 11.9538697131407 50.4262936606196, 12.0160684392809 51.3974076581471, 11.9999956150949 51.358525420262, 11.9401367163482 51.2127579118595, 11.880867695988 51.0669032298707, 11.8219281093713 50.9210145878584, 11.7630715679279 50.775154834187, 11.7046041004964 50.6292254641453, 11.6462387147019 50.4832484735141, 11.626026289358 50.4324421784756))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
11.626026289358,
50.4324421784756
],
[
11.9538697131407,
50.4262936606196
],
[
12.0160684392809,
51.3974076581471
],
[
11.9999956150949,
51.358525420262
],
[
11.9401367163482,
51.2127579118595
],
[
11.880867695988,
51.0669032298707
],
[
11.8219281093713,
50.9210145878584
],
[
11.7630715679279,
50.775154834187
],
[
11.7046041004964,
50.6292254641453
],
[
11.6462387147019,
50.4832484735141
],
[
11.626026289358,
50.4324421784756
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32UPB",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 6.37921889233537,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 162,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T13:44:19.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150704T101006_000162_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "4598d333-a702-4281-821e-d710265c44cb",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(4598d333-a702-4281-821e-d710265c44cb)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32UPB_20231011T134419.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(76052d1d-c05a-4497-8561-3e96116bc267)/$value",
"ContentLength": 107331963,
"Checksum": [
{
"Value": "10e7d68977ac9ad6be22cd26160ab946",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:01.105424Z"
},
{
"Value": "7546746dc478c0b3eff336ad567270c8cac140be83f67e0d6a9f0fea6ff4ecc1",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:01.279062Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32UPB_20231011T134419.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "41984bef-34f5-444e-9f13-98a450fa58a1",
"Name": "S2A_MSIL1C_20150706T105016_N0500_R051_T31UEV_20231009T094109.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 654062869,
"OriginDate": "2024-06-07T00:24:22.707000Z",
"PublicationDate": "2024-06-07T00:30:32.730869Z",
"ModificationDate": "2025-06-17T09:31:51.351850Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31UEV_20231009T094109.SAFE",
"Checksum": [
{
"Value": "65192bc848a62981137afc277b2ad989",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:49.985127Z"
},
{
"Value": "073e016abdbae5584d20b72d7a01ea33a0eadd79606a65791d77ba27e049ef33",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:51.070208Z"
}
],
"ContentDate": {
"Start": "2015-07-06T10:50:16.027000Z",
"End": "2015-07-06T10:50:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((2.99969606106693 53.8323380056192, 2.99970086834074 53.1611735448067, 4.64156495625108 53.1498598897446, 4.68033586832527 54.1363774287332, 3.1429242166383 54.1471047141345, 3.07687953882162 54.0020669481925, 3.01075889423188 53.8567445945756, 2.99969606106693 53.8323380056192))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
2.99969606106693,
53.8323380056192
],
[
2.99970086834074,
53.1611735448067
],
[
4.64156495625108,
53.1498598897446
],
[
4.68033586832527,
54.1363774287332
],
[
3.1429242166383,
54.1471047141345
],
[
3.07687953882162,
54.0020669481925
],
[
3.01075889423188,
53.8567445945756
],
[
2.99969606106693,
53.8323380056192
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31UEV",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.00772153773061281,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 191,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T09:41:09.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150706T105016_000191_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 51,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "3cfcd811-9c95-4cfb-8608-69fa7d891e7d",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(3cfcd811-9c95-4cfb-8608-69fa7d891e7d)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31UEV_20231009T094109.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(41984bef-34f5-444e-9f13-98a450fa58a1)/$value",
"ContentLength": 654062869,
"Checksum": [
{
"Value": "65192bc848a62981137afc277b2ad989",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:49.985127Z"
},
{
"Value": "073e016abdbae5584d20b72d7a01ea33a0eadd79606a65791d77ba27e049ef33",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:51.070208Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31UEV_20231009T094109.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "41422583-430b-4a87-a9a3-41e0b0198266",
"Name": "S2A_MSIL1C_20150804T112046_N0500_R037_T29TMG_20231010T015615.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 67898910,
"OriginDate": "2024-05-24T19:25:05.994000Z",
"PublicationDate": "2024-05-26T16:32:21.960582Z",
"ModificationDate": "2025-06-22T23:53:57.890775Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/04/S2A_MSIL1C_20150804T112046_N0500_R037_T29TMG_20231010T015615.SAFE",
"Checksum": [
{
"Value": "c563421f15f056dfe4a67757ee342d93",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:53:57.441895Z"
},
{
"Value": "8c0e9fb0b9e6ae72e17ce603ea3d80edd45faf0e4f71aef8b40e6450713c9218",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:53:57.581547Z"
}
],
"ContentDate": {
"Start": "2015-08-04T11:20:46.027000Z",
"End": "2015-08-04T11:20:46.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((-9.130371 41.4625307507101, -8.883118 41.4636925169745, -8.881683 42.2541042526868, -8.889862 42.2283242013928, -8.93634 42.0813300765385, -8.982666 41.9343202777533, -9.02887 41.787293969113, -9.074921 41.6402483421608, -9.12085 41.4931861102802, -9.130371 41.4625307507101))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
-9.130371,
41.4625307507101
],
[
-8.883118,
41.4636925169745
],
[
-8.881683,
42.2541042526868
],
[
-8.889862,
42.2283242013928
],
[
-8.93634,
42.0813300765385
],
[
-8.982666,
41.9343202777533
],
[
-9.02887,
41.787293969113
],
[
-9.074921,
41.6402483421608
],
[
-9.12085,
41.4931861102802
],
[
-9.130371,
41.4625307507101
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "29TMG",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.0,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231010T015615_S20150804T112539_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 606,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-10T01:56:15.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150804T112046_000606_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 37,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-04T11:20:46.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-04T11:20:46.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "74847cb1-69dd-4045-9f1f-5192de6b35f7",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(74847cb1-69dd-4045-9f1f-5192de6b35f7)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/04/S2A_MSIL1C_20150804T112046_N0500_R037_T29TMG_20231010T015615.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(41422583-430b-4a87-a9a3-41e0b0198266)/$value",
"ContentLength": 67898910,
"Checksum": [
{
"Value": "c563421f15f056dfe4a67757ee342d93",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:53:57.441895Z"
},
{
"Value": "8c0e9fb0b9e6ae72e17ce603ea3d80edd45faf0e4f71aef8b40e6450713c9218",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:53:57.581547Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/04/S2A_MSIL1C_20150804T112046_N0500_R037_T29TMG_20231010T015615.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "4440f58c-6eb8-47c2-a2d0-0776c558ce18",
"Name": "S2A_MSIL1C_20150912T101403_N0500_R022_T33UUP_20231009T083635.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 337042819,
"OriginDate": "2024-05-23T16:10:57.484000Z",
"PublicationDate": "2024-05-23T17:43:12.968741Z",
"ModificationDate": "2025-06-22T22:43:02.020272Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/12/S2A_MSIL1C_20150912T101403_N0500_R022_T33UUP_20231009T083635.SAFE",
"Checksum": [
{
"Value": "030ad411bdd80d75c4385382cb2d4aa9",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:43:01.223999Z"
},
{
"Value": "969103dbf052dca7196a444a42809dbe8e393d888ae76150dba97a40056cb89a",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:43:01.737906Z"
}
],
"ContentDate": {
"Start": "2015-09-12T10:14:03.014000Z",
"End": "2015-09-12T10:14:03.014000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((12.3049912419859 48.2572115324674, 12.3324576702614 47.7341556023465, 13.7964017022352 47.7588553725486, 13.791345741849 47.9721822604225, 13.74263420098 47.9828366202014, 13.7427490400026 47.9831016006737, 13.738009635368 47.9841428282715, 13.7272267253183 47.9863695361959, 13.7269477997856 47.9857278592522, 13.7243157585043 47.986269269952, 13.7243024427455 47.9862385730747, 13.7240806536151 47.9862841176993, 13.7240249849059 47.9861557742045, 13.4314463137981 48.0462879255812, 13.4318450059067 48.047226718047, 13.4317994765099 48.0472361311263, 13.4318954146001 48.0474620024859, 13.4176292422716 48.0503024787596, 13.4145308018605 48.0509423173361, 13.41452182748 48.0509211827669, 13.1244760440733 48.1086709524377, 13.1245793456689 48.1089175570238, 13.1072127435234 48.1123816470463, 13.1068870041358 48.1116035506746, 13.1039899515766 48.1121521568472, 13.1038270459087 48.1117630499199, 12.8122151704584 48.166939643484, 12.8124528336034 48.1675160188581, 12.8124489276548 48.1675167579409, 12.8127200698723 48.1681743246897, 12.7973433700218 48.1709372856172, 12.7972233922655 48.170646152831, 12.5053377718386 48.2231712105736, 12.5054267074406 48.2233903048368, 12.486140007005 48.2268558338672, 12.4859921449654 48.2264912041025, 12.4858763031875 48.2265112171141, 12.4857015669473 48.2260803120636, 12.4824165405279 48.2266489508668, 12.4823779659275 48.2265537954766, 12.3049912419859 48.2572115324674))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
12.3049912419859,
48.2572115324674
],
[
12.3324576702614,
47.7341556023465
],
[
13.7964017022352,
47.7588553725486
],
[
13.791345741849,
47.9721822604225
],
[
13.74263420098,
47.9828366202014
],
[
13.7427490400026,
47.9831016006737
],
[
13.738009635368,
47.9841428282715
],
[
13.7272267253183,
47.9863695361959
],
[
13.7269477997856,
47.9857278592522
],
[
13.7243157585043,
47.986269269952
],
[
13.7243024427455,
47.9862385730747
],
[
13.7240806536151,
47.9862841176993
],
[
13.7240249849059,
47.9861557742045
],
[
13.4314463137981,
48.0462879255812
],
[
13.4318450059067,
48.047226718047
],
[
13.4317994765099,
48.0472361311263
],
[
13.4318954146001,
48.0474620024859
],
[
13.4176292422716,
48.0503024787596
],
[
13.4145308018605,
48.0509423173361
],
[
13.41452182748,
48.0509211827669
],
[
13.1244760440733,
48.1086709524377
],
[
13.1245793456689,
48.1089175570238
],
[
13.1072127435234,
48.1123816470463
],
[
13.1068870041358,
48.1116035506746
],
[
13.1039899515766,
48.1121521568472
],
[
13.1038270459087,
48.1117630499199
],
[
12.8122151704584,
48.166939643484
],
[
12.8124528336034,
48.1675160188581
],
[
12.8124489276548,
48.1675167579409
],
[
12.8127200698723,
48.1681743246897
],
[
12.7973433700218,
48.1709372856172
],
[
12.7972233922655,
48.170646152831
],
[
12.5053377718386,
48.2231712105736
],
[
12.5054267074406,
48.2233903048368
],
[
12.486140007005,
48.2268558338672
],
[
12.4859921449654,
48.2264912041025
],
[
12.4858763031875,
48.2265112171141
],
[
12.4857015669473,
48.2260803120636
],
[
12.4824165405279,
48.2266489508668
],
[
12.4823779659275,
48.2265537954766
],
[
12.3049912419859,
48.2572115324674
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33UUP",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.0223705660467164,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T083635_S20150912T101724_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1163,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T08:36:35.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150912T101403_001163_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-12T10:14:03.014000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-12T10:14:03.014000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "502f8445-b150-4d59-8c09-cf9f33dcad32",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(502f8445-b150-4d59-8c09-cf9f33dcad32)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/12/S2A_MSIL1C_20150912T101403_N0500_R022_T33UUP_20231009T083635.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(4440f58c-6eb8-47c2-a2d0-0776c558ce18)/$value",
"ContentLength": 337042819,
"Checksum": [
{
"Value": "030ad411bdd80d75c4385382cb2d4aa9",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:43:01.223999Z"
},
{
"Value": "969103dbf052dca7196a444a42809dbe8e393d888ae76150dba97a40056cb89a",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:43:01.737906Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/12/S2A_MSIL1C_20150912T101403_N0500_R022_T33UUP_20231009T083635.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "409c7b0f-cfa4-4662-9c34-cdbe6decbdfe",
"Name": "S2A_MSIL1C_20150928T103036_N0500_R108_T32TLK_20231015T170410.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 31642620,
"OriginDate": "2024-05-30T05:06:57.120000Z",
"PublicationDate": "2024-05-30T05:13:16.060694Z",
"ModificationDate": "2025-06-17T09:32:58.809158Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T32TLK_20231015T170410.SAFE",
"Checksum": [
{
"Value": "bcfb59c473b5c38b376aaf364008ffca",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:58.511633Z"
},
{
"Value": "39155cc9f1ba594e53ec72288d243903e0b77a1f95619fa33cbed80861f61dc8",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:58.570549Z"
}
],
"ContentDate": {
"Start": "2015-09-28T10:30:36.027000Z",
"End": "2015-09-28T10:30:36.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((6.77780881924504 40.628757395178, 6.63531921297261 40.6266397272723, 6.64771589846235 40.2665652042666, 6.67201618854076 40.334773687201, 6.7245239830567 40.480941155708, 6.77721561016803 40.6271201619886, 6.77780881924504 40.628757395178))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
6.77780881924504,
40.628757395178
],
[
6.63531921297261,
40.6266397272723
],
[
6.64771589846235,
40.2665652042666
],
[
6.67201618854076,
40.334773687201
],
[
6.7245239830567,
40.480941155708
],
[
6.77721561016803,
40.6271201619886
],
[
6.77780881924504,
40.628757395178
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32TLK",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 31.6444497758318,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T170410_S20150928T103701_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1392,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T17:04:10.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150928T103036_001392_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 108,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-28T10:30:36.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-28T10:30:36.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "dc4d1a4d-f904-4f4a-84e7-a77e6643b402",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(dc4d1a4d-f904-4f4a-84e7-a77e6643b402)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T32TLK_20231015T170410.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(409c7b0f-cfa4-4662-9c34-cdbe6decbdfe)/$value",
"ContentLength": 31642620,
"Checksum": [
{
"Value": "bcfb59c473b5c38b376aaf364008ffca",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:58.511633Z"
},
{
"Value": "39155cc9f1ba594e53ec72288d243903e0b77a1f95619fa33cbed80861f61dc8",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:58.570549Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T32TLK_20231015T170410.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "5693f7b0-f327-4329-a334-d2d7b0a5fb68",
"Name": "S2A_MSIL1C_20150916T095016_N0500_R079_T34VCH_20231015T142455.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 101336486,
"OriginDate": "2024-05-28T09:52:48.238000Z",
"PublicationDate": "2024-05-28T10:21:33.473719Z",
"ModificationDate": "2025-06-22T22:34:30.039760Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T34VCH_20231015T142455.SAFE",
"Checksum": [
{
"Value": "a9ec9396517bfbf637a296a663a30360",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:34:29.590464Z"
},
{
"Value": "75d686bac4da746949dcc1705f5f433e5ef6e7d9b7ba6f29cea60e07f8b84406",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:34:29.760025Z"
}
],
"ContentDate": {
"Start": "2015-09-16T09:50:16.027000Z",
"End": "2015-09-16T09:50:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((19.048112707694 55.8392578565916, 19.5593013138845 55.8488879777783, 19.5235586656774 56.7848805327893, 19.4790284262575 56.6981653194286, 19.4052091588016 56.5533992623472, 19.3318532228053 56.4085936781681, 19.2589545685573 56.263748202801, 19.1865312702326 56.1188617631498, 19.1145678547339 55.973941652773, 19.048112707694 55.8392578565916))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
19.048112707694,
55.8392578565916
],
[
19.5593013138845,
55.8488879777783
],
[
19.5235586656774,
56.7848805327893
],
[
19.4790284262575,
56.6981653194286
],
[
19.4052091588016,
56.5533992623472
],
[
19.3318532228053,
56.4085936781681
],
[
19.2589545685573,
56.263748202801
],
[
19.1865312702326,
56.1188617631498
],
[
19.1145678547339,
55.973941652773
],
[
19.048112707694,
55.8392578565916
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "34VCH",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 99.9941303965026,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T142455_S20150916T095014_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1220,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T14:24:55.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150916T095016_001220_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 79,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-16T09:50:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-16T09:50:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "37defbc5-8fb8-4ae6-83e0-165568ebc00f",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(37defbc5-8fb8-4ae6-83e0-165568ebc00f)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T34VCH_20231015T142455.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(5693f7b0-f327-4329-a334-d2d7b0a5fb68)/$value",
"ContentLength": 101336486,
"Checksum": [
{
"Value": "a9ec9396517bfbf637a296a663a30360",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:34:29.590464Z"
},
{
"Value": "75d686bac4da746949dcc1705f5f433e5ef6e7d9b7ba6f29cea60e07f8b84406",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:34:29.760025Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T34VCH_20231015T142455.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "f8b284ee-9878-4333-9df0-91b99659ba99",
"Name": "S2A_MSIL1C_20150706T105016_N0500_R051_T31UGR_20231009T094109.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 26355322,
"OriginDate": "2024-06-07T00:00:06.352000Z",
"PublicationDate": "2024-06-07T00:05:48.285410Z",
"ModificationDate": "2025-06-17T09:31:52.941629Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31UGR_20231009T094109.SAFE",
"Checksum": [
{
"Value": "aef0e9fd3396a2fb7d4f90dbb1202159",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:52.036492Z"
},
{
"Value": "71f74181060c40656695e5830c156db7db986b443d6ea924012f6eef86c0d05a",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:52.104960Z"
}
],
"ContentDate": {
"Start": "2015-07-06T10:50:16.027000Z",
"End": "2015-07-06T10:50:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((5.9191641993504 50.5150724379105, 5.82076894501528 50.518113703503, 5.80760871898469 50.2912702661828, 5.83970544798929 50.3556109121408, 5.91155914614047 50.5000090348739, 5.9191641993504 50.5150724379105))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
5.9191641993504,
50.5150724379105
],
[
5.82076894501528,
50.518113703503
],
[
5.80760871898469,
50.2912702661828
],
[
5.83970544798929,
50.3556109121408
],
[
5.91155914614047,
50.5000090348739
],
[
5.9191641993504,
50.5150724379105
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31UGR",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 1.76687116564417,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 191,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T09:41:09.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150706T105016_000191_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 51,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "cd39aaf8-71ba-43e5-9390-3c9f924d2b88",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(cd39aaf8-71ba-43e5-9390-3c9f924d2b88)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31UGR_20231009T094109.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(f8b284ee-9878-4333-9df0-91b99659ba99)/$value",
"ContentLength": 26355322,
"Checksum": [
{
"Value": "aef0e9fd3396a2fb7d4f90dbb1202159",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:52.036492Z"
},
{
"Value": "71f74181060c40656695e5830c156db7db986b443d6ea924012f6eef86c0d05a",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:52.104960Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31UGR_20231009T094109.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "10850413-8997-4e1f-b39b-21a626bec5d6",
"Name": "S2A_MSIL1C_20150915T102026_N0500_R065_T33UVV_20231015T132359.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 745021448,
"OriginDate": "2024-06-10T15:18:58.550000Z",
"PublicationDate": "2024-06-10T15:25:31.326002Z",
"ModificationDate": "2025-06-22T22:35:51.918325Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T33UVV_20231015T132359.SAFE",
"Checksum": [
{
"Value": "a8cd402186519377e72a277aca334e11",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:35:49.965877Z"
},
{
"Value": "c3bf9cbd1d49a7a36501f0b62e5e774c0e0ebc3ce4227c03026963be8e21487a",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:35:51.073346Z"
}
],
"ContentDate": {
"Start": "2015-09-15T10:20:26.027000Z",
"End": "2015-09-15T10:20:26.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((15.147736065501 53.664634241624, 15.1494256291812 54.1480113911537, 13.4686867047225 54.1383655337976, 13.5040224896823 53.151777988193, 14.8637519629511 53.159484535388, 14.8887097576734 53.2043035999203, 14.9688689960542 53.3477391539227, 15.0494319906271 53.4911445330449, 15.1305387707746 53.6344854875895, 15.147736065501 53.664634241624))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
15.147736065501,
53.664634241624
],
[
15.1494256291812,
54.1480113911537
],
[
13.4686867047225,
54.1383655337976
],
[
13.5040224896823,
53.151777988193
],
[
14.8637519629511,
53.159484535388
],
[
14.8887097576734,
53.2043035999203
],
[
14.9688689960542,
53.3477391539227
],
[
15.0494319906271,
53.4911445330449
],
[
15.1305387707746,
53.6344854875895
],
[
15.147736065501,
53.664634241624
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33UVV",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 17.9539941138848,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T132359_S20150915T102026_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1206,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T13:23:59.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150915T102026_001206_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 65,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-15T10:20:26.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-15T10:20:26.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "976928a4-f937-46af-b172-512d88385689",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(976928a4-f937-46af-b172-512d88385689)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T33UVV_20231015T132359.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(10850413-8997-4e1f-b39b-21a626bec5d6)/$value",
"ContentLength": 745021448,
"Checksum": [
{
"Value": "a8cd402186519377e72a277aca334e11",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:35:49.965877Z"
},
{
"Value": "c3bf9cbd1d49a7a36501f0b62e5e774c0e0ebc3ce4227c03026963be8e21487a",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:35:51.073346Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T33UVV_20231015T132359.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "d14247b9-591b-4058-807e-26778f65093f",
"Name": "S2A_MSIL1C_20150912T101403_N0500_R022_T33TUM_20231009T083635.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 829287713,
"OriginDate": "2024-05-23T17:02:48.558000Z",
"PublicationDate": "2024-05-23T17:55:13.149476Z",
"ModificationDate": "2025-06-22T22:42:59.145880Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/12/S2A_MSIL1C_20150912T101403_N0500_R022_T33TUM_20231009T083635.SAFE",
"Checksum": [
{
"Value": "187e20d00e612bf47e25bdcc1eef1a53",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:42:57.008920Z"
},
{
"Value": "3b48a9a027c9d8458a995bb810d198c5a28ac79e5852895d05e4e633c0ccadb6",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:42:58.664626Z"
}
],
"ContentDate": {
"Start": "2015-09-12T10:14:03.014000Z",
"End": "2015-09-12T10:14:03.014000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((12.3729898076099 46.9235610085149, 12.4200250786305 45.9364192292441, 13.8359555169759 45.9596225324957, 13.8147104397872 46.947573655919, 12.3729898076099 46.9235610085149))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
12.3729898076099,
46.9235610085149
],
[
12.4200250786305,
45.9364192292441
],
[
13.8359555169759,
45.9596225324957
],
[
13.8147104397872,
46.947573655919
],
[
12.3729898076099,
46.9235610085149
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33TUM",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 3.64615246797456,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T083635_S20150912T101724_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1163,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T08:36:35.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150912T101403_001163_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-12T10:14:03.014000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-12T10:14:03.014000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "333825d3-5551-4aa0-b472-62927ce88305",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(333825d3-5551-4aa0-b472-62927ce88305)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/12/S2A_MSIL1C_20150912T101403_N0500_R022_T33TUM_20231009T083635.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(d14247b9-591b-4058-807e-26778f65093f)/$value",
"ContentLength": 829287713,
"Checksum": [
{
"Value": "187e20d00e612bf47e25bdcc1eef1a53",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:42:57.008920Z"
},
{
"Value": "3b48a9a027c9d8458a995bb810d198c5a28ac79e5852895d05e4e633c0ccadb6",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:42:58.664626Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/12/S2A_MSIL1C_20150912T101403_N0500_R022_T33TUM_20231009T083635.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "42026c46-b51f-4088-9b6d-059da0c1bf7b",
"Name": "S2A_MSIL1C_20150706T105016_N0500_R051_T30TWL_20231009T094109.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 51334876,
"OriginDate": "2024-06-07T00:00:05.994000Z",
"PublicationDate": "2024-06-07T00:05:49.241643Z",
"ModificationDate": "2025-06-17T09:34:20.130628Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30TWL_20231009T094109.SAFE",
"Checksum": [
{
"Value": "a162a9e0bb477f2123ec420d279f8fbd",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:34:19.724514Z"
},
{
"Value": "ba72e411c1703958a843c57ffe7d2374b4f4432d8657444eff7f470b2c1f03f1",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:34:19.847373Z"
}
],
"ContentDate": {
"Start": "2015-07-06T10:50:16.027000Z",
"End": "2015-07-06T10:50:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((-1.86517983419384 40.5563810992149, -1.70336265383866 40.5554731412015, -1.69213745257231 41.1228638802816, -1.73689320865434 40.9772316552459, -1.78204556477232 40.8299458391644, -1.82663704891567 40.6825841735935, -1.86517983419384 40.5563810992149))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
-1.86517983419384,
40.5563810992149
],
[
-1.70336265383866,
40.5554731412015
],
[
-1.69213745257231,
41.1228638802816
],
[
-1.73689320865434,
40.9772316552459
],
[
-1.78204556477232,
40.8299458391644
],
[
-1.82663704891567,
40.6825841735935
],
[
-1.86517983419384,
40.5563810992149
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "30TWL",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.0,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 191,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T09:41:09.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150706T105016_000191_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 51,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "0c35aca5-6d6f-4456-a127-d84d5c5c87e6",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(0c35aca5-6d6f-4456-a127-d84d5c5c87e6)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30TWL_20231009T094109.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(42026c46-b51f-4088-9b6d-059da0c1bf7b)/$value",
"ContentLength": 51334876,
"Checksum": [
{
"Value": "a162a9e0bb477f2123ec420d279f8fbd",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:34:19.724514Z"
},
{
"Value": "ba72e411c1703958a843c57ffe7d2374b4f4432d8657444eff7f470b2c1f03f1",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:34:19.847373Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30TWL_20231009T094109.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "c7385ce9-4ed5-40ef-9efb-0f151007a520",
"Name": "S2A_MSIL1C_20150831T093006_N0500_R136_T33SXV_20231025T065810.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 213408150,
"OriginDate": "2024-05-30T06:12:52.285000Z",
"PublicationDate": "2024-05-30T06:20:25.710626Z",
"ModificationDate": "2025-06-22T23:04:46.212759Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T33SXV_20231025T065810.SAFE",
"Checksum": [
{
"Value": "70b59330d8e602221c154006a01147e9",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:45.564258Z"
},
{
"Value": "23ae80ca69a083d2dbf98e958c73f5a15fd57d0c8d5a10d43812d705eb59b26b",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:45.947757Z"
}
],
"ContentDate": {
"Start": "2015-08-31T09:30:06.027000Z",
"End": "2015-08-31T09:30:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((16.7193349930595 35.1411934052878, 17.3026579023071 35.1330063320273, 17.3312146389937 36.1222067282273, 16.9926212490877 36.1270740985748, 16.9618823824661 36.0170185611338, 16.9207809435019 35.8694586239618, 16.8797800712743 35.7218890627955, 16.8388676432423 35.5743130566071, 16.7980459421459 35.4267311998423, 16.7573176389603 35.2791442084527, 16.7193349930595 35.1411934052878))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
16.7193349930595,
35.1411934052878
],
[
17.3026579023071,
35.1330063320273
],
[
17.3312146389937,
36.1222067282273
],
[
16.9926212490877,
36.1270740985748
],
[
16.9618823824661,
36.0170185611338
],
[
16.9207809435019,
35.8694586239618
],
[
16.8797800712743,
35.7218890627955
],
[
16.8388676432423,
35.5743130566071
],
[
16.7980459421459,
35.4267311998423
],
[
16.7573176389603,
35.2791442084527
],
[
16.7193349930595,
35.1411934052878
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33SXV",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.0,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 991,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-25T06:58:10.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150831T093006_000991_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 136,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "5ad87f16-28c5-434f-999f-b7df91c33ece",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(5ad87f16-28c5-434f-999f-b7df91c33ece)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T33SXV_20231025T065810.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(c7385ce9-4ed5-40ef-9efb-0f151007a520)/$value",
"ContentLength": 213408150,
"Checksum": [
{
"Value": "70b59330d8e602221c154006a01147e9",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:45.564258Z"
},
{
"Value": "23ae80ca69a083d2dbf98e958c73f5a15fd57d0c8d5a10d43812d705eb59b26b",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:45.947757Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T33SXV_20231025T065810.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "96203ecb-55a9-41e7-9e65-8f8cb587ae69",
"Name": "S2A_MSIL1C_20150912T101026_N0500_R022_T33UWA_20231009T071229.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 719205123,
"OriginDate": "2024-06-04T07:21:04.300000Z",
"PublicationDate": "2024-06-04T07:28:05.570187Z",
"ModificationDate": "2025-06-22T22:42:51.305254Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/12/S2A_MSIL1C_20150912T101026_N0500_R022_T33UWA_20231009T071229.SAFE",
"Checksum": [
{
"Value": "b55470bd01f69bd9594b09eb747c3896",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:42:49.932269Z"
},
{
"Value": "fcac61e7fbe08141f5059d54647591dd0ba52395b1fb3deb0d8aa37efe8de4c4",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:42:51.029419Z"
}
],
"ContentDate": {
"Start": "2015-09-12T10:10:26.027000Z",
"End": "2015-09-12T10:10:26.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((14.9996869803763 55.0469860320195, 14.9996944462244 54.0602038047156, 16.6767881281249 54.0485147063491, 16.7177342268341 55.0348657169786, 14.9996869803763 55.0469860320195))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
14.9996869803763,
55.0469860320195
],
[
14.9996944462244,
54.0602038047156
],
[
16.6767881281249,
54.0485147063491
],
[
16.7177342268341,
55.0348657169786
],
[
14.9996869803763,
55.0469860320195
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33UWA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 74.006748484577,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T071229_S20150912T101022_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1163,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T07:12:29.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150912T101026_001163_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-12T10:10:26.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-12T10:10:26.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "7bf7de83-ddba-4679-a850-fac7bbace606",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(7bf7de83-ddba-4679-a850-fac7bbace606)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/12/S2A_MSIL1C_20150912T101026_N0500_R022_T33UWA_20231009T071229.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(96203ecb-55a9-41e7-9e65-8f8cb587ae69)/$value",
"ContentLength": 719205123,
"Checksum": [
{
"Value": "b55470bd01f69bd9594b09eb747c3896",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:42:49.932269Z"
},
{
"Value": "fcac61e7fbe08141f5059d54647591dd0ba52395b1fb3deb0d8aa37efe8de4c4",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:42:51.029419Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/12/S2A_MSIL1C_20150912T101026_N0500_R022_T33UWA_20231009T071229.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "56cb518a-f02e-42c2-b2bd-ac0480400f9c",
"Name": "S2A_MSIL1C_20150928T103036_N0500_R108_T32UNC_20231015T164613.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 824179318,
"OriginDate": "2024-05-28T21:04:41.568000Z",
"PublicationDate": "2024-05-28T21:11:39.163832Z",
"ModificationDate": "2025-06-17T09:33:06.519878Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T32UNC_20231015T164613.SAFE",
"Checksum": [
{
"Value": "a5873ad4d1d1dcb6624c295f6d9387bb",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:33:04.509997Z"
},
{
"Value": "b8b47c9f1b1078a49c947bed7374750ea4ccbd578afefdadbd8ee74c3afa2443",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:33:06.216713Z"
}
],
"ContentDate": {
"Start": "2015-09-28T10:30:36.027000Z",
"End": "2015-09-28T10:30:36.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((8.99970637088135 52.3504731573947, 8.99971272740982 51.3632417078297, 10.5765186642116 51.3526338932574, 10.611384362793 52.3394848521498, 8.99970637088135 52.3504731573947))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
8.99970637088135,
52.3504731573947
],
[
8.99971272740982,
51.3632417078297
],
[
10.5765186642116,
51.3526338932574
],
[
10.611384362793,
52.3394848521498
],
[
8.99970637088135,
52.3504731573947
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32UNC",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 2.21021828062946,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T164613_S20150928T103031_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1392,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T16:46:13.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150928T103036_001392_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 108,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-28T10:30:36.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-28T10:30:36.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "7fb4f5c8-b82a-4386-a6df-c8d72edd3f5f",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(7fb4f5c8-b82a-4386-a6df-c8d72edd3f5f)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T32UNC_20231015T164613.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(56cb518a-f02e-42c2-b2bd-ac0480400f9c)/$value",
"ContentLength": 824179318,
"Checksum": [
{
"Value": "a5873ad4d1d1dcb6624c295f6d9387bb",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:33:04.509997Z"
},
{
"Value": "b8b47c9f1b1078a49c947bed7374750ea4ccbd578afefdadbd8ee74c3afa2443",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:33:06.216713Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T32UNC_20231015T164613.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "efc582f8-ad66-4e67-a191-d0cd8c5c6a75",
"Name": "S2A_MSIL1C_20150706T105016_N0500_R051_T30TXP_20231009T094109.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 306343589,
"OriginDate": "2024-06-07T00:04:20.534000Z",
"PublicationDate": "2024-06-07T00:10:40.406727Z",
"ModificationDate": "2025-06-17T09:31:56.403327Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30TXP_20231009T094109.SAFE",
"Checksum": [
{
"Value": "b478a39af1c8dd8b7edbc444a12253d6",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:55.598605Z"
},
{
"Value": "84f6db5e44bdbbe4057b8fa14f59bcb9f8af3f30c1bbe46585fff8b2fb819192",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:56.061478Z"
}
],
"ContentDate": {
"Start": "2015-07-06T10:50:16.027000Z",
"End": "2015-07-06T10:50:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((-1.02233007058218 43.2457143710793, -0.416191720419125 43.2356009601541, -0.37335402628884 44.2232097404363, -0.699968978116142 44.2287575331382, -0.705934626416555 44.2108918003513, -0.754674693534577 44.0640511545617, -0.803122628739867 43.9172592144662, -0.851336602486288 43.7705069691703, -0.899297285232377 43.6237436146669, -0.947318918817908 43.4769806156417, -0.99511270886753 43.3301608045815, -1.02233007058218 43.2457143710793))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
-1.02233007058218,
43.2457143710793
],
[
-0.416191720419125,
43.2356009601541
],
[
-0.37335402628884,
44.2232097404363
],
[
-0.699968978116142,
44.2287575331382
],
[
-0.705934626416555,
44.2108918003513
],
[
-0.754674693534577,
44.0640511545617
],
[
-0.803122628739867,
43.9172592144662
],
[
-0.851336602486288,
43.7705069691703
],
[
-0.899297285232377,
43.6237436146669
],
[
-0.947318918817908,
43.4769806156417
],
[
-0.99511270886753,
43.3301608045815
],
[
-1.02233007058218,
43.2457143710793
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "30TXP",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 45.0689987766391,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 191,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T09:41:09.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150706T105016_000191_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 51,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "036a228c-9e64-4185-8c0b-1fb0b0153566",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(036a228c-9e64-4185-8c0b-1fb0b0153566)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30TXP_20231009T094109.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(efc582f8-ad66-4e67-a191-d0cd8c5c6a75)/$value",
"ContentLength": 306343589,
"Checksum": [
{
"Value": "b478a39af1c8dd8b7edbc444a12253d6",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:55.598605Z"
},
{
"Value": "84f6db5e44bdbbe4057b8fa14f59bcb9f8af3f30c1bbe46585fff8b2fb819192",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:56.061478Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30TXP_20231009T094109.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "dd20fe77-1563-4987-96b1-03318b787c10",
"Name": "S2A_MSIL1C_20150704T101006_N0500_R022_T32SNJ_20231011T134419.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 712300267,
"OriginDate": "2024-06-11T20:30:25.725000Z",
"PublicationDate": "2024-06-11T20:36:53.916438Z",
"ModificationDate": "2025-06-17T09:31:56.925705Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SNJ_20231011T134419.SAFE",
"Checksum": [
{
"Value": "71fcae8dcdc3f15a2cb3645f380f083f",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:54.964067Z"
},
{
"Value": "336d383880453da783eb031140a2ac535ed843a82fb4ae0ac40494a9e2026a32",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:56.629065Z"
}
],
"ContentDate": {
"Start": "2015-07-04T10:10:06.027000Z",
"End": "2015-07-04T10:10:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((8.99976654562275 39.7502679270046, 8.99976980397042 38.7608644571629, 10.2634032191925 38.7540360482138, 10.2812803486709 39.7431961921229, 8.99976654562275 39.7502679270046))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
8.99976654562275,
39.7502679270046
],
[
8.99976980397042,
38.7608644571629
],
[
10.2634032191925,
38.7540360482138
],
[
10.2812803486709,
39.7431961921229
],
[
8.99976654562275,
39.7502679270046
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32SNJ",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.0,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 162,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T13:44:19.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150704T101006_000162_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "d277fc79-217e-4056-802a-e6f5090babc9",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(d277fc79-217e-4056-802a-e6f5090babc9)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SNJ_20231011T134419.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(dd20fe77-1563-4987-96b1-03318b787c10)/$value",
"ContentLength": 712300267,
"Checksum": [
{
"Value": "71fcae8dcdc3f15a2cb3645f380f083f",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:54.964067Z"
},
{
"Value": "336d383880453da783eb031140a2ac535ed843a82fb4ae0ac40494a9e2026a32",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:56.629065Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SNJ_20231011T134419.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "99cfdb80-621a-42ba-9dc3-f9cd04bb09ab",
"Name": "S2A_MSIL1C_20150831T093006_N0500_R136_T34TEK_20231025T065810.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 517526548,
"OriginDate": "2024-05-30T06:19:57.088000Z",
"PublicationDate": "2024-05-30T06:27:05.267224Z",
"ModificationDate": "2025-06-22T23:04:47.476668Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34TEK_20231025T065810.SAFE",
"Checksum": [
{
"Value": "8cc873c0a3ea6c0237fc2f58a26fb7b1",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:46.161966Z"
},
{
"Value": "4ed83ecca45cbd9ab35a6d59d3db24f319a7f8521de51947d0777e48cff0d5e4",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:47.148162Z"
}
],
"ContentDate": {
"Start": "2015-08-31T09:30:06.027000Z",
"End": "2015-08-31T09:30:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((21.9017023680918 40.6457867176643, 20.9997634361085 40.6508565157746, 20.9997668442214 39.6616069579929, 21.5493461227886 39.6585798331513, 21.596529808262 39.7875850553131, 21.648799950869 39.9338257007694, 21.7002422101074 40.080313949587, 21.7528475019047 40.2265287211702, 21.8052992076083 40.3728186470377, 21.8562681188401 40.5195338874878, 21.9017023680918 40.6457867176643))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
21.9017023680918,
40.6457867176643
],
[
20.9997634361085,
40.6508565157746
],
[
20.9997668442214,
39.6616069579929
],
[
21.5493461227886,
39.6585798331513
],
[
21.596529808262,
39.7875850553131
],
[
21.648799950869,
39.9338257007694
],
[
21.7002422101074,
40.080313949587
],
[
21.7528475019047,
40.2265287211702
],
[
21.8052992076083,
40.3728186470377
],
[
21.8562681188401,
40.5195338874878
],
[
21.9017023680918,
40.6457867176643
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "34TEK",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 19.8041397163545,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 991,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-25T06:58:10.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150831T093006_000991_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 136,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "41a4ec52-a5e2-4099-94b2-47e379cd1f5d",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(41a4ec52-a5e2-4099-94b2-47e379cd1f5d)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34TEK_20231025T065810.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(99cfdb80-621a-42ba-9dc3-f9cd04bb09ab)/$value",
"ContentLength": 517526548,
"Checksum": [
{
"Value": "8cc873c0a3ea6c0237fc2f58a26fb7b1",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:46.161966Z"
},
{
"Value": "4ed83ecca45cbd9ab35a6d59d3db24f319a7f8521de51947d0777e48cff0d5e4",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:47.148162Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34TEK_20231025T065810.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "e4d9c0ee-b605-42f8-b813-024d47ee6ff3",
"Name": "S2A_MSIL1C_20150706T105016_N0500_R051_T31UEB_20231009T094109.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 430732462,
"OriginDate": "2024-06-07T00:08:19.406000Z",
"PublicationDate": "2024-06-07T00:23:32.721813Z",
"ModificationDate": "2025-06-17T09:31:56.935541Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31UEB_20231009T094109.SAFE",
"Checksum": [
{
"Value": "24c0569b16785ae20ea5ad7d321da01a",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:55.701702Z"
},
{
"Value": "bb7df6e9999cbbb4b33faad1dc7e1aad5d3dfcb9dce933a17b78b3b3192a149b",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:56.609828Z"
}
],
"ContentDate": {
"Start": "2015-07-06T10:50:16.027000Z",
"End": "2015-07-06T10:50:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((3.5191547224641 54.9554380694772, 4.71398548461388 54.947017819877, 4.75727569489758 55.9332024710348, 3.99586069496084 55.9386314781715, 3.97149013822267 55.8891877279247, 3.9002049889617 55.7442848286908, 3.8292160884526 55.5993118971152, 3.75878141676316 55.454234962328, 3.68867556954127 55.3090875788485, 3.61878915432756 55.1638968369506, 3.54919983802659 55.0186734542705, 3.5191547224641 54.9554380694772))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
3.5191547224641,
54.9554380694772
],
[
4.71398548461388,
54.947017819877
],
[
4.75727569489758,
55.9332024710348
],
[
3.99586069496084,
55.9386314781715
],
[
3.97149013822267,
55.8891877279247
],
[
3.9002049889617,
55.7442848286908
],
[
3.8292160884526,
55.5993118971152
],
[
3.75878141676316,
55.454234962328
],
[
3.68867556954127,
55.3090875788485
],
[
3.61878915432756,
55.1638968369506
],
[
3.54919983802659,
55.0186734542705
],
[
3.5191547224641,
54.9554380694772
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31UEB",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 50.5669443680883,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 191,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T09:41:09.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150706T105016_000191_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 51,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "a94a5418-58df-47ea-8667-755c2d70cf0f",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(a94a5418-58df-47ea-8667-755c2d70cf0f)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31UEB_20231009T094109.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(e4d9c0ee-b605-42f8-b813-024d47ee6ff3)/$value",
"ContentLength": 430732462,
"Checksum": [
{
"Value": "24c0569b16785ae20ea5ad7d321da01a",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:55.701702Z"
},
{
"Value": "bb7df6e9999cbbb4b33faad1dc7e1aad5d3dfcb9dce933a17b78b3b3192a149b",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:56.609828Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31UEB_20231009T094109.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "ba02d7fb-a30e-4b9e-8030-cc2458ad0371",
"Name": "S2A_MSIL1C_20150916T095016_N0500_R079_T33UXU_20231015T142455.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 246732837,
"OriginDate": "2024-05-28T09:52:12.628000Z",
"PublicationDate": "2024-05-28T10:42:16.157289Z",
"ModificationDate": "2025-06-22T22:34:32.449510Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T33UXU_20231015T142455.SAFE",
"Checksum": [
{
"Value": "d5dfa9a6c7a1d865635a8f35a9b0da62",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:34:31.794082Z"
},
{
"Value": "d753191804e0c29577473b1a31e4a749c10b014607476e9a93ead00c5a2e6c9a",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:34:32.192093Z"
}
],
"ContentDate": {
"Start": "2015-09-16T09:50:16.027000Z",
"End": "2015-09-16T09:50:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((17.402095121942 52.2354396079959, 18.0716784870446 52.2225660336134, 18.1417699044812 53.2082013727564, 17.8265196177168 53.2143415482584, 17.8264691062054 53.2142275015154, 17.7622782821993 53.0687343246568, 17.698600626222 52.9231750652874, 17.6352315429488 52.7775987835477, 17.5721946577733 52.6319943898888, 17.5094476217155 52.4863729598261, 17.4470426611532 52.3407256944746, 17.402095121942 52.2354396079959))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
17.402095121942,
52.2354396079959
],
[
18.0716784870446,
52.2225660336134
],
[
18.1417699044812,
53.2082013727564
],
[
17.8265196177168,
53.2143415482584
],
[
17.8264691062054,
53.2142275015154
],
[
17.7622782821993,
53.0687343246568
],
[
17.698600626222,
52.9231750652874
],
[
17.6352315429488,
52.7775987835477
],
[
17.5721946577733,
52.6319943898888
],
[
17.5094476217155,
52.4863729598261
],
[
17.4470426611532,
52.3407256944746
],
[
17.402095121942,
52.2354396079959
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33UXU",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 99.5482157725412,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T142455_S20150916T095014_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1220,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T14:24:55.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150916T095016_001220_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 79,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-16T09:50:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-16T09:50:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "99511362-e0d2-4d21-b383-ec3bf994108e",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(99511362-e0d2-4d21-b383-ec3bf994108e)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T33UXU_20231015T142455.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(ba02d7fb-a30e-4b9e-8030-cc2458ad0371)/$value",
"ContentLength": 246732837,
"Checksum": [
{
"Value": "d5dfa9a6c7a1d865635a8f35a9b0da62",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:34:31.794082Z"
},
{
"Value": "d753191804e0c29577473b1a31e4a749c10b014607476e9a93ead00c5a2e6c9a",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:34:32.192093Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T33UXU_20231015T142455.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "261babc4-9c20-4781-b6af-4b3bdde485a3",
"Name": "S2A_MSIL1C_20150706T105016_N0500_R051_T31TCF_20231009T094109.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 818298678,
"OriginDate": "2024-06-07T00:30:25.318000Z",
"PublicationDate": "2024-06-07T00:37:07.460000Z",
"ModificationDate": "2025-06-17T09:31:57.943843Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31TCF_20231009T094109.SAFE",
"Checksum": [
{
"Value": "6bba355e6db9a64a3b0cc5093a8ca1ef",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:56.367358Z"
},
{
"Value": "e2784bfc262f1d1b2039480fe33e82028801b700257a55893a5db4cc1fa5e531",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:57.677265Z"
}
],
"ContentDate": {
"Start": "2015-07-06T10:50:16.027000Z",
"End": "2015-07-06T10:50:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((1.92542628426938 41.1211983324539, 1.91850819261641 41.5467587698954, 0.6028173807795 41.526852301493, 0.638419022640916 40.5386078517278, 1.71960333564814 40.554647748452, 1.74205440202361 40.6166925270276, 1.79493261947984 40.7628602528617, 1.84791435690078 40.9090075274297, 1.90113099059771 41.0550351812731, 1.92542628426938 41.1211983324539))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
1.92542628426938,
41.1211983324539
],
[
1.91850819261641,
41.5467587698954
],
[
0.6028173807795,
41.526852301493
],
[
0.638419022640916,
40.5386078517278
],
[
1.71960333564814,
40.554647748452
],
[
1.74205440202361,
40.6166925270276
],
[
1.79493261947984,
40.7628602528617
],
[
1.84791435690078,
40.9090075274297
],
[
1.90113099059771,
41.0550351812731
],
[
1.92542628426938,
41.1211983324539
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31TCF",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 14.444756147826801,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 191,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T09:41:09.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150706T105016_000191_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 51,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "143341f0-278a-47ec-8895-184810deb4b5",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(143341f0-278a-47ec-8895-184810deb4b5)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31TCF_20231009T094109.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(261babc4-9c20-4781-b6af-4b3bdde485a3)/$value",
"ContentLength": 818298678,
"Checksum": [
{
"Value": "6bba355e6db9a64a3b0cc5093a8ca1ef",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:56.367358Z"
},
{
"Value": "e2784bfc262f1d1b2039480fe33e82028801b700257a55893a5db4cc1fa5e531",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:57.677265Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31TCF_20231009T094109.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "1b1d97ba-7b8b-4eb6-b581-c95ee646c87a",
"Name": "S2A_MSIL1C_20150913T112116_N0500_R037_T30TUN_20231009T062538.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 232856935,
"OriginDate": "2024-05-24T04:53:07.372000Z",
"PublicationDate": "2024-05-24T05:06:08.580458Z",
"ModificationDate": "2025-06-22T22:40:43.549927Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/13/S2A_MSIL1C_20150913T112116_N0500_R037_T30TUN_20231009T062538.SAFE",
"Checksum": [
{
"Value": "27bb6eae2bed8df3c49720a035ebd4df",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:40:42.912120Z"
},
{
"Value": "8d6106d8bf5edb54a1e991cb2c1fb8be25f0228f9ee6623ae337095b83815037",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:40:43.284923Z"
}
],
"ContentDate": {
"Start": "2015-09-13T11:21:16.027000Z",
"End": "2015-09-13T11:21:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((-4.7874146 43.3368816971684, -5.466797 43.3262463358657, -5.4277954 42.3383618251542, -5.1705933 42.3423144286703, -5.1455994 42.4083930776159, -5.090149 42.5543656340088, -5.0345764 42.7003494893981, -4.979309 42.8464346465663, -4.923218 42.9923388220828, -4.8673096 43.1383339838568, -4.809143 43.283776149278, -4.7874146 43.3368816971684))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
-4.7874146,
43.3368816971684
],
[
-5.466797,
43.3262463358657
],
[
-5.4277954,
42.3383618251542
],
[
-5.1705933,
42.3423144286703
],
[
-5.1455994,
42.4083930776159
],
[
-5.090149,
42.5543656340088
],
[
-5.0345764,
42.7003494893981
],
[
-4.979309,
42.8464346465663
],
[
-4.923218,
42.9923388220828
],
[
-4.8673096,
43.1383339838568
],
[
-4.809143,
43.283776149278
],
[
-4.7874146,
43.3368816971684
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "30TUN",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 98.9661600747752,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T062538_S20150913T112535_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1178,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T06:25:38.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150913T112116_001178_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 37,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-13T11:21:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-13T11:21:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "8373aff8-e5be-41f0-a193-d0806fcffed5",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(8373aff8-e5be-41f0-a193-d0806fcffed5)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/13/S2A_MSIL1C_20150913T112116_N0500_R037_T30TUN_20231009T062538.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(1b1d97ba-7b8b-4eb6-b581-c95ee646c87a)/$value",
"ContentLength": 232856935,
"Checksum": [
{
"Value": "27bb6eae2bed8df3c49720a035ebd4df",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:40:42.912120Z"
},
{
"Value": "8d6106d8bf5edb54a1e991cb2c1fb8be25f0228f9ee6623ae337095b83815037",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:40:43.284923Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/13/S2A_MSIL1C_20150913T112116_N0500_R037_T30TUN_20231009T062538.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "401bec9e-b767-4a31-8d2a-049835d518f1",
"Name": "S2A_MSIL1C_20150704T101006_N0500_R022_T34VDL_20231011T134419.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 617604574,
"OriginDate": "2024-06-11T19:42:27.475000Z",
"PublicationDate": "2024-06-11T19:49:09.582499Z",
"ModificationDate": "2025-06-17T09:31:59.509025Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T34VDL_20231011T134419.SAFE",
"Checksum": [
{
"Value": "d47ec8baa7508a92e5defb53ac9303f0",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:57.949096Z"
},
{
"Value": "80190c18dff04b50ef90664808e6da6de27744927d284d0056b0ecd7232fcf43",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:59.264737Z"
}
],
"ContentDate": {
"Start": "2015-07-04T10:10:06.027000Z",
"End": "2015-07-04T10:10:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((21.1701785298201 59.0521027108664, 21.1725811832331 59.5382353521927, 19.2315279194767 59.5263987530396, 19.2814375454964 58.5407855059116, 20.8012508954377 58.5499595744251, 20.8546042862911 58.6233000135828, 20.9576244284568 58.7643759303856, 21.0611971689265 58.9053872500799, 21.1658560711226 59.0463431724411, 21.1701785298201 59.0521027108664))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
21.1701785298201,
59.0521027108664
],
[
21.1725811832331,
59.5382353521927
],
[
19.2315279194767,
59.5263987530396
],
[
19.2814375454964,
58.5407855059116
],
[
20.8012508954377,
58.5499595744251
],
[
20.8546042862911,
58.6233000135828
],
[
20.9576244284568,
58.7643759303856
],
[
21.0611971689265,
58.9053872500799
],
[
21.1658560711226,
59.0463431724411
],
[
21.1701785298201,
59.0521027108664
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "34VDL",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 48.9330223376121,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 162,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T13:44:19.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150704T101006_000162_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "ff675e6b-1235-4641-a76d-f9ec4c97a259",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(ff675e6b-1235-4641-a76d-f9ec4c97a259)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T34VDL_20231011T134419.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(401bec9e-b767-4a31-8d2a-049835d518f1)/$value",
"ContentLength": 617604574,
"Checksum": [
{
"Value": "d47ec8baa7508a92e5defb53ac9303f0",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:57.949096Z"
},
{
"Value": "80190c18dff04b50ef90664808e6da6de27744927d284d0056b0ecd7232fcf43",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:59.264737Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T34VDL_20231011T134419.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "40ba387d-5cdd-4f07-9cef-90616754dae3",
"Name": "S2A_MSIL1C_20150704T101006_N0500_R022_T33VWE_20231011T134419.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 741035587,
"OriginDate": "2024-06-11T19:32:26.375000Z",
"PublicationDate": "2024-06-11T19:40:15.642528Z",
"ModificationDate": "2025-06-17T09:31:59.864218Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33VWE_20231011T134419.SAFE",
"Checksum": [
{
"Value": "63923f381d0489a11d656b1f0e257b6d",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:57.894186Z"
},
{
"Value": "92648928c2d723d697bb5f725fd499584bacaf6b9cda8320e79eca75291ffcf2",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:59.554224Z"
}
],
"ContentDate": {
"Start": "2015-07-04T10:10:06.027000Z",
"End": "2015-07-04T10:10:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((14.9996639608622 57.7493891745515, 14.9996648655325 57.6544494507836, 16.8390116049697 57.6410797267632, 16.8905421496433 58.6267661499472, 15.4851455193927 58.6370898834622, 15.4722165267033 58.6141687914894, 15.3915522898703 58.4698480226613, 15.311897607769 58.3255110990651, 15.2331058519686 58.1811259564695, 15.1546347412775 58.0368013457642, 15.0765725939834 57.8924336052737, 14.9996639608622 57.7493891745515))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
14.9996639608622,
57.7493891745515
],
[
14.9996648655325,
57.6544494507836
],
[
16.8390116049697,
57.6410797267632
],
[
16.8905421496433,
58.6267661499472
],
[
15.4851455193927,
58.6370898834622
],
[
15.4722165267033,
58.6141687914894
],
[
15.3915522898703,
58.4698480226613
],
[
15.311897607769,
58.3255110990651
],
[
15.2331058519686,
58.1811259564695
],
[
15.1546347412775,
58.0368013457642
],
[
15.0765725939834,
57.8924336052737
],
[
14.9996639608622,
57.7493891745515
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33VWE",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 11.3130461952148,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 162,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T13:44:19.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150704T101006_000162_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "96e19298-07d9-4fb7-9946-b78793347bc9",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(96e19298-07d9-4fb7-9946-b78793347bc9)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33VWE_20231011T134419.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(40ba387d-5cdd-4f07-9cef-90616754dae3)/$value",
"ContentLength": 741035587,
"Checksum": [
{
"Value": "63923f381d0489a11d656b1f0e257b6d",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:57.894186Z"
},
{
"Value": "92648928c2d723d697bb5f725fd499584bacaf6b9cda8320e79eca75291ffcf2",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:59.554224Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33VWE_20231011T134419.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "25e1c92a-e094-4a7b-87dd-2cab8cdfba39",
"Name": "S2A_MSIL1C_20150704T101006_N0500_R022_T32TNR_20231011T134419.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 372449100,
"OriginDate": "2024-06-11T19:20:21.357000Z",
"PublicationDate": "2024-06-11T19:26:47.390597Z",
"ModificationDate": "2025-06-17T09:32:00.210114Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TNR_20231011T134419.SAFE",
"Checksum": [
{
"Value": "98b6cf7b27dd90f7d8850c76e0cfdc31",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:59.320095Z"
},
{
"Value": "5bf016e620d9539436395a43c5316d22ce71f2ada721e25bb23af7b4d112070d",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:59.866485Z"
}
],
"ContentDate": {
"Start": "2015-07-04T10:10:06.027000Z",
"End": "2015-07-04T10:10:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((9.6496198303395 45.061293478855, 10.3942538709884 45.0567485930578, 10.4189041443534 46.0447662268356, 9.99358385139838 46.047406010176, 9.95726677099639 45.9475825759342, 9.90504628360293 45.8014707705488, 9.8536570947729 45.6551901186734, 9.8027952912911 45.5087649915153, 9.75235130547281 45.3622025715131, 9.702127798955 45.2155397181654, 9.65215786395979 45.0688150305138, 9.6496198303395 45.061293478855))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
9.6496198303395,
45.061293478855
],
[
10.3942538709884,
45.0567485930578
],
[
10.4189041443534,
46.0447662268356
],
[
9.99358385139838,
46.047406010176
],
[
9.95726677099639,
45.9475825759342
],
[
9.90504628360293,
45.8014707705488
],
[
9.8536570947729,
45.6551901186734
],
[
9.8027952912911,
45.5087649915153
],
[
9.75235130547281,
45.3622025715131
],
[
9.702127798955,
45.2155397181654
],
[
9.65215786395979,
45.0688150305138
],
[
9.6496198303395,
45.061293478855
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32TNR",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.0,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 162,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T13:44:19.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150704T101006_000162_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "dfd6d0d7-cb62-46c3-ac27-89176ebac6ec",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(dfd6d0d7-cb62-46c3-ac27-89176ebac6ec)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TNR_20231011T134419.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(25e1c92a-e094-4a7b-87dd-2cab8cdfba39)/$value",
"ContentLength": 372449100,
"Checksum": [
{
"Value": "98b6cf7b27dd90f7d8850c76e0cfdc31",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:59.320095Z"
},
{
"Value": "5bf016e620d9539436395a43c5316d22ce71f2ada721e25bb23af7b4d112070d",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:31:59.866485Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TNR_20231011T134419.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "0f9da4f5-4871-4ca1-95b0-d64b467b1015",
"Name": "S2A_MSIL1C_20150704T101006_N0500_R022_T33UVU_20231011T134419.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 804093976,
"OriginDate": "2024-06-11T20:10:17.409000Z",
"PublicationDate": "2024-06-11T20:16:12.345214Z",
"ModificationDate": "2025-06-17T09:32:29.733745Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UVU_20231011T134419.SAFE",
"Checksum": [
{
"Value": "493a7a18c08af480f54c186d79865dc3",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:27.907960Z"
},
{
"Value": "0c137ba8e9be5b8fa2fcba981ba8f4a55114f1097243a6684103a1c4bb407bc2",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:29.279332Z"
}
],
"ContentDate": {
"Start": "2015-07-04T10:10:06.027000Z",
"End": "2015-07-04T10:10:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((13.5009404120975 53.2402008150607, 13.5344338484679 52.2534495351733, 15.1430071847427 52.2624595786757, 15.1462768724008 53.2495367346332, 13.5009404120975 53.2402008150607))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
13.5009404120975,
53.2402008150607
],
[
13.5344338484679,
52.2534495351733
],
[
15.1430071847427,
52.2624595786757
],
[
15.1462768724008,
53.2495367346332
],
[
13.5009404120975,
53.2402008150607
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33UVU",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.157126220550031,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 162,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T13:44:19.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150704T101006_000162_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "33faec4c-16b5-49b2-b885-0e507d7a776e",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(33faec4c-16b5-49b2-b885-0e507d7a776e)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UVU_20231011T134419.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(0f9da4f5-4871-4ca1-95b0-d64b467b1015)/$value",
"ContentLength": 804093976,
"Checksum": [
{
"Value": "493a7a18c08af480f54c186d79865dc3",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:27.907960Z"
},
{
"Value": "0c137ba8e9be5b8fa2fcba981ba8f4a55114f1097243a6684103a1c4bb407bc2",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:29.279332Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UVU_20231011T134419.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "ddd3a577-806e-4af0-9c11-18f89441c59f",
"Name": "S2A_MSIL1C_20150911T104036_N0500_R008_T31UGQ_20231009T075317.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 810023224,
"OriginDate": "2024-05-23T08:07:49.151000Z",
"PublicationDate": "2024-05-23T21:56:59.666086Z",
"ModificationDate": "2025-06-22T22:46:28.565958Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31UGQ_20231009T075317.SAFE",
"Checksum": [
{
"Value": "9978c6cd6ad4121da7b2595c0b01e8d1",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:46:27.049640Z"
},
{
"Value": "196b8a50ba38a1b2de13011120655f841329ac899af54291b1fb930771487054",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:46:28.270291Z"
}
],
"ContentDate": {
"Start": "2015-09-11T10:40:36.027000Z",
"End": "2015-09-11T10:40:36.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((5.76851480504042 49.6196101142024, 5.71408665774242 48.6330446046816, 7.20098061857843 48.5883487810417, 7.28504564297858 49.5733435626871, 5.76851480504042 49.6196101142024))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
5.76851480504042,
49.6196101142024
],
[
5.71408665774242,
48.6330446046816
],
[
7.20098061857843,
48.5883487810417
],
[
7.28504564297858,
49.5733435626871
],
[
5.76851480504042,
49.6196101142024
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31UGQ",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 37.0610051061543,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T075317_S20150911T104657_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1149,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T07:53:17.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150911T104036_001149_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 8,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-11T10:40:36.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-11T10:40:36.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "963bd602-8587-475f-bd0f-fdbe830ea34c",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(963bd602-8587-475f-bd0f-fdbe830ea34c)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31UGQ_20231009T075317.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(ddd3a577-806e-4af0-9c11-18f89441c59f)/$value",
"ContentLength": 810023224,
"Checksum": [
{
"Value": "9978c6cd6ad4121da7b2595c0b01e8d1",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:46:27.049640Z"
},
{
"Value": "196b8a50ba38a1b2de13011120655f841329ac899af54291b1fb930771487054",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:46:28.270291Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31UGQ_20231009T075317.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "41fb4dd5-059a-4a27-aa0f-29bdf8d0afea",
"Name": "S2A_MSIL1C_20150916T095016_N0500_R079_T33STU_20231015T142340.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 728454630,
"OriginDate": "2024-05-29T09:02:54.721000Z",
"PublicationDate": "2024-05-29T09:10:08.454087Z",
"ModificationDate": "2025-06-22T22:34:33.909929Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T33STU_20231015T142340.SAFE",
"Checksum": [
{
"Value": "d3428ac594f032063f829bd4a73662a3",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:34:32.112120Z"
},
{
"Value": "3016fe717fd5d761f78bdc77b58b85a42a5210bb83962a91719335176ea5fc78",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:34:33.503050Z"
}
],
"ContentDate": {
"Start": "2015-09-16T09:50:16.027000Z",
"End": "2015-09-16T09:50:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((11.7048164558163 35.1982077227238, 11.7438223364134 34.2096670335494, 12.9346264728825 34.2355216214191, 12.9098528279246 35.2250276979908, 11.7048164558163 35.1982077227238))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
11.7048164558163,
35.1982077227238
],
[
11.7438223364134,
34.2096670335494
],
[
12.9346264728825,
34.2355216214191
],
[
12.9098528279246,
35.2250276979908
],
[
11.7048164558163,
35.1982077227238
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33STU",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.700468810654245,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T142340_S20150916T095810_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1220,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T14:23:40.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150916T095016_001220_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 79,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-16T09:50:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-16T09:50:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "9cc18774-510b-4a96-96d8-e9c2733b6ed0",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(9cc18774-510b-4a96-96d8-e9c2733b6ed0)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T33STU_20231015T142340.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(41fb4dd5-059a-4a27-aa0f-29bdf8d0afea)/$value",
"ContentLength": 728454630,
"Checksum": [
{
"Value": "d3428ac594f032063f829bd4a73662a3",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:34:32.112120Z"
},
{
"Value": "3016fe717fd5d761f78bdc77b58b85a42a5210bb83962a91719335176ea5fc78",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:34:33.503050Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T33STU_20231015T142340.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "1c0aeadf-e840-4e9d-a1c8-55e19ce50b9b",
"Name": "S2A_MSIL1C_20150706T105016_N0500_R051_T32ULC_20231009T094109.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 291618797,
"OriginDate": "2024-06-07T00:06:17.566000Z",
"PublicationDate": "2024-06-07T00:12:40.858150Z",
"ModificationDate": "2025-06-17T09:33:10.445187Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T32ULC_20231009T094109.SAFE",
"Checksum": [
{
"Value": "a1b0ec024cc5207aa95ec8c0302d2e22",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:33:09.693695Z"
},
{
"Value": "849164a5501bc0017377a02257115075df3e996218673fada3e4b142f279c9d2",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:33:10.149854Z"
}
],
"ContentDate": {
"Start": "2015-07-06T10:50:16.027000Z",
"End": "2015-07-06T10:50:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((6.85794823107733 52.3283059827401, 6.06579822822974 52.3140232381727, 6.12921085152078 51.3280532483229, 6.3346466386204 51.3317080560456, 6.35159513331654 51.3647038536185, 6.42573403587548 51.5085496728917, 6.50028779597029 51.6524046361089, 6.57529590311097 51.7962699539399, 6.65088631977936 51.9400515882472, 6.72715441428821 52.0838836890804, 6.80391292450642 52.2277772997419, 6.85794823107733 52.3283059827401))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
6.85794823107733,
52.3283059827401
],
[
6.06579822822974,
52.3140232381727
],
[
6.12921085152078,
51.3280532483229
],
[
6.3346466386204,
51.3317080560456
],
[
6.35159513331654,
51.3647038536185
],
[
6.42573403587548,
51.5085496728917
],
[
6.50028779597029,
51.6524046361089
],
[
6.57529590311097,
51.7962699539399
],
[
6.65088631977936,
51.9400515882472
],
[
6.72715441428821,
52.0838836890804
],
[
6.80391292450642,
52.2277772997419
],
[
6.85794823107733,
52.3283059827401
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32ULC",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 20.2779018477588,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 191,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T09:41:09.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150706T105016_000191_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 51,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "630107b1-1987-44ad-90d3-e7a118d0a1c2",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(630107b1-1987-44ad-90d3-e7a118d0a1c2)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T32ULC_20231009T094109.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(1c0aeadf-e840-4e9d-a1c8-55e19ce50b9b)/$value",
"ContentLength": 291618797,
"Checksum": [
{
"Value": "a1b0ec024cc5207aa95ec8c0302d2e22",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:33:09.693695Z"
},
{
"Value": "849164a5501bc0017377a02257115075df3e996218673fada3e4b142f279c9d2",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:33:10.149854Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T32ULC_20231009T094109.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "8f49f3b1-54f7-4e13-aab8-5748ef079967",
"Name": "S2A_MSIL1C_20150704T101006_N0500_R022_T32TQL_20231011T134419.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 367293035,
"OriginDate": "2024-06-11T19:20:19.367000Z",
"PublicationDate": "2024-06-11T19:26:49.097625Z",
"ModificationDate": "2025-06-17T09:32:06.555014Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TQL_20231011T134419.SAFE",
"Checksum": [
{
"Value": "3e159546491b2de6fe8a15c8f1ea9a61",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:05.350379Z"
},
{
"Value": "56feacc4e8b6f1730617406db57fa56a2eae43d60ce918bb9c23cd721abd8155",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:06.221060Z"
}
],
"ContentDate": {
"Start": "2015-07-04T10:10:06.027000Z",
"End": "2015-07-04T10:10:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((12.1373007553617 41.5071794933221, 11.3967035858603 41.5268622914542, 11.3611090421003 40.5386175019273, 11.7791383859202 40.5277241728671, 11.803126467348 40.5941949180012, 11.8562105049277 40.7404156139439, 11.9095456019614 40.886523740915, 11.9629787622371 41.0325808758963, 12.0164066272479 41.1786465521311, 12.0699142160431 41.3246519461916, 12.1237485226349 41.4706563972663, 12.1373007553617 41.5071794933221))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
12.1373007553617,
41.5071794933221
],
[
11.3967035858603,
41.5268622914542
],
[
11.3611090421003,
40.5386175019273
],
[
11.7791383859202,
40.5277241728671
],
[
11.803126467348,
40.5941949180012
],
[
11.8562105049277,
40.7404156139439
],
[
11.9095456019614,
40.886523740915
],
[
11.9629787622371,
41.0325808758963
],
[
12.0164066272479,
41.1786465521311
],
[
12.0699142160431,
41.3246519461916
],
[
12.1237485226349,
41.4706563972663
],
[
12.1373007553617,
41.5071794933221
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32TQL",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 3.12747242832104,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 162,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T13:44:19.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150704T101006_000162_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "3130aa4b-1542-4950-8f5f-eac9f57343e1",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(3130aa4b-1542-4950-8f5f-eac9f57343e1)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TQL_20231011T134419.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(8f49f3b1-54f7-4e13-aab8-5748ef079967)/$value",
"ContentLength": 367293035,
"Checksum": [
{
"Value": "3e159546491b2de6fe8a15c8f1ea9a61",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:05.350379Z"
},
{
"Value": "56feacc4e8b6f1730617406db57fa56a2eae43d60ce918bb9c23cd721abd8155",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:06.221060Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TQL_20231011T134419.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "03a4e8bb-10e0-4465-ad67-88a0e06c295a",
"Name": "S2A_MSIL1C_20150706T105016_N0500_R051_T30TYS_20231009T094109.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 612816720,
"OriginDate": "2024-06-07T00:12:31.285000Z",
"PublicationDate": "2024-06-07T00:19:18.970780Z",
"ModificationDate": "2025-06-17T09:32:30.877372Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30TYS_20231009T094109.SAFE",
"Checksum": [
{
"Value": "795cf8ee6e61b28e2126a59fdfc3eccd",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:29.254181Z"
},
{
"Value": "36436c527e2cfa32b87cdce6c3cedccea33b489911aa12cd127b21e90353f777",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:30.606287Z"
}
],
"ContentDate": {
"Start": "2015-07-06T10:50:16.027000Z",
"End": "2015-07-06T10:50:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((-0.121662120783098 45.9278262210831, 0.993002166545218 45.8957352519379, 1.06565713269579 46.8814596616377, 0.223656636829749 46.9060984861558, 0.203838104141535 46.8505398549099, 0.151610412140196 46.7040292210049, 0.099650853489171 46.5574611631072, 0.047862736317784 46.4108481450971, -0.003799856657432 46.2642130870168, -0.055325449777812 46.1175096910243, -0.106677162307161 45.9708308685676, -0.121662120783098 45.9278262210831))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
-0.121662120783098,
45.9278262210831
],
[
0.993002166545218,
45.8957352519379
],
[
1.06565713269579,
46.8814596616377
],
[
0.223656636829749,
46.9060984861558
],
[
0.203838104141535,
46.8505398549099
],
[
0.151610412140196,
46.7040292210049
],
[
0.099650853489171,
46.5574611631072
],
[
0.047862736317784,
46.4108481450971
],
[
-0.003799856657432,
46.2642130870168
],
[
-0.055325449777812,
46.1175096910243
],
[
-0.106677162307161,
45.9708308685676
],
[
-0.121662120783098,
45.9278262210831
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "30TYS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.0,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 191,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T09:41:09.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150706T105016_000191_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 51,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "496a664f-b49a-4416-b5a5-701feed4e9b6",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(496a664f-b49a-4416-b5a5-701feed4e9b6)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30TYS_20231009T094109.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(03a4e8bb-10e0-4465-ad67-88a0e06c295a)/$value",
"ContentLength": 612816720,
"Checksum": [
{
"Value": "795cf8ee6e61b28e2126a59fdfc3eccd",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:29.254181Z"
},
{
"Value": "36436c527e2cfa32b87cdce6c3cedccea33b489911aa12cd127b21e90353f777",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:30.606287Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30TYS_20231009T094109.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "1809eae3-ea4b-4628-828c-9ab7b95e6618",
"Name": "S2A_MSIL1C_20150706T105016_N0500_R051_T31TDM_20231009T094109.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 836157223,
"OriginDate": "2024-06-07T01:10:32.502000Z",
"PublicationDate": "2024-06-07T01:17:11.205839Z",
"ModificationDate": "2025-06-17T09:32:01.790327Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31TDM_20231009T094109.SAFE",
"Checksum": [
{
"Value": "625620afdd5116f4355051e5cd959fc1",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:59.569482Z"
},
{
"Value": "bde8d8cfddda06466d3b3cdf5f10cf1fa21434d45b792f92c104263fc922808d",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:01.282615Z"
}
],
"ContentDate": {
"Start": "2015-07-06T10:50:16.027000Z",
"End": "2015-07-06T10:50:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((1.68543924708906 46.9461622210655, 1.70899987025029 45.9582586888966, 3.12596726307574 45.9654817266249, 3.12826694512443 46.9536373342462, 1.68543924708906 46.9461622210655))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
1.68543924708906,
46.9461622210655
],
[
1.70899987025029,
45.9582586888966
],
[
3.12596726307574,
45.9654817266249
],
[
3.12826694512443,
46.9536373342462
],
[
1.68543924708906,
46.9461622210655
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31TDM",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 1.6004359640479,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 191,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T09:41:09.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150706T105016_000191_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 51,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "0fc8e402-4eb7-4d83-a424-e138739673cd",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(0fc8e402-4eb7-4d83-a424-e138739673cd)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31TDM_20231009T094109.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(1809eae3-ea4b-4628-828c-9ab7b95e6618)/$value",
"ContentLength": 836157223,
"Checksum": [
{
"Value": "625620afdd5116f4355051e5cd959fc1",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:59.569482Z"
},
{
"Value": "bde8d8cfddda06466d3b3cdf5f10cf1fa21434d45b792f92c104263fc922808d",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:01.282615Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31TDM_20231009T094109.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "77decc06-1092-494f-b37e-00acd46050e6",
"Name": "S2A_MSIL1C_20150706T105016_N0500_R051_T30SWE_20231009T094109.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 658526497,
"OriginDate": "2024-06-07T00:32:23.491000Z",
"PublicationDate": "2024-06-07T00:40:01.511334Z",
"ModificationDate": "2025-06-17T09:32:35.349844Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30SWE_20231009T094109.SAFE",
"Checksum": [
{
"Value": "94505476beaf73a07cdaa21d310a679c",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:32.926221Z"
},
{
"Value": "d7a5d22a7ed6ea9e23f62ca03359bd0e89276ad74b136e8b19d59529c74700a8",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:34.081793Z"
}
],
"ContentDate": {
"Start": "2015-07-06T10:50:16.027000Z",
"End": "2015-07-06T10:50:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((-3.00022231494983 36.1448984135486, -3.00021958870024 35.1548900327375, -1.79479624664653 35.1488957124338, -1.77983783110865 36.1386827274512, -3.00022231494983 36.1448984135486))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
-3.00022231494983,
36.1448984135486
],
[
-3.00021958870024,
35.1548900327375
],
[
-1.79479624664653,
35.1488957124338
],
[
-1.77983783110865,
36.1386827274512
],
[
-3.00022231494983,
36.1448984135486
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "30SWE",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.147511123055332,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 191,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T09:41:09.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150706T105016_000191_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 51,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "81958c24-6ca6-48ec-8ff9-7db4af8b0384",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(81958c24-6ca6-48ec-8ff9-7db4af8b0384)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30SWE_20231009T094109.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(77decc06-1092-494f-b37e-00acd46050e6)/$value",
"ContentLength": 658526497,
"Checksum": [
{
"Value": "94505476beaf73a07cdaa21d310a679c",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:32.926221Z"
},
{
"Value": "d7a5d22a7ed6ea9e23f62ca03359bd0e89276ad74b136e8b19d59529c74700a8",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:34.081793Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30SWE_20231009T094109.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "240a0c26-f83b-4249-9dc7-05d5b705f8b8",
"Name": "S2A_MSIL1C_20150911T104036_N0500_R008_T31UGP_20231009T075317.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 818203056,
"OriginDate": "2024-05-23T08:08:06.194000Z",
"PublicationDate": "2024-05-23T11:23:33.247751Z",
"ModificationDate": "2025-06-22T22:46:04.111974Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31UGP_20231009T075317.SAFE",
"Checksum": [
{
"Value": "44fd890e03bea30ed83c37b8522d75d6",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:46:02.653133Z"
},
{
"Value": "e1dff43e5a7c5e1c5ccfc09a435108cb68a1f67f623bf4192117aa64ecaa4c9e",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:46:03.853347Z"
}
],
"ContentDate": {
"Start": "2015-09-11T10:40:36.027000Z",
"End": "2015-09-11T10:40:36.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((7.13348690086836 47.755195978351, 7.20828443578721 48.676094448249, 5.71881526280149 48.7209276981494, 5.66700941814802 47.73416799678, 7.10485652597398 47.691544851355, 7.13046275283251 47.7484347558817, 7.13348690086836 47.755195978351))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
7.13348690086836,
47.755195978351
],
[
7.20828443578721,
48.676094448249
],
[
5.71881526280149,
48.7209276981494
],
[
5.66700941814802,
47.73416799678
],
[
7.10485652597398,
47.691544851355
],
[
7.13046275283251,
47.7484347558817
],
[
7.13348690086836,
47.755195978351
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31UGP",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 3.04857390235027,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T075317_S20150911T104657_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1149,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T07:53:17.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150911T104036_001149_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 8,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-11T10:40:36.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-11T10:40:36.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "1bc5a516-b6cc-46ea-9ff9-4673a132f210",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(1bc5a516-b6cc-46ea-9ff9-4673a132f210)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31UGP_20231009T075317.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(240a0c26-f83b-4249-9dc7-05d5b705f8b8)/$value",
"ContentLength": 818203056,
"Checksum": [
{
"Value": "44fd890e03bea30ed83c37b8522d75d6",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:46:02.653133Z"
},
{
"Value": "e1dff43e5a7c5e1c5ccfc09a435108cb68a1f67f623bf4192117aa64ecaa4c9e",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:46:03.853347Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31UGP_20231009T075317.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "54d47645-ce59-48eb-8b5a-73fc58203b17",
"Name": "S2A_MSIL1C_20150704T101006_N0500_R022_T33UUS_20231011T134419.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 818704315,
"OriginDate": "2024-06-11T20:16:29.405000Z",
"PublicationDate": "2024-06-11T20:22:20.486547Z",
"ModificationDate": "2025-06-17T09:32:02.574068Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UUS_20231011T134419.SAFE",
"Checksum": [
{
"Value": "2db626c41d706dc38dd442ab26d02cae",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:59.716921Z"
},
{
"Value": "3393ec943bfa2bf8de8cae6a799b4a82b390fa39119412e16e2bf3ee6b85332b",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:01.563438Z"
}
],
"ContentDate": {
"Start": "2015-07-04T10:10:06.027000Z",
"End": "2015-07-04T10:10:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((12.1237082316989 51.4158835895175, 12.1839273950963 50.429712991702, 13.7293008917944 50.4568611706275, 13.7020921271763 51.4439979080358, 12.1237082316989 51.4158835895175))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
12.1237082316989,
51.4158835895175
],
[
12.1839273950963,
50.429712991702
],
[
13.7293008917944,
50.4568611706275
],
[
13.7020921271763,
51.4439979080358
],
[
12.1237082316989,
51.4158835895175
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33UUS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 3.83893218668817,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 162,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T13:44:19.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150704T101006_000162_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "dcea800b-09ea-480f-b549-35f0b76e8f27",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(dcea800b-09ea-480f-b549-35f0b76e8f27)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UUS_20231011T134419.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(54d47645-ce59-48eb-8b5a-73fc58203b17)/$value",
"ContentLength": 818704315,
"Checksum": [
{
"Value": "2db626c41d706dc38dd442ab26d02cae",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:31:59.716921Z"
},
{
"Value": "3393ec943bfa2bf8de8cae6a799b4a82b390fa39119412e16e2bf3ee6b85332b",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:01.563438Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UUS_20231011T134419.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "c156b821-5546-4848-b935-3389643bc9d4",
"Name": "S2A_MSIL1C_20150704T101006_N0500_R022_T33UWV_20231011T134419.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 800839402,
"OriginDate": "2024-06-11T20:06:18.943000Z",
"PublicationDate": "2024-06-11T20:12:18.378318Z",
"ModificationDate": "2025-06-17T09:32:08.398208Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UWV_20231011T134419.SAFE",
"Checksum": [
{
"Value": "451571ff2ece19ed6dcf20cb4dc552ae",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:06.773109Z"
},
{
"Value": "83eaf20ca33b34fe4bf8ad7d0949670e82cb94837592d518940e9af0427bfe1f",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:08.018397Z"
}
],
"ContentDate": {
"Start": "2015-07-04T10:10:06.027000Z",
"End": "2015-07-04T10:10:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((14.9996937993648 54.1481041039613, 14.9997008683407 53.1611735448067, 16.6415649562511 53.1498598897446, 16.6803358683253 54.1363774287332, 14.9996937993648 54.1481041039613))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
14.9996937993648,
54.1481041039613
],
[
14.9997008683407,
53.1611735448067
],
[
16.6415649562511,
53.1498598897446
],
[
16.6803358683253,
54.1363774287332
],
[
14.9996937993648,
54.1481041039613
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33UWV",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.0,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 162,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T13:44:19.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150704T101006_000162_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "acf3ade9-6697-468d-888b-cbc537cbec6a",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(acf3ade9-6697-468d-888b-cbc537cbec6a)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UWV_20231011T134419.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(c156b821-5546-4848-b935-3389643bc9d4)/$value",
"ContentLength": 800839402,
"Checksum": [
{
"Value": "451571ff2ece19ed6dcf20cb4dc552ae",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:06.773109Z"
},
{
"Value": "83eaf20ca33b34fe4bf8ad7d0949670e82cb94837592d518940e9af0427bfe1f",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:08.018397Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UWV_20231011T134419.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "2368218a-7103-457b-adeb-057cba939f7d",
"Name": "S2A_MSIL1C_20150913T094016_N0500_R036_T33TYN_20231026T155405.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 644771843,
"OriginDate": "2024-06-01T15:41:04.087000Z",
"PublicationDate": "2024-06-01T15:47:33.527929Z",
"ModificationDate": "2025-06-22T22:40:59.207716Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/13/S2A_MSIL1C_20150913T094016_N0500_R036_T33TYN_20231026T155405.SAFE",
"Checksum": [
{
"Value": "6aa09f431f8dad7cc83146ae024a7e70",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:40:57.282651Z"
},
{
"Value": "53df4949be13eaa370c5dc9ea47aeab5ee9d97aa809da29118e50b5822c81600",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:40:58.314849Z"
}
],
"ContentDate": {
"Start": "2015-09-13T09:40:16.027000Z",
"End": "2015-09-13T09:40:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((17.8205128372454 46.8298607965402, 19.059029865045 46.7936706881961, 19.1352584752775 47.7791570723346, 18.1743136323317 47.8076827119161, 18.1447840919788 47.7272018713933, 18.091435954814 47.5807925857455, 18.0383952834288 47.4343439351372, 17.9855155000007 47.2878902594079, 17.9324534115743 47.14152134024, 17.8800314237759 46.9950176815216, 17.8271947696473 46.8486632569595, 17.8205128372454 46.8298607965402))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
17.8205128372454,
46.8298607965402
],
[
19.059029865045,
46.7936706881961
],
[
19.1352584752775,
47.7791570723346
],
[
18.1743136323317,
47.8076827119161
],
[
18.1447840919788,
47.7272018713933
],
[
18.091435954814,
47.5807925857455
],
[
18.0383952834288,
47.4343439351372
],
[
17.9855155000007,
47.2878902594079
],
[
17.9324534115743,
47.14152134024
],
[
17.8800314237759,
46.9950176815216
],
[
17.8271947696473,
46.8486632569595
],
[
17.8205128372454,
46.8298607965402
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33TYN",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.823202320105849,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231026T155405_S20150913T094011_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1177,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-26T15:54:05.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150913T094016_001177_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 36,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-13T09:40:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-13T09:40:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "be4d51f8-b58f-4f06-9846-512d245321fb",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(be4d51f8-b58f-4f06-9846-512d245321fb)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/13/S2A_MSIL1C_20150913T094016_N0500_R036_T33TYN_20231026T155405.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(2368218a-7103-457b-adeb-057cba939f7d)/$value",
"ContentLength": 644771843,
"Checksum": [
{
"Value": "6aa09f431f8dad7cc83146ae024a7e70",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:40:57.282651Z"
},
{
"Value": "53df4949be13eaa370c5dc9ea47aeab5ee9d97aa809da29118e50b5822c81600",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:40:58.314849Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/13/S2A_MSIL1C_20150913T094016_N0500_R036_T33TYN_20231026T155405.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "9fe95e97-4d28-4ec7-9dc3-2c5e0e939231",
"Name": "S2A_MSIL1C_20150911T104036_N0500_R008_T32UMG_20231009T070804.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 654101248,
"OriginDate": "2024-06-10T23:22:46.939000Z",
"PublicationDate": "2024-06-10T23:29:55.285867Z",
"ModificationDate": "2025-06-22T22:46:23.733607Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T32UMG_20231009T070804.SAFE",
"Checksum": [
{
"Value": "b5ec0b671e1040d0e55473534626acc0",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:46:21.719475Z"
},
{
"Value": "fce2c430dcf714d7afbce1acd1af800b97b01b819afc2b5659e9da09f4f11679",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:46:22.974800Z"
}
],
"ContentDate": {
"Start": "2015-09-11T10:40:36.027000Z",
"End": "2015-09-11T10:40:36.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((7.39856308565152 55.935327061414, 7.43801827301327 54.9490659905767, 9.15241971101694 54.9590033589594, 9.15627174927123 55.9456353215333, 7.39856308565152 55.935327061414))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
7.39856308565152,
55.935327061414
],
[
7.43801827301327,
54.9490659905767
],
[
9.15241971101694,
54.9590033589594
],
[
9.15627174927123,
55.9456353215333
],
[
7.39856308565152,
55.935327061414
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32UMG",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 82.1388814237511,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T070804_S20150911T104038_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1149,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T07:08:04.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150911T104036_001149_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 8,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-11T10:40:36.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-11T10:40:36.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "700110ae-7be4-4205-9a21-6ef3df5eee13",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(700110ae-7be4-4205-9a21-6ef3df5eee13)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T32UMG_20231009T070804.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(9fe95e97-4d28-4ec7-9dc3-2c5e0e939231)/$value",
"ContentLength": 654101248,
"Checksum": [
{
"Value": "b5ec0b671e1040d0e55473534626acc0",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:46:21.719475Z"
},
{
"Value": "fce2c430dcf714d7afbce1acd1af800b97b01b819afc2b5659e9da09f4f11679",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:46:22.974800Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T32UMG_20231009T070804.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "ebe07c7f-98b4-4e26-8435-7d4663206c94",
"Name": "S2A_MSIL1C_20150704T101006_N0500_R022_T32SME_20231011T134419.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 880388626,
"OriginDate": "2024-06-11T20:34:21.712000Z",
"PublicationDate": "2024-06-11T20:41:06.611459Z",
"ModificationDate": "2025-06-17T09:32:06.714460Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SME_20231011T134419.SAFE",
"Checksum": [
{
"Value": "6de228785ff6fd56177d92c75e2e3a9d",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:04.695396Z"
},
{
"Value": "b540f2a6da3069b545e592e6034871de4daff763226065d31cafaf9f868890dd",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:06.365083Z"
}
],
"ContentDate": {
"Start": "2015-07-04T10:10:06.027000Z",
"End": "2015-07-04T10:10:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((7.88807490781303 36.1397366045134, 7.90170709137836 35.1499120589638, 9.10715920234449 35.1548426456455, 9.10848960794797 36.1448492763534, 7.88807490781303 36.1397366045134))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
7.88807490781303,
36.1397366045134
],
[
7.90170709137836,
35.1499120589638
],
[
9.10715920234449,
35.1548426456455
],
[
9.10848960794797,
36.1448492763534
],
[
7.88807490781303,
36.1397366045134
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32SME",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.0,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 162,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T13:44:19.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150704T101006_000162_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "61ff16c8-51d0-4f3e-812c-156184b4efca",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(61ff16c8-51d0-4f3e-812c-156184b4efca)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SME_20231011T134419.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(ebe07c7f-98b4-4e26-8435-7d4663206c94)/$value",
"ContentLength": 880388626,
"Checksum": [
{
"Value": "6de228785ff6fd56177d92c75e2e3a9d",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:04.695396Z"
},
{
"Value": "b540f2a6da3069b545e592e6034871de4daff763226065d31cafaf9f868890dd",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:06.365083Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SME_20231011T134419.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "8203e46e-2cdb-4f57-8cf7-cb419040c753",
"Name": "S2A_MSIL1C_20150916T095016_N0500_R079_T34UDF_20231015T142455.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 733945920,
"OriginDate": "2024-05-28T10:22:30.689000Z",
"PublicationDate": "2024-05-28T11:29:28.896628Z",
"ModificationDate": "2025-06-22T22:34:34.696969Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T34UDF_20231015T142455.SAFE",
"Checksum": [
{
"Value": "177992a0071f34dfcdead83521af2e69",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:34:32.879950Z"
},
{
"Value": "88bfb3ac6547f028ff83741c798f3db9b226e8bdff67948612c1118a09819746",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:34:34.296990Z"
}
],
"ContentDate": {
"Start": "2015-09-16T09:50:16.027000Z",
"End": "2015-09-16T09:50:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((19.4346016390132 55.0369205420788, 19.4719201227163 54.0504964422342, 21.1491099636919 54.0601113890791, 21.1527532737275 55.0468902061203, 19.4346016390132 55.0369205420788))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
19.4346016390132,
55.0369205420788
],
[
19.4719201227163,
54.0504964422342
],
[
21.1491099636919,
54.0601113890791
],
[
21.1527532737275,
55.0468902061203
],
[
19.4346016390132,
55.0369205420788
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "34UDF",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 98.83045179014,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T142455_S20150916T095014_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1220,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T14:24:55.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150916T095016_001220_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 79,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-16T09:50:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-16T09:50:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "bcaf83d5-13fe-492e-8911-3ee4df54318f",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(bcaf83d5-13fe-492e-8911-3ee4df54318f)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T34UDF_20231015T142455.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(8203e46e-2cdb-4f57-8cf7-cb419040c753)/$value",
"ContentLength": 733945920,
"Checksum": [
{
"Value": "177992a0071f34dfcdead83521af2e69",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:34:32.879950Z"
},
{
"Value": "88bfb3ac6547f028ff83741c798f3db9b226e8bdff67948612c1118a09819746",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:34:34.296990Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T34UDF_20231015T142455.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "48c7178f-b714-4f29-ab55-cf0a6e26fbc5",
"Name": "S2A_MSIL1C_20150831T093006_N0500_R136_T34UGE_20231025T065810.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 788599982,
"OriginDate": "2024-05-30T06:36:00.883000Z",
"PublicationDate": "2024-05-30T06:43:40.246193Z",
"ModificationDate": "2025-06-22T23:04:50.572658Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34UGE_20231025T065810.SAFE",
"Checksum": [
{
"Value": "ee61e46b0439d401ab6d4f0eaca825fa",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:49.003200Z"
},
{
"Value": "05dce9afd85570087b0303bc2738724ca93a14c3b99148ccf541ebf91cc4477b",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:50.221088Z"
}
],
"ContentDate": {
"Start": "2015-08-31T09:30:06.027000Z",
"End": "2015-08-31T09:30:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((24.0589827279773 54.1092219920519, 23.9884922944692 53.1236600343, 25.624692157507 53.0712565287058, 25.7334903716331 54.0549108624539, 24.0589827279773 54.1092219920519))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
24.0589827279773,
54.1092219920519
],
[
23.9884922944692,
53.1236600343
],
[
25.624692157507,
53.0712565287058
],
[
25.7334903716331,
54.0549108624539
],
[
24.0589827279773,
54.1092219920519
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "34UGE",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 77.0118546388366,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 991,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-25T06:58:10.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150831T093006_000991_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 136,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "89f5ddd9-d5b7-4a56-8b9e-c548ef123191",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(89f5ddd9-d5b7-4a56-8b9e-c548ef123191)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34UGE_20231025T065810.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(48c7178f-b714-4f29-ab55-cf0a6e26fbc5)/$value",
"ContentLength": 788599982,
"Checksum": [
{
"Value": "ee61e46b0439d401ab6d4f0eaca825fa",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:49.003200Z"
},
{
"Value": "05dce9afd85570087b0303bc2738724ca93a14c3b99148ccf541ebf91cc4477b",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:50.221088Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34UGE_20231025T065810.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "56c154e6-74af-4be4-bca8-bcf6a04c7d19",
"Name": "S2A_MSIL1C_20150831T093006_N0500_R136_T35UMA_20231025T065810.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 786077531,
"OriginDate": "2024-05-30T06:45:28.481000Z",
"PublicationDate": "2024-05-30T06:51:58.572617Z",
"ModificationDate": "2025-06-22T23:04:50.574042Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35UMA_20231025T065810.SAFE",
"Checksum": [
{
"Value": "0772ffb42a0a6c63e51a226506970a84",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:48.744936Z"
},
{
"Value": "46860c42e5c93c99911928813adccf6c3d91d82fe37980f50c70068b24d7c72b",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:50.238643Z"
}
],
"ContentDate": {
"Start": "2015-08-31T09:30:06.027000Z",
"End": "2015-08-31T09:30:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((25.4346016390132 55.0369205420788, 25.4719201227163 54.0504964422342, 27.1491099636919 54.0601113890791, 27.1527532737275 55.0468902061203, 25.4346016390132 55.0369205420788))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
25.4346016390132,
55.0369205420788
],
[
25.4719201227163,
54.0504964422342
],
[
27.1491099636919,
54.0601113890791
],
[
27.1527532737275,
55.0468902061203
],
[
25.4346016390132,
55.0369205420788
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "35UMA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 71.425214249455,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 991,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-25T06:58:10.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150831T093006_000991_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 136,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "9b426ce1-fa35-422e-8727-b781604f9f2d",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(9b426ce1-fa35-422e-8727-b781604f9f2d)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35UMA_20231025T065810.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(56c154e6-74af-4be4-bca8-bcf6a04c7d19)/$value",
"ContentLength": 786077531,
"Checksum": [
{
"Value": "0772ffb42a0a6c63e51a226506970a84",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:48.744936Z"
},
{
"Value": "46860c42e5c93c99911928813adccf6c3d91d82fe37980f50c70068b24d7c72b",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:50.238643Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35UMA_20231025T065810.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "d90614db-a025-4d11-ac53-c8b1de4e86e0",
"Name": "S2A_MSIL1C_20150911T104036_N0500_R008_T32TLT_20231009T075317.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 362368795,
"OriginDate": "2024-05-23T07:29:08.649000Z",
"PublicationDate": "2024-05-23T10:09:06.989606Z",
"ModificationDate": "2025-06-22T22:46:43.214409Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T32TLT_20231009T075317.SAFE",
"Checksum": [
{
"Value": "f56d385bec3e3f1f25f15eaba70ec040",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:46:41.815283Z"
},
{
"Value": "43fa915e13dc8490c8125d976e0cac9c7f20a5f990116f32c0289acd248fe768",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:46:42.405957Z"
}
],
"ContentDate": {
"Start": "2015-09-11T10:40:36.027000Z",
"End": "2015-09-11T10:40:36.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((7.16999658729516 47.8368223105574, 6.32792675946482 47.8225951273107, 6.37728036216783 46.8356437141635, 6.72791773454842 46.8414754660656, 6.74405469373358 46.8784501241184, 6.80587924323137 47.0239816305545, 6.87102523375423 47.1687179999651, 6.93487511224017 47.3138252986639, 7.00004200701567 47.4586519589472, 7.06523750875084 47.60352242932, 7.13046275283251 47.7484347558817, 7.16999658729516 47.8368223105574))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
7.16999658729516,
47.8368223105574
],
[
6.32792675946482,
47.8225951273107
],
[
6.37728036216783,
46.8356437141635
],
[
6.72791773454842,
46.8414754660656
],
[
6.74405469373358,
46.8784501241184
],
[
6.80587924323137,
47.0239816305545
],
[
6.87102523375423,
47.1687179999651
],
[
6.93487511224017,
47.3138252986639
],
[
7.00004200701567,
47.4586519589472
],
[
7.06523750875084,
47.60352242932
],
[
7.13046275283251,
47.7484347558817
],
[
7.16999658729516,
47.8368223105574
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32TLT",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 13.565394977034,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T075317_S20150911T104657_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1149,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T07:53:17.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150911T104036_001149_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 8,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-11T10:40:36.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-11T10:40:36.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "18292a00-96cb-49be-b6f6-254c83bfd054",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(18292a00-96cb-49be-b6f6-254c83bfd054)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T32TLT_20231009T075317.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(d90614db-a025-4d11-ac53-c8b1de4e86e0)/$value",
"ContentLength": 362368795,
"Checksum": [
{
"Value": "f56d385bec3e3f1f25f15eaba70ec040",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:46:41.815283Z"
},
{
"Value": "43fa915e13dc8490c8125d976e0cac9c7f20a5f990116f32c0289acd248fe768",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:46:42.405957Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T32TLT_20231009T075317.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "47862a80-a316-4f98-ad05-d3e0d066cb10",
"Name": "S2A_MSIL1C_20150911T104036_N0500_R008_T32ULF_20231009T070804.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 639245030,
"OriginDate": "2024-06-10T23:12:47.199000Z",
"PublicationDate": "2024-06-10T23:19:44.446952Z",
"ModificationDate": "2025-06-22T22:46:23.819363Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T32ULF_20231009T070804.SAFE",
"Checksum": [
{
"Value": "1518c91e1982871a463ef9b4c32ae549",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:46:22.597271Z"
},
{
"Value": "f0445230c886e20170c84d0a34a3c92c6b2dace6e1040a92953fc9d0908269db",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:46:23.518017Z"
}
],
"ContentDate": {
"Start": "2015-09-11T10:40:36.027000Z",
"End": "2015-09-11T10:40:36.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((5.89887139248832 54.6565015962439, 5.94685757474978 54.0214307110297, 7.62217246392123 54.0523118487554, 7.58852032063022 55.0388029098059, 6.06562658878746 55.010388715143, 6.01240095873758 54.8981001084937, 5.94401954279221 54.7529147155092, 5.89887139248832 54.6565015962439))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
5.89887139248832,
54.6565015962439
],
[
5.94685757474978,
54.0214307110297
],
[
7.62217246392123,
54.0523118487554
],
[
7.58852032063022,
55.0388029098059
],
[
6.06562658878746,
55.010388715143
],
[
6.01240095873758,
54.8981001084937
],
[
5.94401954279221,
54.7529147155092
],
[
5.89887139248832,
54.6565015962439
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32ULF",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 93.9355786477215,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T070804_S20150911T104038_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1149,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T07:08:04.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150911T104036_001149_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 8,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-11T10:40:36.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-11T10:40:36.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "b4c3f9e2-87f2-47d5-a841-b1343c6490c2",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(b4c3f9e2-87f2-47d5-a841-b1343c6490c2)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T32ULF_20231009T070804.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(47862a80-a316-4f98-ad05-d3e0d066cb10)/$value",
"ContentLength": 639245030,
"Checksum": [
{
"Value": "1518c91e1982871a463ef9b4c32ae549",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:46:22.597271Z"
},
{
"Value": "f0445230c886e20170c84d0a34a3c92c6b2dace6e1040a92953fc9d0908269db",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:46:23.518017Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T32ULF_20231009T070804.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "8e88ded2-dd19-409e-9b2d-a63b097050ae",
"Name": "S2A_MSIL1C_20150928T103036_N0500_R108_T31SGC_20231015T170410.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 364294445,
"OriginDate": "2024-05-30T05:11:13.616000Z",
"PublicationDate": "2024-05-30T05:16:52.482805Z",
"ModificationDate": "2025-06-17T09:33:08.992594Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31SGC_20231015T170410.SAFE",
"Checksum": [
{
"Value": "5cfb553560b9b47d6b390e6bb414782e",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:33:08.157349Z"
},
{
"Value": "a71a8c1fb57f2a736f4a9b23f0fa0830f2963d73802d5b5cd68b2660fa194e42",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:33:08.717334Z"
}
],
"ContentDate": {
"Start": "2015-09-28T10:30:36.027000Z",
"End": "2015-09-28T10:30:36.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((6.13364734362022 38.8054090284934, 5.3034704031128 38.8262817087051, 5.27236419259956 37.8375121857036, 5.79925155585809 37.8245492338074, 5.80620728797391 37.8451909144881, 5.8556853839421 37.9918200342401, 5.90534442982658 38.1384004087328, 5.95533642026341 38.2849331343949, 6.00532066226177 38.4314038986957, 6.05538748558024 38.5778989981311, 6.10563283053317 38.7242849187127, 6.13364734362022 38.8054090284934))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
6.13364734362022,
38.8054090284934
],
[
5.3034704031128,
38.8262817087051
],
[
5.27236419259956,
37.8375121857036
],
[
5.79925155585809,
37.8245492338074
],
[
5.80620728797391,
37.8451909144881
],
[
5.8556853839421,
37.9918200342401
],
[
5.90534442982658,
38.1384004087328
],
[
5.95533642026341,
38.2849331343949
],
[
6.00532066226177,
38.4314038986957
],
[
6.05538748558024,
38.5778989981311
],
[
6.10563283053317,
38.7242849187127
],
[
6.13364734362022,
38.8054090284934
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31SGC",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 44.7270687143998,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T170410_S20150928T103701_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1392,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T17:04:10.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150928T103036_001392_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 108,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-28T10:30:36.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-28T10:30:36.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "85324d8d-26d3-41d6-bbec-469f1533a12e",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(85324d8d-26d3-41d6-bbec-469f1533a12e)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31SGC_20231015T170410.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(8e88ded2-dd19-409e-9b2d-a63b097050ae)/$value",
"ContentLength": 364294445,
"Checksum": [
{
"Value": "5cfb553560b9b47d6b390e6bb414782e",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:33:08.157349Z"
},
{
"Value": "a71a8c1fb57f2a736f4a9b23f0fa0830f2963d73802d5b5cd68b2660fa194e42",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:33:08.717334Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31SGC_20231015T170410.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "69c1c4e6-eb6e-46fc-8114-d9e4a0d43d29",
"Name": "S2A_MSIL1C_20150911T104036_N0500_R008_T31TGM_20231009T075317.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 568556991,
"OriginDate": "2024-05-23T07:31:50.710000Z",
"PublicationDate": "2024-05-23T10:05:13.602707Z",
"ModificationDate": "2025-06-22T22:46:24.547840Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31TGM_20231009T075317.SAFE",
"Checksum": [
{
"Value": "6f733cf65f092e2a5267a3d5750a057a",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:46:22.540385Z"
},
{
"Value": "23a681de8cadf6d493f96ee3244642d812a18071b851fee9df80e24e92fcb131",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:46:23.655553Z"
}
],
"ContentDate": {
"Start": "2015-09-11T10:40:36.027000Z",
"End": "2015-09-11T10:40:36.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((6.74926630668703 46.8907179673981, 5.62648535527944 46.9235730583036, 5.57945945555527 45.9364308730675, 6.32766664548125 45.9148901328473, 6.36662671320157 46.0077633602048, 6.43007419660523 46.1526364965489, 6.49161134485079 46.2980360929077, 6.55590740093017 46.4427794969938, 6.61773362741768 46.5881878453718, 6.68072456959968 46.7333416400835, 6.74405469373358 46.8784501241184, 6.74926630668703 46.8907179673981))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
6.74926630668703,
46.8907179673981
],
[
5.62648535527944,
46.9235730583036
],
[
5.57945945555527,
45.9364308730675
],
[
6.32766664548125,
45.9148901328473
],
[
6.36662671320157,
46.0077633602048
],
[
6.43007419660523,
46.1526364965489
],
[
6.49161134485079,
46.2980360929077
],
[
6.55590740093017,
46.4427794969938
],
[
6.61773362741768,
46.5881878453718
],
[
6.68072456959968,
46.7333416400835
],
[
6.74405469373358,
46.8784501241184
],
[
6.74926630668703,
46.8907179673981
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31TGM",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 34.5590110887207,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T075317_S20150911T104657_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1149,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T07:53:17.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150911T104036_001149_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 8,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-11T10:40:36.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-11T10:40:36.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "ffda76c1-3dc6-41bb-82b9-40f4dd36a2f1",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(ffda76c1-3dc6-41bb-82b9-40f4dd36a2f1)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31TGM_20231009T075317.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(69c1c4e6-eb6e-46fc-8114-d9e4a0d43d29)/$value",
"ContentLength": 568556991,
"Checksum": [
{
"Value": "6f733cf65f092e2a5267a3d5750a057a",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:46:22.540385Z"
},
{
"Value": "23a681de8cadf6d493f96ee3244642d812a18071b851fee9df80e24e92fcb131",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:46:23.655553Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31TGM_20231009T075317.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "91885620-931a-4667-bff3-770ca9fb6d7f",
"Name": "S2A_MSIL1C_20150830T114356_N0500_R123_T30VUJ_20231010T011652.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 731826156,
"OriginDate": "2024-06-13T06:12:51.220000Z",
"PublicationDate": "2024-06-13T06:18:57.844884Z",
"ModificationDate": "2025-06-22T23:04:52.887272Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T114356_N0500_R123_T30VUJ_20231010T011652.SAFE",
"Checksum": [
{
"Value": "32dd4307f9d61fa9e1405a98beaca621",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:51.509559Z"
},
{
"Value": "d947bcef04f146ebd7c3a83d0afadd9be58d5c308c090c12014d701fd3d3f3ab",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:52.567322Z"
}
],
"ContentDate": {
"Start": "2015-08-30T11:43:56.027000Z",
"End": "2015-08-30T11:43:56.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((-6.3561707 57.6978050517592, -6.267914 56.7130985474313, -4.4749146 56.7472275814717, -4.5148315 57.7332408691214, -6.3561707 57.6978050517592))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
-6.3561707,
57.6978050517592
],
[
-6.267914,
56.7130985474313
],
[
-4.4749146,
56.7472275814717
],
[
-4.5148315,
57.7332408691214
],
[
-6.3561707,
57.6978050517592
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "30VUJ",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 78.0499268416495,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231010T011652_S20150830T114354_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 978,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-10T01:16:52.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150830T114356_000978_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 123,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-30T11:43:56.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-30T11:43:56.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "fad81068-e415-4989-ab2c-0b034b3b2724",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(fad81068-e415-4989-ab2c-0b034b3b2724)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T114356_N0500_R123_T30VUJ_20231010T011652.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(91885620-931a-4667-bff3-770ca9fb6d7f)/$value",
"ContentLength": 731826156,
"Checksum": [
{
"Value": "32dd4307f9d61fa9e1405a98beaca621",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:51.509559Z"
},
{
"Value": "d947bcef04f146ebd7c3a83d0afadd9be58d5c308c090c12014d701fd3d3f3ab",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:52.567322Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T114356_N0500_R123_T30VUJ_20231010T011652.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "18491ec6-da44-4d98-97d3-56ccbc7868eb",
"Name": "S2A_MSIL1C_20150911T104036_N0500_R008_T31TFN_20231009T075317.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 821267411,
"OriginDate": "2024-05-23T08:05:25.415000Z",
"PublicationDate": "2024-05-23T11:34:56.929670Z",
"ModificationDate": "2025-06-22T22:47:10.066174Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31TFN_20231009T075317.SAFE",
"Checksum": [
{
"Value": "1b2ed17914f3cf0351c22916c8685014",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:47:08.078943Z"
},
{
"Value": "88c41579f938c8adf98adc52a7374b172b4096dfb3d8ae07f6a54a4cbe7dbf3e",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:47:09.758686Z"
}
],
"ContentDate": {
"Start": "2015-09-11T10:40:36.027000Z",
"End": "2015-09-11T10:40:36.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((4.33660021997006 47.8459210520889, 4.31188688551243 46.8581819724645, 5.75108499862016 46.8326283192514, 5.80284668292451 47.8194744029593, 4.33660021997006 47.8459210520889))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
4.33660021997006,
47.8459210520889
],
[
4.31188688551243,
46.8581819724645
],
[
5.75108499862016,
46.8326283192514
],
[
5.80284668292451,
47.8194744029593
],
[
4.33660021997006,
47.8459210520889
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31TFN",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 12.6688763474574,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T075317_S20150911T104657_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1149,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T07:53:17.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150911T104036_001149_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 8,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-11T10:40:36.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-11T10:40:36.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "3e343530-0d4c-4cec-95fc-28a85aaa1390",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(3e343530-0d4c-4cec-95fc-28a85aaa1390)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31TFN_20231009T075317.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(18491ec6-da44-4d98-97d3-56ccbc7868eb)/$value",
"ContentLength": 821267411,
"Checksum": [
{
"Value": "1b2ed17914f3cf0351c22916c8685014",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:47:08.078943Z"
},
{
"Value": "88c41579f938c8adf98adc52a7374b172b4096dfb3d8ae07f6a54a4cbe7dbf3e",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:47:09.758686Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31TFN_20231009T075317.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "e369b7ab-89f0-447d-80c1-e2dddea03790",
"Name": "S2A_MSIL1C_20150830T100016_N0500_R122_T33TVM_20231016T110421.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 818428651,
"OriginDate": "2024-06-12T02:58:47.890000Z",
"PublicationDate": "2024-06-12T03:05:38.902343Z",
"ModificationDate": "2025-06-22T23:04:53.379861Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T100016_N0500_R122_T33TVM_20231016T110421.SAFE",
"Checksum": [
{
"Value": "3d8404d21f3613277bd6c2711eb9ce18",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:51.481989Z"
},
{
"Value": "1b50db71ea73862297a3c779ea16f70f345206cf4743648b0275c39187b28a5f",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:53.068970Z"
}
],
"ContentDate": {
"Start": "2015-08-30T10:00:16.027000Z",
"End": "2015-08-30T10:00:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((13.6854392470891 46.9461622210655, 13.7089998702503 45.9582586888966, 15.1259672630757 45.9654817266249, 15.1282669451244 46.9536373342462, 13.6854392470891 46.9461622210655))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
13.6854392470891,
46.9461622210655
],
[
13.7089998702503,
45.9582586888966
],
[
15.1259672630757,
45.9654817266249
],
[
15.1282669451244,
46.9536373342462
],
[
13.6854392470891,
46.9461622210655
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33TVM",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.0168413508913375,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231016T110421_S20150830T100547_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 977,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-16T11:04:21.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150830T100016_000977_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 122,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-30T10:00:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-30T10:00:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "ee132536-47a3-434f-8592-f14bdff1730c",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(ee132536-47a3-434f-8592-f14bdff1730c)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T100016_N0500_R122_T33TVM_20231016T110421.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(e369b7ab-89f0-447d-80c1-e2dddea03790)/$value",
"ContentLength": 818428651,
"Checksum": [
{
"Value": "3d8404d21f3613277bd6c2711eb9ce18",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:51.481989Z"
},
{
"Value": "1b50db71ea73862297a3c779ea16f70f345206cf4743648b0275c39187b28a5f",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:53.068970Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T100016_N0500_R122_T33TVM_20231016T110421.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "b97d37f5-ce5b-4688-b8e3-a20cee977602",
"Name": "S2A_MSIL1C_20150915T102026_N0500_R065_T31TGE_20231015T134342.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 596234431,
"OriginDate": "2024-05-29T03:44:57.021000Z",
"PublicationDate": "2024-05-29T05:22:16.016872Z",
"ModificationDate": "2025-06-22T22:35:12.457564Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T31TGE_20231015T134342.SAFE",
"Checksum": [
{
"Value": "f6245715d1f5b156fc85e5375b526524",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:35:10.927138Z"
},
{
"Value": "525ca93586f3788dac29327ae1bedbe48c93d51f0da2737ab88661bbf2abdf5a",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:35:12.145490Z"
}
],
"ContentDate": {
"Start": "2015-09-15T10:20:26.027000Z",
"End": "2015-09-15T10:20:26.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((5.4076696795598 39.636245552509, 6.60775235698381 39.6055476379331, 6.660345691974 40.5928134222729, 5.70418060781561 40.6177743454333, 5.66637268089167 40.493789236828, 5.62163176696436 40.3466054869966, 5.57702318139132 40.1994080409078, 5.53254987668508 40.0521981103092, 5.4882137927279 39.9049707662815, 5.44401966863157 39.757729436679, 5.4076696795598 39.636245552509))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
5.4076696795598,
39.636245552509
],
[
6.60775235698381,
39.6055476379331
],
[
6.660345691974,
40.5928134222729
],
[
5.70418060781561,
40.6177743454333
],
[
5.66637268089167,
40.493789236828
],
[
5.62163176696436,
40.3466054869966
],
[
5.57702318139132,
40.1994080409078
],
[
5.53254987668508,
40.0521981103092
],
[
5.4882137927279,
39.9049707662815
],
[
5.44401966863157,
39.757729436679
],
[
5.4076696795598,
39.636245552509
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31TGE",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 92.1857761694822,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T134342_S20150915T102652_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1206,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T13:43:42.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150915T102026_001206_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 65,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-15T10:20:26.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-15T10:20:26.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "83c65e7a-1d05-404a-a1c3-68ccf348571b",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(83c65e7a-1d05-404a-a1c3-68ccf348571b)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T31TGE_20231015T134342.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(b97d37f5-ce5b-4688-b8e3-a20cee977602)/$value",
"ContentLength": 596234431,
"Checksum": [
{
"Value": "f6245715d1f5b156fc85e5375b526524",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:35:10.927138Z"
},
{
"Value": "525ca93586f3788dac29327ae1bedbe48c93d51f0da2737ab88661bbf2abdf5a",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:35:12.145490Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T31TGE_20231015T134342.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "45525f88-792f-4e3e-ac1c-28e8fe86c22c",
"Name": "S2A_MSIL1C_20150911T104036_N0500_R008_T31UGS_20231009T070804.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 835375981,
"OriginDate": "2024-06-10T23:16:57.810000Z",
"PublicationDate": "2024-06-10T23:26:24.781815Z",
"ModificationDate": "2025-06-22T22:47:09.951514Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31UGS_20231009T070804.SAFE",
"Checksum": [
{
"Value": "77a8b9e51c0a89b9dc42691d6a9f3d36",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:47:08.168058Z"
},
{
"Value": "a0dd7c4abd3e8066127ba06a989b6e4b4dd664bb313992bb9c462b242b91a372",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:47:09.549670Z"
}
],
"ContentDate": {
"Start": "2015-09-11T10:40:36.027000Z",
"End": "2015-09-11T10:40:36.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((5.87571728860333 51.4158976963983, 5.81551011356698 50.4297266140863, 7.35762189823691 50.3821222509318, 7.45058969901368 51.3666020125147, 5.87571728860333 51.4158976963983))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
5.87571728860333,
51.4158976963983
],
[
5.81551011356698,
50.4297266140863
],
[
7.35762189823691,
50.3821222509318
],
[
7.45058969901368,
51.3666020125147
],
[
5.87571728860333,
51.4158976963983
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31UGS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 4.84173907850339,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T070804_S20150911T104038_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1149,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T07:08:04.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150911T104036_001149_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 8,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-11T10:40:36.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-11T10:40:36.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "f6634823-212a-427b-943c-c0f3ecb6677b",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(f6634823-212a-427b-943c-c0f3ecb6677b)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31UGS_20231009T070804.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(45525f88-792f-4e3e-ac1c-28e8fe86c22c)/$value",
"ContentLength": 835375981,
"Checksum": [
{
"Value": "77a8b9e51c0a89b9dc42691d6a9f3d36",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:47:08.168058Z"
},
{
"Value": "a0dd7c4abd3e8066127ba06a989b6e4b4dd664bb313992bb9c462b242b91a372",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:47:09.549670Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31UGS_20231009T070804.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "f49db7dc-1b48-4336-aa5a-33195a14c473",
"Name": "S2A_MSIL1C_20150909T100016_N0500_R122_T33TVM_20231011T100600.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 848606456,
"OriginDate": "2024-05-30T14:28:05.074000Z",
"PublicationDate": "2024-05-30T14:39:45.508173Z",
"ModificationDate": "2025-06-22T22:50:08.764674Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/09/S2A_MSIL1C_20150909T100016_N0500_R122_T33TVM_20231011T100600.SAFE",
"Checksum": [
{
"Value": "1985e081d2bdb60fdcbb9f4f4688cf46",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:50:06.226727Z"
},
{
"Value": "b21d17b10750c9f48eb8000252282c0eb1380c9525745b57ccd810ab27d13440",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:50:07.501701Z"
}
],
"ContentDate": {
"Start": "2015-09-09T10:00:16.027000Z",
"End": "2015-09-09T10:00:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((13.6854392470891 46.9461622210655, 13.7089998702503 45.9582586888966, 15.1259672630757 45.9654817266249, 15.1282669451244 46.9536373342462, 13.6854392470891 46.9461622210655))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
13.6854392470891,
46.9461622210655
],
[
13.7089998702503,
45.9582586888966
],
[
15.1259672630757,
45.9654817266249
],
[
15.1282669451244,
46.9536373342462
],
[
13.6854392470891,
46.9461622210655
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33TVM",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 57.0293529218549,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T100600_S20150909T100017_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1120,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T10:06:00.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150909T100016_001120_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 122,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-09T10:00:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-09T10:00:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "1b52cde4-f952-4023-a084-104c13580518",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(1b52cde4-f952-4023-a084-104c13580518)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/09/S2A_MSIL1C_20150909T100016_N0500_R122_T33TVM_20231011T100600.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(f49db7dc-1b48-4336-aa5a-33195a14c473)/$value",
"ContentLength": 848606456,
"Checksum": [
{
"Value": "1985e081d2bdb60fdcbb9f4f4688cf46",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:50:06.226727Z"
},
{
"Value": "b21d17b10750c9f48eb8000252282c0eb1380c9525745b57ccd810ab27d13440",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:50:07.501701Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/09/S2A_MSIL1C_20150909T100016_N0500_R122_T33TVM_20231011T100600.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "1ff4b341-bc59-48ab-855c-ab3a44870e06",
"Name": "S2A_MSIL1C_20150831T093006_N0500_R136_T34TBK_20231025T065810.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 321493840,
"OriginDate": "2024-05-30T06:12:57.713000Z",
"PublicationDate": "2024-05-30T06:19:16.704718Z",
"ModificationDate": "2025-06-22T23:04:54.241808Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34TBK_20231025T065810.SAFE",
"Checksum": [
{
"Value": "36367c053383e72852faac741069d639",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:53.296952Z"
},
{
"Value": "764dfd23eef6783ea4d432e9de8a1522cfc020decf52a6f2734d8277512a574f",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:53.930476Z"
}
],
"ContentDate": {
"Start": "2015-08-31T09:30:06.027000Z",
"End": "2015-08-31T09:30:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((18.0023940928347 39.6212381480944, 18.7832353434529 39.6404485630326, 18.7508652200089 40.6289489938658, 18.3033231137481 40.6177123488822, 18.2932595705017 40.5847895356995, 18.2484485582662 40.4376394544592, 18.2038663534346 40.2904414868107, 18.1593968132875 40.1432290398417, 18.1149532976821 39.9960338880506, 18.0705661698603 39.8488495915283, 18.0264269346192 39.7016228805886, 18.0023940928347 39.6212381480944))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
18.0023940928347,
39.6212381480944
],
[
18.7832353434529,
39.6404485630326
],
[
18.7508652200089,
40.6289489938658
],
[
18.3033231137481,
40.6177123488822
],
[
18.2932595705017,
40.5847895356995
],
[
18.2484485582662,
40.4376394544592
],
[
18.2038663534346,
40.2904414868107
],
[
18.1593968132875,
40.1432290398417
],
[
18.1149532976821,
39.9960338880506
],
[
18.0705661698603,
39.8488495915283
],
[
18.0264269346192,
39.7016228805886
],
[
18.0023940928347,
39.6212381480944
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "34TBK",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.0655264438391348,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 991,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-25T06:58:10.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150831T093006_000991_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 136,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "20076364-9dd3-4548-8b3e-8922e5e7fdd2",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(20076364-9dd3-4548-8b3e-8922e5e7fdd2)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34TBK_20231025T065810.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(1ff4b341-bc59-48ab-855c-ab3a44870e06)/$value",
"ContentLength": 321493840,
"Checksum": [
{
"Value": "36367c053383e72852faac741069d639",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:53.296952Z"
},
{
"Value": "764dfd23eef6783ea4d432e9de8a1522cfc020decf52a6f2734d8277512a574f",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:53.930476Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34TBK_20231025T065810.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "18d95b42-071f-4fb6-bd0c-dff74b2477a4",
"Name": "S2A_MSIL1C_20150704T101006_N0500_R022_T32TQS_20231011T134419.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 841955851,
"OriginDate": "2024-06-11T19:48:26.911000Z",
"PublicationDate": "2024-06-11T19:54:27.680036Z",
"ModificationDate": "2025-06-17T09:32:15.689530Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TQS_20231011T134419.SAFE",
"Checksum": [
{
"Value": "cda1e9be11386cbd6d08a4c6db1089b0",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:13.445175Z"
},
{
"Value": "63e34eae107003f95b397a94df8f7852e6eb9ebfbb3b144a06a1bc56499e11ca",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:15.363159Z"
}
],
"ContentDate": {
"Start": "2015-07-04T10:10:06.027000Z",
"End": "2015-07-04T10:10:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((11.6264853552794 46.9235730583036, 11.5794594555553 45.9364308730675, 12.9930021665452 45.8957352519379, 13.0656571326958 46.8814596616377, 11.6264853552794 46.9235730583036))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
11.6264853552794,
46.9235730583036
],
[
11.5794594555553,
45.9364308730675
],
[
12.9930021665452,
45.8957352519379
],
[
13.0656571326958,
46.8814596616377
],
[
11.6264853552794,
46.9235730583036
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32TQS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.679835169757234,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 162,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T13:44:19.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150704T101006_000162_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "95a5a844-3f7c-4814-b28e-9db373a6081e",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(95a5a844-3f7c-4814-b28e-9db373a6081e)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TQS_20231011T134419.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(18d95b42-071f-4fb6-bd0c-dff74b2477a4)/$value",
"ContentLength": 841955851,
"Checksum": [
{
"Value": "cda1e9be11386cbd6d08a4c6db1089b0",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:13.445175Z"
},
{
"Value": "63e34eae107003f95b397a94df8f7852e6eb9ebfbb3b144a06a1bc56499e11ca",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:15.363159Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TQS_20231011T134419.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "d912ab75-79a7-4cbe-83bb-d08f28672b3f",
"Name": "S2A_MSIL1C_20150928T103036_N0500_R108_T31TFL_20231015T170410.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 585937711,
"OriginDate": "2024-05-30T05:15:19.748000Z",
"PublicationDate": "2024-05-30T05:21:54.925121Z",
"ModificationDate": "2025-06-17T09:32:42.683543Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31TFL_20231015T170410.SAFE",
"Checksum": [
{
"Value": "bdccd0e2bcbda7b7f5302f01e2dc34ec",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:41.459428Z"
},
{
"Value": "6cef79ba37d5c4a173a11eb150a71e497a284c83ee55939f0e07e44003c7843a",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:42.465217Z"
}
],
"ContentDate": {
"Start": "2015-09-28T10:30:36.027000Z",
"End": "2015-09-28T10:30:36.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((4.61002740403655 45.0523403409611, 5.66350420776855 45.034190140253, 5.71054414759772 46.0214217425096, 4.94788475982272 46.0347836111388, 4.92930313752105 45.9812372989222, 4.87837137338538 45.8346308094356, 4.82717016074147 45.6880741619415, 4.77666567491655 45.5413164656818, 4.73672873996408 45.4259732795679, 4.72593234691483 45.3945852052759, 4.71177849633204 45.3532593229685, 4.67586792998447 45.2478793245504, 4.62795736360321 45.105562532217, 4.62641171377186 45.10095375287, 4.61002740403655 45.0523403409611))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
4.61002740403655,
45.0523403409611
],
[
5.66350420776855,
45.034190140253
],
[
5.71054414759772,
46.0214217425096
],
[
4.94788475982272,
46.0347836111388
],
[
4.92930313752105,
45.9812372989222
],
[
4.87837137338538,
45.8346308094356
],
[
4.82717016074147,
45.6880741619415
],
[
4.77666567491655,
45.5413164656818
],
[
4.73672873996408,
45.4259732795679
],
[
4.72593234691483,
45.3945852052759
],
[
4.71177849633204,
45.3532593229685
],
[
4.67586792998447,
45.2478793245504
],
[
4.62795736360321,
45.105562532217
],
[
4.62641171377186,
45.10095375287
],
[
4.61002740403655,
45.0523403409611
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31TFL",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 14.2101491283305,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T170410_S20150928T103701_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1392,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T17:04:10.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150928T103036_001392_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 108,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-28T10:30:36.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-28T10:30:36.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "9df9386d-2d94-4288-a5d4-cecc13b5cbde",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(9df9386d-2d94-4288-a5d4-cecc13b5cbde)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31TFL_20231015T170410.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(d912ab75-79a7-4cbe-83bb-d08f28672b3f)/$value",
"ContentLength": 585937711,
"Checksum": [
{
"Value": "bdccd0e2bcbda7b7f5302f01e2dc34ec",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:41.459428Z"
},
{
"Value": "6cef79ba37d5c4a173a11eb150a71e497a284c83ee55939f0e07e44003c7843a",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:42.465217Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31TFL_20231015T170410.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "ba2db8ad-a5de-403e-8a41-97f665d118d8",
"Name": "S2A_MSIL1C_20150706T105016_N0500_R051_T31TBG_20231009T094109.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 865939255,
"OriginDate": "2024-06-07T00:38:19.136000Z",
"PublicationDate": "2024-06-07T00:44:32.074336Z",
"ModificationDate": "2025-06-17T09:32:55.424452Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31TBG_20231009T094109.SAFE",
"Checksum": [
{
"Value": "9f0553a4f9e0dc9be8dfcfa62be06cdf",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:52.609219Z"
},
{
"Value": "2f83e35fb76a2e9c157c043646adf80689628b50398700ae2fbfb33df9048bf8",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:54.410067Z"
}
],
"ContentDate": {
"Start": "2015-07-06T10:50:16.027000Z",
"End": "2015-07-06T10:50:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((-0.64504576622768 42.3947013941376, -0.589268667851671 41.4077261901107, 0.723033432665234 41.4412121669859, 0.687592758603907 42.4293608723592, -0.64504576622768 42.3947013941376))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
-0.64504576622768,
42.3947013941376
],
[
-0.589268667851671,
41.4077261901107
],
[
0.723033432665234,
41.4412121669859
],
[
0.687592758603907,
42.4293608723592
],
[
-0.64504576622768,
42.3947013941376
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31TBG",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.197318522499925,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 191,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T09:41:09.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150706T105016_000191_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 51,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "3a062536-bcdb-4133-8c8a-7aa47697afba",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(3a062536-bcdb-4133-8c8a-7aa47697afba)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31TBG_20231009T094109.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(ba2db8ad-a5de-403e-8a41-97f665d118d8)/$value",
"ContentLength": 865939255,
"Checksum": [
{
"Value": "9f0553a4f9e0dc9be8dfcfa62be06cdf",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:52.609219Z"
},
{
"Value": "2f83e35fb76a2e9c157c043646adf80689628b50398700ae2fbfb33df9048bf8",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:54.410067Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31TBG_20231009T094109.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "3339feda-c1cd-409d-b983-90ac5dc38f73",
"Name": "S2A_MSIL1C_20150915T102026_N0500_R065_T31SEU_20231015T134342.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 149775504,
"OriginDate": "2024-05-29T03:34:33.217000Z",
"PublicationDate": "2024-05-29T08:30:57.096006Z",
"ModificationDate": "2025-06-22T22:34:40.001136Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T31SEU_20231015T134342.SAFE",
"Checksum": [
{
"Value": "5bbbcc2cff732fb8b5ac2e6e875006b3",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:34:39.454508Z"
},
{
"Value": "a2e1b3c50576c698758b7218c053220936347b72a140f601e7977f57237cf75d",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:34:39.688656Z"
}
],
"ContentDate": {
"Start": "2015-09-15T10:20:26.027000Z",
"End": "2015-09-15T10:20:26.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((3.87810537757538 34.2486514140266, 4.19219818904784 34.2471243768696, 4.20650672552768 35.2370638906022, 4.14810773665996 35.2373549267952, 4.13456025530733 35.1873084325962, 4.09487941366617 35.03943153315, 4.05405793036119 34.8919163641238, 4.01381731641482 34.7442475686783, 3.97335596200043 34.5966638641045, 3.93371453929816 34.4488497210522, 3.89250851922794 34.3015199804528, 3.87810537757538 34.2486514140266))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
3.87810537757538,
34.2486514140266
],
[
4.19219818904784,
34.2471243768696
],
[
4.20650672552768,
35.2370638906022
],
[
4.14810773665996,
35.2373549267952
],
[
4.13456025530733,
35.1873084325962
],
[
4.09487941366617,
35.03943153315
],
[
4.05405793036119,
34.8919163641238
],
[
4.01381731641482,
34.7442475686783
],
[
3.97335596200043,
34.5966638641045
],
[
3.93371453929816,
34.4488497210522
],
[
3.89250851922794,
34.3015199804528
],
[
3.87810537757538,
34.2486514140266
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31SEU",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 3.48434220566278,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T134342_S20150915T102652_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1206,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T13:43:42.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150915T102026_001206_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 65,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-15T10:20:26.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-15T10:20:26.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "74b7931e-0955-493f-81bf-d30c022d5f57",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(74b7931e-0955-493f-81bf-d30c022d5f57)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T31SEU_20231015T134342.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(3339feda-c1cd-409d-b983-90ac5dc38f73)/$value",
"ContentLength": 149775504,
"Checksum": [
{
"Value": "5bbbcc2cff732fb8b5ac2e6e875006b3",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:34:39.454508Z"
},
{
"Value": "a2e1b3c50576c698758b7218c053220936347b72a140f601e7977f57237cf75d",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:34:39.688656Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T31SEU_20231015T134342.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "eac5854b-117a-4e05-9c0f-022cd15f3b88",
"Name": "S2A_MSIL1C_20150830T100016_N0500_R122_T33TWN_20231016T110421.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 821681570,
"OriginDate": "2024-06-12T03:03:08.341000Z",
"PublicationDate": "2024-06-12T03:11:07.648213Z",
"ModificationDate": "2025-06-22T23:04:55.890935Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T100016_N0500_R122_T33TWN_20231016T110421.SAFE",
"Checksum": [
{
"Value": "3d6429adffa35619801b8c662b8c027e",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:53.736091Z"
},
{
"Value": "da61387ed900a7f20befd45de338470190a77b66dbce64f7818801686b84299e",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:55.103769Z"
}
],
"ContentDate": {
"Start": "2015-08-30T10:00:16.027000Z",
"End": "2015-08-30T10:00:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((14.9997326423426 47.8537018424875, 14.9997375874494 46.8656998733542, 16.44014982441 46.8566398819074, 16.4672773767682 47.8443250465141, 14.9997326423426 47.8537018424875))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
14.9997326423426,
47.8537018424875
],
[
14.9997375874494,
46.8656998733542
],
[
16.44014982441,
46.8566398819074
],
[
16.4672773767682,
47.8443250465141
],
[
14.9997326423426,
47.8537018424875
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33TWN",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 10.3732568903222,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231016T110421_S20150830T100547_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 977,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-16T11:04:21.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150830T100016_000977_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 122,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-30T10:00:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-30T10:00:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "6c3dafea-9474-4957-ab78-7ead8e73346a",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(6c3dafea-9474-4957-ab78-7ead8e73346a)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T100016_N0500_R122_T33TWN_20231016T110421.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(eac5854b-117a-4e05-9c0f-022cd15f3b88)/$value",
"ContentLength": 821681570,
"Checksum": [
{
"Value": "3d6429adffa35619801b8c662b8c027e",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:53.736091Z"
},
{
"Value": "da61387ed900a7f20befd45de338470190a77b66dbce64f7818801686b84299e",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:55.103769Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T100016_N0500_R122_T33TWN_20231016T110421.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "8d023829-fd16-4e00-9d50-8db56f2fc97d",
"Name": "S2A_MSIL1C_20150911T104036_N0500_R008_T31UFR_20231009T070804.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 69175503,
"OriginDate": "2024-06-10T22:56:19.853000Z",
"PublicationDate": "2024-06-10T23:02:36.763082Z",
"ModificationDate": "2025-06-22T22:46:45.031544Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31UFR_20231009T070804.SAFE",
"Checksum": [
{
"Value": "d4acd157c15cd2a12adcba3c7915f861",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:46:44.514561Z"
},
{
"Value": "31b53542e282cea8be44f4de245c15a39b4b95ffb8beac7abe4ef032e9ad01f5",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:46:44.649207Z"
}
],
"ContentDate": {
"Start": "2015-09-11T10:40:36.027000Z",
"End": "2015-09-11T10:40:36.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((5.94944150991843 50.3512777803571, 5.95938607628957 50.5146700159563, 4.80771762488114 50.5362961410775, 4.84417636024568 50.5312735322105, 4.84405848549744 50.530990451134, 5.04741477829556 50.4994507355821, 5.18121305764787 50.4789167499061, 5.18112739948957 50.47871246395, 5.19948649684074 50.4758650442794, 5.19950764370936 50.4759154390383, 5.39079976647556 50.4457540718203, 5.51052086164742 50.4269004665284, 5.51051153000638 50.426878930868, 5.85623273293474 50.3677744724673, 5.85624015285853 50.3677913543017, 5.94944150991843 50.3512777803571))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
5.94944150991843,
50.3512777803571
],
[
5.95938607628957,
50.5146700159563
],
[
4.80771762488114,
50.5362961410775
],
[
4.84417636024568,
50.5312735322105
],
[
4.84405848549744,
50.530990451134
],
[
5.04741477829556,
50.4994507355821
],
[
5.18121305764787,
50.4789167499061
],
[
5.18112739948957,
50.47871246395
],
[
5.19948649684074,
50.4758650442794
],
[
5.19950764370936,
50.4759154390383
],
[
5.39079976647556,
50.4457540718203
],
[
5.51052086164742,
50.4269004665284
],
[
5.51051153000638,
50.426878930868
],
[
5.85623273293474,
50.3677744724673
],
[
5.85624015285853,
50.3677913543017
],
[
5.94944150991843,
50.3512777803571
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31UFR",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 9.38136992403298,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T070804_S20150911T104038_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1149,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T07:08:04.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150911T104036_001149_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 8,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-11T10:40:36.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-11T10:40:36.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "74c406b6-e90a-4f4c-b164-bf0ea273b5de",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(74c406b6-e90a-4f4c-b164-bf0ea273b5de)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31UFR_20231009T070804.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(8d023829-fd16-4e00-9d50-8db56f2fc97d)/$value",
"ContentLength": 69175503,
"Checksum": [
{
"Value": "d4acd157c15cd2a12adcba3c7915f861",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:46:44.514561Z"
},
{
"Value": "31b53542e282cea8be44f4de245c15a39b4b95ffb8beac7abe4ef032e9ad01f5",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:46:44.649207Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31UFR_20231009T070804.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "db5dc5ce-276d-4ec0-a98b-de8edc1aa1fe",
"Name": "S2A_MSIL1C_20150928T103036_N0500_R108_T31SFC_20231015T170410.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 676844326,
"OriginDate": "2024-05-30T05:32:37.159000Z",
"PublicationDate": "2024-05-30T05:38:53.881367Z",
"ModificationDate": "2025-06-17T09:32:46.649730Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31SFC_20231015T170410.SAFE",
"Checksum": [
{
"Value": "1fec6165db592bbad102163cb8ac1f92",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:45.323701Z"
},
{
"Value": "f9e0a34800dbeb076d0310ee017bec63d7cb0c11e51431facc882450524fb3bd",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:46.332656Z"
}
],
"ContentDate": {
"Start": "2015-09-28T10:30:36.027000Z",
"End": "2015-09-28T10:30:36.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((4.1522905213359 38.8433146058507, 4.13671759126477 37.8539550381785, 5.38409997134048 37.8353021102929, 5.41673220321291 38.8239923465865, 4.1522905213359 38.8433146058507))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
4.1522905213359,
38.8433146058507
],
[
4.13671759126477,
37.8539550381785
],
[
5.38409997134048,
37.8353021102929
],
[
5.41673220321291,
38.8239923465865
],
[
4.1522905213359,
38.8433146058507
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31SFC",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 46.7475290393861,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T170410_S20150928T103701_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1392,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T17:04:10.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150928T103036_001392_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 108,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-28T10:30:36.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-28T10:30:36.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "2827d703-0e51-440c-939c-83024ef96854",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(2827d703-0e51-440c-939c-83024ef96854)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31SFC_20231015T170410.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(db5dc5ce-276d-4ec0-a98b-de8edc1aa1fe)/$value",
"ContentLength": 676844326,
"Checksum": [
{
"Value": "1fec6165db592bbad102163cb8ac1f92",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:45.323701Z"
},
{
"Value": "f9e0a34800dbeb076d0310ee017bec63d7cb0c11e51431facc882450524fb3bd",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:46.332656Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31SFC_20231015T170410.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "0a8a6035-063f-4af8-8048-0d227310fc8e",
"Name": "S2A_MSIL1C_20150911T104036_N0500_R008_T31UFQ_20231009T075317.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 825032360,
"OriginDate": "2024-05-23T08:07:57.625000Z",
"PublicationDate": "2024-05-23T11:15:59.956228Z",
"ModificationDate": "2025-06-22T22:47:00.097478Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31UFQ_20231009T075317.SAFE",
"Checksum": [
{
"Value": "2af5312fe32d4a18c1aac3328bd09f5c",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:46:58.424074Z"
},
{
"Value": "f7bb98e5a67567f2a3558bb67f15c25219dfdef3c2027e28cba35ec0a6af3b01",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:46:59.824875Z"
}
],
"ContentDate": {
"Start": "2015-09-11T10:40:36.027000Z",
"End": "2015-09-11T10:40:36.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((4.3851737331767 49.6444367024406, 4.35791076985194 48.6570271785678, 5.84747845194678 48.629821575704, 5.90457276290215 49.6162737219267, 4.3851737331767 49.6444367024406))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
4.3851737331767,
49.6444367024406
],
[
4.35791076985194,
48.6570271785678
],
[
5.84747845194678,
48.629821575704
],
[
5.90457276290215,
49.6162737219267
],
[
4.3851737331767,
49.6444367024406
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31UFQ",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.598883215384156,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T075317_S20150911T104657_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1149,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T07:53:17.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150911T104036_001149_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 8,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-11T10:40:36.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-11T10:40:36.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "a97fb9a0-8e6f-4304-a75d-5592d3a4ded8",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(a97fb9a0-8e6f-4304-a75d-5592d3a4ded8)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31UFQ_20231009T075317.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(0a8a6035-063f-4af8-8048-0d227310fc8e)/$value",
"ContentLength": 825032360,
"Checksum": [
{
"Value": "2af5312fe32d4a18c1aac3328bd09f5c",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:46:58.424074Z"
},
{
"Value": "f7bb98e5a67567f2a3558bb67f15c25219dfdef3c2027e28cba35ec0a6af3b01",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:46:59.824875Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31UFQ_20231009T075317.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "5c4676f4-2c99-4aea-9fc3-b8b0b1c53d74",
"Name": "S2A_MSIL1C_20150915T102026_N0500_R065_T32UMA_20231015T134342.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 83638526,
"OriginDate": "2024-05-29T03:34:35.394000Z",
"PublicationDate": "2024-05-29T05:22:35.366746Z",
"ModificationDate": "2025-06-22T22:34:40.454503Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32UMA_20231015T134342.SAFE",
"Checksum": [
{
"Value": "ff594ee6907c6ead31ada048b641c6c3",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:34:39.927292Z"
},
{
"Value": "eb71c96bf6f680d60a34d59edba5d5c8e4bd52f4294ac314dc49f52932164628",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:34:40.087085Z"
}
],
"ContentDate": {
"Start": "2015-09-15T10:20:26.027000Z",
"End": "2015-09-15T10:20:26.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((8.76613021120596 49.5626869575439, 9.13497050262202 49.564676297854, 9.13763880747388 50.5060140376516, 9.12062050464504 50.463834064251, 9.06203504365192 50.3179361313601, 9.00403701683639 50.1719323063307, 8.94646155544619 50.0258691335581, 8.88911113473097 49.8797973113446, 8.83249168457854 49.7335847963515, 8.77567071861587 49.587466936805, 8.76613021120596 49.5626869575439))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
8.76613021120596,
49.5626869575439
],
[
9.13497050262202,
49.564676297854
],
[
9.13763880747388,
50.5060140376516
],
[
9.12062050464504,
50.463834064251
],
[
9.06203504365192,
50.3179361313601
],
[
9.00403701683639,
50.1719323063307
],
[
8.94646155544619,
50.0258691335581
],
[
8.88911113473097,
49.8797973113446
],
[
8.83249168457854,
49.7335847963515
],
[
8.77567071861587,
49.587466936805
],
[
8.76613021120596,
49.5626869575439
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32UMA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 99.9989620499513,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T134342_S20150915T102652_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1206,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T13:43:42.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150915T102026_001206_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 65,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-15T10:20:26.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-15T10:20:26.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "8d95ec28-811a-4fd0-9200-f09c75ad0ccf",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(8d95ec28-811a-4fd0-9200-f09c75ad0ccf)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32UMA_20231015T134342.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(5c4676f4-2c99-4aea-9fc3-b8b0b1c53d74)/$value",
"ContentLength": 83638526,
"Checksum": [
{
"Value": "ff594ee6907c6ead31ada048b641c6c3",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:34:39.927292Z"
},
{
"Value": "eb71c96bf6f680d60a34d59edba5d5c8e4bd52f4294ac314dc49f52932164628",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:34:40.087085Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32UMA_20231015T134342.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "6f120bed-3660-42d1-8589-7df67f4c9b56",
"Name": "S2A_MSIL1C_20150830T100016_N0500_R122_T33TUF_20231016T110421.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 622718802,
"OriginDate": "2024-06-12T02:54:56.361000Z",
"PublicationDate": "2024-06-12T03:02:04.112968Z",
"ModificationDate": "2025-06-22T23:04:56.374143Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T100016_N0500_R122_T33TUF_20231016T110421.SAFE",
"Checksum": [
{
"Value": "5f8658f52fcc36ca8d8511504bec21b7",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:54.204740Z"
},
{
"Value": "1338a04b236be92b51268ac92563ccf41ca9a2b4022bcc31143e406fa057fe97",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:55.357640Z"
}
],
"ContentDate": {
"Start": "2015-08-30T10:00:16.027000Z",
"End": "2015-08-30T10:00:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((12.6028173807795 41.526852301493, 12.6384190226409 40.5386078517278, 13.9345845243266 40.5578370992616, 13.9185081926164 41.5467587698954, 12.6028173807795 41.526852301493))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
12.6028173807795,
41.526852301493
],
[
12.6384190226409,
40.5386078517278
],
[
13.9345845243266,
40.5578370992616
],
[
13.9185081926164,
41.5467587698954
],
[
12.6028173807795,
41.526852301493
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33TUF",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.22234166442712502,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231016T110421_S20150830T100547_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 977,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-16T11:04:21.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150830T100016_000977_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 122,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-30T10:00:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-30T10:00:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "d34788d5-abce-473c-84dd-ab4f06438271",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(d34788d5-abce-473c-84dd-ab4f06438271)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T100016_N0500_R122_T33TUF_20231016T110421.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(6f120bed-3660-42d1-8589-7df67f4c9b56)/$value",
"ContentLength": 622718802,
"Checksum": [
{
"Value": "5f8658f52fcc36ca8d8511504bec21b7",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:54.204740Z"
},
{
"Value": "1338a04b236be92b51268ac92563ccf41ca9a2b4022bcc31143e406fa057fe97",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:55.357640Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T100016_N0500_R122_T33TUF_20231016T110421.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "6bd04596-2efe-48ff-9250-426163224f23",
"Name": "S2A_MSIL1C_20150928T103036_N0500_R108_T32TLQ_20231015T170410.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 800467376,
"OriginDate": "2024-05-30T05:23:44.544000Z",
"PublicationDate": "2024-05-30T05:30:38.336089Z",
"ModificationDate": "2025-06-17T09:32:54.785912Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T32TLQ_20231015T170410.SAFE",
"Checksum": [
{
"Value": "a14886473dc7826c121701c6b18f2e41",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:52.807303Z"
},
{
"Value": "702d821cdde36a9d54d564d707c6896bdbea9083a7cccb6437abd24c785bb226",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:54.461753Z"
}
],
"ContentDate": {
"Start": "2015-09-28T10:30:36.027000Z",
"End": "2015-09-28T10:30:36.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((6.45686051699677 45.1255135620237, 6.49965161310688 44.1379967481966, 7.87191870410008 44.1597966337113, 7.85259261838267 45.1480731828713, 6.45686051699677 45.1255135620237))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
6.45686051699677,
45.1255135620237
],
[
6.49965161310688,
44.1379967481966
],
[
7.87191870410008,
44.1597966337113
],
[
7.85259261838267,
45.1480731828713
],
[
6.45686051699677,
45.1255135620237
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32TLQ",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 62.9659888321538,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T170410_S20150928T103701_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1392,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T17:04:10.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150928T103036_001392_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 108,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-28T10:30:36.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-28T10:30:36.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "422e8a27-9680-4e3a-a47b-34e2606d2a6c",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(422e8a27-9680-4e3a-a47b-34e2606d2a6c)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T32TLQ_20231015T170410.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(6bd04596-2efe-48ff-9250-426163224f23)/$value",
"ContentLength": 800467376,
"Checksum": [
{
"Value": "a14886473dc7826c121701c6b18f2e41",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:52.807303Z"
},
{
"Value": "702d821cdde36a9d54d564d707c6896bdbea9083a7cccb6437abd24c785bb226",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:54.461753Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T32TLQ_20231015T170410.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "9a76fb1e-1d22-4065-a2b9-06f44cec4234",
"Name": "S2A_MSIL1C_20150915T102026_N0500_R065_T32SKG_20231015T134342.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 608715503,
"OriginDate": "2024-05-29T03:52:33.343000Z",
"PublicationDate": "2024-05-29T06:53:09.369291Z",
"ModificationDate": "2025-06-22T22:34:40.982624Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32SKG_20231015T134342.SAFE",
"Checksum": [
{
"Value": "186ff6c6ea138527e1adda0238ac0576",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:34:38.907014Z"
},
{
"Value": "b7da01f7d0e613aa1f3a8a5eafd24dbbc3af6caed0ab92f3dc7c0c6b1959226d",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:34:39.805553Z"
}
],
"ContentDate": {
"Start": "2015-09-15T10:20:26.027000Z",
"End": "2015-09-15T10:20:26.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((5.58802752132053 37.8980997878049, 5.63258699686289 36.9101191615553, 6.8639749541582 36.9386673115036, 6.83567015867036 37.9276804333192, 5.58802752132053 37.8980997878049))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
5.58802752132053,
37.8980997878049
],
[
5.63258699686289,
36.9101191615553
],
[
6.8639749541582,
36.9386673115036
],
[
6.83567015867036,
37.9276804333192
],
[
5.58802752132053,
37.8980997878049
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32SKG",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.382573382304637,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T134342_S20150915T102652_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1206,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T13:43:42.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150915T102026_001206_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 65,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-15T10:20:26.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-15T10:20:26.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "822ba1e0-186a-4872-829b-9f992a514594",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(822ba1e0-186a-4872-829b-9f992a514594)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32SKG_20231015T134342.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(9a76fb1e-1d22-4065-a2b9-06f44cec4234)/$value",
"ContentLength": 608715503,
"Checksum": [
{
"Value": "186ff6c6ea138527e1adda0238ac0576",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:34:38.907014Z"
},
{
"Value": "b7da01f7d0e613aa1f3a8a5eafd24dbbc3af6caed0ab92f3dc7c0c6b1959226d",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:34:39.805553Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32SKG_20231015T134342.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "aafac68c-28bc-4139-858f-7e9d372f6051",
"Name": "S2A_MSIL1C_20150908T103036_N0500_R108_T32TNT_20231009T044244.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 294013055,
"OriginDate": "2024-05-24T04:48:18.799000Z",
"PublicationDate": "2024-05-24T05:08:00.942299Z",
"ModificationDate": "2025-06-22T22:53:10.349601Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/08/S2A_MSIL1C_20150908T103036_N0500_R108_T32TNT_20231009T044244.SAFE",
"Checksum": [
{
"Value": "dcad6f0b7015187a6309f518136c1359",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:53:09.591461Z"
},
{
"Value": "1da61dce4887bb3b8de719f823175b18f9c7f210e03946572b66c7e93cad68b1",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:53:10.030936Z"
}
],
"ContentDate": {
"Start": "2015-09-08T10:30:36.027000Z",
"End": "2015-09-08T10:30:36.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((9.69403766817936 47.8492656188973, 8.9997326423426 47.8537018424875, 8.99973758744939 46.8656998733542, 9.25210140741387 46.8641125402341, 9.26585979435656 46.8984596896526, 9.33183258511446 47.0429674118788, 9.39739529219564 47.1876242341665, 9.46212466551592 47.3325358066771, 9.52772818300121 47.4772720676381, 9.59251419446542 47.6222588142218, 9.6570923209549 47.7673433182893, 9.69403766817936 47.8492656188973))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
9.69403766817936,
47.8492656188973
],
[
8.9997326423426,
47.8537018424875
],
[
8.99973758744939,
46.8656998733542
],
[
9.25210140741387,
46.8641125402341
],
[
9.26585979435656,
46.8984596896526
],
[
9.33183258511446,
47.0429674118788
],
[
9.39739529219564,
47.1876242341665
],
[
9.46212466551592,
47.3325358066771
],
[
9.52772818300121,
47.4772720676381
],
[
9.59251419446542,
47.6222588142218
],
[
9.6570923209549,
47.7673433182893
],
[
9.69403766817936,
47.8492656188973
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32TNT",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 2.59920984608154,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T044244_S20150908T103707_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1106,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T04:42:44.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150908T103036_001106_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 108,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-08T10:30:36.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-08T10:30:36.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "9513be9e-d367-4f91-95ab-5331a9229a41",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(9513be9e-d367-4f91-95ab-5331a9229a41)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/08/S2A_MSIL1C_20150908T103036_N0500_R108_T32TNT_20231009T044244.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(aafac68c-28bc-4139-858f-7e9d372f6051)/$value",
"ContentLength": 294013055,
"Checksum": [
{
"Value": "dcad6f0b7015187a6309f518136c1359",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:53:09.591461Z"
},
{
"Value": "1da61dce4887bb3b8de719f823175b18f9c7f210e03946572b66c7e93cad68b1",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:53:10.030936Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/08/S2A_MSIL1C_20150908T103036_N0500_R108_T32TNT_20231009T044244.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "7b9aca53-09a4-4ebb-8984-7ad1c80f8c33",
"Name": "S2A_MSIL1C_20150902T101026_N0500_R022_T33UVU_20231009T064138.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 852518430,
"OriginDate": "2024-05-23T13:44:03.241000Z",
"PublicationDate": "2024-05-23T16:45:19.173513Z",
"ModificationDate": "2025-06-22T23:04:56.666472Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/02/S2A_MSIL1C_20150902T101026_N0500_R022_T33UVU_20231009T064138.SAFE",
"Checksum": [
{
"Value": "77ec27f3294cc5fc17cd3affe4179ad9",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:54.959919Z"
},
{
"Value": "29302deebe961f9d777f86c94dac1b587e5cb33a72479b104e7e8fe014cced39",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:56.204464Z"
}
],
"ContentDate": {
"Start": "2015-09-02T10:10:26.027000Z",
"End": "2015-09-02T10:10:26.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((13.5009404120975 53.2402008150607, 13.5344338484679 52.2534495351733, 15.1430071847427 52.2624595786757, 15.1462768724008 53.2495367346332, 13.5009404120975 53.2402008150607))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
13.5009404120975,
53.2402008150607
],
[
13.5344338484679,
52.2534495351733
],
[
15.1430071847427,
52.2624595786757
],
[
15.1462768724008,
53.2495367346332
],
[
13.5009404120975,
53.2402008150607
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33UVU",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 35.9327838991908,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T064138_S20150902T101020_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1020,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T06:41:38.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150902T101026_001020_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-02T10:10:26.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-02T10:10:26.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "891e45c1-2f26-487f-8b9b-f0c117de200f",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(891e45c1-2f26-487f-8b9b-f0c117de200f)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/02/S2A_MSIL1C_20150902T101026_N0500_R022_T33UVU_20231009T064138.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(7b9aca53-09a4-4ebb-8984-7ad1c80f8c33)/$value",
"ContentLength": 852518430,
"Checksum": [
{
"Value": "77ec27f3294cc5fc17cd3affe4179ad9",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:54.959919Z"
},
{
"Value": "29302deebe961f9d777f86c94dac1b587e5cb33a72479b104e7e8fe014cced39",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:56.204464Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/02/S2A_MSIL1C_20150902T101026_N0500_R022_T33UVU_20231009T064138.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "b340fca3-8134-441f-88c6-ec8a601a0859",
"Name": "S2A_MSIL1C_20150911T104036_N0500_R008_T31UFS_20231009T075317.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 206116155,
"OriginDate": "2024-05-23T07:21:12.135000Z",
"PublicationDate": "2024-05-23T09:36:40.747833Z",
"ModificationDate": "2025-06-22T22:46:57.196181Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31UFS_20231009T075317.SAFE",
"Checksum": [
{
"Value": "ee015cc84e9d4e457b1575beda5ebcb3",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:46:56.459760Z"
},
{
"Value": "bf3d12b102bf79a9fb0e3d77abfdc5315f88a090b484ddfb24a04b9cd7fde5fc",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:46:56.840531Z"
}
],
"ContentDate": {
"Start": "2015-09-11T10:40:36.027000Z",
"End": "2015-09-11T10:40:36.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((4.41820207919212 50.7657455132591, 4.40871510963764 50.4552721606619, 5.95386971314071 50.4262936606196, 5.96040741302107 50.528367324494, 5.93277142407078 50.5332718885591, 5.93283950873369 50.5334263369461, 5.91279702621831 50.536976575522, 5.91276409361044 50.536901700129, 5.91266240011571 50.5369190468418, 5.91248683915778 50.5365198629776, 5.90904889147612 50.5371075640859, 5.90901269606402 50.5370252431886, 5.60004294612724 50.5897495080538, 5.60029776879116 50.5903369938118, 5.60014302084303 50.590363412723, 5.60022277935739 50.5905473107114, 5.59819053429512 50.5908932218675, 5.58598765120465 50.5928144091564, 5.58592316802114 50.5926653925781, 5.46804076254449 50.6113823157034, 5.27042046209274 50.642455920197, 5.27043661298402 50.6424938692605, 5.2554077758191 50.6448599667405, 5.25111130963504 50.6455255019118, 5.25102222961613 50.6453162166418, 4.93660567991964 50.6939385185385, 4.93076201947139 50.694839087876, 4.9307678963313 50.6948531268004, 4.93049264985925 50.6948956219611, 4.93053922666765 50.695006887271, 4.92941843584332 50.6951802199803, 4.92948779593509 50.6953459243546, 4.92916030943935 50.6953966529701, 4.92917970954597 50.6954430001189, 4.91703757654079 50.6971186089074, 4.91691336755228 50.6968215078697, 4.75303924215672 50.7197503038722, 4.56266342671584 50.7460220791309, 4.56264328153701 50.7459729286532, 4.56221886633051 50.7460316270448, 4.56211652413347 50.7457818870047, 4.41820207919212 50.7657455132591))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
4.41820207919212,
50.7657455132591
],
[
4.40871510963764,
50.4552721606619
],
[
5.95386971314071,
50.4262936606196
],
[
5.96040741302107,
50.528367324494
],
[
5.93277142407078,
50.5332718885591
],
[
5.93283950873369,
50.5334263369461
],
[
5.91279702621831,
50.536976575522
],
[
5.91276409361044,
50.536901700129
],
[
5.91266240011571,
50.5369190468418
],
[
5.91248683915778,
50.5365198629776
],
[
5.90904889147612,
50.5371075640859
],
[
5.90901269606402,
50.5370252431886
],
[
5.60004294612724,
50.5897495080538
],
[
5.60029776879116,
50.5903369938118
],
[
5.60014302084303,
50.590363412723
],
[
5.60022277935739,
50.5905473107114
],
[
5.59819053429512,
50.5908932218675
],
[
5.58598765120465,
50.5928144091564
],
[
5.58592316802114,
50.5926653925781
],
[
5.46804076254449,
50.6113823157034
],
[
5.27042046209274,
50.642455920197
],
[
5.27043661298402,
50.6424938692605
],
[
5.2554077758191,
50.6448599667405
],
[
5.25111130963504,
50.6455255019118
],
[
5.25102222961613,
50.6453162166418
],
[
4.93660567991964,
50.6939385185385
],
[
4.93076201947139,
50.694839087876
],
[
4.9307678963313,
50.6948531268004
],
[
4.93049264985925,
50.6948956219611
],
[
4.93053922666765,
50.695006887271
],
[
4.92941843584332,
50.6951802199803
],
[
4.92948779593509,
50.6953459243546
],
[
4.92916030943935,
50.6953966529701
],
[
4.92917970954597,
50.6954430001189
],
[
4.91703757654079,
50.6971186089074
],
[
4.91691336755228,
50.6968215078697
],
[
4.75303924215672,
50.7197503038722
],
[
4.56266342671584,
50.7460220791309
],
[
4.56264328153701,
50.7459729286532
],
[
4.56221886633051,
50.7460316270448
],
[
4.56211652413347,
50.7457818870047
],
[
4.41820207919212,
50.7657455132591
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31UFS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 2.78528634892669,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T075317_S20150911T104657_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1149,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T07:53:17.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150911T104036_001149_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 8,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-11T10:40:36.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-11T10:40:36.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "8a775b17-e22f-4bcd-b572-9acfce44b28f",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(8a775b17-e22f-4bcd-b572-9acfce44b28f)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31UFS_20231009T075317.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(b340fca3-8134-441f-88c6-ec8a601a0859)/$value",
"ContentLength": 206116155,
"Checksum": [
{
"Value": "ee015cc84e9d4e457b1575beda5ebcb3",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:46:56.459760Z"
},
{
"Value": "bf3d12b102bf79a9fb0e3d77abfdc5315f88a090b484ddfb24a04b9cd7fde5fc",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:46:56.840531Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/11/S2A_MSIL1C_20150911T104036_N0500_R008_T31UFS_20231009T075317.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "15397473-7e49-4d36-8463-c9996d5ec74a",
"Name": "S2A_MSIL1C_20150706T105016_N0500_R051_T30SWH_20231009T094109.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 590325480,
"OriginDate": "2024-06-07T00:10:27.032000Z",
"PublicationDate": "2024-06-07T00:26:37.307539Z",
"ModificationDate": "2025-06-17T09:32:22.413477Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30SWH_20231009T094109.SAFE",
"Checksum": [
{
"Value": "265ca232ad15d4d85f81c902719fd18c",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:20.878009Z"
},
{
"Value": "d0c58561ae6e3dc363c1eb753970f34f11cd1cfbff3e128b8405d3aeac31478c",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:22.092424Z"
}
],
"ContentDate": {
"Start": "2015-07-06T10:50:16.027000Z",
"End": "2015-07-06T10:50:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((-2.66658217063372 37.8576742909108, -1.75213459127729 37.8528295032852, -1.73503988519938 38.8421486728812, -2.37892808413932 38.8456347187372, -2.40153638451115 38.7688574952523, -2.44418656842226 38.6213934046764, -2.48765018387724 38.4742258194596, -2.53060807658232 38.327016492063, -2.57273057325034 38.1795688141423, -2.61474682816049 38.0320562308295, -2.65855770840774 37.8850220002681, -2.66658217063372 37.8576742909108))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
-2.66658217063372,
37.8576742909108
],
[
-1.75213459127729,
37.8528295032852
],
[
-1.73503988519938,
38.8421486728812
],
[
-2.37892808413932,
38.8456347187372
],
[
-2.40153638451115,
38.7688574952523
],
[
-2.44418656842226,
38.6213934046764
],
[
-2.48765018387724,
38.4742258194596
],
[
-2.53060807658232,
38.327016492063
],
[
-2.57273057325034,
38.1795688141423
],
[
-2.61474682816049,
38.0320562308295
],
[
-2.65855770840774,
37.8850220002681
],
[
-2.66658217063372,
37.8576742909108
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "30SWH",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.0,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 191,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T09:41:09.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150706T105016_000191_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 51,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "9abcdf9c-0df9-4396-bcc8-1fc9cf48d2ea",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(9abcdf9c-0df9-4396-bcc8-1fc9cf48d2ea)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30SWH_20231009T094109.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(15397473-7e49-4d36-8463-c9996d5ec74a)/$value",
"ContentLength": 590325480,
"Checksum": [
{
"Value": "265ca232ad15d4d85f81c902719fd18c",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:20.878009Z"
},
{
"Value": "d0c58561ae6e3dc363c1eb753970f34f11cd1cfbff3e128b8405d3aeac31478c",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:22.092424Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T30SWH_20231009T094109.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "bec581c0-47e5-4591-9fc6-fbf65b15a736",
"Name": "S2A_MSIL1C_20150909T100016_N0500_R122_T33UVP_20231011T100600.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 733871601,
"OriginDate": "2024-05-30T14:52:14.682000Z",
"PublicationDate": "2024-05-30T14:58:47.506619Z",
"ModificationDate": "2025-06-22T22:50:07.216513Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/09/S2A_MSIL1C_20150909T100016_N0500_R122_T33UVP_20231011T100600.SAFE",
"Checksum": [
{
"Value": "84b3578d73e221a8383e1b49d1e83718",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:50:05.846864Z"
},
{
"Value": "41b347c0a97a9d639f3ec2c16319e99f24d87386132988c6d5c605c5a2d65dba",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:50:06.948479Z"
}
],
"ContentDate": {
"Start": "2015-09-09T10:00:16.027000Z",
"End": "2015-09-09T10:00:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((13.6391768022474 48.7449776884632, 13.6651350680847 47.7574035317346, 15.130248809844 47.7650926644644, 15.1327826099707 48.7529365097654, 13.6391768022474 48.7449776884632))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
13.6391768022474,
48.7449776884632
],
[
13.6651350680847,
47.7574035317346
],
[
15.130248809844,
47.7650926644644
],
[
15.1327826099707,
48.7529365097654
],
[
13.6391768022474,
48.7449776884632
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33UVP",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 95.4352772552181,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T100600_S20150909T100017_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1120,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T10:06:00.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150909T100016_001120_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 122,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-09T10:00:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-09T10:00:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "1dd3bbbf-2af8-49a7-9aa2-d6bf89e769e6",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(1dd3bbbf-2af8-49a7-9aa2-d6bf89e769e6)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/09/S2A_MSIL1C_20150909T100016_N0500_R122_T33UVP_20231011T100600.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(bec581c0-47e5-4591-9fc6-fbf65b15a736)/$value",
"ContentLength": 733871601,
"Checksum": [
{
"Value": "84b3578d73e221a8383e1b49d1e83718",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:50:05.846864Z"
},
{
"Value": "41b347c0a97a9d639f3ec2c16319e99f24d87386132988c6d5c605c5a2d65dba",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:50:06.948479Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/09/S2A_MSIL1C_20150909T100016_N0500_R122_T33UVP_20231011T100600.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "2fb585db-f786-4949-932e-cee536c555f8",
"Name": "S2A_MSIL1C_20150831T093006_N0500_R136_T34UEU_20231025T065810.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 805986738,
"OriginDate": "2024-05-30T06:29:24.840000Z",
"PublicationDate": "2024-05-30T06:35:48.031246Z",
"ModificationDate": "2025-06-22T23:04:58.504481Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34UEU_20231025T065810.SAFE",
"Checksum": [
{
"Value": "4a0d3acf2940040f1aa3aa8491cd9237",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:56.472211Z"
},
{
"Value": "961f24f78dcab35f06d35f5446f7b3cce3359d16b3465e6f0ff8e74f76e30377",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:57.857950Z"
}
],
"ContentDate": {
"Start": "2015-08-31T09:30:06.027000Z",
"End": "2015-08-31T09:30:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((20.999728679463 48.6054979391112, 20.9997330963449 47.7651665667219, 22.4647868669399 47.7558186458081, 22.4932694755772 48.7433372246506, 21.0560061009974 48.7526484110472, 21.0182783257975 48.6547783291806, 20.999728679463 48.6054979391112))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
20.999728679463,
48.6054979391112
],
[
20.9997330963449,
47.7651665667219
],
[
22.4647868669399,
47.7558186458081
],
[
22.4932694755772,
48.7433372246506
],
[
21.0560061009974,
48.7526484110472
],
[
21.0182783257975,
48.6547783291806
],
[
20.999728679463,
48.6054979391112
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "34UEU",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.006738802805258781,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 991,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-25T06:58:10.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150831T093006_000991_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 136,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "67d66f9e-e386-4b57-a454-402a8e1e1489",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(67d66f9e-e386-4b57-a454-402a8e1e1489)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34UEU_20231025T065810.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(2fb585db-f786-4949-932e-cee536c555f8)/$value",
"ContentLength": 805986738,
"Checksum": [
{
"Value": "4a0d3acf2940040f1aa3aa8491cd9237",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:56.472211Z"
},
{
"Value": "961f24f78dcab35f06d35f5446f7b3cce3359d16b3465e6f0ff8e74f76e30377",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:04:57.857950Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34UEU_20231025T065810.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "77e7923e-fc62-4d3a-ba70-c221f5d2f773",
"Name": "S2A_MSIL1C_20150923T112116_N0500_R037_T32VKL_20231015T144534.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 12904590,
"OriginDate": "2024-05-26T23:48:13.481000Z",
"PublicationDate": "2024-05-27T00:27:25.210667Z",
"ModificationDate": "2025-06-17T09:32:28.723428Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T112116_N0500_R037_T32VKL_20231015T144534.SAFE",
"Checksum": [
{
"Value": "8d4145b491329988b4420e3cf8acd325",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:28.361783Z"
},
{
"Value": "3861e1d84d58371652b9203410ccb21205b6bfdde4f59515b4cd1a25685e2d7e",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:28.407871Z"
}
],
"ContentDate": {
"Start": "2015-09-23T11:21:16.027000Z",
"End": "2015-09-23T11:21:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((3.83212896677527 59.43522119265, 3.70803753635104 59.4311055591235, 3.72807745957058 59.298699279457, 3.79085644671503 59.3812974539231, 3.83212896677527 59.43522119265))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
3.83212896677527,
59.43522119265
],
[
3.70803753635104,
59.4311055591235
],
[
3.72807745957058,
59.298699279457
],
[
3.79085644671503,
59.3812974539231
],
[
3.83212896677527,
59.43522119265
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32VKL",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 100.0,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T144534_S20150923T112113_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1321,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T14:45:34.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150923T112116_001321_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 37,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-23T11:21:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-23T11:21:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "2286cb6e-4006-4a80-912e-df0611065447",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(2286cb6e-4006-4a80-912e-df0611065447)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T112116_N0500_R037_T32VKL_20231015T144534.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(77e7923e-fc62-4d3a-ba70-c221f5d2f773)/$value",
"ContentLength": 12904590,
"Checksum": [
{
"Value": "8d4145b491329988b4420e3cf8acd325",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:28.361783Z"
},
{
"Value": "3861e1d84d58371652b9203410ccb21205b6bfdde4f59515b4cd1a25685e2d7e",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:28.407871Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T112116_N0500_R037_T32VKL_20231015T144534.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "3880660f-9588-4b4d-91a5-ca2676a43fe3",
"Name": "S2A_MSIL1C_20150704T101006_N0500_R022_T33UVR_20231011T134419.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 814572630,
"OriginDate": "2024-06-11T19:54:24.426000Z",
"PublicationDate": "2024-06-11T20:00:44.331921Z",
"ModificationDate": "2025-06-17T09:32:22.656098Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UVR_20231011T134419.SAFE",
"Checksum": [
{
"Value": "d2d06c8095d90cfe7cefeca3a7e38c55",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:20.415692Z"
},
{
"Value": "610311296aa3951e36705e00ed9e121106c4c648927079531bd6629cecb658cf",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:22.235924Z"
}
],
"ContentDate": {
"Start": "2015-07-04T10:10:06.027000Z",
"End": "2015-07-04T10:10:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((13.5880861366286 50.5437323318846, 13.6167627328561 49.5564878434315, 15.134970502622 49.564676297854, 15.1377697557676 50.5522106222613, 13.5880861366286 50.5437323318846))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
13.5880861366286,
50.5437323318846
],
[
13.6167627328561,
49.5564878434315
],
[
15.134970502622,
49.564676297854
],
[
15.1377697557676,
50.5522106222613
],
[
13.5880861366286,
50.5437323318846
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33UVR",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.368986831496909,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 162,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T13:44:19.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150704T101006_000162_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "3ad0153f-2013-48bc-a00e-8fc333ab42cb",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(3ad0153f-2013-48bc-a00e-8fc333ab42cb)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UVR_20231011T134419.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(3880660f-9588-4b4d-91a5-ca2676a43fe3)/$value",
"ContentLength": 814572630,
"Checksum": [
{
"Value": "d2d06c8095d90cfe7cefeca3a7e38c55",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:20.415692Z"
},
{
"Value": "610311296aa3951e36705e00ed9e121106c4c648927079531bd6629cecb658cf",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:22.235924Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UVR_20231011T134419.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "9962a207-689d-43af-b586-3a009a8da50b",
"Name": "S2A_MSIL1C_20150915T102026_N0500_R065_T32UQD_20231015T132359.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 779815060,
"OriginDate": "2024-06-10T15:22:49.452000Z",
"PublicationDate": "2024-06-10T15:29:39.817147Z",
"ModificationDate": "2025-06-22T22:34:41.670083Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32UQD_20231015T132359.SAFE",
"Checksum": [
{
"Value": "50d1af3186ae0231814fb98495675f63",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:34:39.713259Z"
},
{
"Value": "d7fb0dee9147a69312281e85d2f94a14cce84897971aef84bce9a392fe37ebb1",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:34:41.328916Z"
}
],
"ContentDate": {
"Start": "2015-09-15T10:20:26.027000Z",
"End": "2015-09-15T10:20:26.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((11.9946409228483 53.211992871884, 11.9278200313952 52.226225391291, 13.5310321704853 52.1754847191696, 13.6341830174492 53.1594219676414, 11.9946409228483 53.211992871884))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
11.9946409228483,
53.211992871884
],
[
11.9278200313952,
52.226225391291
],
[
13.5310321704853,
52.1754847191696
],
[
13.6341830174492,
53.1594219676414
],
[
11.9946409228483,
53.211992871884
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32UQD",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 52.7563677625489,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T132359_S20150915T102026_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1206,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T13:23:59.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150915T102026_001206_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 65,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-15T10:20:26.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-15T10:20:26.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "9e5563be-b6f0-45b7-b191-d59db1678e0f",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(9e5563be-b6f0-45b7-b191-d59db1678e0f)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32UQD_20231015T132359.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(9962a207-689d-43af-b586-3a009a8da50b)/$value",
"ContentLength": 779815060,
"Checksum": [
{
"Value": "50d1af3186ae0231814fb98495675f63",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:34:39.713259Z"
},
{
"Value": "d7fb0dee9147a69312281e85d2f94a14cce84897971aef84bce9a392fe37ebb1",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:34:41.328916Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32UQD_20231015T132359.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "cfd6c7c1-3272-4b7e-b66c-256fba44799e",
"Name": "S2A_MSIL1C_20150704T101006_N0500_R022_T32SNG_20231011T134419.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 760166620,
"OriginDate": "2024-06-11T20:30:26.090000Z",
"PublicationDate": "2024-06-11T20:37:22.778166Z",
"ModificationDate": "2025-06-17T09:32:23.585857Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SNG_20231011T134419.SAFE",
"Checksum": [
{
"Value": "29449a1dafea3be5452590b5a0545d15",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:22.185711Z"
},
{
"Value": "ee10b9bb12b94d62338bf6acb48180b4f94ff8074bc0ef12fff89552771ca943",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:23.318686Z"
}
],
"ContentDate": {
"Start": "2015-07-04T10:10:06.027000Z",
"End": "2015-07-04T10:10:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((8.99977236454523 37.9475895719933, 8.99977534430751 36.9578810952015, 10.2330052482229 36.9514794718307, 10.2493542915807 37.9409562305747, 8.99977236454523 37.9475895719933))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
8.99977236454523,
37.9475895719933
],
[
8.99977534430751,
36.9578810952015
],
[
10.2330052482229,
36.9514794718307
],
[
10.2493542915807,
37.9409562305747
],
[
8.99977236454523,
37.9475895719933
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32SNG",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.0,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 162,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T13:44:19.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150704T101006_000162_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "ef8051f3-f5f0-41c8-af67-d1bba878d67b",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(ef8051f3-f5f0-41c8-af67-d1bba878d67b)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SNG_20231011T134419.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(cfd6c7c1-3272-4b7e-b66c-256fba44799e)/$value",
"ContentLength": 760166620,
"Checksum": [
{
"Value": "29449a1dafea3be5452590b5a0545d15",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:22.185711Z"
},
{
"Value": "ee10b9bb12b94d62338bf6acb48180b4f94ff8074bc0ef12fff89552771ca943",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:23.318686Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32SNG_20231011T134419.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "fdc98219-109e-4ff0-add2-acbeb61ecdca",
"Name": "S2A_MSIL1C_20150928T103036_N0500_R108_T31TFN_20231015T170410.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 236751906,
"OriginDate": "2024-05-30T05:00:41.718000Z",
"PublicationDate": "2024-05-30T05:07:10.639945Z",
"ModificationDate": "2025-06-17T09:32:43.897284Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31TFN_20231015T170410.SAFE",
"Checksum": [
{
"Value": "87ae21f09ff03daba48f86eef3bc2e34",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:43.079557Z"
},
{
"Value": "30c1ed6e6f00b84b9a58306f6589a89ed7278daefd2e4eea778fbebeaa0b5930",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:43.572653Z"
}
],
"ContentDate": {
"Start": "2015-09-28T10:30:36.027000Z",
"End": "2015-09-28T10:30:36.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((5.23148898251858 46.8418539958872, 5.75108499862016 46.8326283192514, 5.80284668292451 47.8194744029593, 5.58824262754908 47.8233452106971, 5.55720712074085 47.7392826353309, 5.50363241677878 47.5928600663036, 5.45003285092168 47.4464373710571, 5.39647095056517 47.2999653666085, 5.34332500817164 47.1534149818, 5.29045167985076 47.0068439676427, 5.23803644920231 46.860293741907, 5.23148898251858 46.8418539958872))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
5.23148898251858,
46.8418539958872
],
[
5.75108499862016,
46.8326283192514
],
[
5.80284668292451,
47.8194744029593
],
[
5.58824262754908,
47.8233452106971
],
[
5.55720712074085,
47.7392826353309
],
[
5.50363241677878,
47.5928600663036
],
[
5.45003285092168,
47.4464373710571
],
[
5.39647095056517,
47.2999653666085
],
[
5.34332500817164,
47.1534149818
],
[
5.29045167985076,
47.0068439676427
],
[
5.23803644920231,
46.860293741907
],
[
5.23148898251858,
46.8418539958872
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31TFN",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.0,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T170410_S20150928T103701_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1392,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T17:04:10.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150928T103036_001392_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 108,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-28T10:30:36.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-28T10:30:36.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "2fe14479-e53e-436f-a2c2-3ffccbf15408",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(2fe14479-e53e-436f-a2c2-3ffccbf15408)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31TFN_20231015T170410.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(fdc98219-109e-4ff0-add2-acbeb61ecdca)/$value",
"ContentLength": 236751906,
"Checksum": [
{
"Value": "87ae21f09ff03daba48f86eef3bc2e34",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:43.079557Z"
},
{
"Value": "30c1ed6e6f00b84b9a58306f6589a89ed7278daefd2e4eea778fbebeaa0b5930",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:43.572653Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31TFN_20231015T170410.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "47dd1852-9931-4b4f-a647-e3f2e1e18dcd",
"Name": "S2A_MSIL1C_20150916T095016_N0500_R079_T33TXM_20231015T142455.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 713419307,
"OriginDate": "2024-05-28T10:08:41.571000Z",
"PublicationDate": "2024-05-28T10:31:58.985038Z",
"ModificationDate": "2025-06-22T22:34:42.082648Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T33TXM_20231015T142455.SAFE",
"Checksum": [
{
"Value": "c4f7477b9f0436b767053a9bb9a16b3d",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:34:40.683955Z"
},
{
"Value": "7758650b812f7269db46b787d9c7f43b84251035532d7f21690f3adf080fd2d3",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:34:41.773306Z"
}
],
"ContentDate": {
"Start": "2015-09-16T09:50:16.027000Z",
"End": "2015-09-16T09:50:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((16.3140352803744 46.9461682539754, 16.2904840687273 45.9582645183917, 17.7062543330451 45.9334965048851, 17.7555849160642 46.9205363881921, 16.3140352803744 46.9461682539754))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
16.3140352803744,
46.9461682539754
],
[
16.2904840687273,
45.9582645183917
],
[
17.7062543330451,
45.9334965048851
],
[
17.7555849160642,
46.9205363881921
],
[
16.3140352803744,
46.9461682539754
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33TXM",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 90.7973065782794,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T142455_S20150916T095014_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1220,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T14:24:55.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150916T095016_001220_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 79,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-16T09:50:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-16T09:50:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "06e6a91f-2c6c-4c45-8aa5-8441663806cc",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(06e6a91f-2c6c-4c45-8aa5-8441663806cc)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T33TXM_20231015T142455.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(47dd1852-9931-4b4f-a647-e3f2e1e18dcd)/$value",
"ContentLength": 713419307,
"Checksum": [
{
"Value": "c4f7477b9f0436b767053a9bb9a16b3d",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:34:40.683955Z"
},
{
"Value": "7758650b812f7269db46b787d9c7f43b84251035532d7f21690f3adf080fd2d3",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:34:41.773306Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T33TXM_20231015T142455.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "7e48ac6b-41e2-4bea-92fd-d48f70bb2517",
"Name": "S2A_MSIL1C_20150928T103036_N0500_R108_T32UMU_20231015T170410.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 838907956,
"OriginDate": "2024-05-30T05:23:03.868000Z",
"PublicationDate": "2024-05-30T05:29:47.613655Z",
"ModificationDate": "2025-06-17T09:32:46.010326Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T32UMU_20231015T170410.SAFE",
"Checksum": [
{
"Value": "3240a3f1265219ad5b26239fd5d9165a",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:44.083832Z"
},
{
"Value": "12bfce4e14046c359071111a4e324e44f8434d056d3c80fc5c833dc44c25e56d",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:45.727950Z"
}
],
"ContentDate": {
"Start": "2015-09-28T10:30:36.027000Z",
"End": "2015-09-28T10:30:36.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((7.63917680224736 48.7449776884632, 7.66513506808472 47.7574035317346, 9.13024880984398 47.7650926644644, 9.13278260997073 48.7529365097654, 7.63917680224736 48.7449776884632))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
7.63917680224736,
48.7449776884632
],
[
7.66513506808472,
47.7574035317346
],
[
9.13024880984398,
47.7650926644644
],
[
9.13278260997073,
48.7529365097654
],
[
7.63917680224736,
48.7449776884632
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32UMU",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 14.4106124399056,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T170410_S20150928T103701_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1392,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T17:04:10.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150928T103036_001392_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 108,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-28T10:30:36.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-28T10:30:36.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "f4ca6c9d-2dc9-465d-85b1-bab344617c81",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(f4ca6c9d-2dc9-465d-85b1-bab344617c81)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T32UMU_20231015T170410.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(7e48ac6b-41e2-4bea-92fd-d48f70bb2517)/$value",
"ContentLength": 838907956,
"Checksum": [
{
"Value": "3240a3f1265219ad5b26239fd5d9165a",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:44.083832Z"
},
{
"Value": "12bfce4e14046c359071111a4e324e44f8434d056d3c80fc5c833dc44c25e56d",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:45.727950Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T32UMU_20231015T170410.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "a6453e98-114e-4ed5-abb3-94f265873c00",
"Name": "S2A_MSIL1C_20150928T103036_N0500_R108_T31SDA_20231015T170410.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 719812222,
"OriginDate": "2024-05-30T05:18:58.585000Z",
"PublicationDate": "2024-05-30T05:26:04.264981Z",
"ModificationDate": "2025-06-17T09:33:19.334485Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31SDA_20231015T170410.SAFE",
"Checksum": [
{
"Value": "b9c85a6fc71ab2aaea41681d0a4ce86f",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:33:17.763172Z"
},
{
"Value": "0ea6d31e8c9f2fea5d21bee7bc7d2947181afd2cc7065cf2e79b824d50fd9d00",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:33:19.042236Z"
}
],
"ContentDate": {
"Start": "2015-09-28T10:30:36.027000Z",
"End": "2015-09-28T10:30:36.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((1.88745388502315 36.1809096370519, 1.88931628784403 36.0515787129015, 3.10836845745311 36.0566749855428, 3.1097593207787 37.0465322810158, 2.13043346041315 37.0423423497623, 2.1215500782354 37.0110996532642, 2.07959031203787 36.8636063573911, 2.03769218764171 36.7161042587928, 1.99575333982364 36.5685269549764, 1.95605706772014 36.4203106568861, 1.91307440097639 36.2731676083754, 1.88745388502315 36.1809096370519))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
1.88745388502315,
36.1809096370519
],
[
1.88931628784403,
36.0515787129015
],
[
3.10836845745311,
36.0566749855428
],
[
3.1097593207787,
37.0465322810158
],
[
2.13043346041315,
37.0423423497623
],
[
2.1215500782354,
37.0110996532642
],
[
2.07959031203787,
36.8636063573911
],
[
2.03769218764171,
36.7161042587928
],
[
1.99575333982364,
36.5685269549764
],
[
1.95605706772014,
36.4203106568861
],
[
1.91307440097639,
36.2731676083754
],
[
1.88745388502315,
36.1809096370519
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31SDA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 10.2940446874327,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T170410_S20150928T103701_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1392,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T17:04:10.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150928T103036_001392_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 108,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-28T10:30:36.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-28T10:30:36.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "ad16923a-b21f-4dec-9ab3-fc900afc1ff6",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(ad16923a-b21f-4dec-9ab3-fc900afc1ff6)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31SDA_20231015T170410.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(a6453e98-114e-4ed5-abb3-94f265873c00)/$value",
"ContentLength": 719812222,
"Checksum": [
{
"Value": "b9c85a6fc71ab2aaea41681d0a4ce86f",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:33:17.763172Z"
},
{
"Value": "0ea6d31e8c9f2fea5d21bee7bc7d2947181afd2cc7065cf2e79b824d50fd9d00",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:33:19.042236Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31SDA_20231015T170410.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "030ab867-d8b5-4a6f-815d-92571b685fc3",
"Name": "S2A_MSIL1C_20150704T101006_N0500_R022_T32TMN_20231011T134419.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 121748609,
"OriginDate": "2024-06-11T19:02:08.093000Z",
"PublicationDate": "2024-06-11T19:08:30.529588Z",
"ModificationDate": "2025-06-17T09:32:25.384546Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TMN_20231011T134419.SAFE",
"Checksum": [
{
"Value": "d2492e76a3e97006409ee22df73f3aff",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:24.834293Z"
},
{
"Value": "879f2c05092ba2332a4c434c5377b603283740340bc0fa59adc2d60bd0788dc3",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:25.091187Z"
}
],
"ContentDate": {
"Start": "2015-07-04T10:10:06.027000Z",
"End": "2015-07-04T10:10:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((8.76504102422207 42.3623206810645, 9.11852722087146 42.364010656319, 9.1204336460534 43.3527919852178, 9.08163542420292 43.3526030458954, 9.06686733801519 43.3073087192987, 9.01903886733313 43.1603923095342, 8.9713773929195 43.0134248314821, 8.92394181550875 42.8664127238814, 8.87671352665472 42.7193998455874, 8.82992131621697 42.5723179783991, 8.7847910803338 42.424901246627, 8.76504102422207 42.3623206810645))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
8.76504102422207,
42.3623206810645
],
[
9.11852722087146,
42.364010656319
],
[
9.1204336460534,
43.3527919852178
],
[
9.08163542420292,
43.3526030458954
],
[
9.06686733801519,
43.3073087192987
],
[
9.01903886733313,
43.1603923095342
],
[
8.9713773929195,
43.0134248314821
],
[
8.92394181550875,
42.8664127238814
],
[
8.87671352665472,
42.7193998455874
],
[
8.82992131621697,
42.5723179783991
],
[
8.7847910803338,
42.424901246627
],
[
8.76504102422207,
42.3623206810645
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32TMN",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.0,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 162,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T13:44:19.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150704T101006_000162_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "d5457b65-7e52-469c-843b-e2a6ed15d430",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(d5457b65-7e52-469c-843b-e2a6ed15d430)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TMN_20231011T134419.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(030ab867-d8b5-4a6f-815d-92571b685fc3)/$value",
"ContentLength": 121748609,
"Checksum": [
{
"Value": "d2492e76a3e97006409ee22df73f3aff",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:24.834293Z"
},
{
"Value": "879f2c05092ba2332a4c434c5377b603283740340bc0fa59adc2d60bd0788dc3",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:25.091187Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T32TMN_20231011T134419.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "a2eec3bf-c772-48ab-ae1f-43be2aa5e020",
"Name": "S2A_MSIL1C_20150704T101006_N0500_R022_T34VCK_20231011T134419.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 578519150,
"OriginDate": "2024-06-11T19:44:27.968000Z",
"PublicationDate": "2024-06-11T19:51:09.053990Z",
"ModificationDate": "2025-06-17T09:32:25.642528Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T34VCK_20231011T134419.SAFE",
"Checksum": [
{
"Value": "67aebc6d0184b9f1c0311f1e8cb0fd4a",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:24.101700Z"
},
{
"Value": "ddf7a043bf160107f323ac5824550738a0fb3a320d65b1cc06ddadb155a781fb",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:25.406833Z"
}
],
"ContentDate": {
"Start": "2015-07-04T10:10:06.027000Z",
"End": "2015-07-04T10:10:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((17.5582651071083 58.5945886925831, 17.6519253667446 57.6101061182621, 19.4888439626895 57.645422684561, 19.4464903386044 58.6312780790151, 17.5582651071083 58.5945886925831))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
17.5582651071083,
58.5945886925831
],
[
17.6519253667446,
57.6101061182621
],
[
19.4888439626895,
57.645422684561
],
[
19.4464903386044,
58.6312780790151
],
[
17.5582651071083,
58.5945886925831
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "34VCK",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.0,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 162,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T13:44:19.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150704T101006_000162_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "60f6522c-29ce-4f63-a85f-ab706a47e818",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(60f6522c-29ce-4f63-a85f-ab706a47e818)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T34VCK_20231011T134419.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(a2eec3bf-c772-48ab-ae1f-43be2aa5e020)/$value",
"ContentLength": 578519150,
"Checksum": [
{
"Value": "67aebc6d0184b9f1c0311f1e8cb0fd4a",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:24.101700Z"
},
{
"Value": "ddf7a043bf160107f323ac5824550738a0fb3a320d65b1cc06ddadb155a781fb",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:25.406833Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T34VCK_20231011T134419.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "5c253924-5bae-4a6f-ac40-9a641effed25",
"Name": "S2A_MSIL1C_20150706T105016_N0500_R051_T32VMM_20231009T094109.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 667723627,
"OriginDate": "2024-06-07T00:34:27.784000Z",
"PublicationDate": "2024-06-07T00:40:05.603461Z",
"ModificationDate": "2025-06-17T09:36:36.615963Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T32VMM_20231009T094109.SAFE",
"Checksum": [
{
"Value": "23d91e6ce9186a41b19baf9e53208db2",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:36:34.749938Z"
},
{
"Value": "445ee90145be3a5d1aa39bebdf7759e2111f3b1ba06bfab85a7772e5b78a8040",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:36:36.271957Z"
}
],
"ContentDate": {
"Start": "2015-07-06T10:50:16.027000Z",
"End": "2015-07-06T10:50:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((7.18299268869728 60.4240683779956, 7.2361119974404 59.4386163402902, 9.17213355300367 59.4504117554091, 9.17732073124115 60.4363388199983, 7.18299268869728 60.4240683779956))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
7.18299268869728,
60.4240683779956
],
[
7.2361119974404,
59.4386163402902
],
[
9.17213355300367,
59.4504117554091
],
[
9.17732073124115,
60.4363388199983
],
[
7.18299268869728,
60.4240683779956
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32VMM",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 92.7703126399713,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 191,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T09:41:09.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150706T105016_000191_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 51,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "00127e5f-0eb2-4e8f-8bc7-3ec79eb583bd",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(00127e5f-0eb2-4e8f-8bc7-3ec79eb583bd)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T32VMM_20231009T094109.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(5c253924-5bae-4a6f-ac40-9a641effed25)/$value",
"ContentLength": 667723627,
"Checksum": [
{
"Value": "23d91e6ce9186a41b19baf9e53208db2",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:36:34.749938Z"
},
{
"Value": "445ee90145be3a5d1aa39bebdf7759e2111f3b1ba06bfab85a7772e5b78a8040",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:36:36.271957Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T32VMM_20231009T094109.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "7e198c82-dec7-4678-a5e4-81dd086035f1",
"Name": "S2A_MSIL1C_20150916T095016_N0500_R079_T33TWL_20231015T142455.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 714956756,
"OriginDate": "2024-05-28T10:02:51.511000Z",
"PublicationDate": "2024-05-28T10:43:00.462059Z",
"ModificationDate": "2025-06-22T22:34:44.418493Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T33TWL_20231015T142455.SAFE",
"Checksum": [
{
"Value": "80f656d54f37dacccddfecfcae61ae9c",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:34:42.954340Z"
},
{
"Value": "f6a8f56f32c90c5fddb6b898ac039df0327a15b79878f4a761e24d74cb801eed",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:34:43.989467Z"
}
],
"ContentDate": {
"Start": "2015-09-16T09:50:16.027000Z",
"End": "2015-09-16T09:50:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((15.28522365798 45.0635175767312, 16.3942538709884 45.0567485930578, 16.4189041443533 46.0447662268356, 15.028375359141 46.0533966514413, 14.9997418274701 45.972806505036, 14.9997457801647 45.1034069708587, 15.0274213577522 45.0994892482853, 15.0273529490704 45.0992838313709, 15.0459499185736 45.0965948831736, 15.04613267596 45.0971485050917, 15.0461630258125 45.0971441774271, 15.0462790905898 45.0974944782368, 15.28522365798 45.0635175767312))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
15.28522365798,
45.0635175767312
],
[
16.3942538709884,
45.0567485930578
],
[
16.4189041443533,
46.0447662268356
],
[
15.028375359141,
46.0533966514413
],
[
14.9997418274701,
45.972806505036
],
[
14.9997457801647,
45.1034069708587
],
[
15.0274213577522,
45.0994892482853
],
[
15.0273529490704,
45.0992838313709
],
[
15.0459499185736,
45.0965948831736
],
[
15.04613267596,
45.0971485050917
],
[
15.0461630258125,
45.0971441774271
],
[
15.0462790905898,
45.0974944782368
],
[
15.28522365798,
45.0635175767312
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33TWL",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 99.90117874497008,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T142455_S20150916T095014_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1220,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T14:24:55.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150916T095016_001220_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 79,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-16T09:50:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-16T09:50:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "e13d6b66-3186-4aa9-9866-16136e4ebc40",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(e13d6b66-3186-4aa9-9866-16136e4ebc40)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T33TWL_20231015T142455.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(7e198c82-dec7-4678-a5e4-81dd086035f1)/$value",
"ContentLength": 714956756,
"Checksum": [
{
"Value": "80f656d54f37dacccddfecfcae61ae9c",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:34:42.954340Z"
},
{
"Value": "f6a8f56f32c90c5fddb6b898ac039df0327a15b79878f4a761e24d74cb801eed",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:34:43.989467Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T33TWL_20231015T142455.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "30327577-188a-41f7-8959-087c708ae3d0",
"Name": "S2A_MSIL1C_20150831T093006_N0500_R136_T35ULU_20231025T065810.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 805487815,
"OriginDate": "2024-05-30T06:45:08.427000Z",
"PublicationDate": "2024-05-30T06:52:54.756471Z",
"ModificationDate": "2025-06-22T23:05:01.447294Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35ULU_20231025T065810.SAFE",
"Checksum": [
{
"Value": "3965e09a4cb79685db6977934e6bceec",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:59.939298Z"
},
{
"Value": "a81f6933bd299d35e54d241e3a093e439dc261ce7c17263db30ccdd42d5f13b6",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:05:01.157259Z"
}
],
"ContentDate": {
"Start": "2015-08-31T09:30:06.027000Z",
"End": "2015-08-31T09:30:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((24.0047609250695 53.211977826627, 24.0715951163349 52.2262108704356, 25.6785440650095 52.2551507487808, 25.6483415144924 53.2419635476436, 24.0047609250695 53.211977826627))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
24.0047609250695,
53.211977826627
],
[
24.0715951163349,
52.2262108704356
],
[
25.6785440650095,
52.2551507487808
],
[
25.6483415144924,
53.2419635476436
],
[
24.0047609250695,
53.211977826627
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "35ULU",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 12.4781271462271,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 991,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-25T06:58:10.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150831T093006_000991_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 136,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "ecb2db0d-1cef-4bd5-babf-ee069fad234c",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(ecb2db0d-1cef-4bd5-babf-ee069fad234c)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35ULU_20231025T065810.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(30327577-188a-41f7-8959-087c708ae3d0)/$value",
"ContentLength": 805487815,
"Checksum": [
{
"Value": "3965e09a4cb79685db6977934e6bceec",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:04:59.939298Z"
},
{
"Value": "a81f6933bd299d35e54d241e3a093e439dc261ce7c17263db30ccdd42d5f13b6",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:05:01.157259Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T35ULU_20231025T065810.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "fe878cf1-5df6-4292-a742-cbd667f98f18",
"Name": "S2A_MSIL1C_20150930T092946_N0500_R136_T34UEU_20231020T102715.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 826193964,
"OriginDate": "2024-05-25T03:55:34.498000Z",
"PublicationDate": "2024-05-26T06:11:51.316811Z",
"ModificationDate": "2025-06-22T22:17:16.021288Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/30/S2A_MSIL1C_20150930T092946_N0500_R136_T34UEU_20231020T102715.SAFE",
"Checksum": [
{
"Value": "5d875d105a97e37b5f44c5d81880cd16",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:17:14.483885Z"
},
{
"Value": "23149bd9eb48b2ba3e49baa8c140c62331694869f16245ae6442ef0c3b121b9f",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:17:15.727860Z"
}
],
"ContentDate": {
"Start": "2015-09-30T09:29:46.027000Z",
"End": "2015-09-30T09:29:46.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((20.9997284419191 48.6506917231814, 20.9997330963449 47.7651665667219, 22.4647868669399 47.7558186458081, 22.4932694755772 48.7433372246506, 21.0398406196944 48.7527531377189, 20.9997284419191 48.6506917231814))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
20.9997284419191,
48.6506917231814
],
[
20.9997330963449,
47.7651665667219
],
[
22.4647868669399,
47.7558186458081
],
[
22.4932694755772,
48.7433372246506
],
[
21.0398406196944,
48.7527531377189
],
[
20.9997284419191,
48.6506917231814
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "34UEU",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 97.6719351726753,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231020T102715_S20150930T093322_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1420,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-20T10:27:15.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150930T092946_001420_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 136,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-30T09:29:46.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-30T09:29:46.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "bcaea9de-ea6c-4bb2-88ab-5f5566e3e7ce",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(bcaea9de-ea6c-4bb2-88ab-5f5566e3e7ce)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/30/S2A_MSIL1C_20150930T092946_N0500_R136_T34UEU_20231020T102715.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(fe878cf1-5df6-4292-a742-cbd667f98f18)/$value",
"ContentLength": 826193964,
"Checksum": [
{
"Value": "5d875d105a97e37b5f44c5d81880cd16",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:17:14.483885Z"
},
{
"Value": "23149bd9eb48b2ba3e49baa8c140c62331694869f16245ae6442ef0c3b121b9f",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:17:15.727860Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/30/S2A_MSIL1C_20150930T092946_N0500_R136_T34UEU_20231020T102715.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "18c81f2e-9882-4586-a06e-ce40150ada9a",
"Name": "S2A_MSIL1C_20150909T100016_N0500_R122_T33TWN_20231011T100600.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 819071794,
"OriginDate": "2024-05-30T14:28:06.865000Z",
"PublicationDate": "2024-05-30T14:42:25.176203Z",
"ModificationDate": "2025-06-22T22:49:43.492177Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/09/S2A_MSIL1C_20150909T100016_N0500_R122_T33TWN_20231011T100600.SAFE",
"Checksum": [
{
"Value": "d35fe9c4fb391c2e161383a925cf3e03",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:49:42.058088Z"
},
{
"Value": "3d4f26115d7f456562c4218cb103bf36b8c92de534952b6f20f4950141aaa8e5",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:49:43.227918Z"
}
],
"ContentDate": {
"Start": "2015-09-09T10:00:16.027000Z",
"End": "2015-09-09T10:00:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((14.9997326423426 47.8537018424875, 14.9997375874494 46.8656998733542, 16.44014982441 46.8566398819074, 16.4672773767682 47.8443250465141, 14.9997326423426 47.8537018424875))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
14.9997326423426,
47.8537018424875
],
[
14.9997375874494,
46.8656998733542
],
[
16.44014982441,
46.8566398819074
],
[
16.4672773767682,
47.8443250465141
],
[
14.9997326423426,
47.8537018424875
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33TWN",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 69.6619785601242,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T100600_S20150909T100017_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1120,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T10:06:00.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150909T100016_001120_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 122,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-09T10:00:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-09T10:00:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "fffe189e-055c-4ec2-a035-f613bee58fa1",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(fffe189e-055c-4ec2-a035-f613bee58fa1)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/09/S2A_MSIL1C_20150909T100016_N0500_R122_T33TWN_20231011T100600.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(18c81f2e-9882-4586-a06e-ce40150ada9a)/$value",
"ContentLength": 819071794,
"Checksum": [
{
"Value": "d35fe9c4fb391c2e161383a925cf3e03",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:49:42.058088Z"
},
{
"Value": "3d4f26115d7f456562c4218cb103bf36b8c92de534952b6f20f4950141aaa8e5",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:49:43.227918Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/09/S2A_MSIL1C_20150909T100016_N0500_R122_T33TWN_20231011T100600.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "44c7d3e1-4d9e-4b7f-837e-76d0e5f3063c",
"Name": "S2A_MSIL1C_20150706T105016_N0500_R051_T31UDU_20231009T094109.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 238821819,
"OriginDate": "2024-06-07T00:04:18.533000Z",
"PublicationDate": "2024-06-07T00:10:19.524587Z",
"ModificationDate": "2025-06-17T09:32:26.635707Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31UDU_20231009T094109.SAFE",
"Checksum": [
{
"Value": "db182aaabdcc16a79d68185a0aa18b06",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:26.027204Z"
},
{
"Value": "e58ff823df2e170172d52ac5effb9d45ccff9010f8ed807cbd6e67f7a0a8e58d",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:26.431612Z"
}
],
"ContentDate": {
"Start": "2015-07-06T10:50:16.027000Z",
"End": "2015-07-06T10:50:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((2.30860763204745 52.2577858867161, 3.14300718474266 52.2624595786757, 3.14627687240083 53.2495367346332, 2.7371725755394 53.2472154071088, 2.68489383573589 53.1291975823068, 2.62095691601258 52.9836360624349, 2.55759765125446 52.8381096197451, 2.49464458332789 52.6925668687041, 2.43200206925969 52.5470444758862, 2.36975933398582 52.4015443982703, 2.30860763204745 52.2577858867161))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
2.30860763204745,
52.2577858867161
],
[
3.14300718474266,
52.2624595786757
],
[
3.14627687240083,
53.2495367346332
],
[
2.7371725755394,
53.2472154071088
],
[
2.68489383573589,
53.1291975823068
],
[
2.62095691601258,
52.9836360624349
],
[
2.55759765125446,
52.8381096197451
],
[
2.49464458332789,
52.6925668687041
],
[
2.43200206925969,
52.5470444758862
],
[
2.36975933398582,
52.4015443982703
],
[
2.30860763204745,
52.2577858867161
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31UDU",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 16.2413424368419,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T094109_S20150706T105351_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 191,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T09:41:09.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150706T105016_000191_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 51,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-06T10:50:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "1f7ce3ae-1098-4022-9dd6-2f65a0737564",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(1f7ce3ae-1098-4022-9dd6-2f65a0737564)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31UDU_20231009T094109.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(44c7d3e1-4d9e-4b7f-837e-76d0e5f3063c)/$value",
"ContentLength": 238821819,
"Checksum": [
{
"Value": "db182aaabdcc16a79d68185a0aa18b06",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:26.027204Z"
},
{
"Value": "e58ff823df2e170172d52ac5effb9d45ccff9010f8ed807cbd6e67f7a0a8e58d",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:26.431612Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/06/S2A_MSIL1C_20150706T105016_N0500_R051_T31UDU_20231009T094109.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "c7936208-b5f5-4c10-84aa-6f3d13dbf8ae",
"Name": "S2A_MSIL1C_20150908T103036_N0500_R108_T31UFP_20231009T044244.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 70561026,
"OriginDate": "2024-05-24T04:40:22.228000Z",
"PublicationDate": "2024-05-24T04:52:59.965852Z",
"ModificationDate": "2025-06-22T22:53:21.787303Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/08/S2A_MSIL1C_20150908T103036_N0500_R108_T31UFP_20231009T044244.SAFE",
"Checksum": [
{
"Value": "99a3262dd5740cfe69d4905a2afe4d2c",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:53:21.385958Z"
},
{
"Value": "8d5c9f2001845bf795266302118868a534f88c61275ef912c519984279a605b4",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:53:21.516169Z"
}
],
"ContentDate": {
"Start": "2015-09-08T10:30:36.027000Z",
"End": "2015-09-08T10:30:36.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((5.56419343353161 47.7352575002575, 5.79809471530293 47.7310444777451, 5.83921269024276 48.4775678532063, 5.83805640925032 48.4744722967262, 5.78370157383913 48.3281030806983, 5.72899858680347 48.1818655460109, 5.67493150179029 48.0355023728109, 5.62064212394782 47.8892402162674, 5.56696927213698 47.7428609442975, 5.56419343353161 47.7352575002575))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
5.56419343353161,
47.7352575002575
],
[
5.79809471530293,
47.7310444777451
],
[
5.83921269024276,
48.4775678532063
],
[
5.83805640925032,
48.4744722967262
],
[
5.78370157383913,
48.3281030806983
],
[
5.72899858680347,
48.1818655460109
],
[
5.67493150179029,
48.0355023728109
],
[
5.62064212394782,
47.8892402162674
],
[
5.56696927213698,
47.7428609442975
],
[
5.56419343353161,
47.7352575002575
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31UFP",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 40.1076098412074,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T044244_S20150908T103707_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1106,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T04:42:44.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150908T103036_001106_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 108,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-08T10:30:36.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-08T10:30:36.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "f609954c-cc41-4617-aef3-88ddf7e877fb",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(f609954c-cc41-4617-aef3-88ddf7e877fb)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/08/S2A_MSIL1C_20150908T103036_N0500_R108_T31UFP_20231009T044244.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(c7936208-b5f5-4c10-84aa-6f3d13dbf8ae)/$value",
"ContentLength": 70561026,
"Checksum": [
{
"Value": "99a3262dd5740cfe69d4905a2afe4d2c",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:53:21.385958Z"
},
{
"Value": "8d5c9f2001845bf795266302118868a534f88c61275ef912c519984279a605b4",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:53:21.516169Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/08/S2A_MSIL1C_20150908T103036_N0500_R108_T31UFP_20231009T044244.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "5d6b6fb5-89ca-4dfd-9eef-ad064333c0f7",
"Name": "S2A_MSIL1C_20150908T103036_N0500_R108_T31UGP_20231009T044244.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 833845152,
"OriginDate": "2024-05-24T05:04:54.996000Z",
"PublicationDate": "2024-05-24T05:28:32.245916Z",
"ModificationDate": "2025-06-22T22:53:25.922732Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/08/S2A_MSIL1C_20150908T103036_N0500_R108_T31UGP_20231009T044244.SAFE",
"Checksum": [
{
"Value": "7366a30ff76911ddcaecbc9f026f584f",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:53:23.822646Z"
},
{
"Value": "cc9ec8c982cf45b0c32298ab6ded7d9f6750093677e1efb27f14b111b33126be",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:53:25.537966Z"
}
],
"ContentDate": {
"Start": "2015-09-08T10:30:36.027000Z",
"End": "2015-09-08T10:30:36.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((5.68413826445399 48.0604256879486, 5.66700941814802 47.73416799678, 7.1282606560594 47.6908510657398, 7.20828443578721 48.676094448249, 5.92810835375191 48.7146279441033, 5.89271414048238 48.6208001315748, 5.83805640925032 48.4744722967262, 5.78370157383913 48.3281030806983, 5.72899858680347 48.1818655460109, 5.68413826445399 48.0604256879486))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
5.68413826445399,
48.0604256879486
],
[
5.66700941814802,
47.73416799678
],
[
7.1282606560594,
47.6908510657398
],
[
7.20828443578721,
48.676094448249
],
[
5.92810835375191,
48.7146279441033
],
[
5.89271414048238,
48.6208001315748
],
[
5.83805640925032,
48.4744722967262
],
[
5.78370157383913,
48.3281030806983
],
[
5.72899858680347,
48.1818655460109
],
[
5.68413826445399,
48.0604256879486
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31UGP",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 25.8345088525458,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231009T044244_S20150908T103707_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1106,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-09T04:42:44.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150908T103036_001106_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 108,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-08T10:30:36.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-08T10:30:36.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "c41ef327-b258-47e6-9e20-9cbd76734cdf",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(c41ef327-b258-47e6-9e20-9cbd76734cdf)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/08/S2A_MSIL1C_20150908T103036_N0500_R108_T31UGP_20231009T044244.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(5d6b6fb5-89ca-4dfd-9eef-ad064333c0f7)/$value",
"ContentLength": 833845152,
"Checksum": [
{
"Value": "7366a30ff76911ddcaecbc9f026f584f",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:53:23.822646Z"
},
{
"Value": "cc9ec8c982cf45b0c32298ab6ded7d9f6750093677e1efb27f14b111b33126be",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:53:25.537966Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/08/S2A_MSIL1C_20150908T103036_N0500_R108_T31UGP_20231009T044244.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "aa9c7562-ad40-439e-ad7b-9d13a195f621",
"Name": "S2A_MSIL1C_20150829T103026_N0500_R108_T32UMA_20231010T063117.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 72021534,
"OriginDate": "2024-05-26T06:00:31.820000Z",
"PublicationDate": "2024-05-26T09:08:44.636401Z",
"ModificationDate": "2025-06-22T23:08:26.957006Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/29/S2A_MSIL1C_20150829T103026_N0500_R108_T32UMA_20231010T063117.SAFE",
"Checksum": [
{
"Value": "9d987e414eefeaafc18ff27707767d7c",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:08:26.534369Z"
},
{
"Value": "7b096bd76afaf570c555fc8951bf5fd1d71b07e179324b3580b1fa1c65cfe929",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:08:26.667056Z"
}
],
"ContentDate": {
"Start": "2015-08-29T10:30:26.027000Z",
"End": "2015-08-29T10:30:26.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((7.61132722100088 49.7436153211285, 7.6167627328561 49.5564878434315, 8.63835909683792 49.5619978239699, 8.4002651178815 49.6067295243096, 8.40050845851528 49.6072911075482, 8.40050428855905 49.6072918909474, 8.4006235776662 49.6075671846302, 8.3848099846645 49.6103871580761, 8.3847164943929 49.6101712144708, 8.08459141461332 49.6637555723088, 8.08465813264056 49.6639120118099, 8.06478339914051 49.6674561918522, 8.06473672822259 49.6673466838211, 8.06461549617558 49.6673674564835, 8.06444381051931 49.666964591314, 8.06107480701378 49.6675429742183, 8.06103500974176 49.6674495806431, 7.75751217842471 49.719486186905, 7.75775363763798 49.7200620809015, 7.75759319574529 49.7200895950236, 7.75768450728035 49.7203073856141, 7.74611741615889 49.7222854484457, 7.74399111810098 49.7226221933751, 7.74391801712515 49.7224480514694, 7.61132722100088 49.7436153211285))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
7.61132722100088,
49.7436153211285
],
[
7.6167627328561,
49.5564878434315
],
[
8.63835909683792,
49.5619978239699
],
[
8.4002651178815,
49.6067295243096
],
[
8.40050845851528,
49.6072911075482
],
[
8.40050428855905,
49.6072918909474
],
[
8.4006235776662,
49.6075671846302
],
[
8.3848099846645,
49.6103871580761
],
[
8.3847164943929,
49.6101712144708
],
[
8.08459141461332,
49.6637555723088
],
[
8.08465813264056,
49.6639120118099
],
[
8.06478339914051,
49.6674561918522
],
[
8.06473672822259,
49.6673466838211
],
[
8.06461549617558,
49.6673674564835
],
[
8.06444381051931,
49.666964591314
],
[
8.06107480701378,
49.6675429742183
],
[
8.06103500974176,
49.6674495806431
],
[
7.75751217842471,
49.719486186905
],
[
7.75775363763798,
49.7200620809015
],
[
7.75759319574529,
49.7200895950236
],
[
7.75768450728035,
49.7203073856141
],
[
7.74611741615889,
49.7222854484457
],
[
7.74399111810098,
49.7226221933751
],
[
7.74391801712515,
49.7224480514694
],
[
7.61132722100088,
49.7436153211285
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32UMA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 4.22802475665544,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231010T063117_S20150829T103705_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 963,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-10T06:31:17.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150829T103026_000963_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 108,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-29T10:30:26.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-29T10:30:26.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "d5eaa582-96a9-4b0c-b236-238ccfaf9460",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(d5eaa582-96a9-4b0c-b236-238ccfaf9460)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/29/S2A_MSIL1C_20150829T103026_N0500_R108_T32UMA_20231010T063117.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(aa9c7562-ad40-439e-ad7b-9d13a195f621)/$value",
"ContentLength": 72021534,
"Checksum": [
{
"Value": "9d987e414eefeaafc18ff27707767d7c",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:08:26.534369Z"
},
{
"Value": "7b096bd76afaf570c555fc8951bf5fd1d71b07e179324b3580b1fa1c65cfe929",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:08:26.667056Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/29/S2A_MSIL1C_20150829T103026_N0500_R108_T32UMA_20231010T063117.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "6becf67b-089a-473b-8c31-7ae1db397504",
"Name": "S2A_MSIL1C_20150923T112116_N0500_R037_T31VCF_20231015T144534.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 113441496,
"OriginDate": "2024-05-26T23:50:44.108000Z",
"PublicationDate": "2024-05-27T00:10:30.181723Z",
"ModificationDate": "2025-06-17T09:32:28.854258Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T112116_N0500_R037_T31VCF_20231015T144534.SAFE",
"Checksum": [
{
"Value": "0199a81bcbfbaa02f1f46bc233999eb8",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:28.312135Z"
},
{
"Value": "afa8a07c0bcca60208334ec2770d685b89989a3ed5b1d13c306d206b020c53a6",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:28.542490Z"
}
],
"ContentDate": {
"Start": "2015-09-23T11:21:16.027000Z",
"End": "2015-09-23T11:21:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((1.42121837661771 59.1820587569489, 1.40539343865446 59.5286335235506, -0.45046997 59.4922366355232, -0.29187012 59.4687605460905, -0.29196167 59.468629214652, -0.29180908 59.4686098804498, -0.2918396 59.4685947902736, -0.28634644 59.4677892614877, -0.2869873 59.4667923085913, 0.143486464406227 59.4017277359431, 0.144076181115153 59.4026538537678, 0.524756313755558 59.3405486999039, 0.524408125344221 59.3400114777861, 0.528586914594035 59.3393314916875, 0.528276118532959 59.3388654654351, 0.528424279745386 59.3388413139593, 0.528327255513452 59.3386909607845, 0.778960570046725 59.296186466515, 0.948634480020908 59.2674195388314, 0.949113969810851 59.268135253913, 0.952703142702065 59.2674943514334, 0.952752892863203 59.2675675673562, 1.32662562264194 59.2007805957868, 1.32618283589538 59.200139406087, 1.32669196918865 59.2000484237702, 1.32657833382649 59.1998839042755, 1.42121837661771 59.1820587569489))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
1.42121837661771,
59.1820587569489
],
[
1.40539343865446,
59.5286335235506
],
[
-0.45046997,
59.4922366355232
],
[
-0.29187012,
59.4687605460905
],
[
-0.29196167,
59.468629214652
],
[
-0.29180908,
59.4686098804498
],
[
-0.2918396,
59.4685947902736
],
[
-0.28634644,
59.4677892614877
],
[
-0.2869873,
59.4667923085913
],
[
0.143486464406227,
59.4017277359431
],
[
0.144076181115153,
59.4026538537678
],
[
0.524756313755558,
59.3405486999039
],
[
0.524408125344221,
59.3400114777861
],
[
0.528586914594035,
59.3393314916875
],
[
0.528276118532959,
59.3388654654351
],
[
0.528424279745386,
59.3388413139593
],
[
0.528327255513452,
59.3386909607845
],
[
0.778960570046725,
59.296186466515
],
[
0.948634480020908,
59.2674195388314
],
[
0.949113969810851,
59.268135253913
],
[
0.952703142702065,
59.2674943514334
],
[
0.952752892863203,
59.2675675673562
],
[
1.32662562264194,
59.2007805957868
],
[
1.32618283589538,
59.200139406087
],
[
1.32669196918865,
59.2000484237702
],
[
1.32657833382649,
59.1998839042755
],
[
1.42121837661771,
59.1820587569489
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31VCF",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 99.386829846173,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T144534_S20150923T112113_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1321,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T14:45:34.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150923T112116_001321_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 37,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-23T11:21:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-23T11:21:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "836c8c1c-ff43-48d8-aa9f-8c402b06a48c",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(836c8c1c-ff43-48d8-aa9f-8c402b06a48c)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T112116_N0500_R037_T31VCF_20231015T144534.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(6becf67b-089a-473b-8c31-7ae1db397504)/$value",
"ContentLength": 113441496,
"Checksum": [
{
"Value": "0199a81bcbfbaa02f1f46bc233999eb8",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:28.312135Z"
},
{
"Value": "afa8a07c0bcca60208334ec2770d685b89989a3ed5b1d13c306d206b020c53a6",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:28.542490Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T112116_N0500_R037_T31VCF_20231015T144534.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "0ce01a79-4f28-4e12-8ea6-b79a8862f1dd",
"Name": "S2A_MSIL1C_20150930T092946_N0500_R136_T34TFT_20231020T102715.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 812914625,
"OriginDate": "2024-05-25T04:04:26.823000Z",
"PublicationDate": "2024-05-26T06:18:12.576524Z",
"ModificationDate": "2025-06-22T22:17:15.545358Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/30/S2A_MSIL1C_20150930T092946_N0500_R136_T34TFT_20231020T102715.SAFE",
"Checksum": [
{
"Value": "c06490485da5d7075b8025b2e02aff04",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:17:14.001619Z"
},
{
"Value": "8c2a00ed3fb9a5529c373e1cb19c0c7cc275363977361c4cb898fd9bd5d62ff1",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:17:15.276886Z"
}
],
"ContentDate": {
"Start": "2015-09-30T09:29:46.027000Z",
"End": "2015-09-30T09:29:46.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((22.3366002199701 47.8459210520889, 22.3118868855124 46.8581819724645, 23.7510849986202 46.8326283192514, 23.8028466829245 47.8194744029593, 22.3366002199701 47.8459210520889))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
22.3366002199701,
47.8459210520889
],
[
22.3118868855124,
46.8581819724645
],
[
23.7510849986202,
46.8326283192514
],
[
23.8028466829245,
47.8194744029593
],
[
22.3366002199701,
47.8459210520889
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "34TFT",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 53.259010421332405,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231020T102715_S20150930T093322_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1420,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-20T10:27:15.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150930T092946_001420_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 136,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-30T09:29:46.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-30T09:29:46.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "a012a51f-1d06-4504-bacd-50314875204f",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(a012a51f-1d06-4504-bacd-50314875204f)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/30/S2A_MSIL1C_20150930T092946_N0500_R136_T34TFT_20231020T102715.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(0ce01a79-4f28-4e12-8ea6-b79a8862f1dd)/$value",
"ContentLength": 812914625,
"Checksum": [
{
"Value": "c06490485da5d7075b8025b2e02aff04",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:17:14.001619Z"
},
{
"Value": "8c2a00ed3fb9a5529c373e1cb19c0c7cc275363977361c4cb898fd9bd5d62ff1",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:17:15.276886Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/30/S2A_MSIL1C_20150930T092946_N0500_R136_T34TFT_20231020T102715.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "0b76a84f-16a6-44e0-9f71-983cefc5f542",
"Name": "S2A_MSIL1C_20150916T095016_N0500_R079_T34VEK_20231015T142455.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 638080587,
"OriginDate": "2024-05-28T10:05:20.308000Z",
"PublicationDate": "2024-05-28T10:29:49.864587Z",
"ModificationDate": "2025-06-22T22:34:50.718984Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T34VEK_20231015T142455.SAFE",
"Checksum": [
{
"Value": "1b45148c22efa9ce502f21be0373144d",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:34:48.481108Z"
},
{
"Value": "d8b578cf06ee9b5d240546228d8ba6a97864dfa09ad5db354e78591e06753567",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:34:49.947029Z"
}
],
"ContentDate": {
"Start": "2015-09-16T09:50:16.027000Z",
"End": "2015-09-16T09:50:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((20.9996554680758 58.6406561862454, 20.9996648655325 57.6544494507836, 22.8390116049697 57.6410797267632, 22.8905421496433 58.6267661499472, 20.9996554680758 58.6406561862454))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
20.9996554680758,
58.6406561862454
],
[
20.9996648655325,
57.6544494507836
],
[
22.8390116049697,
57.6410797267632
],
[
22.8905421496433,
58.6267661499472
],
[
20.9996554680758,
58.6406561862454
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "34VEK",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 99.9855773537579,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T142455_S20150916T095014_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1220,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T14:24:55.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150916T095016_001220_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 79,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-16T09:50:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-16T09:50:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "8a4c4a04-faf2-418f-aa1b-c0b26fd983f3",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(8a4c4a04-faf2-418f-aa1b-c0b26fd983f3)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T34VEK_20231015T142455.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(0b76a84f-16a6-44e0-9f71-983cefc5f542)/$value",
"ContentLength": 638080587,
"Checksum": [
{
"Value": "1b45148c22efa9ce502f21be0373144d",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:34:48.481108Z"
},
{
"Value": "d8b578cf06ee9b5d240546228d8ba6a97864dfa09ad5db354e78591e06753567",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:34:49.947029Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/16/S2A_MSIL1C_20150916T095016_N0500_R079_T34VEK_20231015T142455.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "76dad236-1437-407c-bd0a-15e2d5ad23ee",
"Name": "S2A_MSIL1C_20150915T102026_N0500_R065_T32UPC_20231015T132359.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 649707767,
"OriginDate": "2024-06-10T15:22:48.815000Z",
"PublicationDate": "2024-06-10T15:30:43.387936Z",
"ModificationDate": "2025-06-22T22:34:51.059721Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32UPC_20231015T132359.SAFE",
"Checksum": [
{
"Value": "d01cf29cfdb0688c55e9f30a97079a41",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:34:49.532970Z"
},
{
"Value": "ed5fac98533dddfd7f73cd6f7dcfce26f31be3beaa9850a8fdc5fff641d1d6c1",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:34:50.744877Z"
}
],
"ContentDate": {
"Start": "2015-09-15T10:20:26.027000Z",
"End": "2015-09-15T10:20:26.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((10.4678841529578 52.3413550972696, 10.4361206251235 51.3544393902669, 12.0112541225949 51.324523354786, 12.0777579253094 52.3103669149941, 10.4678841529578 52.3413550972696))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
10.4678841529578,
52.3413550972696
],
[
10.4361206251235,
51.3544393902669
],
[
12.0112541225949,
51.324523354786
],
[
12.0777579253094,
52.3103669149941
],
[
10.4678841529578,
52.3413550972696
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32UPC",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 96.11693391860008,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T132359_S20150915T102026_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1206,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T13:23:59.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150915T102026_001206_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 65,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-15T10:20:26.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-15T10:20:26.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "3420ac30-9d72-48cf-82e6-267d6162c233",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(3420ac30-9d72-48cf-82e6-267d6162c233)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32UPC_20231015T132359.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(76dad236-1437-407c-bd0a-15e2d5ad23ee)/$value",
"ContentLength": 649707767,
"Checksum": [
{
"Value": "d01cf29cfdb0688c55e9f30a97079a41",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:34:49.532970Z"
},
{
"Value": "ed5fac98533dddfd7f73cd6f7dcfce26f31be3beaa9850a8fdc5fff641d1d6c1",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:34:50.744877Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32UPC_20231015T132359.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "aedd0159-3e71-4a68-ac26-6cf313b59535",
"Name": "S2A_MSIL1C_20150704T101006_N0500_R022_T33UUV_20231011T134419.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 329188407,
"OriginDate": "2024-06-11T19:18:14.846000Z",
"PublicationDate": "2024-06-11T19:27:01.774743Z",
"ModificationDate": "2025-06-17T09:32:30.371862Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UUV_20231011T134419.SAFE",
"Checksum": [
{
"Value": "9aaf5613688efad614530908e057e385",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:29.360182Z"
},
{
"Value": "3d90074d012eef5ae514b08616b9a5782b0a2c708063abece210bdf2d094f518",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:30.114448Z"
}
],
"ContentDate": {
"Start": "2015-07-04T10:10:06.027000Z",
"End": "2015-07-04T10:10:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((12.7583428667473 53.1372657242239, 13.6511207707828 53.153535093377, 13.6192567205906 54.1401867754604, 13.2059288128226 54.1325595122739, 13.20245613269 54.1249843961943, 13.1362022946061 53.9796017551794, 13.0702826078455 53.834141007858, 13.0044643724917 53.6886250062069, 12.9388589350846 53.5430621514279, 12.8736154432276 53.3975415666131, 12.8088587518896 53.2520300943895, 12.7583428667473 53.1372657242239))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
12.7583428667473,
53.1372657242239
],
[
13.6511207707828,
53.153535093377
],
[
13.6192567205906,
54.1401867754604
],
[
13.2059288128226,
54.1325595122739
],
[
13.20245613269,
54.1249843961943
],
[
13.1362022946061,
53.9796017551794
],
[
13.0702826078455,
53.834141007858
],
[
13.0044643724917,
53.6886250062069
],
[
12.9388589350846,
53.5430621514279
],
[
12.8736154432276,
53.3975415666131
],
[
12.8088587518896,
53.2520300943895
],
[
12.7583428667473,
53.1372657242239
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33UUV",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 1.9471211669371797,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 162,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T13:44:19.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150704T101006_000162_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "41972cf3-f869-4ead-bd77-2b38977a415c",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(41972cf3-f869-4ead-bd77-2b38977a415c)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UUV_20231011T134419.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(aedd0159-3e71-4a68-ac26-6cf313b59535)/$value",
"ContentLength": 329188407,
"Checksum": [
{
"Value": "9aaf5613688efad614530908e057e385",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:29.360182Z"
},
{
"Value": "3d90074d012eef5ae514b08616b9a5782b0a2c708063abece210bdf2d094f518",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:30.114448Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UUV_20231011T134419.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "9cd92eb4-aff1-419a-a2d9-462b0e05ff72",
"Name": "S2A_MSIL1C_20150704T101006_N0500_R022_T33UUQ_20231011T134419.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 818995443,
"OriginDate": "2024-06-11T19:44:35.322000Z",
"PublicationDate": "2024-06-11T19:51:29.603811Z",
"ModificationDate": "2025-06-17T09:32:31.173070Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UUQ_20231011T134419.SAFE",
"Checksum": [
{
"Value": "b4b2498d19539d5aa2ad8be4ee71d665",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:29.671902Z"
},
{
"Value": "f26418486e8393bd9bf7e5ffe39680c8200179099e1389b53ebf27a500417790",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:30.867470Z"
}
],
"ContentDate": {
"Start": "2015-07-04T10:10:06.027000Z",
"End": "2015-07-04T10:10:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((12.2309320629869 49.6195968750112, 12.2853710517972 48.6330318153582, 13.7751310377905 48.6585189163826, 13.7505374049653 49.6459809665453, 12.2309320629869 49.6195968750112))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
12.2309320629869,
49.6195968750112
],
[
12.2853710517972,
48.6330318153582
],
[
13.7751310377905,
48.6585189163826
],
[
13.7505374049653,
49.6459809665453
],
[
12.2309320629869,
49.6195968750112
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33UUQ",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.52972617874526,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231011T134419_S20150704T101337_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 162,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-11T13:44:19.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150704T101006_000162_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 22,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-07-04T10:10:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "b2d401d9-75ce-4199-abec-ea1c6e9fbb07",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(b2d401d9-75ce-4199-abec-ea1c6e9fbb07)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UUQ_20231011T134419.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(9cd92eb4-aff1-419a-a2d9-462b0e05ff72)/$value",
"ContentLength": 818995443,
"Checksum": [
{
"Value": "b4b2498d19539d5aa2ad8be4ee71d665",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:29.671902Z"
},
{
"Value": "f26418486e8393bd9bf7e5ffe39680c8200179099e1389b53ebf27a500417790",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:30.867470Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/07/04/S2A_MSIL1C_20150704T101006_N0500_R022_T33UUQ_20231011T134419.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "60129e5f-3ad7-4bac-b5e5-2a193e55330d",
"Name": "S2A_MSIL1C_20150923T112116_N0500_R037_T32VKM_20231015T144534.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 193894409,
"OriginDate": "2024-05-26T23:50:54.769000Z",
"PublicationDate": "2024-05-27T00:10:14.907973Z",
"ModificationDate": "2025-06-17T09:32:31.464505Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T112116_N0500_R037_T32VKM_20231015T144534.SAFE",
"Checksum": [
{
"Value": "9df55f39346c781e6c6ec9a4fa4cc55c",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:30.741552Z"
},
{
"Value": "a6b1eb23b93218056956107d8eef3609f51d9d7237795766d145befc173bbbf4",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:31.129886Z"
}
],
"ContentDate": {
"Start": "2015-09-23T11:21:16.027000Z",
"End": "2015-09-23T11:21:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((4.55460060055865 60.3584625655625, 3.56356413972997 60.3252941132839, 3.72168595027822 59.3436536629455, 3.76329305692142 59.345032362965, 3.79085644671503 59.3812974539231, 3.89859797710105 59.522064873167, 4.00677335419964 59.6627540821073, 4.11576739520151 59.8033054383004, 4.22519794960865 59.9437308440262, 4.33546676933995 60.0841833549801, 4.44694176950498 60.2245745464038, 4.55460060055865 60.3584625655625))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
4.55460060055865,
60.3584625655625
],
[
3.56356413972997,
60.3252941132839
],
[
3.72168595027822,
59.3436536629455
],
[
3.76329305692142,
59.345032362965
],
[
3.79085644671503,
59.3812974539231
],
[
3.89859797710105,
59.522064873167
],
[
4.00677335419964,
59.6627540821073
],
[
4.11576739520151,
59.8033054383004
],
[
4.22519794960865,
59.9437308440262
],
[
4.33546676933995,
60.0841833549801
],
[
4.44694176950498,
60.2245745464038
],
[
4.55460060055865,
60.3584625655625
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32VKM",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 76.4317565445774,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T144534_S20150923T112113_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1321,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T14:45:34.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150923T112116_001321_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 37,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-23T11:21:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-23T11:21:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "18622bfb-1c74-4053-87c6-a3487e1462a0",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(18622bfb-1c74-4053-87c6-a3487e1462a0)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T112116_N0500_R037_T32VKM_20231015T144534.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(60129e5f-3ad7-4bac-b5e5-2a193e55330d)/$value",
"ContentLength": 193894409,
"Checksum": [
{
"Value": "9df55f39346c781e6c6ec9a4fa4cc55c",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:30.741552Z"
},
{
"Value": "a6b1eb23b93218056956107d8eef3609f51d9d7237795766d145befc173bbbf4",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:31.129886Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/23/S2A_MSIL1C_20150923T112116_N0500_R037_T32VKM_20231015T144534.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "a0e1ab83-4246-4395-b8b2-ea83555fc932",
"Name": "S2A_MSIL1C_20150915T102026_N0500_R065_T31SFB_20231015T134342.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 285795056,
"OriginDate": "2024-05-29T03:38:39.965000Z",
"PublicationDate": "2024-05-29T05:09:46.271461Z",
"ModificationDate": "2025-06-22T22:34:51.924302Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T31SFB_20231015T134342.SAFE",
"Checksum": [
{
"Value": "b0e947d135a04b111688b162d377af21",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:34:50.978356Z"
},
{
"Value": "697ca6eba04859cefd015dd89ef47d1d7f4b1c369ec2de75a8a22ca4d0864465",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:34:51.524160Z"
}
],
"ContentDate": {
"Start": "2015-09-15T10:20:26.027000Z",
"End": "2015-09-15T10:20:26.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((4.62411770395191 36.94522978755, 5.35573236945957 36.934510753208, 5.38694215755417 37.923373495466, 4.90646694075967 37.9305724679912, 4.88107072705298 37.842670566485, 4.83859590085123 37.6952658847962, 4.796232106654 37.5478523959694, 4.75397094599997 37.4004349291207, 4.71181282608506 37.2530177395163, 4.66974861322113 37.1055895632643, 4.62778250326067 36.9581446125804, 4.62411770395191 36.94522978755))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
4.62411770395191,
36.94522978755
],
[
5.35573236945957,
36.934510753208
],
[
5.38694215755417,
37.923373495466
],
[
4.90646694075967,
37.9305724679912
],
[
4.88107072705298,
37.842670566485
],
[
4.83859590085123,
37.6952658847962
],
[
4.796232106654,
37.5478523959694
],
[
4.75397094599997,
37.4004349291207
],
[
4.71181282608506,
37.2530177395163
],
[
4.66974861322113,
37.1055895632643
],
[
4.62778250326067,
36.9581446125804
],
[
4.62411770395191,
36.94522978755
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31SFB",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.0679315783831794,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T134342_S20150915T102652_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1206,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T13:43:42.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150915T102026_001206_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 65,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-15T10:20:26.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-15T10:20:26.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "620ed403-886e-44b3-a7da-c2ac8ab26aa3",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(620ed403-886e-44b3-a7da-c2ac8ab26aa3)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T31SFB_20231015T134342.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(a0e1ab83-4246-4395-b8b2-ea83555fc932)/$value",
"ContentLength": 285795056,
"Checksum": [
{
"Value": "b0e947d135a04b111688b162d377af21",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:34:50.978356Z"
},
{
"Value": "697ca6eba04859cefd015dd89ef47d1d7f4b1c369ec2de75a8a22ca4d0864465",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:34:51.524160Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T31SFB_20231015T134342.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "e53389ca-1525-4a66-af13-9e6fbfe1abc6",
"Name": "S2A_MSIL1C_20150928T103036_N0500_R108_T31SCV_20231015T170410.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 206980052,
"OriginDate": "2024-05-30T05:05:53.248000Z",
"PublicationDate": "2024-05-30T05:14:00.151633Z",
"ModificationDate": "2025-06-17T09:32:54.229497Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31SCV_20231015T170410.SAFE",
"Checksum": [
{
"Value": "3186efc4250cb8b3c472c7e189c1387f",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:53.497969Z"
},
{
"Value": "45157c3a49e8242d8e4c2efef429cb6c2875b77de3249e343bfff0b61f3c66b0",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:53.918235Z"
}
],
"ContentDate": {
"Start": "2015-09-28T10:30:36.027000Z",
"End": "2015-09-28T10:30:36.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((1.60303144828121 35.1454961852063, 2.00972076437193 35.1508430712552, 1.99742868973177 36.1407019970639, 1.8758333049531 36.1390646115723, 1.87208881545866 36.125580925099, 1.83223359562089 35.9777975476943, 1.79081289436522 35.8305154284838, 1.75080855517219 35.6828331830592, 1.70960401121646 35.5353987273252, 1.66894670764946 35.3877911622034, 1.62845290267276 35.2400936809117, 1.60303144828121 35.1454961852063))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
1.60303144828121,
35.1454961852063
],
[
2.00972076437193,
35.1508430712552
],
[
1.99742868973177,
36.1407019970639
],
[
1.8758333049531,
36.1390646115723
],
[
1.87208881545866,
36.125580925099
],
[
1.83223359562089,
35.9777975476943
],
[
1.79081289436522,
35.8305154284838
],
[
1.75080855517219,
35.6828331830592
],
[
1.70960401121646,
35.5353987273252
],
[
1.66894670764946,
35.3877911622034
],
[
1.62845290267276,
35.2400936809117
],
[
1.60303144828121,
35.1454961852063
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31SCV",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.0779514469909502,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T170410_S20150928T103701_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1392,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T17:04:10.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150928T103036_001392_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 108,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-28T10:30:36.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-28T10:30:36.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "56d90aea-47c3-4c96-a108-edcdeaeebbbc",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(56d90aea-47c3-4c96-a108-edcdeaeebbbc)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31SCV_20231015T170410.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(e53389ca-1525-4a66-af13-9e6fbfe1abc6)/$value",
"ContentLength": 206980052,
"Checksum": [
{
"Value": "3186efc4250cb8b3c472c7e189c1387f",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-17T09:32:53.497969Z"
},
{
"Value": "45157c3a49e8242d8e4c2efef429cb6c2875b77de3249e343bfff0b61f3c66b0",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-17T09:32:53.918235Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/28/S2A_MSIL1C_20150928T103036_N0500_R108_T31SCV_20231015T170410.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "b2e15be3-c707-46bc-bc12-6bc7d123c4fb",
"Name": "S2A_MSIL1C_20150830T114356_N0500_R123_T30UUE_20231010T011652.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 431660930,
"OriginDate": "2024-06-13T06:10:26.458000Z",
"PublicationDate": "2024-06-13T06:16:19.996418Z",
"ModificationDate": "2025-06-22T23:05:02.249519Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T114356_N0500_R123_T30UUE_20231010T011652.SAFE",
"Checksum": [
{
"Value": "f34770fa8b6bc1cbd70a4054e8062bc4",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:05:01.204277Z"
},
{
"Value": "91b0f7a44cdddc18e8929c06265e5ce888d9123507f0a963be54f8e6b0cd922b",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:05:01.875226Z"
}
],
"ContentDate": {
"Start": "2015-08-30T11:43:56.027000Z",
"End": "2015-08-30T11:43:56.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((-4.7071533 54.134163398731, -6.059601 54.1092064481199, -5.9890747 53.1236450370092, -5.273834 53.136679618113, -5.221222 53.2312101584205, -5.1409607 53.3746064975385, -5.0601807 53.5179567163154, -4.9789124 53.6612675513437, -4.897156 53.8045334173959, -4.8148804 53.9477627944595, -4.732239 54.090983913434, -4.7071533 54.134163398731))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
-4.7071533,
54.134163398731
],
[
-6.059601,
54.1092064481199
],
[
-5.9890747,
53.1236450370092
],
[
-5.273834,
53.136679618113
],
[
-5.221222,
53.2312101584205
],
[
-5.1409607,
53.3746064975385
],
[
-5.0601807,
53.5179567163154
],
[
-4.9789124,
53.6612675513437
],
[
-4.897156,
53.8045334173959
],
[
-4.8148804,
53.9477627944595
],
[
-4.732239,
54.090983913434
],
[
-4.7071533,
54.134163398731
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "30UUE",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 97.8603450520239,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231010T011652_S20150830T114354_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 978,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-10T01:16:52.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150830T114356_000978_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 123,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-30T11:43:56.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-30T11:43:56.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "cdaeb60e-2a0f-4324-8937-ecdb1811911a",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(cdaeb60e-2a0f-4324-8937-ecdb1811911a)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T114356_N0500_R123_T30UUE_20231010T011652.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(b2e15be3-c707-46bc-bc12-6bc7d123c4fb)/$value",
"ContentLength": 431660930,
"Checksum": [
{
"Value": "f34770fa8b6bc1cbd70a4054e8062bc4",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:05:01.204277Z"
},
{
"Value": "91b0f7a44cdddc18e8929c06265e5ce888d9123507f0a963be54f8e6b0cd922b",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:05:01.875226Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T114356_N0500_R123_T30UUE_20231010T011652.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "ffbf4852-0cd4-406f-8f79-5d5cf3db582b",
"Name": "S2A_MSIL1C_20150830T100016_N0500_R122_T33UYS_20231016T110421.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 460494862,
"OriginDate": "2024-06-12T02:46:49.484000Z",
"PublicationDate": "2024-06-12T02:53:05.221832Z",
"ModificationDate": "2025-06-22T23:05:02.895924Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T100016_N0500_R122_T33UYS_20231016T110421.SAFE",
"Checksum": [
{
"Value": "cf60f66d889592fbe8bc877ce69d90d4",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:05:01.678501Z"
},
{
"Value": "aa89014d1fb982f301359e9e651f9116bfecb90a263c78de08199c05fc8f456a",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:05:02.411832Z"
}
],
"ContentDate": {
"Start": "2015-08-30T10:00:16.027000Z",
"End": "2015-08-30T10:00:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((18.9602567602798 51.3819501114374, 17.8757172886033 51.4158976963983, 17.815510113567 50.4297266140863, 18.4681245567763 50.409580671838, 18.5259252986262 50.5259641078344, 18.5979807675536 50.6702225735991, 18.6704965221305 50.8144202236528, 18.7434233413384 50.9585680732266, 18.8167497623575 51.102667710562, 18.8905418370881 51.2467048399189, 18.9602567602798 51.3819501114374))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
18.9602567602798,
51.3819501114374
],
[
17.8757172886033,
51.4158976963983
],
[
17.815510113567,
50.4297266140863
],
[
18.4681245567763,
50.409580671838
],
[
18.5259252986262,
50.5259641078344
],
[
18.5979807675536,
50.6702225735991
],
[
18.6704965221305,
50.8144202236528
],
[
18.7434233413384,
50.9585680732266
],
[
18.8167497623575,
51.102667710562
],
[
18.8905418370881,
51.2467048399189
],
[
18.9602567602798,
51.3819501114374
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33UYS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 6.85649828894909,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231016T110421_S20150830T100547_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 977,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-16T11:04:21.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150830T100016_000977_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 122,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-30T10:00:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-30T10:00:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "fb4e9ffe-160f-43f6-bde0-4306131a732d",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(fb4e9ffe-160f-43f6-bde0-4306131a732d)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T100016_N0500_R122_T33UYS_20231016T110421.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(ffbf4852-0cd4-406f-8f79-5d5cf3db582b)/$value",
"ContentLength": 460494862,
"Checksum": [
{
"Value": "cf60f66d889592fbe8bc877ce69d90d4",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:05:01.678501Z"
},
{
"Value": "aa89014d1fb982f301359e9e651f9116bfecb90a263c78de08199c05fc8f456a",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:05:02.411832Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T100016_N0500_R122_T33UYS_20231016T110421.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "4cb79462-c9f6-4b5c-9e83-3abe746d6e9d",
"Name": "S2A_MSIL1C_20150831T093006_N0500_R136_T34UEV_20231025T065810.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 728238273,
"OriginDate": "2024-05-30T06:25:24.007000Z",
"PublicationDate": "2024-05-30T06:31:23.318441Z",
"ModificationDate": "2025-06-22T23:05:03.778369Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34UEV_20231025T065810.SAFE",
"Checksum": [
{
"Value": "efbe16ab1e25d901a0aa1cae9c95a4f4",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:05:01.750461Z"
},
{
"Value": "da4257b1addce7e87c3fdd98fa95a23877983fc932c989e5ce5e9e13a1e0274e",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:05:03.118959Z"
}
],
"ContentDate": {
"Start": "2015-08-31T09:30:06.027000Z",
"End": "2015-08-31T09:30:06.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((21.0221747875799 48.6648861882211, 22.4906696405228 48.6553853487713, 22.5205956537251 49.6427370651644, 21.3996654354335 49.6500968711228, 21.3545483130596 49.531584750244, 21.2972328908155 49.3856595227953, 21.241031550687 49.2394937837192, 21.1850669356652 49.0933151480385, 21.1295547007917 48.9470687262301, 21.0745441111945 48.8007380894346, 21.0221747875799 48.6648861882211))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
21.0221747875799,
48.6648861882211
],
[
22.4906696405228,
48.6553853487713
],
[
22.5205956537251,
49.6427370651644
],
[
21.3996654354335,
49.6500968711228
],
[
21.3545483130596,
49.531584750244
],
[
21.2972328908155,
49.3856595227953
],
[
21.241031550687,
49.2394937837192
],
[
21.1850669356652,
49.0933151480385
],
[
21.1295547007917,
48.9470687262301
],
[
21.0745441111945,
48.8007380894346
],
[
21.0221747875799,
48.6648861882211
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "34UEV",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.0,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231025T065810_S20150831T093006_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 991,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-25T06:58:10.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150831T093006_000991_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 136,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-31T09:30:06.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "2625f157-06fb-4a0d-8816-29eb88de5131",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(2625f157-06fb-4a0d-8816-29eb88de5131)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34UEV_20231025T065810.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(4cb79462-c9f6-4b5c-9e83-3abe746d6e9d)/$value",
"ContentLength": 728238273,
"Checksum": [
{
"Value": "efbe16ab1e25d901a0aa1cae9c95a4f4",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:05:01.750461Z"
},
{
"Value": "da4257b1addce7e87c3fdd98fa95a23877983fc932c989e5ce5e9e13a1e0274e",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:05:03.118959Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/31/S2A_MSIL1C_20150831T093006_N0500_R136_T34UEV_20231025T065810.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "24100001-c0ee-4c27-92b8-eaf77c5fc748",
"Name": "S2A_MSIL1C_20150904T105046_N0500_R051_T31UFR_20231029T034702.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 637033482,
"OriginDate": "2024-06-03T05:31:47.778000Z",
"PublicationDate": "2024-06-03T05:40:15.448051Z",
"ModificationDate": "2025-06-22T22:57:04.030081Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/04/S2A_MSIL1C_20150904T105046_N0500_R051_T31UFR_20231029T034702.SAFE",
"Checksum": [
{
"Value": "ad288c3e2072a8487cb2d1ca8a3c83ca",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:57:02.411605Z"
},
{
"Value": "2228c36e4d32adc663b845e48175a9e139be64eebdf95c88bc947bae63d67f18",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:57:03.723385Z"
}
],
"ContentDate": {
"Start": "2015-09-04T10:50:46.027000Z",
"End": "2015-09-04T10:50:46.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((5.92642703283833 50.5152889235913, 4.41134950604925 50.5437391742884, 4.38268436317301 49.5564944519631, 5.44782910379572 49.5367768690145, 5.515913263977 49.6784713564351, 5.58543776754242 49.8230215908471, 5.65554050114019 49.9674831186459, 5.7264347624369 50.1118063381361, 5.79730501284246 50.2561917593186, 5.86939193492613 50.4003301731474, 5.92642703283833 50.5152889235913))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
5.92642703283833,
50.5152889235913
],
[
4.41134950604925,
50.5437391742884
],
[
4.38268436317301,
49.5564944519631
],
[
5.44782910379572,
49.5367768690145
],
[
5.515913263977,
49.6784713564351
],
[
5.58543776754242,
49.8230215908471
],
[
5.65554050114019,
49.9674831186459
],
[
5.7264347624369,
50.1118063381361
],
[
5.79730501284246,
50.2561917593186
],
[
5.86939193492613,
50.4003301731474
],
[
5.92642703283833,
50.5152889235913
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "31UFR",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 73.9537250256446,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231029T034702_S20150904T105646_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1049,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-29T03:47:02.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150904T105046_001049_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 51,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-04T10:50:46.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-04T10:50:46.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "689f74fc-e8f5-4217-868a-352b38b5583f",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(689f74fc-e8f5-4217-868a-352b38b5583f)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/04/S2A_MSIL1C_20150904T105046_N0500_R051_T31UFR_20231029T034702.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(24100001-c0ee-4c27-92b8-eaf77c5fc748)/$value",
"ContentLength": 637033482,
"Checksum": [
{
"Value": "ad288c3e2072a8487cb2d1ca8a3c83ca",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:57:02.411605Z"
},
{
"Value": "2228c36e4d32adc663b845e48175a9e139be64eebdf95c88bc947bae63d67f18",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:57:03.723385Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/04/S2A_MSIL1C_20150904T105046_N0500_R051_T31UFR_20231029T034702.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "de1f0e36-bd1e-40d4-9444-ab893f923d3f",
"Name": "S2A_MSIL1C_20150915T102026_N0500_R065_T32UNU_20231015T134342.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 741087734,
"OriginDate": "2024-05-29T04:07:16.033000Z",
"PublicationDate": "2024-05-29T06:50:37.835156Z",
"ModificationDate": "2025-06-22T22:34:56.244079Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32UNU_20231015T134342.SAFE",
"Checksum": [
{
"Value": "ee1350208568a52764409c6e9fbd4208",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:34:53.778387Z"
},
{
"Value": "0f0b6f6c6674683f9ff72173e1ada196ad62d38584e423c464ccc4a52b3a8ed9",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:34:54.855855Z"
}
],
"ContentDate": {
"Start": "2015-09-15T10:20:26.027000Z",
"End": "2015-09-15T10:20:26.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((8.99972790410621 48.7530130044756, 8.99973309634492 47.7651665667219, 10.4647868669399 47.7558186458081, 10.4932694755772 48.7433372246506, 8.99972790410621 48.7530130044756))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
8.99972790410621,
48.7530130044756
],
[
8.99973309634492,
47.7651665667219
],
[
10.4647868669399,
47.7558186458081
],
[
10.4932694755772,
48.7433372246506
],
[
8.99972790410621,
48.7530130044756
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "32UNU",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 90.3467108602825,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231015T134342_S20150915T102652_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 1206,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-15T13:43:42.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150915T102026_001206_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 65,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-09-15T10:20:26.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-09-15T10:20:26.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "246cf5ef-427f-448d-a2ee-8350259a65d8",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(246cf5ef-427f-448d-a2ee-8350259a65d8)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32UNU_20231015T134342.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(de1f0e36-bd1e-40d4-9444-ab893f923d3f)/$value",
"ContentLength": 741087734,
"Checksum": [
{
"Value": "ee1350208568a52764409c6e9fbd4208",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T22:34:53.778387Z"
},
{
"Value": "0f0b6f6c6674683f9ff72173e1ada196ad62d38584e423c464ccc4a52b3a8ed9",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T22:34:54.855855Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/09/15/S2A_MSIL1C_20150915T102026_N0500_R065_T32UNU_20231015T134342.SAFE"
}
]
},
{
"@odata.mediaContentType": "application/octet-stream",
"Id": "f20d5dd2-fb65-4b3a-a323-1bfa8d4838ff",
"Name": "S2A_MSIL1C_20150830T100016_N0500_R122_T33UUQ_20231016T110421.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 78595995,
"OriginDate": "2024-06-12T02:40:20.345000Z",
"PublicationDate": "2024-06-12T02:46:30.056944Z",
"ModificationDate": "2025-06-22T23:05:03.784193Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T100016_N0500_R122_T33UUQ_20231016T110421.SAFE",
"Checksum": [
{
"Value": "c90b60f17a9149177781b629d23ede90",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:05:03.303636Z"
},
{
"Value": "d137be1ef53b10b5a6ba3ceaf40abf7d643b75c42d87aa8a91b0bfe15c3689fa",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:05:03.466784Z"
}
],
"ContentDate": {
"Start": "2015-08-30T10:00:16.027000Z",
"End": "2015-08-30T10:00:16.027000Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((13.4674722826783 48.6532554310921, 13.7751310377905 48.6585189163826, 13.7564011064552 49.4105467492476, 13.7379359523846 49.362922028278, 13.6822024606197 49.2166663101795, 13.6272628695573 49.0702602724889, 13.5713057925339 48.9241667341142, 13.5148094488535 48.778259312423, 13.4674722826783 48.6532554310921))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [
[
[
13.4674722826783,
48.6532554310921
],
[
13.7751310377905,
48.6585189163826
],
[
13.7564011064552,
49.4105467492476
],
[
13.7379359523846,
49.362922028278
],
[
13.6822024606197,
49.2166663101795
],
[
13.6272628695573,
49.0702602724889
],
[
13.5713057925339,
48.9241667341142
],
[
13.5148094488535,
48.778259312423
],
[
13.4674722826783,
48.6532554310921
]
]
]
},
"Attributes": [
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "origin",
"Value": "ESA",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "tileId",
"Value": "33UUQ",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DoubleAttribute",
"Name": "cloudCover",
"Value": 0.0,
"ValueType": "Double"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "datastripId",
"Value": "S2A_OPER_MSI_L1C_DS_S2RP_20231016T110421_S20150830T100547_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "orbitNumber",
"Value": 977,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "processingDate",
"Value": "2023-10-16T11:04:21.000000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productGroupId",
"Value": "GS2A_20150830T100016_000977_N05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "operationalMode",
"Value": "INS-NOBS",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processingLevel",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "processorVersion",
"Value": "05.00",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformShortName",
"Value": "SENTINEL-2",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "instrumentShortName",
"Value": "MSI",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.IntegerAttribute",
"Name": "relativeOrbitNumber",
"Value": 122,
"ValueType": "Integer"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "platformSerialIdentifier",
"Value": "A",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.StringAttribute",
"Name": "productType",
"Value": "S2MSI1C",
"ValueType": "String"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "beginningDateTime",
"Value": "2015-08-30T10:00:16.027000Z",
"ValueType": "DateTimeOffset"
},
{
"@odata.type": "#OData.CSC.DateTimeOffsetAttribute",
"Name": "endingDateTime",
"Value": "2015-08-30T10:00:16.027000Z",
"ValueType": "DateTimeOffset"
}
],
"Assets": [
{
"Type": "QUICKLOOK",
"Id": "a01d972e-51bc-41f9-9d16-d148c7d2f093",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Assets(a01d972e-51bc-41f9-9d16-d148c7d2f093)/$value",
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T100016_N0500_R122_T33UUQ_20231016T110421.SAFE"
}
],
"Locations": [
{
"FormatType": "Extracted",
"DownloadLink": "https://catalogue.dataspace.copernicus.eu/odata/v1/Products(f20d5dd2-fb65-4b3a-a323-1bfa8d4838ff)/$value",
"ContentLength": 78595995,
"Checksum": [
{
"Value": "c90b60f17a9149177781b629d23ede90",
"Algorithm": "MD5",
"ChecksumDate": "2025-06-22T23:05:03.303636Z"
},
{
"Value": "d137be1ef53b10b5a6ba3ceaf40abf7d643b75c42d87aa8a91b0bfe15c3689fa",
"Algorithm": "BLAKE3",
"ChecksumDate": "2025-06-22T23:05:03.466784Z"
}
],
"S3Path": "/eodata/Sentinel-2/MSI/L1C_N0500/2015/08/30/S2A_MSIL1C_20150830T100016_N0500_R122_T33UUQ_20231016T110421.SAFE"
}
]
}
],
"@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&%24top=200&%24expand=Assets&%24expand=Attributes&%24expand=Locations&%24skip=200"
}
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.