Will Knowles
bbbe21f9ac
fix typo on download example
2016-04-13 21:56:55 +01: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
Scisco
18120db50f
add matplot
2016-03-25 12:47:58 -04:00
Scisco
3e58bfc2d1
install cython
2016-03-25 12:36:14 -04:00
Scisco
e62623697b
install numpy
2016-03-25 11:58:24 -04:00
Scisco
75d468280b
install setuptools and wheel
2016-03-25 11:56:42 -04:00
Scisco
a9189ef875
remove all apt-gets
2016-03-25 11:55:07 -04:00
Scisco
502c98bc49
remoove freetype
2016-03-25 11:52:33 -04:00
Scisco
de28be5087
relax dependencies
2016-03-25 11:49:14 -04:00
Scisco
e71ad3a2ce
force install
2016-03-25 11:45:05 -04:00
Scisco
3f469bb461
version must be string
2016-03-25 11:31:48 -04:00
Scisco
0628d323ba
circle test
2016-03-25 11:27:21 -04:00
Scisco
097ba27e5e
updated docker
2016-03-25 11:27:05 -04:00
Scisco
cd21dd7646
use apt-get install
2016-03-24 13:28:06 -04:00
Scisco
f44b72b18f
new dockerfile
2016-03-24 13:27:41 -04:00
Scisco
b8f2c39e89
limit dev requirements to tests related modules
2016-03-24 13:27:30 -04:00
Scisco
9a7c0e3836
remove dockerfile for travis
2016-03-24 13:27:15 -04:00
Scisco
043ef5086b
add deps
2016-03-24 12:17:20 -04:00
Scisco
fa98f6020e
updated travis
2016-03-24 12:04:07 -04:00
Scisco
2dd5c10eb9
add jsonschema
2016-03-24 12:04:01 -04:00
Scisco
1730439d94
skip all tests for now
2016-03-24 11:49:16 -04:00
Scisco
7f5998b40b
update requirements order
2016-03-24 11:49:08 -04:00
Scisco
10eb6f97f5
fix version to 0.12.2
2016-03-24 10:55:41 -04:00
Scisco
8fe7185f9c
Merge pull request #168 from developmentseed/fix/usgs
...
switch dependency to usgs closes #167
2016-03-24 10:54:25 -04:00
Scisco
bc06b19ded
bump up to 0.12.3
2016-03-24 10:50:20 -04:00
Scisco
b3877c2171
Merge branch 'develop' into fix/usgs
2016-03-24 10:49:01 -04:00
Scisco
14f6408359
Merge pull request #165 from njwilson23/fix145
...
fixes issue #145
2016-03-24 10:33:47 -04:00
Scisco
ffdc002efa
switch dependency to usgs closes #167
2016-03-24 10:33:08 -04:00
Nat Wilson
49883cf85f
fixes issue #145
...
In two places, landsat-util tests for the presense of lon/lat with
if lon:
if lat:
but this fails when lon == 0 or lat == 0
replaced with an explicit check for `None`
2016-03-05 14:40:12 -05:00
Scisco
f0c229b9b7
Merge pull request #157 from developmentseed/download
...
more bug fixes to better handle usgs fallback
2016-02-19 03:13:47 -05:00
Scisco
0ade809e6c
bump up proposed version to 0.12.2
2016-02-19 03:07:42 -05:00
Scisco
a834e22068
more realastic tests
2016-02-19 03:07:06 -05:00
Scisco
723a461ffd
update download logic to better handle usgs fallback
2016-02-19 03:06:55 -05:00
Scisco
e2d871cf83
update tests to catpure downloader refactor
2016-02-19 02:51:33 -05:00