get_NLDI_catchments {gwavr} | R Documentation |
This function grabs the 'local' zonal stats for 'all' subcatchments above a point or only for the 'local' catchment using the NLDI API. This is different than get_NLDI(), which grabs the entire basin above a point.
get_NLDI_catchments(point, type = "local", method = "all")
point |
A sf point object. |
type |
A |
method |
A |
A list of sf objects: UT and catchments.
This function can be expensive when using type = 'local' and method = 'all' depending on the size of the upstream area.