generated from NOAA-OWP/owp-open-source-project-template
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Hfab alt #28
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…o modular functions inside package
describe the unique dependencies
…fix associated functions when behavior didn't follow expected behavior
…_train_eval module
…go_train_eval module; feat: move some hard-coded variables into the algorithm config file
…ture needs to be created to allow local_paths
…aset size before pull
…aset size before pull
…in quotes. Does not affect how R reads yaml file
…onfig_opt(), default assign hydrofabric retrieval as optional
…h latest hydrofabric arguments
…fab_config_opt unit testing
…t, summarise, n_distinct
…efine a glue/f-string formatted path structure in config files
…; fix: place attribute metadata read within loop on datasets, rather than assume one dataset will always have the same predicted locations as another
bolotinl
approved these changes
Oct 31, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving. Will run through and provide any necessary feedback next week.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Modify the script
fs_attrs_grab.R
to argparse a user-config file and easily run in command line.Modify
proc_attr_wrap
to allow user-specified hydrofabric arguments when callinghfsubsetR::get_subset()
by creatinghfab_config_opt
Provide user-option to not acquire hydrofabric data (
hfab_retr=FALSE
)Add arguments in attribute config file corresponding to aforementioned features.
Create .csv download of nldi features generated by nhdplusTools
Additions
Create
hfab_config_opt()
to auto-generate arguments forhfsubsetR::get_subset()
if not provided, and create associated unite test. Modified the scriptfs_attrs_grab.R
to runhfab_config_opt
.Add arguments in attribute config file corresponding to configuring
hfsubsetR::get_subset()
Create .csv download of nldi features generated by
nhdplusTools
, saving inside the user_data_std/dataset directory, with the filename following the standard formatglue::glue('nldi_feat_{dataset_name}.csv')
. This file will be useful for results/plots.Removals
Changes
Modify the script
fs_attrs_grab.R
to argparse a user-config file and easily run in command line.Modify
proc_attr_wrap
to allow user-specified hydrofabric arguments when callinghfsubsetR::get_subset()
. Defaulthfab_retr=FALSE
means skip downloading hydrofabric data.Testing
"hfab_config_opt"
Screenshots
Notes
Todos
Checklist
Testing checklist
Many unit tests for
proc.attr.hydfab
will continue to fail until the attribute data in the hydrofabric s3 bucket becomes publicly available, and once version 2.2 of the hydrofabric becomes publicly available.Target Environment support
Accessibility
Other