-
Notifications
You must be signed in to change notification settings - Fork 33
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
Issue with get_nhdplushr
for a few basins
#411
Comments
I see how this is just stalled out. Will have to do some looking to see what the deal is. There is a mix of casing in the nhdplushr attributes that cause some issues. I thought I'd handled all the issues but may have missed one. To verify, are you on the latest |
Yes, I have hydroloom 1.1.0 installed but I'm not using for this. |
OK -- so my theory is that this is the culprit -- it did eventually finish.
|
Yeah -- I turned off polygon ring direction checks and it runs fine. NHDPlusHR is a fairly clean dataset from that perspective so I feel comfortable leaving it off. Once #412 is merged, you can install from github and this should work. |
@dblodgett-usgs thanks so much for working quickly on the updates. Do you have a sense for how long Also, I still have the same error with basin "0201", The basin does not download when using |
Apologies -- I rushed this "fix" and missed what was actually changed to make it work faster. (I had a cached gpkg that was being read fast!) Will get the actual fix up in a moment. |
@dblodgett-usgs no worries, thank you! Does this fix include the solving the issue for basin "0201" as well? |
0201 doesn't exist in archive or current under here: https://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Hydrography/NHDPlusHR/VPU/ So not a lot I can do there. :/ |
OK -- so my guess about what this was turned out to be wrong. Something was hung in the This should work:
I'll try and figure out what's hanging in that call when I have a few minutes but that should get you unstuck for now. |
Hi @dblodgett-usgs, I'm trying to load a few basins with the
get_nhdplusHR
function and I'm running into a couple of issues.For these HUC04 basins,
1704, 0318, and 0307
The function never completes, and the data is not loaded into R. I had basin0318
running for a few hours and it still did not complete. I've download all HUC04s surrounding these basins and had no issues with any of the adjacent basins.Also, running this basin
0201
gave me this error, and the basin was not downloaded usingdownload_nhdplushr
Here is a reproducible example and I'm using the latest version 1.2.1:
The text was updated successfully, but these errors were encountered: