From 6b1bd4c3524b31371bf564532205ca0ed4a66f24 Mon Sep 17 00:00:00 2001 From: Emmanuel Mathot Date: Sat, 10 Apr 2021 17:58:30 +0200 Subject: [PATCH] fix complete --- examples/collection.json | 31 ++++++++++++++++++++++--------- examples/core-item.json | 2 +- examples/extended-item.json | 2 +- 3 files changed, 24 insertions(+), 11 deletions(-) diff --git a/examples/collection.json b/examples/collection.json index 26ac11c5..4325aec4 100644 --- a/examples/collection.json +++ b/examples/collection.json @@ -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": [ diff --git a/examples/core-item.json b/examples/core-item.json index 0b453dd4..a71eb08f 100644 --- a/examples/core-item.json +++ b/examples/core-item.json @@ -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" ], diff --git a/examples/extended-item.json b/examples/extended-item.json index 8853f83e..10db0ce1 100644 --- a/examples/extended-item.json +++ b/examples/extended-item.json @@ -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,