Skip to content

Commit

Permalink
initial attempt at summaries
Browse files Browse the repository at this point in the history
  • Loading branch information
cholmes committed Mar 27, 2020
1 parent 92f432e commit 9d2345e
Showing 1 changed file with 29 additions and 2 deletions.
31 changes: 29 additions & 2 deletions disasters/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,37 @@
"extent": {
"spatial": {
"bbox": [[-96, 28, -93, 31]]
},
},
"temporal": {
"interval": [["2017-08-28T10:00:00-08:00", null]]
}
}
},

"summaries": {
"constellation": ["skysat", "planetscope"],
"platform": ["SS02", "SSC1", "101c"],
"view:off_nadir": {
"min": 0.2,
"max": 27.3
},
"view:sun_elevation": {
"min": 56.3,
"max": 65.1
},
"view:sun_azimuth": {
"min": 122,
"max": 231.9
},
"eo:gsd": {
"min": 0.9,
"max": 3.7
},
"eo:cloud_cover": {
"min": 0,
"max": 24
}


},

"links": [
Expand Down

0 comments on commit 9d2345e

Please # to comment.