Scisco
cd100f67ef
Merge pull request #169 from developmentseed/develop
...
v0.12.2
v0.12.2
2016-03-25 12:52:04 -04:00
Scisco
18120db50f
add matplot
2016-03-25 12:47:58 -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
Scisco
a376efc561
major refactor to better handle usgs fallback
2016-02-19 02:51:11 -05:00
Scisco
14f14ec902
Merge pull request #156 from developmentseed/develop
...
0.12.1
v0.12.1
2016-02-18 15:28:34 -05:00
Scisco
ede7714fd7
Merge pull request #155 from developmentseed/bug-fixes
...
Bug fixes
2016-02-18 15:11:11 -05:00
Scisco
3d550aef8f
skip color correction for ndvi
2016-02-18 14:49:25 -05:00
Scisco
4b59512742
bump up version to 0.12.1
2016-02-18 14:19:56 -05:00
Scisco
38729db6a2
accept tar.gz files
2016-02-18 14:19:47 -05:00
Scisco
11d89e1dbd
fix usgs dependency closes #154
2016-02-18 14:14:23 -05:00
Scisco
a1375e57ac
Merge pull request #153 from developmentseed/develop
...
version 0.12.0
v0.12.0
2016-02-18 01:20:54 -05:00
Scisco
0b0050f130
Merge branch 'master' into develop
2016-02-18 01:16:28 -05:00
Scisco
c36e927998
Merge pull request #152 from developmentseed/usgs-fallback
...
Usgs fallback
2016-02-18 01:11:30 -05:00
Scisco
d2c0fafd83
apt-get update
2016-02-18 01:06:43 -05:00
Scisco
aa20cf713a
install git-core
2016-02-18 01:03:57 -05:00
Scisco
2efd6f934d
install git-core
2016-02-18 01:00:21 -05:00
Scisco
7d943ac049
use https
2016-02-18 00:57:04 -05:00
Scisco
10acbf4950
take six to 1.8.0 because polyline requires it
2016-02-18 00:53:45 -05:00
Scisco
2e7ed164f6
only deploy on master
2016-02-18 00:12:12 -05:00
Scisco
ad15a48b21
bump up version
2016-02-18 00:11:44 -05:00
Scisco
8c2baeca69
update help strings
2016-02-17 23:54:51 -05:00
Scisco
35625f70e7
tests for usgs fallback
2016-02-17 23:52:17 -05:00
Scisco
ee5937e96d
add usgs download as a fallback
...
closes #89
2016-02-17 23:52:11 -05:00
Scisco
cbfc0da76a
add usgs as a dependecy
2016-02-17 23:51:30 -05:00
Scisco
288dd168ab
Merge pull request #148 from dkerkow/master
...
Update docs and help to show '--clip=' syntax
2016-02-15 09:59:10 -05:00
dkerkow
8828bbaf67
Update docs and help to show '--clip=' syntax
...
Using the --clip parameter with a negative value at the beginning results in an error while parsing the arguments (#147 ).
Updating the docs at least does not leave the user alone in this situation. This is considered a workaround.
2016-01-27 17:56:35 +01:00
Scisco
9a1610da2c
add v0.11 [ci skip]
2016-01-12 10:43:16 -05:00
Scisco
e58abe1273
Merge pull request #142 from developmentseed/hotfix/search
...
version 0.11.0
2016-01-12 10:16:17 -05:00
Scisco
0996e14645
bump up version to 0.11.0
2016-01-12 09:10:19 -05:00
Scisco
d9265eaf20
add geojson command to docs
2016-01-12 09:09:40 -05:00
Scisco
580a3e3397
remove timer fro geojson output
2016-01-12 09:07:32 -05:00
Scisco
9f5d2168c0
tests for geojson output
2016-01-12 09:07:20 -05:00
Scisco
aba8ca99e1
test for geojson argument in search
2016-01-12 08:59:57 -05:00
Scisco
ed398dd323
add geojson output resolves #68
2016-01-12 08:49:14 -05:00
Scisco
abfdec8312
fixes #137
2016-01-12 08:30:05 -05:00
Scisco
66dc6c2b6e
Merge pull request #141 from developmentseed/develop
...
release v0.10.0
v0.10.0
2016-01-05 15:38:54 -05:00
Scisco
1175020289
include color maps in manifest
2016-01-05 15:27:19 -05:00
Scisco
e0766d7aba
Merge pull request #140 from developmentseed/v10
...
release v0.10.0
2016-01-05 15:09:38 -05:00
Scisco
7035cc2973
bump up to version 0.10.0
2016-01-05 15:00:52 -05:00