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/
When no LiDAR an empty xarray is created. This no longer seems to be coded to NaN. This means the values are incorrectly assumed to by valid. Instead define the empty array as dask.array.fill(fill_value=numpy.nan, ..).
When no LiDAR an empty xarray is created. This no longer seems to be coded to NaN. This means the values are incorrectly assumed to by valid. Instead define the empty array as
dask.array.fill(fill_value=numpy.nan, ..)
.