Skip to content

Commit

Permalink
Merge branch 'main' into proxy-accepts-new-profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
mackenzie-grimes-noaa committed Dec 20, 2024
2 parents 16b9fa4 + 162d179 commit ecf31a0
Show file tree
Hide file tree
Showing 10 changed files with 123 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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"
]
}
}
4 changes: 2 additions & 2 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def package_files(directory):
python_requires=">=3.11",
packages=['idsse.testing.data_access',
'idsse.testing.data_access.data_cache',
'idsse.testing.data_access.mrms_aws_grib',
'idsse.testing.data_access.mrms_nssl_grib',
'idsse.testing.data_access.nbm_aws_grib',
'idsse.testing.data_access.validation',
'idsse.testing.event_portfolios',
Expand All @@ -38,7 +38,7 @@ def package_files(directory):
'idsse.testing.utils'],
data_files=[('idsse.testing.idsse_common', package_files('idsse/testing/idsse_common/')),
('idsse.testing.data_access.data_cache', package_files('idsse/testing/data_access/data_cache')),
('idsse.testing.data_access.mrms_aws_grib', package_files('idsse/testing/data_access/mrms_aws_grib')),
('idsse.testing.data_access.mrms_nssl_grib', package_files('idsse/testing/data_access/mrms_nssl_grib')),
('idsse.testing.data_access.nbm_aws_grib', package_files('idsse/testing/data_access/nbm_aws_grib')),
('idsse.testing.data_access.validation', package_files('idsse/testing/data_access/validation'))],
include_package_data=True,
Expand Down

0 comments on commit ecf31a0

Please sign in to comment.