-
Notifications
You must be signed in to change notification settings - Fork 6
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
Check on some lakes in the MNTOHA modeling set #26
Comments
I don't see Lake of the Woods on Tallgrass or in my current list of 638 modelable lakes. Do you have an NHD-HR ID for that one to help me double-check? Do I need to update my source data again? I do see Cass Lake on Tallgrass from the April 15 runs:
so the next question for that one is where it's failing to get to ScienceBase. |
Lake of the Woods is I can dig in on my end too and check the data release |
I do see Cass Lake in my prep data.frames in mntoha-data-release...
Should be in Group 2: > pgdl_site_ids_grouped <- remake::fetch('pgdl_site_ids_grouped')
> pgdl_site_ids_grouped %>% slice(grep('nhdhr_166868528', site_id))
# A tibble: 1 x 2
site_id group_id
<chr> <chr>
1 nhdhr_166868528 02_N47.00-48.00_W94.00-97.25 And actually, I see Lake of the Woods in there too, searching by nhdhr:
|
I think I see Lake of the Woods in the Group 1 zipfile (on my Tallgrass mntoha-data-release repo):
and here's Cass:
|
I downloaded those two zip files from ScienceBase and confirmed that Cass and LotW are indeed in those files: > unzip('~/Downloads/pgdl_predictions_01_N48.00-49.50_W89.50-97.25.zip', list=TRUE) %>% slice(grep('nhdhr_123319728', Name))
Name Length Date
1 pgdl_nhdhr_123319728_temperatures.csv 36091975 2020-04-23 15:17:00
> unzip('~/Downloads/pgdl_predictions_02_N47.00-48.00_W94.00-97.25.zip', list=TRUE) %>% slice(grep('nhdhr_166868528', Name))
Name Length Date
1 pgdl_nhdhr_166868528_temperatures.csv 19412665 2020-04-23 15:16:00 |
The text was updated successfully, but these errors were encountered: