-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add shortened new_data ISSUE RMQ messages
- Loading branch information
1 parent
0f7d3e5
commit 162d179
Showing
2 changed files
with
121 additions
and
0 deletions.
There are no files selected for viewing
57 changes: 57 additions & 0 deletions
57
python/idsse/testing/data_access/new_data_issue_message.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,57 @@ | ||
{ | ||
"product": "NBM", | ||
"region": "CONUS", | ||
"issueDt": "2024-12-20T19:00:00.000Z", | ||
"field": { | ||
"2024-12-20T20:00:00.000Z": [ | ||
"WINDGUST", | ||
"DEWPOINT", | ||
"WINDSPEED", | ||
"RAIN1HR", | ||
"SNOW1HR", | ||
"TEMP", | ||
"ICE1HR", | ||
"RH" | ||
], | ||
"2024-12-20T21:00:00.000Z": [ | ||
"WINDGUST", | ||
"DEWPOINT", | ||
"WINDSPEED", | ||
"RAIN1HR", | ||
"SNOW1HR", | ||
"TEMP", | ||
"ICE1HR", | ||
"RH" | ||
], | ||
"2024-12-20T22:00:00.000Z": [ | ||
"WINDGUST", | ||
"DEWPOINT", | ||
"WINDSPEED", | ||
"RAIN1HR", | ||
"SNOW1HR", | ||
"TEMP", | ||
"ICE1HR", | ||
"RH" | ||
], | ||
"2024-12-20T23:00:00.000Z": [ | ||
"WINDGUST", | ||
"DEWPOINT", | ||
"WINDSPEED", | ||
"RAIN1HR", | ||
"SNOW1HR", | ||
"TEMP", | ||
"ICE1HR", | ||
"RH" | ||
], | ||
"2024-12-21T00:00:00.000Z": [ | ||
"WINDGUST", | ||
"DEWPOINT", | ||
"WINDSPEED", | ||
"RAIN1HR", | ||
"SNOW1HR", | ||
"TEMP", | ||
"ICE1HR", | ||
"RH" | ||
] | ||
} | ||
} |
64 changes: 64 additions & 0 deletions
64
python/idsse/testing/data_access/new_data_issue_message_missing.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,64 @@ | ||
{ | ||
"product": "NBM", | ||
"region": "CONUS", | ||
"issueDt": "2024-12-20T19:00:00.000Z", | ||
"field": { | ||
"2024-12-20T20:00:00.000Z": [], | ||
"2024-12-20T21:00:00.000Z": [], | ||
"2024-12-20T22:00:00.000Z": [], | ||
"2024-12-20T23:00:00.000Z": [], | ||
"2024-12-21T00:00:00.000Z": [] | ||
}, | ||
"missing": { | ||
"2024-12-20T20:00:00.000Z": [ | ||
"WINDGUST", | ||
"DEWPOINT", | ||
"WINDSPEED", | ||
"RAIN1HR", | ||
"SNOW1HR", | ||
"TEMP", | ||
"ICE1HR", | ||
"RH" | ||
], | ||
"2024-12-20T21:00:00.000Z": [ | ||
"WINDGUST", | ||
"DEWPOINT", | ||
"WINDSPEED", | ||
"RAIN1HR", | ||
"SNOW1HR", | ||
"TEMP", | ||
"ICE1HR", | ||
"RH" | ||
], | ||
"2024-12-20T22:00:00.000Z": [ | ||
"WINDGUST", | ||
"DEWPOINT", | ||
"WINDSPEED", | ||
"RAIN1HR", | ||
"SNOW1HR", | ||
"TEMP", | ||
"ICE1HR", | ||
"RH" | ||
], | ||
"2024-12-20T23:00:00.000Z": [ | ||
"WINDGUST", | ||
"DEWPOINT", | ||
"WINDSPEED", | ||
"RAIN1HR", | ||
"SNOW1HR", | ||
"TEMP", | ||
"ICE1HR", | ||
"RH" | ||
], | ||
"2024-12-21T00:00:00.000Z": [ | ||
"WINDGUST", | ||
"DEWPOINT", | ||
"WINDSPEED", | ||
"RAIN1HR", | ||
"SNOW1HR", | ||
"TEMP", | ||
"ICE1HR", | ||
"RH" | ||
] | ||
} | ||
} |