Closed szindel closed 3 years ago
when reading in a geotiff of 200x200 less than 40k rows are returned which is very confusing. The dropping of nan rows should always be left at the users desire.
Simply adding: Drop_Nan=False will resolve this issue
proposed solution:
https://github.com/ozak/georasters/pull/67
when reading in a geotiff of 200x200 less than 40k rows are returned which is very confusing. The dropping of nan rows should always be left at the users desire.
Simply adding: Drop_Nan=False will resolve this issue