Skip to content

Commit

Permalink
updated json to align with changes in code
Browse files Browse the repository at this point in the history
  • Loading branch information
Geary-Layne committed Sep 6, 2024
1 parent 6d7cdc4 commit eaed6db
Showing 1 changed file with 13 additions and 36 deletions.
Original file line number Diff line number Diff line change
@@ -1,48 +1,25 @@
{
"label": "data_requested",
"sourceType": "condition",
"sourceObj": {
"mapping": {
"controlPoints": [
"-Infinity",
30.00,
60.00,
"Infinity"
],
"startWeight": [
0,
1,
0
],
"endWeight": [
0,
1,
0
]
"controlPoints": ["-Infinity", 30.0, 60.0, "Infinity"],
"startWeight": [0, 1, 0],
"endWeight": [0, 1, 0]
},
"relational": "GT",
"thresh": 45.0,
"source": {
"sourceType": "units",
"sourceType": "data",
"sourceObj": {
"product": "NBM",
"units": "MilesPerHour",
"source": {
"sourceType": "slice",
"sourceObj": {
"slice": "[910:1010,829:929]",
"source": {
"sourceType": "data",
"sourceObj": {
"product": "NBM",
"field": "WINDSPEED",
"region": "CONUS",
"issueDt": "2023-01-10T08:00:00.000Z",
"validDt": "2023-01-11T06:00:00.000Z"
}
}
}
}
"region": "CONUS",
"field": "WINDSPEED",
"issueDt": "2023-01-10T08:00:00.000Z",
"validDt": "2023-01-11T06:00:00.000Z",
"slice": "[910:1010,829:929]"
}
}
}
}
},
"label": "data_requested"
}

0 comments on commit eaed6db

Please sign in to comment.