Releases: developmentseed/landsat-util
Releases · developmentseed/landsat-util
v0.6.3
includes:
- adjust lower rescaling bound, closes #66 for now
- better pixel math for #71
- update destination transform calculation for reprojection in polar regions
v0.6.2
includes:
Updated readme
removed gamma correction from image process
v0.6.1
Includes:
- 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
v0.5.1
- Updated Rasterio and Requests versions
v0.5.0
Version 0.5.0 includes:
- 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
v0.2.0
Version 0.2.0
- New image processing
- New command-line syntax
- A lot of other new additions
- Lots of bug fixes