From b74831acb463e71c70056b89a57443cbe61979ef Mon Sep 17 00:00:00 2001 From: floeschau Date: Sun, 5 May 2024 23:11:27 +0200 Subject: [PATCH] Corrected test case expected output for text metadata --- ...2-20240320-024025-217335171_ortho-pan.json | 37 ++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/src/Stars.Data.Tests/Resources/BLACKSKY/Global/MetadataExtractorsTests_BSG-102-20240320-024025-217335171_ortho-pan.json b/src/Stars.Data.Tests/Resources/BLACKSKY/Global/MetadataExtractorsTests_BSG-102-20240320-024025-217335171_ortho-pan.json index e9cb72eb..d6ea599b 100644 --- a/src/Stars.Data.Tests/Resources/BLACKSKY/Global/MetadataExtractorsTests_BSG-102-20240320-024025-217335171_ortho-pan.json +++ b/src/Stars.Data.Tests/Resources/BLACKSKY/Global/MetadataExtractorsTests_BSG-102-20240320-024025-217335171_ortho-pan.json @@ -1,7 +1,9 @@ { "stac_version": "1.0.0", "stac_extensions": [ - "https://stac-extensions.github.io/processing/v1.0.0/schema.json" + "https://stac-extensions.github.io/eo/v1.0.0/schema.json", + "https://stac-extensions.github.io/processing/v1.0.0/schema.json", + "https://stac-extensions.github.io/raster/v1.0.0/schema.json" ], "type": "Feature", "id": "BSG-102-20240320-024025-217335171_ortho-pan", @@ -46,6 +48,14 @@ "gsd": 1.0, "title": "BLACKSY GLOBAL-1 GEO MS", "processing:level": "GEO", + "eo:bands": [ + { + "name": "pan", + "common_name": "pan", + "center_wavelength": 0.575, + "full_width_half_max": 0.25 + } + ], "providers": [ { "name": "BlackSky", @@ -75,6 +85,31 @@ "href": "data/BSG-102-20240320-024025-217335171_ortho-pan/BS01N47_769636E107_2567602024032000000000MS03_DG000000001.txt", "filename": "BS01N47_769636E107_2567602024032000000000MS03_DG000000001.txt", "file:size": 1963 + }, + "ORTHO_PAN": { + "type": "image/tiff; application=geotiff", + "roles": [ + "data" + ], + "title": "PAN image", + "href": "data/BSG-102-20240320-024025-217335171_ortho-pan/BS01N47_769636E107_2567602024032000000000MS03_GG000000001.tif", + "filename": "BS01N47_769636E107_2567602024032000000000MS03_GG000000001.tif", + "file:size": 0, + "gsd": 1.0, + "eo:bands": [ + { + "name": "pan", + "common_name": "pan", + "center_wavelength": 0.575, + "full_width_half_max": 0.25 + } + ], + "raster:bands": [ + { + "data_type": "uint16", + "bits_per_sample": 12 + } + ] } }, "links": []