rosepearson / GeoFabrics

A package for generating hydrologically conditioned DEMs and roughness maps from LiDAR and other infrastructure data. Check the wiki for install and usage instructions, and documentation at https://rosepearson.github.io/GeoFabrics/
GNU General Public License v3.0
27 stars 11 forks source link

Update the logging in runner and dem #235

Closed rosepearson closed 8 months ago

rosepearson commented 8 months ago

Add logging.

Note that logging in dem functions not the configured logging as the dem is imported via processor into the runner module before the logging is configured. Leave for now - but could consider revisiting in the future (instantiate a dependent logger in the function?)