Description Usage Arguments Details Value Author(s) Source Examples
Download and list where maintenance vehicles are located and what they are doing.
1 | get_maintenance_locations(id = NULL, ...)
|
id |
Vehicle ID as integer |
... |
List queries, for example vehicle id as integer,
|
Possible events for vehicles:
"kv" Work done on bicycle and pedestrian lanes
"au" Snow removal (auraus)
"su" De-icing with salt (suolaus)
"hi" Spreading sand (hiekoitus)
"nt" Mowing (niitto)
"ln" Levelling down high spots (Lanaus)
"hs" Planing (höyläys)
"pe" Street washing (kadunpesu)
"ps" Dust binding (Pölynsidonta)
"hn" Sand removal (hiekannosto)
"hj" Brushing (harjaus)
"pn" Coating (pinnoitus, liittyy kesähoitoreitteihin)
data.frame
Pyry Kantanen
See avoindata.fi for additional information. See City of Helsinki documentation for more information on the API.
1 2 | ## vehicle 8, 10 last instances
vehicles <- get_maintenance_locations(id = 8, history = 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.