USGS-R / drb-gw-hw-model-prep

Code repo to prepare groundwater and headwater-related datasets for modeling river temperature in the Delaware River Basin
Other
0 stars 3 forks source link

Add all catchments per reach target to pipeline #15

Closed msleckman closed 2 years ago

msleckman commented 2 years ago

Produce a sf dataframe that links each reach to all catchments that drain to that reach

Inputs:

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.

msleckman commented 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.

lekoenig commented 2 years ago

@msleckman Sorry I missed your ping from before. I agree that this issue is addressed in #18.