From: Sarah Hoffmann Date: Fri, 27 Mar 2020 20:12:39 +0000 (+0100) Subject: Merge pull request #1720 from lonvia/better-linking-of-places X-Git-Tag: v3.5.0~64 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/4c593fa859f0ffa8d3bac817e7954e28bc8a840a?hp=d56c69dd019e47cb6cd8a87e40e186550587357d Merge pull request #1720 from lonvia/better-linking-of-places Use wikidata tags for improving linking of places with boundaries --- diff --git a/data-sources/us-tiger/README.md b/data-sources/us-tiger/README.md index b76150f7..40912198 100644 --- a/data-sources/us-tiger/README.md +++ b/data-sources/us-tiger/README.md @@ -1,6 +1,6 @@ # US TIGER address data -Convert [TIGER](https://www.census.gov/geo/maps-data/data/tiger.html)/Line dataset of the US Census Bureau to SQL files which can be imported by Nominatim. The created tables in the Nominatim database are separate from OpenStreetMap tables and get queried at search time separately. +Convert [TIGER](https://www.census.gov/geographies/mapping-files/time-series/geo/tiger-line-file.html)/Line dataset of the US Census Bureau to SQL files which can be imported by Nominatim. The created tables in the Nominatim database are separate from OpenStreetMap tables and get queried at search time separately. The dataset gets updated once per year. Downloading is prone to be slow (can take a full day) and converting them can take hours as well. diff --git a/docs/admin/Import-and-Update.md b/docs/admin/Import-and-Update.md index a813b581..c80b54a0 100644 --- a/docs/admin/Import-and-Update.md +++ b/docs/admin/Import-and-Update.md @@ -224,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.