Releases: stac-extensions/eo
Releases · stac-extensions/eo
v2.0.0
- No changes required, please see v2.0.0-beta.1 for details.
v2.0.0-beta.1
Added
- Added new common names for
green05
,rededge071
,rededge075
, andrededge078
- More satellite mappings for the common names
eo:cloud_cover
andeo:snow_cover
can be used in bandseo:common_name
,eo:center_wavelength
,eo:full_width_half_max
andeo:solar_illumination
can be used in Assets and Item Properties
Changed
eo:bands
is now using the more generalbands
construct from STAC common metadata- The following fields in the Band Object have been moved/renamed:
name
anddescription
were not renamed, but have been moved to STAC common metadatacommon_name
has been renamed toeo:common_name
center_wavelength
has been renamed toeo:center_wavelength
full_width_half_max
has been renamed toeo:full_width_half_max
solar_illumination
has been renamed toeo: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. - Small changes to the band ranges in common names to be closer to the Awesome Spectral Indices
Removed
eo:bands
- usebands
instead
Fixed
- Clarified how the coverages
eo:cloud_cover
andeo:snow_cover
should be computed - Improved and stricter schema
v1.1.0
Added
solar_illumination
field for the solar illumination value of the band.eo:snow_cover
field for the snow and ice cover value of the entire scene.- Example for a Collection
Changed
- Defined minimum values for
center_wavelength
andfull_width_half_max
(> 0)
Fixed
- Updated Item example to STAC v1.0.0
- Fixed wavelength and FWHM values in the examples
- Added
description
to the JSON Schema.
v1.0.0
[v1.0.0] - 2021-03-30
Initial independent release, see previous history
Fixed
common_name
is validated as an enum (no other values allowed)