generated from NOAA-OWP/owp-open-source-project-template
-
Notifications
You must be signed in to change notification settings - Fork 9
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
TI add data upload script hand 4 5 11 1 #943
Merged
Merged
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
…_upload_script_hand_4_5_11_1
RobHanna-NOAA
changed the title
WIP: Ti add upload script hand 4 5 11 1
TI add data upload script hand 4 5 11 1
Dec 16, 2024
RobHanna-NOAA
added
db_dump
Requires a schema db_dump in order to deploy to UAT and Prod.
Data Loads
labels
Dec 16, 2024
shawncrawley
approved these changes
Dec 18, 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.
Looks good.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Using the previous
10. FIM Version 4.5.2.11 Update.ipynb
data load script, a new one was created for HAND 4.5.11.1.All tables were adjusted to ensure they had the new
model_version
field with the value of either4.5.11.1
(implied as HAND) or2.0
(implied as ras2fim). Code and configuration variables in other code aspects ensure that all entities have aFIM Version
field saying5.1.0
.In previous versions we had four FIM 30 database, based on CatFIM data and some changes have been made to them.
a database previously named
stage_based_catfim_public
(library / extent files) has now been renamed tostage_based_catfim_fim_30
.a database previously named
stage_based_catfim_public_sites
has now been renamed tostage_based_catfim_sites_fim_30
.the databases named
flow_based_catfim_public
andflow_based_catfim_public_sites
were never used and can be dropped in UAT and Prod enviros.service and sql script pointers have been adjusted accordingly.
the new
reference.bridge_centroids
table has been loaded and the services and scripts to use it are still coming.All data now loaded, are about run through
data dump
.