Skip to content
jouniso edited this page Apr 28, 2017 · 6 revisions

Metadata APIs (REST/JSON)

Metadatas are updated twice a day and stations status information on every hour.

Camera, TMS (LAM) and weather stations metadata is provided in GeoJSON Format. Coordinates are in WGS84 decimal format.

Swagger API-documentation and sandbox for testing metadata APIs

http://tie.digitraffic.fi/api/v1/data/documentation/swagger-ui.html#/metadata

The static information of weather camera presets

http://tie.digitraffic.fi/api/v1/metadata/camera-stations

The message contains static information of camera stations and presets.

The static information of weather forecast sections (Not available at the moment)

http://tie.digitraffic.fi/api/v1/metadata/forecast-sections

The message contains static information of road weather forecast sections.

The static information of TMS stations (Traffic Measurement System / LAM)

http://tie.digitraffic.fi/api/v1/metadata/tms-stations

The message contains static information of available TMS stations.

The static information of available sensors of TMS stations (Traffic Measurement System / LAM)

http://tie.digitraffic.fi/api/v1/metadata/tms-sensors

The message contains static information of available sensors of TMS stations.

The static information of weather stations

http://tie.digitraffic.fi/api/v1/metadata/weather-stations

The message contains static information of weather stations.

The static information of available sensors of weather stations

http://tie.digitraffic.fi/api/v1/metadata/weather-sensors

The message contains static information of available sensors of weather stations.


Road sections

Road sections can be found in Finnish Transport Agencys View and download services via WFS-API.

Web feature services WFS-API

https://julkinen.liikennevirasto.fi/inspirepalvelu/wfs?request=getcapabilities

Road network in JSON-format from WFS-API

https://julkinen.liikennevirasto.fi/inspirepalvelu/wfs?request=getfeature&&VERSION=2.0.0&OUTPUTFORMAT=json&TYPENAMES=avoin:tieosoiteverkko&SRSNAME=EPSG:3067

Data desctriptions

https://extranet.liikennevirasto.fi/inspirepalvelu/avoin/wfs?SERVICE=WFS&REQUEST=DescribeFeaturetype&VERSION=2.0.0&TYPENAME=avoin:tieosoiteverkko

General documentation of Geoserver

http://docs.geoserver.org/latest/en/user/services/wfs/reference.html

More detailed description of Materials

http://www.liikennevirasto.fi/web/en/open-data/materials

Clone this wiki locally