brycefrank / pyfor

Tools for analyzing aerial point clouds of forest data.
MIT License
93 stars 19 forks source link

Warning for `force_extent` bbox #69

Open brycefrank opened 4 years ago

brycefrank commented 4 years ago

https://github.com/brycefrank/pyfor/blob/1700e58040b91c5f6604239886ca8abe27c03e90/pyfor/rasterizer.py#L188

It would be useful and perhaps cleaner to round the bbox to the nearest raster-compatible extent if the user did not supply one. The user should be warned if this occurs.