Verticalprofile

NAME

VerticalProfile - Vertical weather profiles for aviation

DESCRIPTION

This module returns vertical profile images for various airports (mainly in Norway).

Parameters

profile

Valid profiles:

  • sounding
  • temp

model

Varies between profiles. Check available to get a full list.

  • arome
  • ecmwf
  • temp

model2

Optional. Plot a second model in the vertical profile. Same available values as 'model'

model3

Optional. Plot a third model in the vertical profile. Same available values as 'model'

model4

Optional. Plot a fourth model in the vertical profile. Same available values as 'model'

station

Varies between profiles. Check available to get a full list for each profile. The possible values are:

01001, 01004, 01010, 01028, 01241, 01400, 01415, alesund-vigra, alta, andenes, bardufoss, batsfjord, bergen-flesland, berlevag, bjornoya, bodo, bronnoysund, draugen, ekofisk, fagernes-leirin, farsund-lista, floro, forde-bringeland, geilo-dagali, goteborg-landvetter, gullfaks_c, hammerfest, harstad-narvik-evenes, hasvik, haugesund, heidrun_a, heimdal, honningsvag, hopen, hovden, jan_mayen, karasjok, kautokeino, kirkenes-hoybuktmoen, kobenhavn-kastrup, kristiansand-kjevik, kristiansund-kvernberget, lakselv-banak, leknes, lillehammer, longyearbyen, lulea-kallax, mehamn, meteorologisk_institutt_blindern, mo_i_rana-rossvoll, molde, mosjoen, moss-rygge, murmansk, n6230w01500, namsos, narvik-framnes, norne_a, notodden, ny-alesund, odda, orland, orsta_volda, oseberg_a, oslo-gardermoen, rena, reykjavik, roros, rorvik, rost, sandane, sandefjord-torp, sandnessjoen-stokka, skien-geitryggen, sleipner_a, snorre_a, snorre_b, sogndal, sorkjosen, statfjord_a, statfjord_b, stavanger-sola, stokmarknes, stord, svea, svolver, thorshavn-vagar, troll_a, troll_c, tromso-langnes, trondheim-vernes, ula, vadso, vaga, valhall_a, vardo, veroy

size

Optional. Varies between profiles (small not available for temp). Check available to get a full list.

  • large
  • medium
  • small

time

Optional. Varies between profiles and models. To get a full list of available times, pass profile, model and station parameters to 'available' method:

https://api.met.no/weatherapi/verticalprofile/1.1/available?profile=PROFILENAME&model=MODELNAME&station=STATIONNAME

Sample requests

https://api.met.no/weatherapi/verticalprofile/1.1/?profile=sounding&model=arome&station=namsos&size=large
https://api.met.no/weatherapi/verticalprofile/1.1/?profile=sounding&model=arome&model2=ecmwf&station=bodo&size=large
https://api.met.no/weatherapi/verticalprofile/1.1/?profile=temp&model=temp&station=01028&size=large

Available

A list of current data may be retrieved using the 'available' action. The available list can be filtered using most of the parameters above.

https://api.met.no/weatherapi/verticalprofile/1.1/available?profile=sounding
https://api.met.no/weatherapi/verticalprofile/1.1/available?profile=temp
https://api.met.no/weatherapi/verticalprofile/1.1/available?profile=sounding&model=arome&station=alta

Change log

airquality profile removed, 2020-04-20

  • Airquality model files have not been produced since November 2019, so should have been removed from verticalprofile long time ago.

updated version 1.1: 2016-12-07

  • New profile "airquality" (no longer restricted)

version 1.1: 2015-11-23

  • version 1.0 expires 2016-01-04
  • New profile "temp"
  • Use only ASCII characters and lower case in URL parameters.

1.0 : 2007-05-15

  • Initial release version
 

Changelog