Skip to content

Latest commit

 

History

History
62 lines (35 loc) · 1.82 KB

CHANGELOG.md

File metadata and controls

62 lines (35 loc) · 1.82 KB

Changelog

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

The format is based on Keep a Changelog. This project attempts to match the major and minor versions of stactools and increments the patch number as needed.

Unreleased

Changed

  • STAC item centroid uses Python float instead of numpy.float64.

[v0.5.0] - 2024-01-17

Added

  • Support for NAIP 2022

Changed

  • Updated repository structure to match stactools

v0.4.0 - 2023-05-18

Added

  • Support for NAIP 2021

v0.3.2 - 2023-05-03

Added

  • Add Projection Extension field proj:centroid (#38)

v0.3.1 - 2023-02-24

Fixed

  • Certain XML files for 2020 have inconsistent fields, which are now processed correctly instead generating an error. This is a continuation to work performed for the 0.3.0 version release.

v0.3.0 - 2023-02-16

Changed

  • Scientific Extension fields are now in the Collection rather than the Item.

Fixed

  • Certain XML files for 2020 have different fields, which are now processed correctly instead generating an error.

v0.2.0 - 2023-01-31

First release as a stand-alone repository.