Skip to Content.
Sympa Menu

overpass - Re: [overpass] Where is bin/init_osm3s.sh?

Subject: Overpass API developpement

List archive

Re: [overpass] Where is bin/init_osm3s.sh?


Chronological Thread 
  • From: Donal Diamond <>
  • To:
  • Cc:
  • Subject: Re: [overpass] Where is bin/init_osm3s.sh?
  • Date: Tue, 9 Jun 2015 16:55:22 +0100

init_osm3s.sh is not  installed by make install -   it won't be in Overpass-API/build/bin either.

If you build from source it will be in Overpass-API/src/bin/init_osm3s.sh

Alternatively you can import directly by doing

osmconvert --out-osm XXXXXX.osm.pbf | ./update_database --meta --db-dir=$DBDIR

init_osm3s.sh assumes you have an osm.bz2 file anyway - using osmconvert on a pbf will be faster.


D


On 9 June 2015 at 08:16, Malcolm Herring <> wrote:
I have successfully built v0.7.52, but cannot follow the initialisation instructions as per the web documentation. Is the DB initialisation process different in v.0.7.52 compared to v0.7.4 and earlier?





Archive powered by MHonArc 2.6.18.

Top of Page