X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/7005c6af12c35a7eb8aaee99b3d85542c69e4c94..0d189ac5df8341e80a118bc8e67e126d03cd5302:/docs/admin/Import-and-Update.md diff --git a/docs/admin/Import-and-Update.md b/docs/admin/Import-and-Update.md index 3c18312f..c80b54a0 100644 --- a/docs/admin/Import-and-Update.md +++ b/docs/admin/Import-and-Update.md @@ -45,9 +45,11 @@ This data is available as a binary download: The file is about 400MB and adds around 4GB to Nominatim database. -*NOTE:* if you forgot to download the wikipedia rankings, you can also add -them after the import by running `./utils/setup.php --import-wikipedia-articles` -and then `./utils/update.php --recompute-importance`. +!!! tip + If you forgot to download the wikipedia rankings, you can also add + importances after the import. Download the files, then run + `./utils/setup.php --import-wikipedia-articles` + and `./utils/update.php --recompute-importance`. ### Great Britain, USA postcodes @@ -144,8 +146,9 @@ style format see [the development section](../develop/Import.md). ## Initial import of the data -**Important:** first try the import with a small extract, for example from -[Geofabrik](https://download.geofabrik.de). +!!! danger "Important" + First try the import with a small extract, for example from + [Geofabrik](https://download.geofabrik.de). Download the data to import and load the data with the following command from the build directory: @@ -221,7 +224,7 @@ need internet access for the step. ## Installing Tiger housenumber data for the US -Nominatim is able to use the official [TIGER](https://www.census.gov/geo/maps-data/data/tiger.html) +Nominatim is able to use the official [TIGER](https://www.census.gov/geographies/mapping-files/time-series/geo/tiger-line-file.html) address set to complement the OSM house number data in the US. You can add TIGER data to your own Nominatim instance by following these steps. The entire US adds about 10GB to your database. @@ -256,6 +259,10 @@ There are many different ways to update your Nominatim database. The following section describes how to keep it up-to-date with Pyosmium. For a list of other methods see the output of `./utils/update.php --help`. +!!! warning + If you have configured a flatnode file for the import, then you + need to keep this flatnode file around for updates as well. + #### Installing the newest version of Pyosmium It is recommended to install Pyosmium via pip. Make sure to use python3.