Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using National Hydrography Dataset Flowlines. #38

Open
KGBrennan opened this issue Jul 8, 2023 · 5 comments
Open

Using National Hydrography Dataset Flowlines. #38

KGBrennan opened this issue Jul 8, 2023 · 5 comments

Comments

@KGBrennan
Copy link

Hi MiKatt, I am interested in a work around for using existing flowline data sets (e.g., the NHD). What would be a recommended work around to have openSTARS use these flow lines instead of generating streams based on dem and burning? There is a lot of added attributes (value added attributes) in this national data system and it would be nice to be able to use them.

Thanks!

@jpierkunke
Copy link

I also am looking for this functionality; I would like to use the NSI flowlines and prediction points and add some additional attributes from NHDPlus: https://www.fs.usda.gov/rm/boise/AWAE/projects/NationalStreamInternet/NSI_network.html

I believe the stream line and prediction point datasets have already been cleaned so there should be no complex confluences; there are just some duplicate COMIDs which I would want to drop before building the LSN.

@jpierkunke
Copy link

Thank you for developing this package!

@jpierkunke
Copy link

jpierkunke commented Jul 20, 2023 via email

@aaronRcarr
Copy link

Hi @KGBrennan and @jpierkunke,

I was wondering if either of you found a work-around for using NHD flowlines and would be willing to share?

Thanks!

@mattjbayly
Copy link

Hi Aaron (& others working on a similar project),

I'd try the following:

  • If you are working with the USGS NHD streamlines, check resources available on the NOAA/Rock Mt Research Station website to see if an SSN object has already been created for your study area as part of the NorWeST stream temperature project (https://www.fs.usda.gov/rm/boise/AWAE/projects/SSN_STARS/software_data.html); https://www.fs.usda.gov/rm/boise/AWAE/projects/NorWeST.html). See if you can re-purpose.
  • If you need to use pre-existing vector geometry in another jurisdiction, I would suggest either using the ESRI STARs toolbox or generating the SSN inputs with custom code. I think openSTARS has some functionality to help with this, but I'm not sure that it's complete.
  • I have previously generated SSN objects with custom code for British Columbia (with the BCFWA) and the parts of the Northwest Territories in Canada (Canada NHN), but code to setup those objects isn't readily transferable to the USGS NHD+ streamlines... I'd only recommend custom code if someone is extremely proficient in R or Python.

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

No branches or pull requests

4 participants