1 .TH nominatim "1" Manual
6 [-h] {import,freeze,replication,special-phrases,add-data,index,refresh,admin,export,serve,search,reverse,lookup,details,status,transition} ...
8 Command\-line tools for importing, updating, administrating and
9 querying the Nominatim database.
17 \fBnominatim\fR \fI\,import\/\fR
18 Create a new Nominatim database from an OSM file.
20 \fBnominatim\fR \fI\,freeze\/\fR
21 Make database read-only.
23 \fBnominatim\fR \fI\,replication\/\fR
24 Update the database using an online replication service.
26 \fBnominatim\fR \fI\,special-phrases\/\fR
27 Import special phrases.
29 \fBnominatim\fR \fI\,add-data\/\fR
30 Add additional data from a file or an online source.
32 \fBnominatim\fR \fI\,index\/\fR
33 Reindex all new and modified data.
35 \fBnominatim\fR \fI\,refresh\/\fR
36 Recompute auxiliary data used by the indexing process.
38 \fBnominatim\fR \fI\,admin\/\fR
39 Analyse and maintain the database.
41 \fBnominatim\fR \fI\,export\/\fR
42 Export addresses as CSV file from the database.
44 \fBnominatim\fR \fI\,serve\/\fR
45 Start a simple web server for serving the API.
47 \fBnominatim\fR \fI\,search\/\fR
48 Execute API search query.
50 \fBnominatim\fR \fI\,reverse\/\fR
51 Execute API reverse query.
53 \fBnominatim\fR \fI\,lookup\/\fR
54 Execute API lookup query.
56 \fBnominatim\fR \fI\,details\/\fR
57 Execute API details query.
59 \fBnominatim\fR \fI\,status\/\fR
60 Execute API status query.
62 \fBnominatim\fR \fI\,transition\/\fR
63 Internal functions for code transition. Do not use.
64 .SH OPTIONS 'nominatim import'
65 usage: nominatim import [-h] [-q] [-v] [--project-dir DIR] [-j NUM]
66 (--osm-file FILE | --continue {load-data,indexing,db-postprocess})
67 [--osm2pgsql-cache SIZE] [--reverse-only]
68 [--no-partitions] [--no-updates] [--ignore-errors]
71 Create a new Nominatim database from an OSM file.
77 \fB\-q\fR, \fB\-\-quiet\fR
78 Print only error messages
81 \fB\-v\fR, \fB\-\-verbose\fR
82 Increase verboseness of output
85 \fB\-\-project\-dir\fR DIR
86 Base directory of the Nominatim installation (default:.)
89 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
90 Number of parallel threads to use
93 \fB\-\-osm\-file\fR FILE
94 OSM file to be imported.
97 \fB\-\-continue\fR {load\-data,indexing,db\-postprocess}
98 Continue an import that was interrupted
101 \fB\-\-osm2pgsql\-cache\fR SIZE
102 Size of cache to be used by osm2pgsql (in MB)
105 \fB\-\-reverse\-only\fR
106 Do not create tables and indexes for searching
109 \fB\-\-no\-partitions\fR
110 Do not partition search indices (speeds up import of single country extracts)
113 \fB\-\-no\-updates\fR
114 Do not keep tables that are only needed for updating the database later
117 \fB\-\-ignore\-errors\fR
118 Continue import even when errors in SQL are present
121 \fB\-\-index\-noanalyse\fR
122 Do not perform analyse operations during index
124 .SH OPTIONS 'nominatim freeze'
125 usage: nominatim freeze [-h] [-q] [-v] [--project-dir DIR] [-j NUM]
127 Make database read\-only.
129 About half of data in the Nominatim database is kept only to be able to
130 keep the data up\-to\-date with new changes made in OpenStreetMap. This
131 command drops all this data and only keeps the part needed for geocoding
134 This command has the same effect as the `\-\-no\-updates` option for imports.
140 \fB\-q\fR, \fB\-\-quiet\fR
141 Print only error messages
144 \fB\-v\fR, \fB\-\-verbose\fR
145 Increase verboseness of output
148 \fB\-\-project\-dir\fR DIR
149 Base directory of the Nominatim installation (default:.)
152 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
153 Number of parallel threads to use
155 .SH OPTIONS 'nominatim replication'
156 usage: nominatim replication [-h] [-q] [-v] [--project-dir DIR] [-j NUM]
157 [--init] [--no-update-functions]
158 [--check-for-updates] [--once] [--no-index]
159 [--osm2pgsql-cache SIZE]
160 [--socket-timeout SOCKET_TIMEOUT]
162 Update the database using an online replication service.
168 \fB\-q\fR, \fB\-\-quiet\fR
169 Print only error messages
172 \fB\-v\fR, \fB\-\-verbose\fR
173 Increase verboseness of output
176 \fB\-\-project\-dir\fR DIR
177 Base directory of the Nominatim installation (default:.)
180 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
181 Number of parallel threads to use
185 Initialise the update process
188 \fB\-\-no\-update\-functions\fR
189 Do not update the trigger function to support differential updates.
192 \fB\-\-check\-for\-updates\fR
193 Check if new updates are available and exit
197 Download and apply updates only once. When not set, updates are continuously applied
201 Do not index the new data. Only applicable together with \-\-once
204 \fB\-\-osm2pgsql\-cache\fR SIZE
205 Size of cache to be used by osm2pgsql (in MB)
208 \fB\-\-socket\-timeout\fR \fI\,SOCKET_TIMEOUT\/\fR
209 Set timeout for file downloads.
211 .SH OPTIONS 'nominatim special-phrases'
212 usage: nominatim special-phrases [-h] [-q] [-v] [--project-dir DIR] [-j NUM]
215 Import special phrases.
221 \fB\-q\fR, \fB\-\-quiet\fR
222 Print only error messages
225 \fB\-v\fR, \fB\-\-verbose\fR
226 Increase verboseness of output
229 \fB\-\-project\-dir\fR DIR
230 Base directory of the Nominatim installation (default:.)
233 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
234 Number of parallel threads to use
237 \fB\-\-import\-from\-wiki\fR
238 Import special phrases from the OSM wiki to the database.
240 .SH OPTIONS 'nominatim add-data'
241 usage: nominatim add-data [-h] [-q] [-v] [--project-dir DIR] [-j NUM]
242 (--file FILE | --diff FILE | --node ID | --way ID | --relation ID | --tiger-data DIR)
245 Add additional data from a file or an online source.
247 Data is only imported, not indexed. You need to call `nominatim\-update index`
248 to complete the process.
254 \fB\-q\fR, \fB\-\-quiet\fR
255 Print only error messages
258 \fB\-v\fR, \fB\-\-verbose\fR
259 Increase verboseness of output
262 \fB\-\-project\-dir\fR DIR
263 Base directory of the Nominatim installation (default:.)
266 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
267 Number of parallel threads to use
271 Import data from an OSM file
275 Import data from an OSM diff file
279 Import a single node from the API
283 Import a single way from the API
286 \fB\-\-relation\fR ID
287 Import a single relation from the API
290 \fB\-\-tiger\-data\fR DIR
291 Add housenumbers from the US TIGER census database.
294 \fB\-\-use\-main\-api\fR
295 Use OSM API instead of Overpass to download objects
297 .SH OPTIONS 'nominatim index'
298 usage: nominatim index [-h] [-q] [-v] [--project-dir DIR] [-j NUM]
299 [--boundaries-only] [--no-boundaries] [--minrank RANK]
302 Reindex all new and modified data.
308 \fB\-q\fR, \fB\-\-quiet\fR
309 Print only error messages
312 \fB\-v\fR, \fB\-\-verbose\fR
313 Increase verboseness of output
316 \fB\-\-project\-dir\fR DIR
317 Base directory of the Nominatim installation (default:.)
320 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
321 Number of parallel threads to use
324 \fB\-\-boundaries\-only\fR
325 Index only administrative boundaries.
328 \fB\-\-no\-boundaries\fR
329 Index everything except administrative boundaries.
332 \fB\-\-minrank\fR RANK, \fB\-r\fR RANK
333 Minimum/starting rank
336 \fB\-\-maxrank\fR RANK, \fB\-R\fR RANK
337 Maximum/finishing rank
339 .SH OPTIONS 'nominatim refresh'
340 usage: nominatim refresh [-h] [-q] [-v] [--project-dir DIR] [-j NUM]
341 [--postcodes] [--word-counts] [--address-levels]
342 [--functions] [--wiki-data] [--importance]
343 [--website] [--no-diff-updates]
344 [--enable-debug-statements]
346 Recompute auxiliary data used by the indexing process.
348 These functions must not be run in parallel with other update commands.
354 \fB\-q\fR, \fB\-\-quiet\fR
355 Print only error messages
358 \fB\-v\fR, \fB\-\-verbose\fR
359 Increase verboseness of output
362 \fB\-\-project\-dir\fR DIR
363 Base directory of the Nominatim installation (default:.)
366 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
367 Number of parallel threads to use
371 Update postcode centroid table
374 \fB\-\-word\-counts\fR
375 Compute frequency of full\-word search terms
378 \fB\-\-address\-levels\fR
379 Reimport address level configuration
383 Update the PL/pgSQL functions in the database
387 Update Wikipedia/data importance numbers.
391 Recompute place importances (expensive!)
395 Refresh the directory that serves the scripts for the web API
398 \fB\-\-no\-diff\-updates\fR
399 Do not enable code for propagating updates
402 \fB\-\-enable\-debug\-statements\fR
403 Enable debug warning statements in functions
405 .SH OPTIONS 'nominatim admin'
406 usage: nominatim admin [-h] [-q] [-v] [--project-dir DIR] [-j NUM]
407 (--warm | --check-database | --migrate | --analyse-indexing)
408 [--search-only] [--reverse-only]
409 [--osm-id OSM_ID | --place-id PLACE_ID]
411 Analyse and maintain the database.
417 \fB\-q\fR, \fB\-\-quiet\fR
418 Print only error messages
421 \fB\-v\fR, \fB\-\-verbose\fR
422 Increase verboseness of output
425 \fB\-\-project\-dir\fR DIR
426 Base directory of the Nominatim installation (default:.)
429 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
430 Number of parallel threads to use
434 Warm database caches for search and reverse queries.
437 \fB\-\-check\-database\fR
438 Check that the database is complete and operational.
442 Migrate the database to a new software version.
445 \fB\-\-analyse\-indexing\fR
446 Print performance analysis of the indexing process.
449 \fB\-\-search\-only\fR
450 Only pre\-warm tables for search queries
453 \fB\-\-reverse\-only\fR
454 Only pre\-warm tables for reverse queries
457 \fB\-\-osm\-id\fR \fI\,OSM_ID\/\fR
458 Analyse indexing of the given OSM object
461 \fB\-\-place\-id\fR \fI\,PLACE_ID\/\fR
462 Analyse indexing of the given Nominatim object
464 .SH OPTIONS 'nominatim export'
465 usage: nominatim export [-h] [-q] [-v] [--project-dir DIR] [-j NUM]
466 [--output-type {continent,country,state,county,city,suburb,street,path}]
467 [--output-format OUTPUT_FORMAT]
468 [--output-all-postcodes] [--language LANGUAGE]
469 [--restrict-to-country COUNTRY_CODE]
470 [--restrict-to-osm-node ID] [--restrict-to-osm-way ID]
471 [--restrict-to-osm-relation ID]
473 Export addresses as CSV file from the database.
479 \fB\-q\fR, \fB\-\-quiet\fR
480 Print only error messages
483 \fB\-v\fR, \fB\-\-verbose\fR
484 Increase verboseness of output
487 \fB\-\-project\-dir\fR DIR
488 Base directory of the Nominatim installation (default:.)
491 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
492 Number of parallel threads to use
495 \fB\-\-output\-type\fR {continent,country,state,county,city,suburb,street,path}
496 Type of places to output (default: street)
499 \fB\-\-output\-format\fR \fI\,OUTPUT_FORMAT\/\fR
500 Semicolon\-separated list of address types (see \-\-output\-type). Multiple ranks can be merged into one column by simply using a comma\-separated list.
503 \fB\-\-output\-all\-postcodes\fR
504 List all postcodes for address instead of just the most likely one
507 \fB\-\-language\fR \fI\,LANGUAGE\/\fR
508 Preferred language for output (use local name, if omitted)
511 \fB\-\-restrict\-to\-country\fR COUNTRY_CODE
512 Export only objects within country
515 \fB\-\-restrict\-to\-osm\-node\fR ID
516 Export only children of this OSM node
519 \fB\-\-restrict\-to\-osm\-way\fR ID
520 Export only children of this OSM way
523 \fB\-\-restrict\-to\-osm\-relation\fR ID
524 Export only children of this OSM relation
526 .SH OPTIONS 'nominatim serve'
527 usage: nominatim serve [-h] [-q] [-v] [--project-dir DIR] [-j NUM]
530 Start a simple web server for serving the API.
532 This command starts the built\-in PHP webserver to serve the website
533 from the current project directory. This webserver is only suitable
534 for testing and develop. Do not use it in production setups!
536 By the default, the webserver can be accessed at: http://127.0.0.1:8088
542 \fB\-q\fR, \fB\-\-quiet\fR
543 Print only error messages
546 \fB\-v\fR, \fB\-\-verbose\fR
547 Increase verboseness of output
550 \fB\-\-project\-dir\fR DIR
551 Base directory of the Nominatim installation (default:.)
554 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
555 Number of parallel threads to use
558 \fB\-\-server\fR \fI\,SERVER\/\fR
559 The address the server will listen to.
561 .SH OPTIONS 'nominatim search'
562 usage: nominatim search [-h] [-q] [-v] [--project-dir DIR] [-j NUM]
563 [--query QUERY] [--street STREET] [--city CITY]
564 [--county COUNTY] [--state STATE] [--country COUNTRY]
565 [--postalcode POSTALCODE]
566 [--format {xml,json,jsonv2,geojson,geocodejson}]
567 [--addressdetails] [--extratags] [--namedetails]
569 [--polygon-output {geojson,kml,svg,text}]
570 [--polygon-threshold TOLERANCE] [--countrycodes CC,..]
571 [--exclude_place_ids ID,..] [--limit LIMIT]
572 [--viewbox X1,Y1,X2,Y2] [--bounded] [--no-dedupe]
574 Execute API search query.
580 \fB\-q\fR, \fB\-\-quiet\fR
581 Print only error messages
584 \fB\-v\fR, \fB\-\-verbose\fR
585 Increase verboseness of output
588 \fB\-\-project\-dir\fR DIR
589 Base directory of the Nominatim installation (default:.)
592 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
593 Number of parallel threads to use
596 \fB\-\-query\fR \fI\,QUERY\/\fR
597 Free\-form query string
600 \fB\-\-street\fR \fI\,STREET\/\fR
601 Structured query: housenumber and street
604 \fB\-\-city\fR \fI\,CITY\/\fR
605 Structured query: city, town or village
608 \fB\-\-county\fR \fI\,COUNTY\/\fR
609 Structured query: county
612 \fB\-\-state\fR \fI\,STATE\/\fR
613 Structured query: state
616 \fB\-\-country\fR \fI\,COUNTRY\/\fR
617 Structured query: country
620 \fB\-\-postalcode\fR \fI\,POSTALCODE\/\fR
621 Structured query: postcode
624 \fB\-\-format\fR {xml,json,jsonv2,geojson,geocodejson}
628 \fB\-\-addressdetails\fR
629 Include a breakdown of the address into elements.
633 Include additional information if available (e.g. wikipedia link, opening hours).
636 \fB\-\-namedetails\fR
637 Include a list of alternative names.
640 \fB\-\-lang\fR LANGS, \fB\-\-accept\-language\fR LANGS
641 Preferred language order for presenting search results
644 \fB\-\-polygon\-output\fR {geojson,kml,svg,text}
645 Output geometry of results as a GeoJSON, KML, SVG or WKT.
648 \fB\-\-polygon\-threshold\fR TOLERANCE
649 Simplify output geometry.Parameter is difference tolerance in degrees.
652 \fB\-\-countrycodes\fR CC,..
653 Limit search results to one or more countries.
656 \fB\-\-exclude_place_ids\fR ID,..
657 List of search object to be excluded
660 \fB\-\-limit\fR \fI\,LIMIT\/\fR
661 Limit the number of returned results
664 \fB\-\-viewbox\fR X1,Y1,X2,Y2
665 Preferred area to find search results
669 Strictly restrict results to viewbox area
673 Do not remove duplicates from the result list
675 .SH OPTIONS 'nominatim reverse'
676 usage: nominatim reverse [-h] [-q] [-v] [--project-dir DIR] [-j NUM] --lat LAT
677 --lon LON [--zoom ZOOM]
678 [--format {xml,json,jsonv2,geojson,geocodejson}]
679 [--addressdetails] [--extratags] [--namedetails]
681 [--polygon-output {geojson,kml,svg,text}]
682 [--polygon-threshold TOLERANCE]
684 Execute API reverse query.
690 \fB\-q\fR, \fB\-\-quiet\fR
691 Print only error messages
694 \fB\-v\fR, \fB\-\-verbose\fR
695 Increase verboseness of output
698 \fB\-\-project\-dir\fR DIR
699 Base directory of the Nominatim installation (default:.)
702 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
703 Number of parallel threads to use
706 \fB\-\-lat\fR \fI\,LAT\/\fR
707 Latitude of coordinate to look up (in WGS84)
710 \fB\-\-lon\fR \fI\,LON\/\fR
711 Longitude of coordinate to look up (in WGS84)
714 \fB\-\-zoom\fR \fI\,ZOOM\/\fR
715 Level of detail required for the address
718 \fB\-\-format\fR {xml,json,jsonv2,geojson,geocodejson}
722 \fB\-\-addressdetails\fR
723 Include a breakdown of the address into elements.
727 Include additional information if available (e.g. wikipedia link, opening hours).
730 \fB\-\-namedetails\fR
731 Include a list of alternative names.
734 \fB\-\-lang\fR LANGS, \fB\-\-accept\-language\fR LANGS
735 Preferred language order for presenting search results
738 \fB\-\-polygon\-output\fR {geojson,kml,svg,text}
739 Output geometry of results as a GeoJSON, KML, SVG or WKT.
742 \fB\-\-polygon\-threshold\fR TOLERANCE
743 Simplify output geometry.Parameter is difference tolerance in degrees.
745 .SH OPTIONS 'nominatim lookup'
746 usage: nominatim lookup [-h] [-q] [-v] [--project-dir DIR] [-j NUM] --id OSMID
747 [--format {xml,json,jsonv2,geojson,geocodejson}]
748 [--addressdetails] [--extratags] [--namedetails]
750 [--polygon-output {geojson,kml,svg,text}]
751 [--polygon-threshold TOLERANCE]
753 Execute API lookup query.
759 \fB\-q\fR, \fB\-\-quiet\fR
760 Print only error messages
763 \fB\-v\fR, \fB\-\-verbose\fR
764 Increase verboseness of output
767 \fB\-\-project\-dir\fR DIR
768 Base directory of the Nominatim installation (default:.)
771 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
772 Number of parallel threads to use
776 OSM id to lookup in format <NRW><id> (may be repeated)
779 \fB\-\-format\fR {xml,json,jsonv2,geojson,geocodejson}
783 \fB\-\-addressdetails\fR
784 Include a breakdown of the address into elements.
788 Include additional information if available (e.g. wikipedia link, opening hours).
791 \fB\-\-namedetails\fR
792 Include a list of alternative names.
795 \fB\-\-lang\fR LANGS, \fB\-\-accept\-language\fR LANGS
796 Preferred language order for presenting search results
799 \fB\-\-polygon\-output\fR {geojson,kml,svg,text}
800 Output geometry of results as a GeoJSON, KML, SVG or WKT.
803 \fB\-\-polygon\-threshold\fR TOLERANCE
804 Simplify output geometry.Parameter is difference tolerance in degrees.
806 .SH OPTIONS 'nominatim details'
807 usage: nominatim details [-h] [-q] [-v] [--project-dir DIR] [-j NUM]
808 (--node NODE | --way WAY | --relation RELATION | --place_id PLACE_ID)
809 [--class OBJECT_CLASS] [--addressdetails]
810 [--keywords] [--linkedplaces] [--hierarchy]
811 [--group_hierarchy] [--polygon_geojson]
814 Execute API details query.
820 \fB\-q\fR, \fB\-\-quiet\fR
821 Print only error messages
824 \fB\-v\fR, \fB\-\-verbose\fR
825 Increase verboseness of output
828 \fB\-\-project\-dir\fR DIR
829 Base directory of the Nominatim installation (default:.)
832 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
833 Number of parallel threads to use
836 \fB\-\-node\fR \fI\,NODE\/\fR, \fB\-n\fR \fI\,NODE\/\fR
837 Look up the OSM node with the given ID.
840 \fB\-\-way\fR \fI\,WAY\/\fR, \fB\-w\fR \fI\,WAY\/\fR
841 Look up the OSM way with the given ID.
844 \fB\-\-relation\fR \fI\,RELATION\/\fR, \fB\-r\fR \fI\,RELATION\/\fR
845 Look up the OSM relation with the given ID.
848 \fB\-\-place_id\fR \fI\,PLACE_ID\/\fR, \fB\-p\fR \fI\,PLACE_ID\/\fR
849 Database internal identifier of the OSM object to look up.
852 \fB\-\-class\fR \fI\,OBJECT_CLASS\/\fR
853 Class type to disambiguated multiple entries of the same object.
856 \fB\-\-addressdetails\fR
857 Include a breakdown of the address into elements.
861 Include a list of name keywords and address keywords.
864 \fB\-\-linkedplaces\fR
865 Include a details of places that are linked with this one.
869 Include details of places lower in the address hierarchy.
872 \fB\-\-group_hierarchy\fR
873 Group the places by type.
876 \fB\-\-polygon_geojson\fR
877 Include geometry of result.
880 \fB\-\-lang\fR LANGS, \fB\-\-accept\-language\fR LANGS
881 Preferred language order for presenting search results
883 .SH OPTIONS 'nominatim status'
884 usage: nominatim status [-h] [-q] [-v] [--project-dir DIR] [-j NUM]
885 [--format {text,json}]
887 Execute API status query.
893 \fB\-q\fR, \fB\-\-quiet\fR
894 Print only error messages
897 \fB\-v\fR, \fB\-\-verbose\fR
898 Increase verboseness of output
901 \fB\-\-project\-dir\fR DIR
902 Base directory of the Nominatim installation (default:.)
905 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
906 Number of parallel threads to use
909 \fB\-\-format\fR {text,json}
912 .SH OPTIONS 'nominatim transition'
913 usage: nominatim transition [-h] [-q] [-v] [--project-dir DIR] [-j NUM]
914 [--create-db] [--setup-db] [--import-data]
915 [--load-data] [--create-tables]
916 [--create-partition-tables] [--index]
917 [--create-search-indices] [--create-country-names]
918 [--no-partitions] [--osm-file FILE] [--drop]
919 [--osm2pgsql-cache SIZE] [--no-analyse]
920 [--ignore-errors] [--reverse-only]
923 Internal functions for code transition. Do not use.
929 \fB\-q\fR, \fB\-\-quiet\fR
930 Print only error messages
933 \fB\-v\fR, \fB\-\-verbose\fR
934 Increase verboseness of output
937 \fB\-\-project\-dir\fR DIR
938 Base directory of the Nominatim installation (default:.)
941 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
942 Number of parallel threads to use
950 Build a blank nominatim db
953 \fB\-\-import\-data\fR
958 Copy data to live tables from import table
961 \fB\-\-create\-tables\fR
965 \fB\-\-create\-partition\-tables\fR
966 Create required partition tables
973 \fB\-\-create\-search\-indices\fR
974 Create additional indices required for search and update
977 \fB\-\-create\-country\-names\fR
978 Create search index for default country names.
981 \fB\-\-no\-partitions\fR
982 Do not partition search indices
985 \fB\-\-osm\-file\fR FILE
990 Drop tables needed for updates, making the database readonly
993 \fB\-\-osm2pgsql\-cache\fR SIZE
994 Size of cache to be used by osm2pgsql (in MB)
997 \fB\-\-no\-analyse\fR
998 Do not perform analyse operations during index
1001 \fB\-\-ignore\-errors\fR
1002 Ignore certain erros on import.
1005 \fB\-\-reverse\-only\fR
1006 Do not create search tables and indexes
1009 \fB\-\-tiger\-data\fR FILE
1013 The latest version of Nominatim may be downloaded from
1014 .UR https://nominatim.org