Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update common band names table #22

Merged
merged 8 commits into from
Aug 1, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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