]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/data-sources/overview.md
move data-sources/ directory in new git repos
[nominatim.git] / docs / data-sources / overview.md
index a6dc0dbadb70eee8ab9dd4d2fec42b646d86a197..bc77da0324e7a04467ecfb9f302935237226e79a 100644 (file)
@@ -2,3 +2,33 @@
 
 This guide explains how data sources other than OpenStreetMap mentioned in
 the install instructions got obtained and converted.
+
+## Country grid
+
+Nominatim uses pre-generated country borders data. In case one imports only
+a subset of a country. And to assign each place a partition. Nominatim
+database tables are split into partitions for performance.
+
+More details in [osm-search/country-grid-data](https://github.com/osm-search/country-grid-data).
+
+## US Census TIGER
+
+For the United States you can choose to import additonal street-level data.
+The data isn't mixed into OSM data but queried as fallback when no OSM
+result can be found.
+
+More details in [osm-search/TIGER-data](https://github.com/osm-search/TIGER-data).
+
+## GB postcodes
+
+For Great Britain you can choose to import Royalmail postcode centroids.
+
+More details in [osm-search/gb-postcode-data](https://github.com/osm-search/gb-postcode-data).
+
+
+## Wikipedia & Wikidata rankings
+
+Nominatim can import "importance" data of place names. This greatly
+improves ranking of results.
+
+More details in [osm-search/wikipedia-wikidata](https://github.com/osm-search/wikipedia-wikidata).
\ No newline at end of file