Turbulence

NAME

Turbulence - Turbulence prognosis

DESCRIPTION

Returns a turbulence forecast as a png image. Two types are available, maps and cross sections.

Parameters

All parameters are mandatory, except when using available.

icao

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

type

Specify which view to be returned.

Values: cross_section, map

time

The time for which you want a forecast. Forecasts are made in 12 hour batches around 5 and 17 UTC.

Format: yyyy-mm-ddThh:mm:00Z.

Example requests:

Available

A list of available data may be retrieved using the 'available' action, using the url:

https://api.met.no/weatherapi/turbulence/2.0/available

Optionally, you can specify the "type" and/or "location" parameters to filter the listing:

https://api.met.no/weatherapi/turbulence/2.0/available.json?type=map

CHANGELOG

New version, 2023-08-09

Mostly interface but charts generated by different backend (view has been renamed type to conform to rest of API)

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.

 

Other versions