Frost v1 (work in progress)
DISCLAIMER: This version of Frost is no longer being supported. Please use https://frost-rc.met.no/


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