-
Notifications
You must be signed in to change notification settings - Fork 10
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
Reworked cs_runner + added FEMA 100 + bathymetry #132
Closed
Closed
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
…D features, added waterbody reference feature download and waterbody intersection removal to 02_cs_pts.R runner
…le in which remote datasets theypoint too, updating transects runner to use powerlaw bankful width and updated cs_pts runner to remove waterbodies and try and extend transects with flat cross section Z values
…pdated and save a new updated local version of transects after cross section rectification, added a COLLECT_META flag for if meta data CSVs for each cross section run should be collected and saved locally
… section points, also added a COLLECT_META and META_PATH in config_vars.R that if selected will save out changes made during cs pt rectification
…config var variables
…ds in hydrofabric3D transect and cross section point generation
…aste0() in that script
…s/depths calculations
…shaper CLI, currently in the download_fema.R script but going to move it to its own script
… and simplifies, and cleans FGBs and outputs cleaned GPKGs for use with nextgen flowlines and transect generation
…and began checking for min extension distances, WIP, needs cleanups
… whether left, right, or both ends need to be extended from
…nal boundaries and leaves fewer islands/holes
…tion, dissolve, explode process
…ss_fema.R to parition_fema_by_vpu, added fema download and processing to 04_driver script
4 tasks
…ead of sf dissolve methods
…ed excess dissolve
… cs_runners/, split download_nextgen.R into seperate scripts for downloading nextgen, ref_features, and ML outputs, moved util functions to a utils.R script, updated 04_driver.R script, still more cleanups needed
…nformed, set of transect lines and cross section points given a CONUS network and an AOI for subsetting that network
…eplacing DEM points with diffusive DEM points where needed
…g cs point generation from terminal
…leanliness, going to delete old folder eventually when done moving stuff over/making changes
…il function helpers for managing filepaths/names
@anguswg-ucsb closing this ATM, please makes sure this work makes to hydrofabricRunners! |
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.
Updated the
cs_runner/
directory to include:download_fema100.R
for downloading FEMA 100 year floodplain filespartition_fema_by_vpu.R
for getting FEMA polygons for each VPU for later use with extending transects01_transects.R
to use FEMA 100 year polygons to improve transects length estimation03_inject_ml.R
for updating cross section points with modelled widths/depth values andAHGEstimation
bathymetry04_driver.R
script to run the new FEMA getting/processing scripts