powered by
dodgr
Write the dodgr street network weighting profiles to a local .json-formatted file for manual editing and subsequent re-reading.
.json
write_dodgr_wt_profile(file = NULL)
TRUE if writing successful.
Full name (including path) of file to which to write. The .json suffix will be automatically appended.
weight_streetnet
Other misc: compare_heaps(), dodgr_flowmap(), dodgr_full_cycles(), dodgr_fundamental_cycles(), dodgr_insert_vertex(), dodgr_sample(), dodgr_sflines_to_poly(), dodgr_vertices(), merge_directed_graph(), summary.dodgr_dists_categorical()
compare_heaps()
dodgr_flowmap()
dodgr_full_cycles()
dodgr_fundamental_cycles()
dodgr_insert_vertex()
dodgr_sample()
dodgr_sflines_to_poly()
dodgr_vertices()
merge_directed_graph()
summary.dodgr_dists_categorical()
f <- tempfile (fileext = ".json") write_dodgr_wt_profile (file = f) wt_profiles <- jsonlite::read_json (f, simplify = TRUE)
Run the code above in your browser using DataLab