Estoy tratando de importar un archivo osm utilizando osm2pgrouting. mientras se sigue el pgrouting taller. (archivo de 700 mb~)
im ejecutando ubuntu 12.04 en m1.grande en amazon.
el mismo archivo con éxito fue subir a postgres con osm2pgsql.
estoy usando el siguiente comando:
osm2pgrouting -file "/home/ubuntu/israelmap/israel_and_palestine.osm" -conf "/usr/share/osm2pgrouting/mapconfig.xml" -dbname routing -user postgres -clean
el proceso se inicia bien, pero la manera en la tabla no tiene ningún tipo de datos:
We need a way of type highway and class service
We need a way of type highway and class service
We DON'T need a way of type and class
We DON'T need a way of type and class
We DON'T need a way of type and class
Split ways
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "nodes_pkey" for table
"nodes"
Nodes table created
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "ways_pkey" for table "ways"
Ways table created
Types table created
Classes table created
create topology
NOTICE: CREATE TABLE will create implicit sequence "vertices_tmp_id_seq" for serial column "vertices_tmp.id"
CONTEXT: SQL statement "CREATE TABLE vertices_tmp (id serial)"
PL/pgSQL function "assign_vertex_id" line 15 at EXECUTE statement
#########################
size of streets: 159747
size of splitted ways : 365597
finished
después de un muy largo tiempo (2 horas) de sais terminado pero la tabla está vacía! ¿cómo puedo solucionar este problema?
- yo era capaz de cargar una tabla de enrutamiento utilizando osm2po. todavía no hay éxito con osm2pgrouting
Gracias por su ayuda!