Skip to content

Latest commit

 

History

History
79 lines (49 loc) · 2.02 KB

File metadata and controls

79 lines (49 loc) · 2.02 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.

Added

  • Property category
  • Property determination:details

Changed

  • fiboa is an extension to the Vecorel specification now
  • Renamed determination_method to determination:method
  • Renamed determination_datetime to determination:datetime

Removed

  • Value administrative was removed from determination:method in favor of the new property category
  • fiboa_version in favor of adding the schema URL of the specification to schemas.

Fixed

  • Various minor clarifications and editorial enhancements
  • Added descriptions to the allowed values for determination:method

v0.2.0 - 2024-04-10

Added

  • perimeter property

Changed

  • Migrate schemas to fiboa Schema
  • Collections don't need to be STAC Collections (but it's recommended)
  • Collections can be included in GeoJSON files
  • Collections can be linked to from the GeoJSON files

v0.1.0 - 2024-02-28

Added

  • collection property
  • determination_method property
  • determination_datetime property

Changed

  • Recommend snake_case instead of camcelCase
  • area: Changed datatype from uint8 to float

Removed

  • Removed expires and datetime

Fixed

  • Clarified that the id must be unique within the collection
  • Clarified area and restricted value range
  • Clarified the allowed schema formats

v0.0.2 - 2024-02-14

  • Use .yaml instead of .yml

v0.0.1 - 2024-02-14

  • First release