We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following...
x = nhd_plus_load(vpu='03S', component='NHDPlusAttributes', dsn='PlusFlowlineVAA', approve_all_dl=TRUE)
...fails if...
x = nhd_plus_load(vpu='03N', component='NHDPlusAttributes', dsn='PlusFlowlineVAA', approve_all_dl=TRUE)
...has already been executed.
The text was updated successfully, but these errors were encountered:
More precisely, specifying vpu='03S' in the above call does not result in the acquisition of 03S files at all, but instead 03N files.
Sorry, something went wrong.
Thanks for the report! Pushing a fix shortly.
114c2d8
No branches or pull requests
The following...
x = nhd_plus_load(vpu='03S', component='NHDPlusAttributes',
dsn='PlusFlowlineVAA', approve_all_dl=TRUE)
...fails if...
x = nhd_plus_load(vpu='03N', component='NHDPlusAttributes',
dsn='PlusFlowlineVAA', approve_all_dl=TRUE)
...has already been executed.
The text was updated successfully, but these errors were encountered: