locationtech-labs / geopyspark

GeoTrellis for PySpark
Other
179 stars 59 forks source link

time_intervals Will Now Enumerate Correctly in catalog.query #623

Closed jbouffard closed 6 years ago

jbouffard commented 6 years ago

This PR fixes a bug where the time_intervals would not be enumerated correctly in the catalog.query method. Which, in turn, would cause an error to be thrown.

This PR resolves #622