Closed jordansread closed 2 years ago
Hey Jordan, I am working on Lindsay's request from Issue #310
As part of the work in PR #314 I will need to rebuild 8_viz
portion of the pipeline so that I can successfully complete the typo correction and verify that zmax
is no longer FALSE
using this snippet:
arrow::read_feather('8_viz/inout/lakes_summary.feather') %>% filter(site_id == 'nhdhr_120032533')
# A tibble: 1 × 15
site_id GNIS_Name n_obs n_profiles longitude latitude zmax hypsography hypsography_dig… kw kw_file meteo obs_category main_source Lake_Source
<chr> <chr> <int> <int> <dbl> <dbl> <lgl> <lgl> <lgl> <lgl> <lgl> <lgl> <chr> <chr> <chr>
1 nhdhr_120032533 Bull Shoals L… 1541 NA -92.8 36.5 FALSE FALSE FALSE TRUE FALSE FALSE none NA ""
Will I need to pull in the hash updates from this PR into my branch before I run scmake('8_viz")
?
Also, the only reason I can think of for the hash update is that maybe we were leapfrogging each other at the end of the day yesterday.
I'm not sure why these would change. Perhaps the current version of data in the pipeline wasn't run all the way through.
But since we've got a shared cache, I am checking these in so that others don't end up with surprising rebuilds due to clashes between local .ind files and gdrive files.