python-rasterstats
python-rasterstats copied to clipboard
No overlap counts
Proof of concept for a new no_overlap stat as discussed in #105 . Currently only works using np array raster. Limitations for other raster data seems to be rooted in how rasterio initializes arrays when reading in data. Failing test case for data using rasterio is included
@sgoodm Thanks! I'll look into the test failure and give this a review next week.
I can't get the rasterio test passing. If we can't get file-based raster support, this is dead in the water. Any ideas @sgoodm ?
In the mean time, I'll move it into draft.
Also some minor merge conflicts to address.