Shane Dolan

Results 2 issues of Shane Dolan

Trying to run ``` from datetime import datetime from shapely.geometry import Point from pylandsat import Catalog, Product catalog = Catalog() begin = datetime(2010, 1, 1) end = datetime(2020, 1, 1)...

In my tests validated against real data, this fixes sunset/sunrise issues for the location i'm working with detailed in #83. offset comparison no longer causes previous day to be returned...