]> git.openstreetmap.org Git - nominatim.git/commitdiff
remove setting for PYOSMIUM_BINARY
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 30 Jan 2021 14:55:04 +0000 (15:55 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 30 Jan 2021 14:55:04 +0000 (15:55 +0100)
pyosmium is now called as a library from the python code,
so that pyosmium-get-changes is no longer needed.

docs/admin/Update.md
settings/env.defaults

index 4b1a2be7c3815f9e4f5127731c4a563534afed91..01980bd8362d8806b5d4c2156c70cd98ec2a8266 100644 (file)
@@ -19,15 +19,6 @@ Run (as the same user who will later run the updates):
 pip3 install --user osmium
 ```
 
-Nominatim needs a tool called `pyosmium-get-changes` which comes with
-Pyosmium. You need to tell Nominatim where to find it. Add the
-following line to your `.env`:
-
-    NOMINATIM_PYOSMIUM_BINARY=/home/user/.local/bin/pyosmium-get-changes
-
-The path above is fine if you used the `--user` parameter with pip.
-Replace `user` with your user name.
-
 #### Setting up the update process
 
 Next the update needs to be initialised. By default Nominatim is configured
index 9fefc622bd9fa5666d5cedb1829b83f724ec3f1d..e2eda3409d9e8931d49b1c193d26fe69e5c9be29 100644 (file)
@@ -67,10 +67,6 @@ NOMINATIM_HTTP_PROXY_PASSWORD=
 # EXPERT ONLY. You should usually use the supplied osm2pgsql.
 NOMINATIM_OSM2PGSQL_BINARY=
 
-# Location of pyosmium-get-changes.
-# Only needed when running updates.
-NOMINATIM_PYOSMIUM_BINARY=
-
 # Directory where to find US Tiger data files to import.
 # Used with setup.php --import-tiger-data. When unset, the data is expected
 # to be located under 'data/tiger' in the source tree.