https://wiki.openstreetmap.org/wiki/Osmosis/PostGIS_Setup says
I am on Ubuntu. osmosis runs from /usr/bin/osmosis but this is not the path where the scripts reside. Where can I find them? asked 04 May '14, 19:23 snupo edited 16 May '14, 18:43 |
One Answer:
sudo find / -name pgsimple_schema_0.6.sql -print naturally only works if the file in question is actually present on your system answered 04 May '14, 19:59 SimonPoole ♦ edited 04 May '14, 20:00 |
... or, on a system which supports "locate", as modern Ubuntu versions do by default:
locate pgsimple_schema_0.6.sql
The database that it uses is updated by an "updatedb" process that usually runs from cron once a day. You can run it manually as root if you want to.