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

nhd_plus_load ignores non-numeric VPU characters #58

Closed
vlahm opened this issue May 1, 2019 · 2 comments
Closed

nhd_plus_load ignores non-numeric VPU characters #58

vlahm opened this issue May 1, 2019 · 2 comments

Comments

@vlahm
Copy link
Contributor

vlahm commented May 1, 2019

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.

@vlahm
Copy link
Contributor Author

vlahm commented May 1, 2019

More precisely, specifying vpu='03S' in the above call does not result in the acquisition of 03S files at all, but instead 03N files.

@jsta jsta pinned this issue May 1, 2019
@jsta
Copy link
Owner

jsta commented May 1, 2019

Thanks for the report! Pushing a fix shortly.

@jsta jsta closed this as completed in 114c2d8 May 1, 2019
@jsta jsta unpinned this issue May 1, 2019
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