Skip to content

Latest commit

 

History

History
65 lines (38 loc) · 2.49 KB

CHANGELOG.md

File metadata and controls

65 lines (38 loc) · 2.49 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.

  • Add additional assets that are included in the data distribution: Masks and Previews. (#6)

0.4.1 - 2023-04-14

Changed

  • 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

  • Added support for Grid Extension with property grid:code (#24)
  • Added Projection Extension property proj:centroid (#26)

0.3.0 - 2023-03-27

Changed

  • 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

Changed

  • Item platform value from TanDEM-X to tandem-x (#15)

Fixed

  • 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

Added

  • Package description (#10)

0.1.0 - 2023-01-30

Added

  • 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 and OT are the current valid options.
  • added python 3.10

Removed

  • remove python 3.7 support