Fmiroutes

NAME

FMIroutes - Vertical cross sections for air ambulance flight routes - Finnish test product

DESCRIPTION

NAME

FMIroutes - Vertical cross sections for flight routes in Finland - Finnish test product

DESCRIPTION

This returns various plots for low level flight routes in Finland.

The plots are generated from the MEPS forecast model.

Be aware that this is a test product, which will be removed without further notice after the test period.

vcross

Vertical cross section for flight routes, given by ICAO ids.

This is a 2-dimensional plot, with the flight path on the X-axis and altitude along the Y-axis (from SFC to 15,000ft).

timegraph

This is a 2-dimensional plot showing weather conditions for the next 66 hours at a particular location. The Y-axis shows altitude (from SFC to 15,000ft) and the X-axis denotes time.

Legend

Explanation of what you see in the diagrams:

The wind arrow indicate the direction and strength of the wind in knobs.

The wind direction is indicated as follows: North (360°) by arrows pointing straight, southern (180°) by arrows pointing upwards, west (270°) by arrows pointing to the right and eastern (90°) by arrows pointing to the left.

Isolines for temperature. The lines are "dashed" and blue for temperature below zero, red above zero, while the 0 isoterm is displayed as a black solid line.

The red palette show the relative humidity for 70, 80, 90 and 100%, darkest red shadow indicates the highest humidity

The blue palette show the density of clouds for degrees 0.2, 0.4, 0.6, 0.8 and 1, where 1 means completely cloudy. Darkest color indicates the highest density of clouds.

The gray pallete show the terrain (only in cross section).

USAGE

/

Fetch either vcross or timegraph, as specified by type and name parameters

/vcross

Fetch vertical cross section for a flight route, as specified by route parameter

/timegraph

Fetch timegraph for a location, as specified by location parameter

Parameters

time (mandatory)

The time you want data for in ISO format (yyyy-mm-ddThh:00:00Z).

For vcross we have each hour after model reference time for the first 24 hours, then six hours interval from 30 to 66 hours.

For timegraph there is (currently) only one possible time value per location. (Yeah, we know this should have been made implicit by default...)

route (mandatory for /vcross)

The route name, on the format "XXXX-YYYY" where XXXX and YYYY are either ICAO codes or ASCIIfied place names.

Values:

OULU-ROVANIEMI, SEINAJOKI-TAMPERE

location (mandatory for /timegraph)

The location name, either an ICAO code or an ASCIIfied place name.

Values:

OULU, ROVANIEMI, SEINAJOKI, TAMPERE

type (mandatory unless using /vcross or /timegraph)

Specify what kind of plot to be returned

Values:

timegraph, vcross

name (mandatory unless using /vcross or /timegraph)

ICAO id for routes and name or ICAO of place for timegraph (case insensitive).

Values for timegraph:

OULU, ROVANIEMI, SEINAJOKI, TAMPERE

Values for routes:

OULU-ROVANIEMI, SEINAJOKI-TAMPERE

The search is case insensitive.

Available

A list of available data may be retrieved using the 'available' action, using the url https://api.met.no/weatherapi/fmiroutes/0.1/available

Parameters

Output can be filtered to include only items matching the following parameters:

type

As above

route

As above

location

As above

Note that it is not possible to filter using the name parameter, despite being present in the URLs in the available listing. This is due to compatibility issues with backend changes. At some point the available output will change to use /route and /timegraph endpoints instead of name and type parameters.

Example requests:

https://api.met.no/weatherapi/fmiroutes/0.1/?time=2024-04-26T05:00:00Z&name=SEINAJOKI-TAMPERE&type=vcross
https://api.met.no/weatherapi/fmiroutes/0.1/?time=2024-04-26T06:00:00Z&name=ROVANIEMI&type=timegraph
https://api.met.no/weatherapi/fmiroutes/0.1/available.json
https://api.met.no/weatherapi/fmiroutes/0.1/available.xml?location=OULU

Change log

version 0.1: 2022-09-28

New beta test product for vertical cross sections in Finland

 

Changelog