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 5 commits
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Added new common names for `rededge700`, `rededge725`, `rededge750` and `rededge775`
- `eo:cloud_cover` and `eo:snow_cover` can be used in bands
- `eo:common_name`, `eo:center_wavelength`, `eo:full_width_half_max` and `eo:solar_illumination`
can be used in Assets and Item Properties
Expand Down
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ The band's `eo:common_name` is the name that is commonly used to refer to that b
properties. The table below shows the allowed common names based on the average band range for the band
numbers of several popular instruments.

| Common Name | Band Range (μm) | Landsat 5/7 | Landsat 8 | Sentinel 2 | MODIS | NAIP |
| Common Name | Band Range (μm) | Landsat 5/7 | Landsat 8 | Sentinel-2 | MODIS | NAIP |
| ----------- | --------------- | ------------- | --------- | ---------- | ----- | ---- |
| coastal | 0.40 - 0.45 | | 1 | 1 | | |
| blue | 0.45 - 0.50 | 1 | 2 | 2 | 3 | 3 |
Expand All @@ -141,6 +141,10 @@ numbers of several popular instruments.
| yellow | 0.58 - 0.62 | | | | | |
| pan | 0.50 - 0.70 | 8 (*L7 only*) | 8 | | | |
| rededge | 0.70 - 0.79 | | | 5, 6, 7 | | |
| rededge700 | 0.70 - 0.72 | | | 5 | | |
| rededge725 | 0.72 - 0.74 | | | | | |
| rededge750 | 0.74 - 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 @@ -151,9 +155,11 @@ numbers of several popular instruments.
| lwir11 | 10.5 - 11.5 | | 10 | | 31 | |
| lwir12 | 11.5 - 12.5 | | 11 | | 32 | |

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`.
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`
- `rededge`, `rededge705`, `rededge725`, `rededge750` and `rededge775`

## Best Practices

Expand Down
4 changes: 4 additions & 0 deletions json-schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@
"green",
"red",
"rededge",
"rededge700",
"rededge725",
"rededge750",
"rededge775",
"yellow",
"pan",
"nir",
Expand Down
Loading