Skip to content
This repository was archived by the owner on May 28, 2024. It is now read-only.

Issues running pipeline with new nhd functionality #142

Closed
galengorski opened this issue Jun 29, 2022 · 1 comment · Fixed by #143
Closed

Issues running pipeline with new nhd functionality #142

galengorski opened this issue Jun 29, 2022 · 1 comment · Fixed by #143

Comments

@galengorski
Copy link
Collaborator

I am trying to run the pipeline, when I run tar_make(p2a_well_obs_sites) to create the modeling input data, I run into the following error:
image

it looks like the function match_site_ids_to_segs within the target p2a_seg_attr_w_sites is looking for a column named "segidnat" and not finding it. When I run tar_load(p2_sites_w_segs) and look at the column names of the tibble, I also don't see the "segidnat" column, I'm wondering if the column name didn't get updated, or maybe I am thinking about it wrong. Let me know what you think when you get a chance @lekoenig

PS I am running this on tallgrass, but I was able to replicate the error running on my local machine too

@lekoenig
Copy link
Collaborator

Thanks for pointing this out - I get the same error! None of the targets in 2a_model have been updated to reflect the change from the NHM fabric (with reach identifier segidnat) to NHDPlusv2 (with reach identifier COMID). I'll push a PR shortly that includes those changes.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants