-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ESACPE-1417 #comment fix for 4bands planetscope PSB.SD
- Loading branch information
Showing
10 changed files
with
624 additions
and
158 deletions.
There are no files selected for viewing
150 changes: 150 additions & 0 deletions
150
...3B/MetadataExtractorsTests_PT01S09_896895W067_8132432022040400000000MS00_GG003002001.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,150 @@ | ||
{ | ||
"stac_version": "1.0.0", | ||
"stac_extensions": [ | ||
"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/projection/v1.0.0/schema.json", | ||
"https://stac-extensions.github.io/raster/v1.0.0/schema.json", | ||
"https://stac-extensions.github.io/sat/v1.0.0/schema.json", | ||
"https://stac-extensions.github.io/view/v1.0.0/schema.json" | ||
], | ||
"type": "Feature", | ||
"id": "PT01S09_896895W067_8132432022040400000000MS00_GG003002001", | ||
"geometry": { | ||
"type": "Polygon", | ||
"coordinates": [ | ||
[ | ||
[ | ||
-68.0470386779, | ||
-9.7056472509 | ||
], | ||
[ | ||
-68.0470386779, | ||
-9.9534188964 | ||
], | ||
[ | ||
-67.6937897878, | ||
-9.9534188964 | ||
], | ||
[ | ||
-67.6937897878, | ||
-9.7056472509 | ||
], | ||
[ | ||
-68.0470386779, | ||
-9.7056472509 | ||
] | ||
] | ||
] | ||
}, | ||
"properties": { | ||
"datetime": "2022-04-04T14:45:04+00:00", | ||
"start_datetime": "2022-04-04T14:45:04+00:00", | ||
"end_datetime": "2022-04-04T14:45:04+00:00", | ||
"mission": "planetscope", | ||
"platform": "planetscope", | ||
"instruments": [ | ||
"psb.sd" | ||
], | ||
"sensor_type": "optical", | ||
"gsd": 3.0, | ||
"sat:orbit_state": "descending", | ||
"sat:absolute_orbit": 5545559, | ||
"view:sun_elevation": 58.34774, | ||
"view:sun_azimuth": 61.64026, | ||
"view:incidence_angle": 4.38131, | ||
"view:off_nadir": 4.044508, | ||
"proj:epsg": 32719, | ||
"processing:level": "L3B", | ||
"title": "PLANETSCOPE PSB.SD L3B 2022-04-04 14:45:04" | ||
}, | ||
"bbox": [ | ||
-68.0470386779, | ||
-9.9534188964, | ||
-67.6937897878, | ||
-9.7056472509 | ||
], | ||
"assets": { | ||
"overview": { | ||
"type": "image/jpeg", | ||
"roles": [ | ||
"overview" | ||
], | ||
"href": "data/PT01S09_896895W067_8132432022040400000000MS00_GG003002001/PT01S09_896895W067_8132432022040400000000MS00_BG003002001.jpg", | ||
"filename": "PT01S09_896895W067_8132432022040400000000MS00_BG003002001.jpg", | ||
"file:size": 77976 | ||
}, | ||
"data": { | ||
"type": "image/tiff; application=geotiff", | ||
"roles": [ | ||
"data", | ||
"dn" | ||
], | ||
"href": "data/PT01S09_896895W067_8132432022040400000000MS00_GG003002001/PT01S09_896895W067_8132432022040400000000MS00_GG003002001.tif", | ||
"filename": "PT01S09_896895W067_8132432022040400000000MS00_GG003002001.tif", | ||
"file:size": 144905974, | ||
"proj:shape": [ | ||
7502, | ||
4253 | ||
], | ||
"raster:bands": [ | ||
{ | ||
"scale": 1.8755319951398254E-05, | ||
"radiometric_scale": 0.01 | ||
}, | ||
{ | ||
"scale": 2.0341601196683332E-05, | ||
"radiometric_scale": 0.01 | ||
}, | ||
{ | ||
"scale": 2.4483925427265648E-05, | ||
"radiometric_scale": 0.01 | ||
}, | ||
{ | ||
"scale": 3.875189775331636E-05, | ||
"radiometric_scale": 0.01 | ||
} | ||
], | ||
"eo:bands": [ | ||
{ | ||
"name": "blue", | ||
"description": "blue 443nm TOA", | ||
"common_name": "blue", | ||
"center_wavelength": 0.443, | ||
"solar_illumination": 1839.82 | ||
}, | ||
{ | ||
"name": "green", | ||
"description": "green 490nm TOA", | ||
"common_name": "green", | ||
"center_wavelength": 0.49, | ||
"solar_illumination": 1978.5 | ||
}, | ||
{ | ||
"name": "red", | ||
"description": "red 565nm TOA", | ||
"common_name": "red", | ||
"center_wavelength": 0.565, | ||
"solar_illumination": 1815.91 | ||
}, | ||
{ | ||
"name": "nir", | ||
"description": "nir 610nm TOA", | ||
"common_name": "nir", | ||
"center_wavelength": 0.61, | ||
"solar_illumination": 1692.89 | ||
} | ||
] | ||
}, | ||
"metadata": { | ||
"type": "application/xml", | ||
"roles": [ | ||
"metadata" | ||
], | ||
"href": "data/PT01S09_896895W067_8132432022040400000000MS00_GG003002001/vendor_metadata/20220404_144504_98_240c_3B_AnalyticMS_metadata_clip.xml", | ||
"filename": "vendor_metadata/20220404_144504_98_240c_3B_AnalyticMS_metadata_clip.xml", | ||
"file:size": 9206 | ||
} | ||
}, | ||
"links": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
74 changes: 74 additions & 0 deletions
74
...40400000000MS00_GG003002001/PT01S09_896895W067_8132432022040400000000MS00_DG003002001.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
EVENT=202303_Flood_BRA | ||
ENTITY_ID=PT01S09_896895W067_8132432022040400000000MS00 | ||
AGENCY=PLANET | ||
PLATFORM=PLANET | ||
PLATFORM_NUMBER=1 | ||
SENSOR=OPTICAL | ||
SENSOR_TYPE=MS | ||
OBLIQUE_FLAG=N | ||
RESTRICTED_FLAG=Y | ||
LICENSE_TYPE=PLANET_CHARTER | ||
MOSAIC_FLAG=N | ||
ACQUISITION_DATE=20220404 | ||
ACQUISITION_TIME=144504 | ||
END_ACQUISITION_DATE= | ||
CENTER_LAT=-9.89689521610269 | ||
CENTER_LONG=-67.8132431698371 | ||
UL_LAT=-9.83956985383348 | ||
UL_LONG=-67.9160735332073 | ||
UR_LAT=-9.83884954609911 | ||
UR_LONG=-67.7108628998003 | ||
LR_LAT=-9.95422057837191 | ||
LR_LONG=-67.710412806467 | ||
LL_LAT=-9.95494949722593 | ||
LL_LONG=-67.9156950503018 | ||
PROCESS_LEVEL=G | ||
VENDOR_PROCESS_LEVEL=L3B | ||
MAP_PROJECTION=UTM | ||
PROJECTION_PARAMETERS= | ||
DATUM=WGS84 | ||
LINESPERBAND=4253 | ||
PIXELSPERLINE=7502 | ||
BROWSE_HEIGHT= | ||
BROWSE_WIDTH= | ||
PROJECTION_ZONE= | ||
PIXEL_SIZE_X=3.000000 | ||
PIXEL_SIZE_Y=3.000000 | ||
PIX_SIZE_UNITS=M | ||
NUM_BANDS=4 | ||
BAND_NUMBERS=003002001 | ||
INCIDENCE_ANGLE= | ||
SUN_AZIMUTH= | ||
SUN_ELEVATION= | ||
CLOUD_COVER=19 | ||
WRS_PATH= | ||
WRS_ROW= | ||
FILE_FORMAT=GEOTIFF | ||
FULL_RES_LOC=https://hddsexplorer.usgs.gov/order/process?ordered=2501352&node=HDDS&dataset_name=EVENT3212 | ||
FULL_RES_SIZE=284143746 | ||
BROWSE_LOC=https://ims.cr.usgs.gov/browse/eo/disaster/202303_Flood_BRA/PLANET_PLANET/PT01S09_896895W067_8132432022040400000000MS00.png | ||
METADATA_LOC=https://hddsexplorer.usgs.gov/order/process?ordered=2501352&node=HDDS&dataset_name=EVENT3212 | ||
METADATA_SIZE=9000 | ||
MED_QUAL_LOC=https://hddsexplorer.usgs.gov/order/process?ordered=2501352&node=HDDS&dataset_name=EVENT3212 | ||
MED_QUAL_SIZE=2262232 | ||
LOW_QUAL_LOC=https://hddsexplorer.usgs.gov/order/process?ordered=2501352&node=HDDS&dataset_name=EVENT3212 | ||
LOW_QUAL_SIZE=617562 | ||
LICENSE_LOC= | ||
VENDOR=PLANET | ||
VENDOR_SCENE_ID=20220404_144504_98_240c_3B_AnalyticMS_clip | ||
CATALOG_ID= | ||
SOFTWARE_VERSION=4.2.12 | ||
[email protected] | ||
DATE_ENTERED=2023-03-30 | ||
DATE_UPDATED= | ||
IMAGE_INDEX= | ||
DISPLAY_INDEX= | ||
SAT_AZIMUTH= | ||
SAT_ELEVATION= | ||
EVENT_TYPE= | ||
DATA_SOURCE=SATELLITE | ||
VERSION= | ||
PRODUCT_TYPE= | ||
POLARIZATION= | ||
ORBIT_DIRECTION= | ||
SENSOR_MODE=default |
Empty file.
Binary file added
BIN
+84.8 KB
...S09_896895W067_8132432022040400000000MS00_GG003002001/license/Planet_Disaster_License.pdf
Binary file not shown.
Empty file.
Oops, something went wrong.