- lidar version: 0.6.1
- Python version: 3.8
- Operating System: Ubuntu
Description
The following image shows the mismatch in the depressions_info.csv after executing
sink_path = ExtractSinks(
dem_raster,
2,
out_dir
)
DelineateDepressions(
sink_path,
2,
0,
0.2,
out_dir,
True
)

The depressions_info.csv references the region_id 143 for depression 163 while a look at the map show that actually region 173 spatially matches the depression 163. I tested in another region and here everything was correct and the region/depression IDs matched as they should. I expect this to be a bug. Any other suggestions?
PS: I attached the SRTM image to test srtm_dem.zip