openmole/spatialdata

[Enh] Implement real network import

Closed this issue · 4 comments

The OSMNetworkGenerator is still dummy, needs to be implemented ; also think of other possible network imports beyond shapefile

Actually as mongo and postgresql primitives were implemented for the buildings application, this could be an interesting direction

on this point I also just thought that it would be super useful to have multilayer (multimode) transportation network import, such as the dirty one done in R here - like you provide your operational shp layers and you get your network and generalized travel time matrices (I know this is implemented in Matsim but if we provide lightweight primitives to do that it would be super useful)

cf7536e55f implements OSM network import (grid snapping algorithm)

Shapefile network, OSM network and MATSim network are now implemented, closing this.