luukvdmeer / sfnetworks

Tidy Geospatial Networks in R
https://luukvdmeer.github.io/sfnetworks/
Other
338 stars 20 forks source link

Vignette on OSM-based networks #191

Open luukvdmeer opened 2 years ago

luukvdmeer commented 2 years ago

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.

@loreabad6 has volunteered to work on this, possibly needing input/feedback from @agila5 and @Robinlovelace along the way

agila5 commented 2 years ago

Happy to chat/read/write whenever you want!