Skip to content

Commit

Permalink
fixup! test tileID client side filtering #25
Browse files Browse the repository at this point in the history
  • Loading branch information
bossie committed Oct 4, 2023
1 parent b326181 commit 4d3516d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/resources/org/openeo/creoDiasTileIdPattern.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"type":"FeatureCollection","properties":{"id":"727fa1c3-a58a-5c28-b6b8-eaec07a95eb1","totalResults":1,"exactCount":true,"startIndex":1,"itemsPerPage":1,"query":{"originalFilters":{"collection":"Sentinel2","box":"4.912740773449022,51.02800549763754,4.918234392041143,51.02998165805484","sortParam":"startDate","sortOrder":"ascending","page":"1","maxRecords":"100","productType":"L2A","tileId":"31UFS"},"appliedFilters":{"collection":"Sentinel2","box":"4.912740773449022,51.02800549763754,4.918234392041143,51.02998165805484","sortParam":"startDate","sortOrder":"ascending","page":"1","maxRecords":"100","productType":"L2A","tileId":"31UFS"},"processingTime":0.220491588},"links":[{"rel":"self","type":"application/json","title":"self","href":"https://catalogue.dataspace.copernicus.eu/resto/api/collections/Sentinel2/search.json?box=4.912740773449022%2C51.02800549763754%2C4.918234392041143%2C51.02998165805484&sortParam=startDate&sortOrder=ascending&page=1&maxRecords=100&status=ONLINE&dataset=ESA-DATASET&productType=L2A&startDate=2023-09-24T00%3A00%3A00Z&completionDate=2023-09-25T00%3A00%3A00Z&tileId=31UFS"},{"rel":"search","type":"application/opensearchdescription+xml","title":"OpenSearch Description Document","href":"https://catalogue.dataspace.copernicus.eu/resto/api/collections/Sentinel2/describe.xml"}]},"features":[{"type":"Feature","id":"48529695-77ec-4fbb-b0c8-2fbdf2e8bda4","geometry":{"type":"Polygon","coordinates":[[[4.43666142936438,51.3698516297421],[4.40871510963764,50.4552721606619],[5.95386971314071,50.4262936606196],[6.01702500852582,51.4123426550669],[4.46641328719322,51.4418286899677],[4.43666142936438,51.3698516297421]]]},"properties":{"collection":"SENTINEL-2","status":"ONLINE","license":{"licenseId":"unlicensed","hasToBeSigned":"never","grantedCountries":null,"grantedOrganizationCountries":null,"grantedFlags":null,"viewService":"public","signatureQuota":-1,"description":{"shortName":"No license"}},"productIdentifier":"/eodata/Sentinel-2/MSI/L2A/2023/09/24/S2B_MSIL2A_20230924T103659_N0509_R008_T31UFS_20230924T132849.SAFE","parentIdentifier":null,"title":"S2B_MSIL2A_20230924T103659_N0509_R008_T31UFS_20230924T132849.SAFE","description":"The Copernicus Sentinel-2 mission consists of two polar-orbiting satellites that are positioned in the same sun-synchronous orbit, with a phase difference of 180°. It aims to monitor changes in land surface conditions. The satellites have a wide swath width (290 km) and a high revisit time. Sentinel-2 is equipped with an optical instrument payload that samples 13 spectral bands: four bands at 10 m, six bands at 20 m and three bands at 60 m spatial resolution [https://dataspace.copernicus.eu/explore-data/data-collections/sentinel-data/sentinel-2].","organisationName":null,"startDate":"2023-09-24T10:36:59.024Z","completionDate":"2023-09-24T10:36:59.024Z","productType":"S2MSI2A","processingLevel":"S2MSI2A","platform":"S2B","instrument":"MSI","resolution":0,"sensorMode":null,"orbitNumber":34211,"quicklook":null,"thumbnail":"https://catalogue.dataspace.copernicus.eu/get-object?path=/Sentinel-2/MSI/L2A/2023/09/24/S2B_MSIL2A_20230924T103659_N0509_R008_T31UFS_20230924T132849.SAFE/S2B_MSIL2A_20230924T103659_N0509_R008_T31UFS_20230924T132849-ql.jpg","updated":"2023-09-24T16:01:48.906Z","published":"2023-09-24T16:01:39.303Z","snowCover":0,"cloudCover":10.342766,"gmlgeometry":"<gml:Polygon srsName=\"EPSG:4326\"><gml:outerBoundaryIs><gml:LinearRing><gml:coordinates>4.43666142936438,51.3698516297421 4.40871510963764,50.4552721606619 5.95386971314071,50.4262936606196 6.01702500852582,51.4123426550669 4.46641328719322,51.4418286899677 4.43666142936438,51.3698516297421</gml:coordinates></gml:LinearRing></gml:outerBoundaryIs></gml:Polygon>","centroid":{"type":"Point","coordinates":[5.20514092151565,50.9354916607594]},"orbitDirection":null,"timeliness":null,"relativeOrbitNumber":8,"processingBaseline":5.09,"missionTakeId":"GS2B_20230924T103659_034211_N05.09","services":{"download":{"url":"https://catalogue.dataspace.copernicus.eu/download/48529695-77ec-4fbb-b0c8-2fbdf2e8bda4","mimeType":"application/octet-stream","size":1204714187}},"links":[{"rel":"self","type":"application/json","title":"GeoJSON link for 48529695-77ec-4fbb-b0c8-2fbdf2e8bda4","href":"https://catalogue.dataspace.copernicus.eu/resto/collections/SENTINEL-2/48529695-77ec-4fbb-b0c8-2fbdf2e8bda4.json"}]}}]}

0 comments on commit 4d3516d

Please sign in to comment.