Skip to content

Commit

Permalink
ESACPE-1417 #comment fix for 4bands planetscope PSB.SD
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrauzzi committed Apr 12, 2023
1 parent 18268d3 commit 77d6221
Show file tree
Hide file tree
Showing 10 changed files with 624 additions and 158 deletions.
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": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -96,60 +96,43 @@
"scale": 2.08079134075E-05,
"radiometric_scale": 0.01
},
{
"scale": 2.50451965527E-05,
"radiometric_scale": 0.01
},
{
"scale": 3.96402488198E-05,
"radiometric_scale": 0.01
}
],
"eo:bands": [
{
"name": "coastal",
"description": "coastal 443nm TOA",
"common_name": "coastal",
"center_wavelength": 0.443,
"solar_illumination": 1839.82
},
{
"name": "blue",
"description": "blue 490nm TOA",
"description": "blue 443nm TOA",
"common_name": "blue",
"center_wavelength": 0.49,
"solar_illumination": 1978.5
"center_wavelength": 0.443,
"solar_illumination": 1839.82
},
{
"name": "green",
"description": "green 565nm TOA",
"description": "green 490nm TOA",
"common_name": "green",
"center_wavelength": 0.565,
"solar_illumination": 1815.91
},
{
"name": "yellow",
"description": "yellow 610nm TOA",
"common_name": "yellow",
"center_wavelength": 0.61,
"solar_illumination": 1692.89
"center_wavelength": 0.49,
"solar_illumination": 1978.5
},
{
"name": "red",
"description": "red 665nm TOA",
"description": "red 565nm TOA",
"common_name": "red",
"center_wavelength": 0.665,
"solar_illumination": 1511.49
},
{
"name": "rededge",
"description": "rededge 705nm TOA",
"common_name": "rededge",
"center_wavelength": 0.705,
"solar_illumination": 1573.91
"center_wavelength": 0.565,
"solar_illumination": 1815.91
},
{
"name": "nir",
"description": "nir 865nm TOA",
"description": "nir 610nm TOA",
"common_name": "nir",
"center_wavelength": 0.865,
"solar_illumination": 947.77
"center_wavelength": 0.61,
"solar_illumination": 1692.89
}
]
},
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Binary file not shown.
Loading

0 comments on commit 77d6221

Please sign in to comment.