This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Can I skip parsing after crash?

0

Output of osm2pgsql:

Node stats: total(4235496629), max(5290747187) in 33793s
Way stats: total(458618737), max(547543126) in 1300890s
Relation stats: total(5442482), max(7820612) in 741417s
Committing transaction for planet_osm_point
Committing transaction for planet_osm_line
Committing transaction for planet_osm_polygon
Committing transaction for planet_osm_roads
Setting up table: planet_osm_nodes
Setting up table: planet_osm_ways
Setting up table: planet_osm_rels
Using built-in tag processing pipeline
Setting up table: planet_osm_nodes
Setting up table: planet_osm_ways
Setting up table: planet_osm_rels
Using built-in tag processing pipeline
Killed
Can I modify osm2pgsql.cpp file by comment lines from 78 to 94, for restore progress of importing data? Which options I need for run osm2pgsql again? same issue on github https://github.com/openstreetmap/osm2pgsql/issues/799

asked 05 Feb '18, 10:57

molofeev's gravatar image

molofeev
11112
accept rate: 0%

edited 05 Feb '18, 12:21

scai's gravatar image

scai ♦
33.3k21309459

Source code available on GitHub .