Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 2.04 KB

CHANGELOG.md

File metadata and controls

56 lines (33 loc) · 2.04 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v2.2.0 - 2023-05-03

Added

  • A new Spatial Vector Cube Dimension for geometries

v2.1.0 - 2022-07-26

Added

  • Fields can also be used in assets. #12

Changed

  • Clarified that values must be an ordered list and not a set of unordered values. #11

v2.0.0 - 2021-07-26

Added

  • cube:variable: Object for describing NetCDF-style multi-dimensional arrays in a datacube #6

Changed

  • Updated examples to STAC 1.0.0

Removed

  • PROJ definitions have been removed as they have been deprecated by PROJ.

Fixed

  • Clarified that EPSG codes must be integers, PROJJSON must be objects and WKT2 must be a string
  • Clarified how to distinguish a Temporal Dimension from an Additional Dimension with type 'temporal' #5
  • The JSON Schema is more strict and should not have issues with missing required fields in Collections any longer #4

v1.0.0 - 2021-03-08

Initial independent release, see previous history

Changed

  • Units for STAC dimensions should now be compliant to UDUNITS-2 units (singular) whenever available.