Skip to content

Commit

Permalink
Update names
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Feb 7, 2023
1 parent 252f9b5 commit c484c6b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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.
- Added new common names for `rededge1`, `rededge2` and `rededge3`
- Added new common names for `rededge715`, `rededge745` and `rededge775`

### Changed

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ numbers of several popular instruments.
| yellow | 0.58 - 0.62 | | | | | |
| pan | 0.50 - 0.70 | 8 (*L7 only*) | 8 | | | |
| rededge | 0.70 - 0.79 | | | | | |
| rededge1 | 0.70 - 0.73 | | | 5 | | |
| rededge2 | 0.73 - 0.76 | | | 6 | | |
| rededge3 | 0.76 - 0.79 | | | 7 | | |
| rededge715 | 0.70 - 0.73 | | | 5 | | |
| rededge745 | 0.73 - 0.76 | | | 6 | | |
| rededge775 | 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 @@ -156,7 +156,7 @@ The difference between the `nir`, `nir08`, and `nir09` bands are that the `nir`
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`
- `rededge`, `rededge1`, `rededge2` and `rededge3`
- `rededge`, `rededge715`, `rededge745` and `rededge775`

## Best Practices

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

0 comments on commit c484c6b

Please sign in to comment.