Skip to content

v2.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@emmanuelmathot emmanuelmathot released this 02 Aug 08:03
· 8 commits to main since this release
e40adac

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