Skip to content

Latest commit

 

History

History
328 lines (211 loc) · 13.3 KB

File metadata and controls

328 lines (211 loc) · 13.3 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

Updated

  • Updated stac-validator dependency to v3.10.1 (#140)
  • Updated Github Actions and documentation dependencies (#139)

Removed

  • Removed pdoc-generated documentation files and references as the project now uses Sphinx exclusively for documentation. (#141)

v1.11.0 - 2025-06-22

Added

  • Results summary for options that produce numerous results, ie. --collections, --item-collection, --recursive (#138)
  • Support for --verbose flag to show verbose results summary (#138)
  • Added --output/-o option to save validation results to a file (#138)
  • Tests for CLI options (#138)

v1.10.1 - 2025-06-21

Fixed

  • Fixed issue where pages parameter was being added to the wrong Linter (#137)

v1.10.0 - 2025-06-20

Added

  • Created api_lint.py module to handle API linting (#135)
  • Added support for --item-collection flag to validate item collection responses (#135)
  • Added support for --collections flag to validate collections responses (#135)
  • Added support for --pages flag to limit the number of pages to validate (#135)

Changed

  • Refactored display messages into a dedicated module for better code organization and maintainability (#135)
  • Organized test files, added v1.0.0 recursion test (#135)

v1.9.1 - 2025-06-16

Added

  • Added display of failed schema information in the validation output (#134)
  • Added recommendation messages to guide users when validation fails (#134)
  • Added disclaimer about schema-based STAC validation being an initial indicator of validity only (#134)

Changed

  • Updated validation output to show "Passed" instead of "Valid" for accuracy (#134)

v1.9.0 - 2025-06-13

Added

  • Added support for --verbose flag to show verbose error messages (#132)

Changed

  • Updated stac-validator to v3.9.0 (#132)
  • Improved cli output, message formatting (#132)

v1.8.0 - 2025-06-11

Changed

  • Made stac-pydantic an optional dependency (#129)

    • stac-validator is now installed without the [pydantic] extra by default
    • Added stac-check[pydantic] extra for users who need pydantic validation
    • Added graceful fallback to JSONSchema validation when pydantic is not available
    • Updated tests to handle both scenarios (with and without pydantic installed)
    • Added helpful warning messages when pydantic is requested but not installed
  • Migrated documentation from Read the Docs to GitHub Pages (#128)

    • Updated documentation build system to use Sphinx with sphinx_rtd_theme
    • Added support for Markdown content in documentation using myst-parser
    • Updated README with instructions for building documentation locally
    • Added GitHub Actions workflow for automatic documentation deployment

v1.7.0 - 2025-06-01

Added

  • Added validation for bounding boxes that cross the antimeridian (180°/-180° longitude) (#121)
    • Checks that bbox coordinates follow the GeoJSON specification for antimeridian crossing
    • Detects and reports cases where a bbox incorrectly "belts the globe" instead of properly crossing the antimeridian
    • Provides clear error messages to help users fix incorrectly formatted bboxes
  • Added sponsors and supporters section with logos (#122)
  • Added check to verify that bbox matches item's polygon geometry (#123)
  • Added configuration documentation to README (#124)
  • Added validation for geometry coordinates order to detect potentially reversed lat/lon coordinates (#125)
    • Checks that coordinates follow the GeoJSON specification with [longitude, latitude] order
    • Uses heuristics to identify coordinates that may be reversed or contain errors
    • Provides nuanced error messages acknowledging the uncertainty in coordinate validation
  • Added validation for definite geometry coordinate errors (#125)
    • Detects coordinates with latitude values exceeding ±90 degrees
    • Detects coordinates with longitude values exceeding ±180 degrees
    • Returns detailed information about invalid coordinates
  • Added dedicated geometry validation configuration section (#125)
    • Created a new geometry_validation section in the configuration file
    • Added a master enable/disable switch for all geometry validation checks
    • Reorganized geometry validation options into the new section
    • Separated geometry validation errors in CLI output with a [BETA] label
    • Added detailed documentation for geometry validation features
  • Added --pydantic option for validating STAC objects using stac-pydantic models, providing enhanced type checking and validation (#126)

Enhanced

  • Improved bbox validation output to show detailed information about mismatches between bbox and geometry bounds, including which specific coordinates differ and by how much (#126)

Fixed

  • Fixed collection summaries check incorrectly showing messages for Item assets (#121)

Updated

  • Improved README with table of contents, better formatting, stac-check logo, and enhanced documentation (#122)
  • Enhanced Contributing guidelines with step-by-step instructions (#122)

Removed

  • Support for Python 3.8 (#121)

v1.6.0 - 2025-03-14

Added

  • Test for Python 3.13 in workflow (#120)

Fixed

  • Prevented KeyError in check_unlocated() when bbox is unset (#104)

Updated

  • Updated stac-validator to v3.6.0 (#120)

v1.5.0 - 2025-01-17

Added

  • Allow to provide HTTP headers (#114)
  • Configure whether to open URLs when validating assets (#114)

Changed

  • No longer use the deprecated pkg-resources package. It has been replaced with importlib from the Python standard library (#112)

Updated

  • Updated stac-validator to v3.5.0 and other dependecies as well (#116)

v1.4.0 - 2024-10-09

Added

  • Added pre-commit config (#111)
  • Added publish.yml to automatically publish new releases to PyPI (#111)

Changed

  • Updated stac-validator dependency to ensure STAC v1.1.0 compliance (#111)

v1.3.3 - 2023-11-17

Changed

  • Development dependencies removed from runtime dependency list (#109)

v1.3.2 - 2023-03-23

Added

  • Ability to lint dictionaries stac-utils#94
  • Docstrings and pdoc api documents

Fixed

  • Fixed the check_catalog_file_name() method to only work on static catalogs stac-utils#94
  • Jsonschema version to use a released version stac-utils#105

v1.3.1 - 2022-10-05

Changed

  • Changed pin on stac-validator to >=3.1.0 from ==3.2.0

v1.3.0 - 2022-09-20

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

Fixed

  • Fix thumbnail size check

v1.1.2 - 2022-03-03

Changed

  • Make it easier to export linting messages
  • Set stac-validator version to 2.4.0

Fixed

  • Fix self-link test

v1.0.1 - 2022-02-20

Changed

  • Update readme
  • 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