X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/1c195eb1e493c290735e0bbda6a69621e7492f85..82a98f3780e30eda30e2c4a47c70efeb9f6fda43:/docs/admin/Import.md diff --git a/docs/admin/Import.md b/docs/admin/Import.md index 884dd44d..5e9d6d7f 100644 --- a/docs/admin/Import.md +++ b/docs/admin/Import.md @@ -14,15 +14,15 @@ to a single Nominatim setup: configuration, extra data, etc. Create a project directory apart from the Nominatim software and change into the directory: ``` -mkdir ~/nominatim-planet -cd ~/nominatim-planet +mkdir ~/nominatim-project +cd ~/nominatim-project ``` In the following, we refer to the project directory as `$PROJECT_DIR`. To be able to copy&paste instructions, you can export the appropriate variable: ``` -export PROJECT_DIR=~/nominatim-planet +export PROJECT_DIR=~/nominatim-project ``` The Nominatim tool assumes per default that the current working directory is @@ -153,7 +153,7 @@ if you plan to use the installation only for exports to a [photon](https://photon.komoot.io/) database, then you can set up a database without search indexes. Add `--reverse-only` to your setup command above. -This saves about 5% of disk space. +This saves about 5% of disk space, import time won't be significant faster. ### Filtering Imported Data