You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it is nice to have a dedicated vignette on OpenStreetMap-based networks. This vignette would present a full workflow starting with obtaining OSM data (show example both with osmdata and osmextract), preparing the data for network construction (e.g. duplicating linestrings that can be travelled in both directions), constructing a network, cleaning the network (e.g. running to_spatial_subdivision) and finally analyzing the network (e.g. calculating shortest paths). This vignette would in some way be an updated version of our r-spatial blogpost from September 2019, although there is not requirement it should have exactly the same content.
I think it is nice to have a dedicated vignette on OpenStreetMap-based networks. This vignette would present a full workflow starting with obtaining OSM data (show example both with
osmdata
andosmextract
), preparing the data for network construction (e.g. duplicating linestrings that can be travelled in both directions), constructing a network, cleaning the network (e.g. running to_spatial_subdivision) and finally analyzing the network (e.g. calculating shortest paths). This vignette would in some way be an updated version of our r-spatial blogpost from September 2019, although there is not requirement it should have exactly the same content.@loreabad6 has volunteered to work on this, possibly needing input/feedback from @agila5 and @Robinlovelace along the way
The text was updated successfully, but these errors were encountered: