Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.41 KB

CHANGELOG.md

File metadata and controls

43 lines (30 loc) · 1.41 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.

v0.2.1 - 2020-02-12

Changed

  • Updated metadata fields for STAC 0.9.0-rc2
  • Update boto3-utils to 0.2.0

Fixed

  • Point to correct github tag when linking to STAC collection metadata

v0.2.0 - 2020-01-12

Added

  • Sentinel-1 support
  • Sentinel-2 L2A support

Changed

  • STAC version updated to 0.9.0
  • Complete refactor of library into a Class SentinelSTAC

Removed

  • Functionality for creating/appending to a Catalog. This library now just creates the Items from the original metadata and allows one to loop throught the STAC Items in the archive on AWS
  • Creating/appending to Catalogs can use this library, but it is outside the scope

Fixed

  • Fix filename of Band B8A, which was incorrectly set to B08, issue #11
  • Update temporal extent of collection to be datetime instead of just date

v0.1.0 - 2018-10-25

Initial Release