From 252f9b50366039fddab9e51bdea12480520fd88a Mon Sep 17 00:00:00 2001 From: Matthias Mohr Date: Mon, 9 Jan 2023 09:36:19 +0100 Subject: [PATCH] Added rededge 1-3 as common names #19 --- CHANGELOG.md | 3 ++- README.md | 9 +++++++-- json-schema/schema.json | 3 +++ 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 155f1cb..d0bd17a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -`solar_illumination` field for the solar illumination value of the asset. +- `solar_illumination` field for the solar illumination value of the asset. +- Added new common names for `rededge1`, `rededge2` and `rededge3` ### Changed diff --git a/README.md b/README.md index 188277e..3f853dc 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,10 @@ numbers of several popular instruments. | red | 0.60 - 0.70 | 3 | 4 | 4 | 1 | 1 | | yellow | 0.58 - 0.62 | | | | | | | pan | 0.50 - 0.70 | 8 (*L7 only*) | 8 | | | | -| rededge | 0.70 - 0.79 | | | 5, 6, 7 | | | +| rededge | 0.70 - 0.79 | | | | | | +| rededge1 | 0.70 - 0.73 | | | 5 | | | +| rededge2 | 0.73 - 0.76 | | | 6 | | | +| rededge3 | 0.76 - 0.79 | | | 7 | | | | nir | 0.75 - 1.00 | 4 | | 8 | 2 | 4 | | nir08 | 0.75 - 0.90 | | 5 | 8a | | | | nir09 | 0.85 - 1.05 | | | 9 | | | @@ -151,7 +154,9 @@ numbers of several popular instruments. The difference between the `nir`, `nir08`, and `nir09` bands are that the `nir` band is a wider band that covers most of the spectral range of 0.75μm to 1.0μm. `nir08` and `nir09` are narrow bands centered 0.85μm and 0.95μm -respectively. The same goes for the difference between `lwir`, `lwir11` and `lwir12`. +respectively. The same goes for the difference between: +- `lwir`, `lwir11` and `lwir12` +- `rededge`, `rededge1`, `rededge2` and `rededge3` ## Best Practices diff --git a/json-schema/schema.json b/json-schema/schema.json index a4aee57..f4e7419 100644 --- a/json-schema/schema.json +++ b/json-schema/schema.json @@ -157,6 +157,9 @@ "green", "red", "rededge", + "rededge1", + "rededge2", + "rededge3", "yellow", "pan", "nir",