Skip to content

Commit

Permalink
Added rededge 1-3 as common names #19
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Jan 9, 2023
1 parent b61e8b6 commit e4125d1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | | |
Expand All @@ -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

Expand Down
3 changes: 3 additions & 0 deletions json-schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@
"green",
"red",
"rededge",
"rededge1",
"rededge2",
"rededge3",
"yellow",
"pan",
"nir",
Expand Down

0 comments on commit e4125d1

Please sign in to comment.