Files
landsat-util/CHANGES.txt
2015-05-29 18:34:12 +01:00

63 lines
1.7 KiB
Plaintext

Changes
=======
0.7.0 (2015-05-29)
------------------
- 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
0.6.3 (2015-04-29)
------------------
- adjust lower rescaling bound, closes #66 for now
- better pixel math for #71
- update destination transform calculation for reprojection in polar regions
0.6.2 (2015-04-24)
------------------
- Updated readme
- removed gamma correction from image process
0.6.1 (2015-04-23)
------------------
- Updated tests that run faster
- New upload command for uploading final image to S3
- New command for continuous upload, process and upload
- Updated image processing that produces better color correction
- Other bug fixes
0.5.1 (2015-04-08)
------------------
- Updated Rasterio and Requests versions
0.5.0 (2015-03-10)
------------------
- Fewer dependencies
- Uses wheel on OSX
- New image processing algorithm which is faster and require less storage
- Updated API
- Includes longitude latitude search
- Improved console output
- Accepts bands combinations for processing images
- Includes a new faster downloader
- More comprehensive tests (96% coverage)
- Added to pypi pip install landsat-util
- Brew formula removed
0.2.0 (2014-08-28)
------------------
- New image processing
- New command-line syntax
- A lot of other new additions
- Lots of bug fixes
0.1.0 (2014-08-08)
------------------
- Pre-release version.