Skip to content

Releases: developmentseed/landsat-util

v0.13.1

18 Jan 20:26
Compare
Choose a tag to compare

Bug fixes, most notably #191, #213. Other minor fixes (typos, installation, tests)

v0.13.0

25 Mar 23:10
Compare
Choose a tag to compare
  • Python 3.5 support

v0.12.2

25 Mar 23:10
Compare
Choose a tag to compare
Merge pull request #169 from developmentseed/develop

v0.12.2

v0.12.1

18 Feb 20:29
Compare
Choose a tag to compare

Includes:

usgs dependency fix
usgs zip files error fix
skip color correction for ndvi

v0.12.0

18 Feb 06:29
Compare
Choose a tag to compare
  • Add USGS download fallback closes #89

v0.10.0

05 Jan 20:47
Compare
Choose a tag to compare
  • add support for bare json output
  • faster travis tests
  • add street search
  • apply ndvigrey to process and download
  • fixes #127
  • update commands help file
  • apply pansharpen and ndvi only if -p is used
  • download zip if bands are not specified
  • better handle url joins to a fix error on Windows
  • other small bug fixes

v0.9.1

05 Jan 19:54
Compare
Choose a tag to compare
  • Add missing package (polyline) to setup.py

v0.9.0

25 Mar 23:10
Compare
Choose a tag to compare
bump up version to 0.9.0 [ci skip]

v0.8.0

23 Oct 17:43
Compare
Choose a tag to compare

0.8.0 (2015-09-22)

  • Improved docs
  • Add --ndvi flag
  • Handle downloading new bands (10, 11, QA)
  • Improved color correction
  • Remove noise in pansharpened image processing

v0.7.0

29 May 19:27
Compare
Choose a tag to compare
  • New documentation
  • Deployed to readthedocs
  • Automate deployment to pypi
  • Adds docker support
  • skip unzipping if images already unzipped
  • add force-unzip flag
  • fix a bug where multiple downloads was not followed by multiple process #81
  • fix a bug where if scenes was downloaded from google instead of aws, process failed #84
  • download band 8 when pansharpen fixes #73