-
Notifications
You must be signed in to change notification settings - Fork 145
release v0.10.0 #141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
release v0.10.0 #141
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
scisco
commented
Jan 5, 2016
- add support for bare json output
- faster travis tests
- add street search
- apply ndvigrey to process and download
- fixes NDVI not working in 0.9.1 #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
replaced join() with "/".join() for building google and Amazon S3 URLs that are compatible across platforms. Remove trailing "/" from S3 and Google base URL in settings.py
…iles/feature/address_search
adds bare json support for search #96
Faster travis tests
…eswwatkins/landsat-util into mileswwatkins-miles/feature/address_search
…ure/address_search Add street address search
`landsat download LC80450332015023LGN00` should download the tar.gz file with all bands by default, but the default is being set to '432'. This does not do anything for scenes prior to 2015 on Google Storage, but for 2015 on AWS it only downloads those bands. This is not expected behaviour according to the docs, and it makes it hard to download the whole tar archive (you need to use `landsat download LC80450332015023LGN00 -b ""`)
…into default_download
download zip if bands are not specified
… into update_join
better handle url joins to a fix error on Windows
second attempt in fixing #114
release v0.10.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.