Skip to content
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

RTX Code Release (PI-4): Enhancements to replace and route to include hydrofabric v2.2 (Building off PI-3 additions) #1013

Open
wants to merge 32 commits into
base: ti
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
9965f1f
Github code migration (#1)
taddyb Aug 22, 2024
1cd8fe7
Bug Fix: Message queue erroring out and processes not working asynchr…
taddyb Aug 22, 2024
27ed9ee
merging changes (#3)
david-w-martin Aug 22, 2024
37b0f66
Create .gitkeep
taddyb Aug 23, 2024
f52b80c
Added T-Route and formatted NetCDF metadata (#4)
taddyb Aug 23, 2024
874c0b3
Plotting and post-processing function fixes + tests (#5)
david-w-martin Aug 23, 2024
eff5774
Upgrades to RnR: deploying initial states and exception handing in th…
taddyb Aug 24, 2024
2358767
Bug fix: Enhancing plotting and RnR visualizations (#7)
taddyb Aug 25, 2024
34c62ba
Create .gitkeep (#8)
taddyb Aug 25, 2024
3d3db38
deletes
taddyb Aug 25, 2024
40a2924
removing test_data files as they are causing problems (#9)
taddyb Aug 25, 2024
b88549e
merge conflicts
taddyb Aug 25, 2024
9c24c91
Assimilation (#10)
taddyb Aug 26, 2024
e12f77e
Frontend plot/R&R data view (#11)
david-w-martin Aug 27, 2024
ed6cdcf
Changes 20240827 (#12)
david-w-martin Aug 28, 2024
694103a
Code cleanup and Notebooks (#13)
taddyb Aug 28, 2024
8809d32
Update compose.yaml (#14)
taddyb Aug 28, 2024
b68c005
fixed internal 500 error (#15)
taddyb Aug 28, 2024
090d31a
updating plots and logic gates for demoing resutls
taddyb Aug 29, 2024
539ac39
added more print statements and a fix to a copy path (#17)
taddyb Aug 29, 2024
9d1e757
Frontend comment/documentation cleanup (#16)
david-w-martin Aug 29, 2024
a2478b7
Docs bindas (#19)
taddyb Aug 29, 2024
c419858
Initial MVP IaC for RnR (#18)
kevinspurrier Aug 30, 2024
28638c5
Merge branch 'NOAA-OWP:ti' into development
taddyb Sep 3, 2024
acdab76
Documentation (#20)
taddyb Sep 3, 2024
4806f2a
Update README.md
taddyb Sep 3, 2024
b60f51e
added versioning to use v2.2 HY within RnR and fixed logging problem
taddyb Nov 28, 2024
047a1d8
changed container pointer
taddyb Dec 2, 2024
3dd4830
IaC: Minor changes to support Hydro versioning
kevinspurrier Dec 11, 2024
cfd5a9f
Merge pull request #21 from kevinspurrier/hydro_versioning
taddyb Dec 11, 2024
177b171
fixed merge conflict
taddyb Dec 17, 2024
c51fdb9
added LICENSE to reflect contracted work and ODbl
taddyb Dec 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed merge conflict
  • Loading branch information
taddyb committed Dec 17, 2024
commit 177b1716d78a433a6bce7a798d30f50d29beaf28
9 changes: 7 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ terraform.rc
**/buildplan
**/destroyplan

Dev/env.yaml

###################
# Replace and Route
Expand All @@ -72,4 +71,10 @@ Source/RnR/.Trash*
__pycache__/
*.py[cod]
.env
.python-version
.python-version


# Ignore all jupyter checkpoint folders
.ipynb_checkpoints

Dev/env.yaml
You are viewing a condensed version of this merge commit. You can view the full changes here.