Skip to content

Latest commit

 

History

History
86 lines (58 loc) · 4.55 KB

CHANGELOG.md

File metadata and controls

86 lines (58 loc) · 4.55 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Changed

  • Item IDs no longer contain the production datetime (#88)

Fixed

  • Added missing eo:cloud_cover values to Item properties and Assets (#91)
  • Use tile index and projection parameters for tighter Item geometries (#92)

Added

  • raster_footprint argument to generate Item geometry from the raster data footprint (#95)

[0.3.0a0] - 2022-04-15

Added

  • Create items from COGs (#81)
  • s3 extra_requires (#81)
  • The --s3-requester-pays pytest option (#81)

Changed

  • Insert "data" role at the front of the roles list (#75)
  • Keywords (#77)
  • Metadata is now a dataclass (#80)
  • Refactor item creation to use the builder model (#79)
  • --create-cogs (instead of --cogify) for stac modis create-catalog (#81)
  • Method to create expected files for unit tests, it's now python -m tests.create_expected (#81)

Fixed

  • Removed spurious coverage reporting (#81)
  • Asset ordering is now deterministic (#81)

Removed

  • file:values (#76)
  • Some unnecessary custom attributes for some 006 products (#81)

[0.2.0] - 2022-03-30

Added

  • Return paths and subdatasest names from stactools.modis.cogs.add_cogs (#44)
  • Keywords and summaries to collections (#48)
  • More Item and Collection metadata (#51)
  • Keywords for Collections (#54)
  • Antimeridian corrections (#62, #67)
  • Cloud cover (#66)
  • sci:publications (#66)
  • eo:bands to reflectance products (#69, #71)
  • License links (#72)
  • Classification extension (#73)

Changed

  • Use null instead of "unitless` (#55)
  • Don't use unicode for units, PySTAC doesn't like it (#57)
  • Use fewer collections (e.g. all 17A2HGF products are in the same collection) (#61)
  • Example collections and items (#65)

Fixed

  • Formatting in V006 fragments (#45)
  • Extents for V061 collections (#52)
  • Spaces are disallowed in COG filenames (#53)
  • Use keywords when creating Collections (#56)
  • Use raster's spatial_resolution instead of gsd (#60)
  • Metadata (#65)
  • Raster bands (#68)

0.1.0 - 2022-02-17

Initial release.