Skip to content

Commit 6b1bd4c

Browse files
fix complete
1 parent 53686bd commit 6b1bd4c

File tree

3 files changed

+24
-11
lines changed

3 files changed

+24
-11
lines changed

examples/collection.json

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,26 +41,39 @@
4141
"license": "CC-BY-4.0",
4242
"summaries": {
4343
"platform": [
44-
"cool_sat2",
45-
"cool_sat1"
44+
"cool_sat1",
45+
"cool_sat2"
4646
],
4747
"constellation": [
4848
"ion"
4949
],
5050
"instruments": [
51-
"cool_sensor_v1"
51+
"cool_sensor_v1",
52+
"cool_sensor_v2"
5253
],
5354
"gsd": {
5455
"minimum": 0.512,
55-
"maximum": 0.7
56+
"maximum": 0.66
5657
},
57-
"view:off_nadir": {
58-
"minimum": 0,
59-
"maximum": 15
58+
"eo:cloud_cover": {
59+
"minimum": 1.2,
60+
"maximum": 1.2
61+
},
62+
"proj:epsg": {
63+
"minimum": 32659,
64+
"maximum": 32659
6065
},
6166
"view:sun_elevation": {
62-
"minimum": 6.78,
63-
"maximum": 40
67+
"minimum": 54.9,
68+
"maximum": 54.9
69+
},
70+
"view:off_nadir": {
71+
"minimum": 3.8,
72+
"maximum": 3.8
73+
},
74+
"view:sun_azimuth": {
75+
"minimum": 135.7,
76+
"maximum": 135.7
6477
}
6578
},
6679
"links": [

examples/core-item.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"end_datetime": "2020-12-11T22:38:32.327Z",
4545
"created": "2020-12-12T01:48:13.725Z",
4646
"updated": "2020-12-12T01:48:13.725Z",
47-
"platform": "cool_sat2",
47+
"platform": "cool_sat1",
4848
"instruments": [
4949
"cool_sensor_v1"
5050
],

examples/extended-item.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"updated": "2020-12-15T01:48:13.725Z",
5151
"platform": "cool_sat2",
5252
"instruments": [
53-
"cool_sensor_v1"
53+
"cool_sensor_v2"
5454
],
5555
"gsd": 0.66,
5656
"eo:cloud_cover": 1.2,

0 commit comments

Comments
 (0)