I'm getting through some of the setup process but I suddenly receive an error and it quits. I'm just testing on a small data set and should have plenty of resources for it.
Using projection SRS 4326 (Latlong)
NOTICE: table "place" does not exist, skipping
NOTICE: type "keyvalue" does not exist, skipping
NOTICE: type "wordscore" does not exist, skipping
NOTICE: type "stringlanguagetype" does not exist, skipping
NOTICE: type "keyvaluetype" does not exist, skipping
NOTICE: function get_connected_ways(pg_catalog.int4[]) does not exist, skipping
Allocating memory for dense node cache
Allocating dense node cache in one big chunk
Allocating memory for sparse node cache
Sharing dense sparse
Node-cache: cache=977MB, maxblocks=125056*8192, allocation method=11
Mid: pgsql, scale=10000000 cache=977
Setting up table: planet_osm_nodes
NOTICE: table "planet_osm_nodes" does not exist, skipping
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "planet_osm_nodes_pkey" for table "planet_osm_nodes"
Setting up table: planet_osm_ways
NOTICE: table "planet_osm_ways" does not exist, skipping
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "planet_osm_ways_pkey" for table "planet_osm_ways"
Setting up table: planet_osm_rels
NOTICE: table "planet_osm_rels" does not exist, skipping
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "planet_osm_rels_pkey" for table "planet_osm_rels"
Reading in file: /home/spbryfczynski/Documents/geocode/Nominatim/greenland-latest.osm.pbf
Processing: Node(1169k 292.4k/s) Way(35k 4.45k/s) Relation(380 47.50/s) parse time: 20s
Node stats: total(1169737), max(2506472169) in 4s
Way stats: total(35562), max(243229034) in 8s
Relation stats: total(384), max(3274904) in 8s
node cache: stored: 1169737(100.00%), storage efficiency: 58.49% (dense blocks: 875, sparse nodes: 551964), hit rate: 100.00%
Stopping table: planet_osm_nodes
Stopped table: planet_osm_nodes in 0s
Stopping table: planet_osm_ways
Building index on table: planet_osm_ways (fastupdate=off)
Stopping table: planet_osm_rels
Building index on table: planet_osm_rels (fastupdate=off)
Stopped table: planet_osm_rels in 0s
Stopped table: planet_osm_ways in 225s
Osm2pgsql took 245s overall
Functions
ERROR: nominatim module not built
nominatim module not built
Any advice would be greatly appreciated. Thanks.
asked
25 Oct '13, 20:54
sbryfcz
56●5●5●8
accept rate:
0%