dshean / demcoreg

Utilities for DEM and point cloud co-registration
MIT License
110 stars 42 forks source link

Update dem_mask.py #25

Closed friedrichknuth closed 3 years ago

friedrichknuth commented 3 years ago

This proposed change will get the file base name out_fn_base when dem_fn contains its path. Currently, passing a dem_fn with writeout=True will produce an error as the routine attempts to write to a directory that does not exist.

dshean commented 3 years ago

Thanks @friedrichknuth !