Calculates the upstream watershed area for the specified point.
pt_watershed_area(point_sf)
Arguments
point_sf
an sf object; The point to have a watershed determined.
Value
a list of sf objects.
* pt - The point snapped to the NHD nearest downstream flowline
* drainage_basing - The upstream drainage area of the snapped point.