{
// Values of the EPS-forecast for the parameter 164.128
"164.128": {
"1": [ 0, 0, .., 0, 0 ],
... // values for the 8 octats of the Rose for each steps defined in steps[]
"8": [ 0, 0, .., 0, 0 ],
"steps": [0, 12, ..., 234, 240] // Steps of the forecast
},
//Values of the EPS-forecast for another parameter for example 133.128.. This sequence can be repeated
"133.128": {
"1": [ 0, 0, .., 0, 0 ],
... // values for the 8 octats of the Rose for each steps defined in steps[]
"8": [ 0, 0, .., 0, 0 ],
"steps": [0, 12, ..., 234, 240] // Steps of the forecast
},
"date": "20120420", // Base date of the forecast.
"time": "0000", // run of the forecast.
"height": 61, // altitude of the point in real world. Can be used to compute the temperature correction.
"land_sea_mask": 0.998962402344, // if < 0.5 we consider it is a sea point, Can be used in the title.
"location": { // Information about the point, can be used in the title.
"lat": 51.3883666992,
"lon": 359.166656494
} ,
"points_along_meridian": 320 // Information displayed in the legend.
} |