The Danish Coastal Authority - Weather Measurements
Excerpts of weather measurements from the Danish Coastal Authority spanning a maximum of two years at a time can be retrieved from the Danish Coastal Authority using a web service and calls with CSV or dygraph formats. Pregenerated
ZIP files are also available to be downloaded from the site.
When using the data, please be aware that the data may contain errors or be missing entirely. Using the data is therefore at your own risk. For more information, please see the
‘Metadata’ tab above.
Parameters and example
Example for web service call:
Parameters for the web service:
- ident
Unique id number for the sensor. The different id’s can be seen on the map or on the graph page under sensor.
- startdate
Start date for the data serie formatted as year-month-day: 20190501
- enddate
End date for the data serie formatted as year-month-day: 20190501
- format
csv or dygraph see below for details.
CSV
Can be used in spreadsheet programs.
- Datotid
Date formatted as year-month-day 24hour:minutes:seconds: 2011-03-24 09:40:00
- Hastighed
Wind speed in m/s
- Retning
Wind direction in degrees from north clockwise
- Lufttryk
Air pressure in hPa
- Temperatur
Air temperature i C°
- Vindstod
Gust in m/s
- East
Sensor east coordinate in ETRS89/UTM32
- North
Sensor north coordinate in ETRS89/UTM32
- Beskrivelse
Optionally extra information
Datotid, H_s , T_s , H_max , T_max , H_1_3 , H_avg , T_avg , T_z , Dir , Dybde , East , North , start_dato , slut_dato
2018-10-01 00:00:00,,,2.74,6.7,1.67,1.04,5.1,4.93,286.9,17.5,441896,6259258,1991-12-11 17:30:00,
2018-10-01 00:30:00,,,2.98,6.8,1.64,1.07,5.2,4.81,293.9,17.5,441896,6259258,1991-12-11 17:30:00,
2018-10-01 01:00:00,,,3.75,8,1.69,1.08,5.3,4.87,289.7,17.5,441896,6259258,1991-12-11 17:30:00,
...
Dygraph
Can be used as input for graph APIs like Dygraphs.
- Data 1
Date formatted as year-month-day 24hour:minutes:seconds: 2011-03-24 09:40:00
- Data 2
Wind speed in m/s
- Data 3
Wind direction in degrees from north clockwise
- Data 4
Air pressure in hPa
- Data 5
Air temperature i C°
- Data 6
Gust in m/s
2018-10-01 00:00:00, 4.4, 283, 1013, 12.2, 5 2018-10-01 00:10:00, 4.4, 280.5, 1013, 12.2, 5.3 ...