brycefrank / pyfor

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

Add warning for large number of tiles for a retiling operation #52

Closed brycefrank closed 4 years ago

brycefrank commented 5 years ago

Currently it is easy for a user to re-tile it too fine a resolution without warning. This leads to a bottleneck when computing area level geometries. A simple UserWarning in Retiler should suffice.

brycefrank commented 4 years ago

This type of warning would be too arbitrary depending on system resources.