Universite-Gustave-Eiffel / Tempus

C++ framework to develop multimodal path planning requests
76 stars 13 forks source link

Improve OSM loading #9

Closed mhugo closed 7 years ago

mhugo commented 9 years ago

The overall OSM loading process is slow. Usually it involves converting from OSM native formats to a shapefile and then importing into postgis and then splitting the crossing ways.

A more direct approach could be used : direct handling of native OSM formats with early distinction between crossing points and "support" points

mhugo commented 9 years ago

See https://github.com/osmcode/libosmium

mhugo commented 7 years ago

Done in the upcoming 2.1.0