697 Commits

Author SHA1 Message Date
Matthew Hanson
e233f03aec Merge pull request #236 from Juanlu001/loosen-requirements
Loosen requirement versions
2017-08-24 15:42:49 -04:00
Juan Luis Cano Rodríguez
12779aad2f Refine version requirements with upper bounds 2017-07-21 12:18:05 +02:00
Juan Luis Cano Rodríguez
671d72e71f Update installation docs 2017-07-19 12:27:23 +02:00
Juan Luis Cano Rodríguez
3ac5c771d0 Modernize Dockerfile, fix #226 2017-07-19 11:54:58 +02:00
Juan Luis Cano Rodríguez
d3a6f5d640 Loosen up version requirements of all dependencies
Tested in:

* Python 3.5 and 3.6 conda environments with latest
  NumPy and GDAL
* Official Python 3.4, 3.5 and 3.6 Docker images
  based on Debian Jessie using only pip
2017-07-19 10:56:48 +02:00
Juan Luis Cano Rodríguez
c421fd946d Bump version 2017-07-19 10:10:31 +02:00
Drew Bollinger
c4b3045990 Add version bump info 2017-01-19 17:37:01 -05:00
Drew Bollinger
5a5ab6f667 New pypi password 2017-01-19 16:49:51 -05:00
Drew Bollinger
f1dd1ab6c8 Update requirements to avoid version conflict 2017-01-19 16:22:52 -05:00
Drew Bollinger
188e241703 Update tests for new api response 2017-01-19 10:11:21 -05:00
Drew Bollinger
da758c5300 Point directly at updated api 2017-01-19 10:11:07 -05:00
Drew Bollinger
dba091ddcd Move the whitehouse slightly 2017-01-19 09:59:22 -05:00
Drew Bollinger
3b9a5f8ced Update search metadata references 2017-01-19 09:59:11 -05:00
Drew Bollinger
39b6e2e2a2 Merge pull request #215 from developmentseed/bug/191-bands
Bug/191 bands
v0.13.1
2017-01-03 13:58:52 -05:00
Drew Bollinger
544e493f61 Minimal future proofing of file size test 2017-01-03 13:37:06 -05:00
Drew Bollinger
8a86e61a11 Update tests for correct band default 2017-01-03 13:08:48 -05:00
Robin Wilson
66bc72be70 Change default bands args to None to match docs
As reported in #191, Google Storage is not used to download Landsat 8 .tar.bz files even if they are available, as the list of bands is set to '' by default. Changing this to None fixes this.

I imagine the previous behaviour is not intentional, as it means that if no --bands argument is passed then the only files that are downloaded are the _MTL.txt and _BQA.tif files.
2017-01-03 13:07:41 -05:00
Drew Bollinger
1922979dde Merge pull request #207 from lpinner/develop
Use setuptools 'entry_points': 'console_scripts'
2016-12-20 17:42:07 -05:00
Drew Bollinger
d2d94d9d62 Merge pull request #214 from developmentseed/download-size
Update test to reflect change in remote file size
2016-12-20 15:06:47 -05:00
Drew Bollinger
cfa5488f8f Update test to reflect change in remote file size 2016-12-20 14:49:24 -05:00
lpinner
9a76ad6941 Merge pull request #1 from lpinner/entry_points-patch
Use setuptools 'entry_points': 'console_scripts'
2016-10-20 09:59:25 +11:00
lpinner
982776f496 Use setuptools 'entry_points': 'console_scripts' if setuptools is installed (#206)
Replace scripts=['bin/landsat'] with entry_points={'console_scripts':['landsat=landsat.landsat:__main__']} if if setuptools is installed.

This allows cross platform generation of executable scripts. The current use of the distutils scripts argument just copies bin/landsat to (Python dir)\Scripts on Windows.
2016-10-20 09:57:15 +11:00
Scisco
362d5b046f Merge pull request #183 from njwilson23/bqa-mask
Proposed cloud/ice detection fixes
2016-05-13 14:13:07 -04:00
Nat Wilson
85e1b26785 Merge branch 'develop' into bqa-mask 2016-04-23 11:36:34 -07:00
Nat Wilson
7feb87b51c rewrite cloud/ice detection
Performs bitwise comparisons along the BQA band. The old version checked
for a particular list of values and was prone to overcounting. This
version is based on the landsat documentation at
http://landsat.usgs.gov/qualityband.php
2016-04-23 11:28:15 -07:00
Nat Wilson
184453969b Merge remote-tracking branch 'upstream/master' 2016-04-22 16:04:58 -07:00
Scisco
87873fc13b Merge pull request #180 from bradh/develop
Minor spelling fixes.
2016-04-15 09:55:56 -04:00
Brad Hards
0422e3ab42 Minor spelling fixes. 2016-04-15 21:35:12 +10:00
Scisco
48cc76d4a4 Merge pull request #178 from wknowles/patch-1
fix typo on download example
2016-04-13 19:46:37 -04:00
Scisco
d2dcc4e882 Merge pull request #179 from njwilson23/fix-typo
Fix typo (minor)
2016-04-13 19:46:09 -04:00
Nat Wilson
5b4b0a7c38 fix typo: Storge -> Storage 2016-04-13 16:14:02 -07:00
Will Knowles
bbbe21f9ac fix typo on download example 2016-04-13 21:56:55 +01:00
Scisco
6c65c8f3e7 Merge pull request #174 from developmentseed/develop
version 0.13.0
2016-03-25 18:21:13 -04:00
Scisco
5af669b1e0 Merge pull request #173 from developmentseed/sgillies-py3
Python 3 is now supported
v0.13.0
2016-03-25 17:53:26 -04:00
Scisco
d8441954f3 switch back to use badge 2016-03-25 17:35:19 -04:00
Scisco
030037dce7 update changes and authors 2016-03-25 17:32:46 -04:00
Scisco
c4edd8fa95 version 0.13.0 2016-03-25 17:30:52 -04:00
Scisco
a331b2ec72 remove python 3.4 tests 2016-03-25 17:24:09 -04:00
Scisco
64c6754e54 addon libs 2016-03-25 17:04:15 -04:00
Scisco
93c126d535 switch back to travis
circleci doesn't support multiple python versions
2016-03-25 16:57:00 -04:00
Scisco
e857fda80a use tox for tests 2016-03-25 16:36:46 -04:00
Scisco
184a0943dd tox tests 2016-03-25 16:34:11 -04:00
Scisco
95e9a46eeb Merge branch 'py3' of https://github.com/sgillies/landsat-util into sgillies-py3 2016-03-25 15:26:32 -04:00
Sean Gillies
b9f8e52d3c Python 3 is now supported
After I adjusted imports to be absolute, the rest of the work
was sorting out the distinction between bytes and strs. The
uploader was written for strings of bytes and needed to be changed
to actual bytes.

Closes #170
2016-03-25 12:58:34 -06:00
Scisco
2ad1aa7771 change bandge to show status of develop branch 2016-03-25 14:21:28 -04:00
Scisco
ac7a095c56 Merge pull request #171 from developmentseed/dependencies
use circleci for tests
2016-03-25 14:17:57 -04:00
Scisco
4335c9f3d3 Merge branch 'develop' into dependencies
# Conflicts:
#	setup.py
2016-03-25 14:15:21 -04:00
Scisco
b0a51d50a8 add circle ci badge and update tests 2016-03-25 14:14:12 -04:00
Scisco
d6d85945de add pypi deployment 2016-03-25 14:08:23 -04:00
Scisco
a7cb482ed1 remove travis 2016-03-25 13:09:47 -04:00