rabpro icon indicating copy to clipboard operation
rabpro copied to clipboard

Cryptic error if profiler point does not intersect HydroBASINS

Open jsta opened this issue 3 years ago • 1 comments

We already catch this in https://github.com/VeinsOfTheEarth/rabpro/blob/main/rabpro/basins.py#L338:L342 as a warning but maybe we should upgrade this to an error? @jonschwenk

jsta avatar Feb 01 '23 19:02 jsta

Test with:

# Hawaii
rpo = rabpro.profiler(("19.685", "-155.6"))
rpo.delineate_basin()

jsta avatar Feb 01 '23 20:02 jsta