dt_to_lts_map | R Documentation |
Converts a data.frame
with road OSM id's and respective LTS
levels a Java Map<Long, Integer> for use by r5r_network.
dt_to_lts_map(dt)
dt |
data.frame/data.table. Table specifying the
LTS levels. The table must contain columns |
A speedMap (Java HashMap<Long, Integer>)
Other java support functions:
dt_to_speed_map()
,
get_java_version()
,
java_to_dt()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.