NAME
Turbulence - Turbulence prognosis
DESCRIPTION
Returns a turbulence forecast as a png image. Two types are available, maps and cross sections.
Available
A list of available data may be retrieved using the 'available' action,
using the url https://api.met.no/weatherapi/turbulence/1.1/available
.
Optionally,
you can specify the "view" and/or "location" parameters to filter the listing: https://api.met.no/weatherapi/turbulence/1.1/available?view=map
Parameters
icao (mandatory unless location is used)
ICAO code of the airport where you want the forecast.
Values: ENAL, ENBL, ENBN, ENDU, ENEV, ENHF, ENHK, ENHV, ENLK, ENMH, ENMS, ENOV, ENRA, ENSB, ENSD, ENSH, ENST, ENTC, ENVA
location (mandatory unless icao is used) [DEPRECATED]
The airport where you want the forecast. This parameter will be removed in the future, use "icao" instead.
Values: bardufoss, bringeland, bronnoysund, evenes, hammerfest, hasvik, honningsvaag, leknes, mehamn, moirana, mosjoen, oersta, sandane, sandnessjoen, svalbard, svolvaer, tromso, vaernes, vigra
time (mandatory)
The time for which you want a forecast. Forecasts are made avaible in 12 hour batches around 5 and 17 UTC.
Format: yyyy-mm-ddThh:mm:00Z.
view (mandatory)
Specify which view to be returned.
Values: map, cross_section.
Example requests:
https://api.met.no/weatherapi/turbulence/1.1/?time=2023-06-07T19:00:00Z&icao=ENTC&view=map
https://api.met.no/weatherapi/turbulence/1.1/?time=2023-06-07T19:00:00Z&location=tromso&view=cross_section
https://api.met.no/weatherapi/turbulence/1.1/available.json?icao=ENTC
https://api.met.no/weatherapi/turbulence/1.1/available?location=evenes&view=map
Change log
Minor update, 2020-12-07
- Vigra added. Fagernes, Narvik and Gimsøya removed
- Now possible to search using ICAO code. In the future this parameter will be default, and location removed from the available string
version 1.1, 2013-10-09
- Include forecats from the near past in the result from the 'available' action.
- Added the 'view' parameter to the 'available' action.
- Version 1.0 will be available until 2014-07-01.
version 1.0, 2013-09-19
Initial version.