dshean / demcoreg

Utilities for DEM and point cloud co-registration
MIT License
114 stars 45 forks source link

Update dem_mask.py to parse file base name #26

Closed friedrichknuth closed 3 years ago

friedrichknuth commented 3 years ago

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

dshean commented 3 years ago

Thanks!