pgRouting / osm2pgrouting

Import tool for OpenStreetMap data to pgRouting database
https://pgrouting.org
GNU General Public License v2.0
286 stars 113 forks source link

Clarify documentation on incremental addition #260

Open PanierAvide opened 4 years ago

PanierAvide commented 4 years ago

Hello,

I was using osm2pgrouting on few previous days to handle a large dataset (car road network for whole France). At start I tried to insert the whole dataset (OSM XML filtered to contain only roads), but was still too big to work. So I tried using incremental insert, but was struggling with the documentation. From my experiment, I deduced that :

So I would like to write a bit of documentation to describe more completely this use case (step by step split with osmium then import with options). Were would be the best place to do so ? In the readme ? In the project wiki ?

Best regards.