Skip to content

Get all HUC4 for CONUS as GeoDataFrame #15

Answered by cheginit
rsignell-usgs asked this question in Q&A

You must be logged in to vote

Yes, the best way is to pass the bounds and use .bygeom. For example, for CONUS you can do:

wbd = WBD("huc4")
conus_bound = (-124.848974, 24.396308, -66.885444, 49.384479)
huc4 = wbd.bygeom(conus_bound)

Replies: 5 comments 3 replies

You must be logged in to vote
1 reply
@cheginit

Answer selected by rsignell-usgs

You must be logged in to vote
0 replies

You must be logged in to vote
1 reply
@cheginit

You must be logged in to vote
1 reply
@cheginit

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants