Skip to content

Commit

Permalink
fix complete
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelmathot committed Apr 10, 2021
1 parent 53686bd commit 6b1bd4c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 11 deletions.
31 changes: 22 additions & 9 deletions examples/collection.json
Expand Up @@ -41,26 +41,39 @@
"license": "CC-BY-4.0",
"summaries": {
"platform": [
"cool_sat2",
"cool_sat1"
"cool_sat1",
"cool_sat2"
],
"constellation": [
"ion"
],
"instruments": [
"cool_sensor_v1"
"cool_sensor_v1",
"cool_sensor_v2"
],
"gsd": {
"minimum": 0.512,
"maximum": 0.7
"maximum": 0.66
},
"view:off_nadir": {
"minimum": 0,
"maximum": 15
"eo:cloud_cover": {
"minimum": 1.2,
"maximum": 1.2
},
"proj:epsg": {
"minimum": 32659,
"maximum": 32659
},
"view:sun_elevation": {
"minimum": 6.78,
"maximum": 40
"minimum": 54.9,
"maximum": 54.9
},
"view:off_nadir": {
"minimum": 3.8,
"maximum": 3.8
},
"view:sun_azimuth": {
"minimum": 135.7,
"maximum": 135.7
}
},
"links": [
Expand Down
2 changes: 1 addition & 1 deletion examples/core-item.json
Expand Up @@ -44,7 +44,7 @@
"end_datetime": "2020-12-11T22:38:32.327Z",
"created": "2020-12-12T01:48:13.725Z",
"updated": "2020-12-12T01:48:13.725Z",
"platform": "cool_sat2",
"platform": "cool_sat1",
"instruments": [
"cool_sensor_v1"
],
Expand Down
2 changes: 1 addition & 1 deletion examples/extended-item.json
Expand Up @@ -50,7 +50,7 @@
"updated": "2020-12-15T01:48:13.725Z",
"platform": "cool_sat2",
"instruments": [
"cool_sensor_v1"
"cool_sensor_v2"
],
"gsd": 0.66,
"eo:cloud_cover": 1.2,
Expand Down

0 comments on commit 6b1bd4c

Please sign in to comment.