Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Dec 5, 2023
1 parent 207f56f commit 9dfcf27
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- `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

### Changed

- Update EO stac extension for STAC 1.1 and new [`bands` object](https://github.com/radiantearth/stac-spec/pull/1254)
- `eo:bands` is now using the more general `bands` construct from STAC common metadata
- The following fields in the Band Object have been moved/renamed:
- `name` was *not* renamed, but has been moved to STAC common metadata
- `description` was *not* renamed, but has been moved to STAC common metadata
- `common_name` has been renamed to `eo:common_name`
- `center_wavelength` has been renamed to `eo:center_wavelength`
- `full_width_half_max` has been renamed to `eo:full_width_half_max`
- `solar_illumination` has been renamed to `eo:solar_illumination`
- The bands in Item Properties are not meant to be the union of the asset bands any longer
You usually don't list bands in Item Properties any longer unless all assets have the same bands.

### Removed

- `eo:bands` - use `bands` instead

## [v1.1.0] - 2023-02-10

Expand Down

0 comments on commit 9dfcf27

Please sign in to comment.