Applied-GeoSolutions / lidar2dems

Utilities using PDAL and PCL to create DTMs, DSMs, and CHMs from lidar data
89 stars 36 forks source link

implement logging #26

Open matthewhanson opened 9 years ago

matthewhanson commented 9 years ago

Currently info is printed to stdout, with an optional verbose switch which provides additional debug info. This should be switched to use Python logging facility.