NAME
VerticalProfile - Vertical weather profiles for aviation
DESCRIPTION
This module returns vertical profile images for various airports (mainly in Norway).
Parameters
- profile
-
Valid profiles:
- temp
- sounding
- model
-
Varies between profiles. Check available to get a full list
- temp
- ecmwf
- arome
- 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:
01415, 01001, 01010, 01400, 01241, 01004, 01028, bronnoysund, bergen-flesland, berlevag, kobenhavn-kastrup, norne_a, fagernes-leirin, trondheim-vernes, vaga, murmansk, gullfaks_c, ula, oseberg_a, sandane, narvik-framnes, statfjord_a, geilo-dagali, haugesund, mehamn, namsos, kristiansund-kvernberget, snorre_b, kirkenes-hoybuktmoen, stokmarknes, lillehammer, hasvik, mo_i_rana-rossvoll, sandefjord-torp, orland, bjornoya, andenes, sorkjosen, heidrun_a, jan_mayen, forde-bringeland, harstad-narvik-evenes, batsfjord, leknes, vardo, lakselv-banak, stord, roros, ekofisk, veroy, vadso, sandnessjoen-stokka, statfjord_b, snorre_a, mosjoen, farsund-lista, sleipner_a, lulea-kallax, goteborg-landvetter, bardufoss, hammerfest, thorshavn-vagar, kristiansand-kjevik, tromso-langnes, rost, svea, moss-rygge, molde, heimdal, troll_c, draugen, alta, kautokeino, ny-alesund, bodo, stavanger-sola, rorvik, reykjavik, hovden, oslo-gardermoen, valhall_a, honningsvag, hopen, sogndal, alesund-vigra, svolver, meteorologisk_institutt_blindern, karasjok, troll_a, skien-geitryggen, odda, orsta_volda, notodden, floro, n6230w01500, longyearbyen, rena
- size
-
Optional. Varies between profiles (small not available for temp). Check available to get a full list.
- small
- medium
- large
- time
-
Optional. Varies between profiles and models. To get a full list of available times, pass profile, model and station parameters to 'available' method:
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