mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-12 22:04:07 +00:00
docs: add a note that the faltnode file is needed for updates
Fixes #1644.
This commit is contained in:
@@ -45,9 +45,11 @@ This data is available as a binary download:
|
|||||||
|
|
||||||
The file is about 400MB and adds around 4GB to Nominatim database.
|
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
|
!!! tip
|
||||||
them after the import by running `./utils/setup.php --import-wikipedia-articles`
|
If you forgot to download the wikipedia rankings, you can also add
|
||||||
and then `./utils/update.php --recompute-importance`.
|
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
|
### Great Britain, USA postcodes
|
||||||
|
|
||||||
@@ -144,8 +146,9 @@ style format see [the development section](../develop/Import.md).
|
|||||||
|
|
||||||
## Initial import of the data
|
## Initial import of the data
|
||||||
|
|
||||||
**Important:** first try the import with a small extract, for example from
|
!!! danger "Important"
|
||||||
[Geofabrik](https://download.geofabrik.de).
|
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
|
Download the data to import and load the data with the following command
|
||||||
from the build directory:
|
from the build directory:
|
||||||
@@ -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.
|
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`.
|
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
|
#### Installing the newest version of Pyosmium
|
||||||
|
|
||||||
It is recommended to install Pyosmium via pip. Make sure to use python3.
|
It is recommended to install Pyosmium via pip. Make sure to use python3.
|
||||||
|
|||||||
@@ -36,6 +36,7 @@ pages:
|
|||||||
- 'Installation on Ubuntu 18' : 'appendix/Install-on-Ubuntu-18.md'
|
- 'Installation on Ubuntu 18' : 'appendix/Install-on-Ubuntu-18.md'
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- codehilite
|
- codehilite
|
||||||
|
- admonition
|
||||||
- toc:
|
- toc:
|
||||||
permalink:
|
permalink:
|
||||||
extra_css: [extra.css, styles.css]
|
extra_css: [extra.css, styles.css]
|
||||||
|
|||||||
Reference in New Issue
Block a user