World Area Forecast System(WAFS) TURB/ICE/CB (via EGRR SADIS)
GET
/ukmet/sadis025/egrr/{element}
This data is created and distributed by the World Area Forecast Center (WAFC) in London (EGRR), which operates WAFS, and consists of a high-resolution grid with intervals of 0.25 degrees (approx. 25 km) in lat and lon.
Weather elements are digitized in a grid format using a standard format called GRIB (Gridded Binary) and provided as forecast data for each location.
The forecast elements provided include the following:
- CB (cumulonimbus cloud) cloud top or cloud base altitude (meters)
- ICE(Possibility of icing)Pressure levels(hPa): 300, 400, 500, 600, 700, 800
- TURB(Turbulence Intensity)Pressure levels(hPa): 150, 200, 250, 300, 350, 400, 500, 600, 700
Forecasts are issued every three hours and cover the next six to 36 hours.
Update Times (UTC)
- 01:45
- 07:45
- 13:45
- 19:45
- Updates may be performed manually as necessary at times other than those listed above.
Parameters
Path Parameters
element*
Specify the elements to be retrieved.
CB: Cumulonimbus cloud
ICE: ICE severity index
TURB: Turbulence Eddy dissipation rate
Typestring
RequiredEnum
cbiceturbExample
cbResponses
Wx data obtained from UKMET SADIS with a resolution of 0.25 degrees
application/json
JSON
{
"list": [
{
"BaseTime": "2025073000",
"ForecastTime": "2025073000",
"URL": "https://example.com/contents/ukmet/sadis025/egrr/cb/UKMET_SADIS025_EGRR_CB_2025073000_036.grib2?Expires=1753855923&Signature=...&Key-Pair-Id=..."
}
]
}