Skip to content

Latest commit

 

History

History
90 lines (71 loc) · 2.95 KB

CHANGELOG.md

File metadata and controls

90 lines (71 loc) · 2.95 KB

STAC-CHECK Change Log

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

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

[Unreleased]

Added

Changed

Fixed

[v1.2.0] - 2022-04-26

Added

  • Option to include a configuration file to ignore selected checks

Changed

  • Change name from stac_check to stac-check in setup for cli

[v1.1.3] - 2022-03-03

  • Fix thumbnail size check

[v1.1.2] - 2022-03-03

  • Fix self-link test

[v1.1.1] - 2022-03-02

  • Make it easier to export linting messages

[v1.0.3] - 2022-03-02

  • Set stac-validator version to 2.4.0

[v1.0.2] - 2022-02-21

  • Loosen stac-validator version

[v1.0.1] - 2022-02-20

  • Update readme

[v1.0.0] - 2022-02-20

Changed

  • Reorganized code for version 1.0.0 release

[v0.2.0] - 2022-02-02 - 2022-02-19

Added

  • Import main validator as stac-validator was updated to 2.3.0
  • Added best practices docuument to repo
  • Recommend 'self' link in links
  • Check catalogs and collections use 'catalog.json' or 'collection.json' as a file name
  • Check that links in collections and catalogs have a title field
  • Recommend that eo:bands or similar information is provided in collection summaries
  • Check for small thumbnail image file type

[v0.1.3] - 2022-01-23

Added

  • Check for bloated metadata, too many fields in properties
  • Check for geometry field, recommend that STAC not be used for non-spatial data

Changed

  • Changed bloated links check to a boolean to mirror bloated metadata

[v0.1.2] - 2022-01-17 - 2022-01-22

Added

  • Check for null datetime
  • Check for unlocated items, bbox should be set to null if geometry is

[v0.1.1] - 2021-11-26 - 2021-12-12

Added

  • Added github actions to test and push to pypi
  • Added makefile, dockerfile

Changed

  • Removed pipenv

[v0.1.0] - 2021-11-26 - 2021-12-05

Added