Skip to content

Commit

Permalink
add shortened new_data ISSUE RMQ messages
Browse files Browse the repository at this point in the history
  • Loading branch information
mackenzie-grimes-noaa committed Dec 20, 2024
1 parent 0f7d3e5 commit 162d179
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 0 deletions.
57 changes: 57 additions & 0 deletions python/idsse/testing/data_access/new_data_issue_message.json
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"
]
}
}
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"
]
}
}

0 comments on commit 162d179

Please sign in to comment.