-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add evolving scenario to floods AB#26926
- Loading branch information
Showing
12 changed files
with
1,469 additions
and
0 deletions.
There are no files selected for viewing
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
42 changes: 42 additions & 0 deletions
42
...ervice/src/scripts/mock-data/floods/UGA/warningToTrigger/G5220/triggers-per-leadtime.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
[ | ||
{ | ||
"leadTime": "0-day", | ||
"triggered": false, | ||
"thresholdReached": false | ||
}, | ||
{ | ||
"leadTime": "1-day", | ||
"triggered": false, | ||
"thresholdReached": false | ||
}, | ||
{ | ||
"leadTime": "2-day", | ||
"triggered": false, | ||
"thresholdReached": false | ||
}, | ||
{ | ||
"leadTime": "3-day", | ||
"triggered": true, | ||
"thresholdReached": false | ||
}, | ||
{ | ||
"leadTime": "4-day", | ||
"triggered": true, | ||
"thresholdReached": true | ||
}, | ||
{ | ||
"leadTime": "5-day", | ||
"triggered": true, | ||
"thresholdReached": true | ||
}, | ||
{ | ||
"leadTime": "6-day", | ||
"triggered": true, | ||
"thresholdReached": true | ||
}, | ||
{ | ||
"leadTime": "7-day", | ||
"triggered": true, | ||
"thresholdReached": true | ||
} | ||
] |
26 changes: 26 additions & 0 deletions
26
...ice/src/scripts/mock-data/floods/UGA/warningToTrigger/G5220/upload-alert_threshold-2.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
[ | ||
{ | ||
"placeCode": "21UGA003001", | ||
"amount": 1 | ||
}, | ||
{ | ||
"placeCode": "21UGA003003", | ||
"amount": 1 | ||
}, | ||
{ | ||
"placeCode": "21UGA006001", | ||
"amount": 1 | ||
}, | ||
{ | ||
"placeCode": "21UGA006006", | ||
"amount": 1 | ||
}, | ||
{ | ||
"placeCode": "21UGA006007", | ||
"amount": 1 | ||
}, | ||
{ | ||
"placeCode": "21UGA006008", | ||
"amount": 1 | ||
} | ||
] |
34 changes: 34 additions & 0 deletions
34
...ice/src/scripts/mock-data/floods/UGA/warningToTrigger/G5220/upload-alert_threshold-3.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
[ | ||
{ | ||
"placeCode": "UG202801", | ||
"amount": 1 | ||
}, | ||
{ | ||
"placeCode": "UG202802", | ||
"amount": 1 | ||
}, | ||
{ | ||
"placeCode": "UG202901", | ||
"amount": 1 | ||
}, | ||
{ | ||
"placeCode": "UG203601", | ||
"amount": 1 | ||
}, | ||
{ | ||
"placeCode": "UG205201", | ||
"amount": 1 | ||
}, | ||
{ | ||
"placeCode": "UG205401", | ||
"amount": 1 | ||
}, | ||
{ | ||
"placeCode": "UG205402", | ||
"amount": 1 | ||
}, | ||
{ | ||
"placeCode": "UG205601", | ||
"amount": 1 | ||
} | ||
] |
Oops, something went wrong.