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.
- STAC item centroid uses Python
float
instead ofnumpy.float64
.
- Support for NAIP 2022
- Updated repository structure to match stactools
v0.4.0 - 2023-05-18
- Support for NAIP 2021
v0.3.2 - 2023-05-03
- Add Projection Extension field proj:centroid (#38)
v0.3.1 - 2023-02-24
- 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
- Scientific Extension fields are now in the Collection rather than the Item.
- 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.