Skip to content

Releases: stac-extensions/raster

v2.0.0

09 Sep 20:36
5707e13
Compare
Choose a tag to compare

v2.0.0-beta.1

02 Aug 08:03
e40adac
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

Added

  • Add link relation type gcps for Ground Control Points documents
  • raster:sampling, raster:bits_per_sample, raster:spatial_resolution, raster:scale, raster:offset and raster:histogram
    can be used in Assets and Item Properties

Changed

  • Some clarifications and fixes in the README and examples #41
  • raster:bands is now using the more general bands construct from STAC common metadata
  • The following fields in the Band Object have been moved/renamed:
  • nodata, data_type, statistics and unit were not renamed, but have been moved to STAC common metadata
  • sampling has been renamed to raster:sampling
  • bits_per_sample has been renamed to raster:bits_per_sample
  • spatial_resolution has been renamed to raster:spatial_resolution
  • scale has been renamed to raster:scale
  • offset has been renamed to raster:offset
  • histogram has been renamed to raster:histogram

Removed

  • raster:bands - use bands in instead

Fixed

  • Improved and stricter JSON Schema

v1.1.0

06 Jul 12:34
e24ddb0
Compare
Choose a tag to compare

Added

  • Allow "inf" and "nan" as valid nodata values #18

v1.0.0

18 May 13:03
Compare
Choose a tag to compare

Initial release