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

Catchment attributes #3

Open
jsadler2 opened this issue Jan 16, 2020 · 8 comments
Open

Catchment attributes #3

jsadler2 opened this issue Jan 16, 2020 · 8 comments

Comments

@jsadler2
Copy link

I am gathering catchment attributes for the PRMS HRU's from https://wwwbrr.cr.usgs.gov/projects/SW_MoWS/GeospatialFabric.html

@jsadler2
Copy link
Author

It's been going swimmingly until I realized I have this issue: I don't know how to relate the National HRU ids (what is in the subset model) to the HRU ids in the catchment attr data files which are region-specific

@jsadler2
Copy link
Author

Here's a sample of the subset HRU ids - they have nationwide-ids that are used in the NHM:
image

@jsadler2
Copy link
Author

And here are the regional HRU id's with the attributes (the max id number is 4827 in region 02):
image

@jsadler2
Copy link
Author

So I guess the question is: is there a way to relate the nationwide id's (the model) to the region-specific id's (what we have the attributes for)

@jsadler2
Copy link
Author

ping @jzwart , @aappling-usgs

@aappling-usgs
Copy link
Collaborator

Yes! There's a shapefile or similar that has both...let me dig around.

@aappling-usgs
Copy link
Collaborator

GeospatialFabric_National.gdb (from https://www.sciencebase.gov/catalog/item/5362b683e4b0c409c6289bf6) has a layer 'nhruNationalIdentifier' that has columns for hru_id_nat (national ID) and hru_id (regional ID). There are also columns for hru_id_local (seems to be identical to hru_id) and hru_segment and hru_segment_orig (could be important for linking to segments?).

@jsadler2
Copy link
Author

Awesome. Thanks, @aappling-usgs

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

2 participants