From a6e7a71987465ba592709aa31ce78c331bd11257 Mon Sep 17 00:00:00 2001 From: Kevin Booth Date: Thu, 13 Jun 2019 10:52:00 -0500 Subject: [PATCH] Changed key name from id to name to match eo extension --- collection-spec/collection-spec.md | 4 ++-- .../examples/landsat-collection.json | 22 +++++++++---------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/collection-spec/collection-spec.md b/collection-spec/collection-spec.md index 372370db7..6a4507f68 100644 --- a/collection-spec/collection-spec.md +++ b/collection-spec/collection-spec.md @@ -140,7 +140,7 @@ An incomplete Collection: "eo:off_nadir": 0, "eo:bands": [ { - "id": "B1", + "name": "B1", "common_name": "coastal", "gsd": 30, "center_wavelength": 0.44, @@ -197,7 +197,7 @@ The merged Item then looks like this: "eo:off_nadir": 0, "eo:bands": [ { - "id": "B1", + "name": "B1", "common_name": "coastal", "gsd": 30, "center_wavelength": 0.44, diff --git a/collection-spec/examples/landsat-collection.json b/collection-spec/examples/landsat-collection.json index 0945d761b..63d04deeb 100644 --- a/collection-spec/examples/landsat-collection.json +++ b/collection-spec/examples/landsat-collection.json @@ -47,77 +47,77 @@ "eo:off_nadir": 0, "eo:bands": [ { - "id": "B1", + "name": "B1", "common_name": "coastal", "gsd": 30, "center_wavelength": 0.44, "full_width_half_max": 0.02 }, { - "id": "B2", + "name": "B2", "common_name": "blue", "gsd": 30, "center_wavelength": 0.48, "full_width_half_max": 0.06 }, { - "id": "B3", + "name": "B3", "common_name": "green", "gsd": 30, "center_wavelength": 0.56, "full_width_half_max": 0.06 }, { - "id": "B4", + "name": "B4", "common_name": "red", "gsd": 30, "center_wavelength": 0.65, "full_width_half_max": 0.04 }, { - "id": "B5", + "name": "B5", "common_name": "nir", "gsd": 30, "center_wavelength": 0.86, "full_width_half_max": 0.03 }, { - "id": "B6", + "name": "B6", "common_name": "swir16", "gsd": 30, "center_wavelength": 1.6, "full_width_half_max": 0.08 }, { - "id": "B7", + "name": "B7", "common_name": "swir22", "gsd": 30, "center_wavelength": 2.2, "full_width_half_max": 0.2 }, { - "id": "B8", + "name": "B8", "common_name": "pan", "gsd": 15, "center_wavelength": 0.59, "full_width_half_max": 0.18 }, { - "id": "B9", + "name": "B9", "common_name": "cirrus", "gsd": 30, "center_wavelength": 1.37, "full_width_half_max": 0.02 }, { - "id": "B10", + "name": "B10", "common_name": "lwir11", "gsd": 100, "center_wavelength": 10.9, "full_width_half_max": 0.8 }, { - "id": "B11", + "name": "B11", "common_name": "lwir12", "gsd": 100, "center_wavelength": 12,