Closed msleckman closed 2 years ago
@lekoenig I think this is addressed via the PR #18 and through creation of target p1_catchments_along_nhm_dissolved
. I want to confirm with you about this, as I did create a separate branch for this. If yes, will remove that branch and close this issue.
@msleckman Sorry I missed your ping from before. I agree that this issue is addressed in #18.
Produce a sf dataframe that links each reach to all catchments that drain to that reach
Inputs:
get_nhdplys(comid = p1_nhd_reaches$comid, realization = 'catchment')
p1_drb_comids_all_tribs
Process: join two inputs using featureid and comid linkage and disolve such that each reach is tied to single catchment polygon
Use for the depth to bedrock processing and any other raster processing that requires raster value summarization within such catchment area.