DISCLAIMER: This version of Frost is still work in progress.
MET Norway does not guarantee that the service will always behave 100% according to documentation or expectations.
Authentication has been turned on as of late May 2023.
Examples
frost v1 code examples
havvarsel-frost code examples
For those coming here from havvarsel-frost:
frost v1 code examples
Example 1
Perform a basic API request
Example 2
Perform an API request, check and print the response
Example 3
Perform an API request asking for the response as a CSV like structure, print the response
Example 4
Perform an API request asking for information on all meteorological stations situated inside a polygon (e.g. a box or a triangle)
defined by geographical points (latitude and longitude)
Example 5
Perform an API request (using stationids), restructure the response into an R or python DataFrame
havvarsel-frost code examples
For those coming here from havvarsel-frost:
Example 1
Perform a basic API request