Skip to content

ID mismatch between depressions / regions in depressions_info #26

@geotom

Description

@geotom
  • 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
)

mismatch

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions