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.
- Add additional assets that are included in the data distribution: Masks and Previews. (#6)
0.4.1 - 2023-04-14
- Round
proj:centroid
values to one decimal place, since they'll always be in 0.5 degree increments(#28)
0.4.0 - 2023-04-14
- Added support for Grid Extension with property
grid:code
(#24) - Added Projection Extension property
proj:centroid
(#26)
0.3.0 - 2023-03-27
- The asset title is now always
Data
, rather than being specific to each item derived from the item ID. (#21)
0.2.0 - 2023-03-24
- Item
platform
value fromTanDEM-X
totandem-x
(#15)
- Fixed license link to a valid URL (#17)
- Item now propertly advertises use of the Raster Extension via stac_extensions (#18)
0.1.1 - 2023-01-30
- Package description (#10)
0.1.0 - 2023-01-30
- create-collection and matching tests for both glo-30 and glo-90
- New:
--host
option to specify a Provider HOST from a list of options in constants.AWS
andOT
are the current valid options. - added python 3.10
- remove python 3.7 support