Files
landsat-util/tests
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
..
2015-10-02 15:34:46 +02:00
2016-01-12 09:07:20 -05:00
2015-10-23 12:47:23 -04:00
2016-02-19 03:07:06 -05:00
2016-03-05 14:40:12 -05:00
2015-12-01 19:04:43 -05:00