mirror of
https://github.com/Skyai-io/landsat-util.git
synced 2026-03-10 09:01:18 +00:00
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`