-
Notifications
You must be signed in to change notification settings - Fork 9
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
review code used to pull NWIS data #97
Comments
Looks like filter(data.in$`disch-data`, site_no == '02053200') %>% select(-nDays) %>% distinct() %>% nrow
[1] 58
filter(data.in$`disch-data`, site_no == '02053200') %>% distinct() %>% nrow
[1] 116 |
On top of the other select(site_no, year) %>% distinct %>% nrow |
These sites seem to be missing too: this one is in HCN (hydro-clim), but limited data: And these are only the sites that I am cross-ref'ing w/ hydroclim, so there are likely more if we can figure out why these didn't end up (maybe with the exception of the last one). |
So, not sure why they wouldn't show up in the site file, but that's why their not showing up in our data. I'll keep poking around |
Pulling internal data instead of external, gets some of these:
|
https://github.com/USGS-VIZLAB/gages-through-ages/blob/master/scripts/fetch/getData_siteRecords.R
One thing I am noticing is that we have some duplicated rows:
here is one site in particular:
The text was updated successfully, but these errors were encountered: