Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

28 lines (20 loc) · 1.12 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.1.1 - 2019-04-11

Added

  • Option to only add items that are missing from catalog
  • Added landsat:revision to properties
  • Misc example Python scripts for updating elasticsearch
  • Accept s3 URLs to transform function

Changed

  • Internal Item ID changed to be Landsat Scene ID without last 5 characters (ground station and revision). This ensures only the single latest revision is in the catalog.
  • Function signature for transform function to enable easier integration for creating other Landsat collections

Fixed

  • Getting geometries from path/row lookup table when generating from ANG file fails

v0.1.0 - 2019-01-17

Initial Release