Applied-GeoSolutions / lidar2dems

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

Error handling #8

Closed matthewhanson closed 9 years ago

matthewhanson commented 9 years ago

Improve error handling and add where missing.

Currently several parts in code where, if there is an error, it will just spit out an error and try to keep going...spitting out more errors due to missing files.

Execution should halt and print out the last error message.

matthewhanson commented 9 years ago

Need meaningful error messages throughout the code

matthewhanson commented 9 years ago

v1.1