-
Notifications
You must be signed in to change notification settings - Fork 30
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
[1pt] PR: Updating bathymetry-preprocessing script #1125
Conversation
Updated changelog
Deployment Plan: None other than merge code. Each survey has to be run through the script one at a time and concatenated to a bathy gpkg. This updated tool is being used to update a working copies of the master |
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.
I tested this PR on 36 SurveyJobs for the Upper Mississippi River. Works perfectly.
Awesome. Let's get the current dev moved in, do a quick test on it and we should be able to get it merged in. Nice work ladies. :) |
Merge remote-tracking branch 'origin/dev' into dev-bathymetry-datum-issue
Merged it with the current dev and did a quick test. All is done :) |
This PR focuses on updating the preprocess_bathymetry.py for 3 issues: 1) the capability of preprocessing SurveyJobs that have negative depth values, 2) changing the SurveyDateStamp format, and 3) the capability of including multiple SurveyJobs for one NWM feature-id if needed.
Changes
data/bathymetry/preprocess_bathymetry.py
: Addressing 3 issues including, the capability of preprocessing SurveyJobs that have negative depth values, changing the SurveyDateStamp format, and the capability of including multiple SurveyJobs for one NWM feature-id.Testing
This PR has been tested on 25 SurveyJobs over the Illinois River.
Issuer Checklist (For developer use)
You may update this checklist before and/or after creating the PR. If you're unsure about any of them, please ask, we're here to help! These items are what we are going to look for before merging your code.
[_pt] PR: <description>
dev
branch (the default branch), you have a descriptive Feature Branch name using the format:dev-<description-of-change>
(e.g.dev-revise-levee-masking
)dev
branchpre-commit
hooks were run locally/foss_fim/
, run:pytest unit_tests/
)4.x.x.x
Merge Checklist (For Technical Lead use only)