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 Maintain 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
111 (speeds up import of single country extracts)
114 \fB\-\-no\-updates\fR
115 Do not keep tables that are only needed for
116 updating the database later
119 \fB\-\-ignore\-errors\fR
120 Continue import even when errors in SQL are present
123 \fB\-\-index\-noanalyse\fR
124 Do not perform analyse operations during index
126 .SH OPTIONS 'nominatim freeze'
127 usage: nominatim freeze [-h] [-q] [-v] [--project-dir DIR] [-j NUM]
129 Make database read\-only.
131 About half of data in the Nominatim database is kept only to be able to
132 keep the data up\-to\-date with new changes made in OpenStreetMap. This
133 command drops all this data and only keeps the part needed for geocoding
136 This command has the same effect as the `\-\-no\-updates` option for imports.
142 \fB\-q\fR, \fB\-\-quiet\fR
143 Print only error messages
146 \fB\-v\fR, \fB\-\-verbose\fR
147 Increase verboseness of output
150 \fB\-\-project\-dir\fR DIR
151 Base directory of the Nominatim installation (default:.)
154 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
155 Number of parallel threads to use
157 .SH OPTIONS 'nominatim replication'
158 usage: nominatim replication [-h] [-q] [-v] [--project-dir DIR] [-j NUM]
159 [--init] [--no-update-functions]
160 [--check-for-updates] [--once] [--no-index]
161 [--osm2pgsql-cache SIZE]
162 [--socket-timeout SOCKET_TIMEOUT]
164 Update the database using an online replication service.
170 \fB\-q\fR, \fB\-\-quiet\fR
171 Print only error messages
174 \fB\-v\fR, \fB\-\-verbose\fR
175 Increase verboseness of output
178 \fB\-\-project\-dir\fR DIR
179 Base directory of the Nominatim installation (default:.)
182 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
183 Number of parallel threads to use
187 Initialise the update process
190 \fB\-\-no\-update\-functions\fR
191 Do not update the trigger function to
192 support differential updates.
195 \fB\-\-check\-for\-updates\fR
196 Check if new updates are available and exit
200 Download and apply updates only once. When
201 not set, updates are continuously applied
205 Do not index the new data. Only applicable
206 together with \-\-once
209 \fB\-\-osm2pgsql\-cache\fR SIZE
210 Size of cache to be used by osm2pgsql (in MB)
213 \fB\-\-socket\-timeout\fR \fI\,SOCKET_TIMEOUT\/\fR
214 Set timeout for file downloads.
216 .SH OPTIONS 'nominatim special-phrases'
217 usage: nominatim special-phrases [-h] [-q] [-v] [--project-dir DIR] [-j NUM]
218 [--from-wiki] [-o OUTPUT]
220 Maintain special phrases.
226 \fB\-q\fR, \fB\-\-quiet\fR
227 Print only error messages
230 \fB\-v\fR, \fB\-\-verbose\fR
231 Increase verboseness of output
234 \fB\-\-project\-dir\fR DIR
235 Base directory of the Nominatim installation (default:.)
238 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
239 Number of parallel threads to use
243 Pull special phrases from the OSM wiki.
246 \fB\-o\fR \fI\,OUTPUT\/\fR, \fB\-\-output\fR \fI\,OUTPUT\/\fR
247 File to write the preprocessed phrases to.
248 If omitted, it will be written to stdout.
250 .SH OPTIONS 'nominatim add-data'
251 usage: nominatim add-data [-h] [-q] [-v] [--project-dir DIR] [-j NUM]
252 (--file FILE | --diff FILE | --node ID | --way ID | --relation ID | --tiger-data DIR)
255 Add additional data from a file or an online source.
257 Data is only imported, not indexed. You need to call `nominatim\-update index`
258 to complete the process.
264 \fB\-q\fR, \fB\-\-quiet\fR
265 Print only error messages
268 \fB\-v\fR, \fB\-\-verbose\fR
269 Increase verboseness of output
272 \fB\-\-project\-dir\fR DIR
273 Base directory of the Nominatim installation (default:.)
276 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
277 Number of parallel threads to use
281 Import data from an OSM file
285 Import data from an OSM diff file
289 Import a single node from the API
293 Import a single way from the API
296 \fB\-\-relation\fR ID
297 Import a single relation from the API
300 \fB\-\-tiger\-data\fR DIR
301 Add housenumbers from the US TIGER census database.
304 \fB\-\-use\-main\-api\fR
305 Use OSM API instead of Overpass to download objects
307 .SH OPTIONS 'nominatim index'
308 usage: nominatim index [-h] [-q] [-v] [--project-dir DIR] [-j NUM]
309 [--boundaries-only] [--no-boundaries] [--minrank RANK]
312 Reindex all new and modified data.
318 \fB\-q\fR, \fB\-\-quiet\fR
319 Print only error messages
322 \fB\-v\fR, \fB\-\-verbose\fR
323 Increase verboseness of output
326 \fB\-\-project\-dir\fR DIR
327 Base directory of the Nominatim installation (default:.)
330 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
331 Number of parallel threads to use
334 \fB\-\-boundaries\-only\fR
335 Index only administrative boundaries.
338 \fB\-\-no\-boundaries\fR
339 Index everything except administrative boundaries.
342 \fB\-\-minrank\fR RANK, \fB\-r\fR RANK
343 Minimum/starting rank
346 \fB\-\-maxrank\fR RANK, \fB\-R\fR RANK
347 Maximum/finishing rank
349 .SH OPTIONS 'nominatim refresh'
350 usage: nominatim refresh [-h] [-q] [-v] [--project-dir DIR] [-j NUM]
351 [--postcodes] [--word-counts] [--address-levels]
352 [--functions] [--wiki-data] [--importance]
353 [--website] [--no-diff-updates]
354 [--enable-debug-statements]
356 Recompute auxiliary data used by the indexing process.
358 These functions must not be run in parallel with other update commands.
364 \fB\-q\fR, \fB\-\-quiet\fR
365 Print only error messages
368 \fB\-v\fR, \fB\-\-verbose\fR
369 Increase verboseness of output
372 \fB\-\-project\-dir\fR DIR
373 Base directory of the Nominatim installation (default:.)
376 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
377 Number of parallel threads to use
381 Update postcode centroid table
384 \fB\-\-word\-counts\fR
385 Compute frequency of full\-word search terms
388 \fB\-\-address\-levels\fR
389 Reimport address level configuration
393 Update the PL/pgSQL functions in the database
397 Update Wikipedia/data importance numbers.
401 Recompute place importances (expensive!)
405 Refresh the directory that serves the scripts for the web API
408 \fB\-\-no\-diff\-updates\fR
409 Do not enable code for propagating updates
412 \fB\-\-enable\-debug\-statements\fR
413 Enable debug warning statements in functions
415 .SH OPTIONS 'nominatim admin'
416 usage: nominatim admin [-h] [-q] [-v] [--project-dir DIR] [-j NUM]
417 (--warm | --check-database | --migrate | --analyse-indexing)
418 [--search-only] [--reverse-only]
419 [--osm-id OSM_ID | --place-id PLACE_ID]
421 Analyse and maintain the database.
427 \fB\-q\fR, \fB\-\-quiet\fR
428 Print only error messages
431 \fB\-v\fR, \fB\-\-verbose\fR
432 Increase verboseness of output
435 \fB\-\-project\-dir\fR DIR
436 Base directory of the Nominatim installation (default:.)
439 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
440 Number of parallel threads to use
444 Warm database caches for search and reverse queries.
447 \fB\-\-check\-database\fR
448 Check that the database is complete and operational.
452 Migrate the database to a new software version.
455 \fB\-\-analyse\-indexing\fR
456 Print performance analysis of the indexing process.
459 \fB\-\-search\-only\fR
460 Only pre\-warm tables for search queries
463 \fB\-\-reverse\-only\fR
464 Only pre\-warm tables for reverse queries
467 \fB\-\-osm\-id\fR \fI\,OSM_ID\/\fR
468 Analyse indexing of the given OSM object
471 \fB\-\-place\-id\fR \fI\,PLACE_ID\/\fR
472 Analyse indexing of the given Nominatim object
474 .SH OPTIONS 'nominatim export'
475 usage: nominatim export [-h] [-q] [-v] [--project-dir DIR] [-j NUM]
476 [--output-type {continent,country,state,county,city,suburb,street,path}]
477 [--output-format OUTPUT_FORMAT]
478 [--output-all-postcodes] [--language LANGUAGE]
479 [--restrict-to-country COUNTRY_CODE]
480 [--restrict-to-osm-node ID] [--restrict-to-osm-way ID]
481 [--restrict-to-osm-relation ID]
483 Export addresses as CSV file from the database.
489 \fB\-q\fR, \fB\-\-quiet\fR
490 Print only error messages
493 \fB\-v\fR, \fB\-\-verbose\fR
494 Increase verboseness of output
497 \fB\-\-project\-dir\fR DIR
498 Base directory of the Nominatim installation (default:.)
501 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
502 Number of parallel threads to use
505 \fB\-\-output\-type\fR {continent,country,state,county,city,suburb,street,path}
506 Type of places to output (default: street)
509 \fB\-\-output\-format\fR \fI\,OUTPUT_FORMAT\/\fR
510 Semicolon\-separated list of address types
511 (see \-\-output\-type). Multiple ranks can be
512 merged into one column by simply using a
513 comma\-separated list.
516 \fB\-\-output\-all\-postcodes\fR
517 List all postcodes for address instead of
518 just the most likely one
521 \fB\-\-language\fR \fI\,LANGUAGE\/\fR
522 Preferred language for output
523 (use local name, if omitted)
526 \fB\-\-restrict\-to\-country\fR COUNTRY_CODE
527 Export only objects within country
530 \fB\-\-restrict\-to\-osm\-node\fR ID
531 Export only children of this OSM node
534 \fB\-\-restrict\-to\-osm\-way\fR ID
535 Export only children of this OSM way
538 \fB\-\-restrict\-to\-osm\-relation\fR ID
539 Export only children of this OSM relation
541 .SH OPTIONS 'nominatim serve'
542 usage: nominatim serve [-h] [-q] [-v] [--project-dir DIR] [-j NUM]
545 Start a simple web server for serving the API.
547 This command starts the built\-in PHP webserver to serve the website
548 from the current project directory. This webserver is only suitable
549 for testing and develop. Do not use it in production setups!
551 By the default, the webserver can be accessed at: http://127.0.0.1:8088
557 \fB\-q\fR, \fB\-\-quiet\fR
558 Print only error messages
561 \fB\-v\fR, \fB\-\-verbose\fR
562 Increase verboseness of output
565 \fB\-\-project\-dir\fR DIR
566 Base directory of the Nominatim installation (default:.)
569 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
570 Number of parallel threads to use
573 \fB\-\-server\fR \fI\,SERVER\/\fR
574 The address the server will listen to.
576 .SH OPTIONS 'nominatim search'
577 usage: nominatim search [-h] [-q] [-v] [--project-dir DIR] [-j NUM]
578 [--query QUERY] [--street STREET] [--city CITY]
579 [--county COUNTY] [--state STATE] [--country COUNTRY]
580 [--postalcode POSTALCODE]
581 [--format {xml,json,jsonv2,geojson,geocodejson}]
582 [--addressdetails] [--extratags] [--namedetails]
584 [--polygon-output {geojson,kml,svg,text}]
585 [--polygon-threshold TOLERANCE] [--countrycodes CC,..]
586 [--exclude_place_ids ID,..] [--limit LIMIT]
587 [--viewbox X1,Y1,X2,Y2] [--bounded] [--no-dedupe]
589 Execute API search query.
595 \fB\-q\fR, \fB\-\-quiet\fR
596 Print only error messages
599 \fB\-v\fR, \fB\-\-verbose\fR
600 Increase verboseness of output
603 \fB\-\-project\-dir\fR DIR
604 Base directory of the Nominatim installation (default:.)
607 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
608 Number of parallel threads to use
611 \fB\-\-query\fR \fI\,QUERY\/\fR
612 Free\-form query string
615 \fB\-\-street\fR \fI\,STREET\/\fR
616 Structured query: housenumber and street
619 \fB\-\-city\fR \fI\,CITY\/\fR
620 Structured query: city, town or village
623 \fB\-\-county\fR \fI\,COUNTY\/\fR
624 Structured query: county
627 \fB\-\-state\fR \fI\,STATE\/\fR
628 Structured query: state
631 \fB\-\-country\fR \fI\,COUNTRY\/\fR
632 Structured query: country
635 \fB\-\-postalcode\fR \fI\,POSTALCODE\/\fR
636 Structured query: postcode
639 \fB\-\-format\fR {xml,json,jsonv2,geojson,geocodejson}
643 \fB\-\-addressdetails\fR
644 Include a breakdown of the address into elements.
648 Include additional information if available
649 (e.g. wikipedia link, opening hours).
652 \fB\-\-namedetails\fR
653 Include a list of alternative names.
656 \fB\-\-lang\fR LANGS, \fB\-\-accept\-language\fR LANGS
657 Preferred language order for presenting search results
660 \fB\-\-polygon\-output\fR {geojson,kml,svg,text}
661 Output geometry of results as a GeoJSON, KML, SVG or WKT.
664 \fB\-\-polygon\-threshold\fR TOLERANCE
665 Simplify output geometry.
666 Parameter is difference tolerance in degrees.
669 \fB\-\-countrycodes\fR CC,..
670 Limit search results to one or more countries.
673 \fB\-\-exclude_place_ids\fR ID,..
674 List of search object to be excluded
677 \fB\-\-limit\fR \fI\,LIMIT\/\fR
678 Limit the number of returned results
681 \fB\-\-viewbox\fR X1,Y1,X2,Y2
682 Preferred area to find search results
686 Strictly restrict results to viewbox area
690 Do not remove duplicates from the result list
692 .SH OPTIONS 'nominatim reverse'
693 usage: nominatim reverse [-h] [-q] [-v] [--project-dir DIR] [-j NUM] --lat LAT
694 --lon LON [--zoom ZOOM]
695 [--format {xml,json,jsonv2,geojson,geocodejson}]
696 [--addressdetails] [--extratags] [--namedetails]
698 [--polygon-output {geojson,kml,svg,text}]
699 [--polygon-threshold TOLERANCE]
701 Execute API reverse query.
707 \fB\-q\fR, \fB\-\-quiet\fR
708 Print only error messages
711 \fB\-v\fR, \fB\-\-verbose\fR
712 Increase verboseness of output
715 \fB\-\-project\-dir\fR DIR
716 Base directory of the Nominatim installation (default:.)
719 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
720 Number of parallel threads to use
723 \fB\-\-lat\fR \fI\,LAT\/\fR
724 Latitude of coordinate to look up (in WGS84)
727 \fB\-\-lon\fR \fI\,LON\/\fR
728 Longitude of coordinate to look up (in WGS84)
731 \fB\-\-zoom\fR \fI\,ZOOM\/\fR
732 Level of detail required for the address
735 \fB\-\-format\fR {xml,json,jsonv2,geojson,geocodejson}
739 \fB\-\-addressdetails\fR
740 Include a breakdown of the address into elements.
744 Include additional information if available
745 (e.g. wikipedia link, opening hours).
748 \fB\-\-namedetails\fR
749 Include a list of alternative names.
752 \fB\-\-lang\fR LANGS, \fB\-\-accept\-language\fR LANGS
753 Preferred language order for presenting search results
756 \fB\-\-polygon\-output\fR {geojson,kml,svg,text}
757 Output geometry of results as a GeoJSON, KML, SVG or WKT.
760 \fB\-\-polygon\-threshold\fR TOLERANCE
761 Simplify output geometry.
762 Parameter is difference tolerance in degrees.
764 .SH OPTIONS 'nominatim lookup'
765 usage: nominatim lookup [-h] [-q] [-v] [--project-dir DIR] [-j NUM] --id OSMID
766 [--format {xml,json,jsonv2,geojson,geocodejson}]
767 [--addressdetails] [--extratags] [--namedetails]
769 [--polygon-output {geojson,kml,svg,text}]
770 [--polygon-threshold TOLERANCE]
772 Execute API lookup query.
778 \fB\-q\fR, \fB\-\-quiet\fR
779 Print only error messages
782 \fB\-v\fR, \fB\-\-verbose\fR
783 Increase verboseness of output
786 \fB\-\-project\-dir\fR DIR
787 Base directory of the Nominatim installation (default:.)
790 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
791 Number of parallel threads to use
795 OSM id to lookup in format <NRW><id> (may be repeated)
798 \fB\-\-format\fR {xml,json,jsonv2,geojson,geocodejson}
802 \fB\-\-addressdetails\fR
803 Include a breakdown of the address into elements.
807 Include additional information if available
808 (e.g. wikipedia link, opening hours).
811 \fB\-\-namedetails\fR
812 Include a list of alternative names.
815 \fB\-\-lang\fR LANGS, \fB\-\-accept\-language\fR LANGS
816 Preferred language order for presenting search results
819 \fB\-\-polygon\-output\fR {geojson,kml,svg,text}
820 Output geometry of results as a GeoJSON, KML, SVG or WKT.
823 \fB\-\-polygon\-threshold\fR TOLERANCE
824 Simplify output geometry.
825 Parameter is difference tolerance in degrees.
827 .SH OPTIONS 'nominatim details'
828 usage: nominatim details [-h] [-q] [-v] [--project-dir DIR] [-j NUM]
829 (--node NODE | --way WAY | --relation RELATION | --place_id PLACE_ID)
830 [--class OBJECT_CLASS] [--addressdetails]
831 [--keywords] [--linkedplaces] [--hierarchy]
832 [--group_hierarchy] [--polygon_geojson]
835 Execute API details query.
841 \fB\-q\fR, \fB\-\-quiet\fR
842 Print only error messages
845 \fB\-v\fR, \fB\-\-verbose\fR
846 Increase verboseness of output
849 \fB\-\-project\-dir\fR DIR
850 Base directory of the Nominatim installation (default:.)
853 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
854 Number of parallel threads to use
857 \fB\-\-node\fR \fI\,NODE\/\fR, \fB\-n\fR \fI\,NODE\/\fR
858 Look up the OSM node with the given ID.
861 \fB\-\-way\fR \fI\,WAY\/\fR, \fB\-w\fR \fI\,WAY\/\fR
862 Look up the OSM way with the given ID.
865 \fB\-\-relation\fR \fI\,RELATION\/\fR, \fB\-r\fR \fI\,RELATION\/\fR
866 Look up the OSM relation with the given ID.
869 \fB\-\-place_id\fR \fI\,PLACE_ID\/\fR, \fB\-p\fR \fI\,PLACE_ID\/\fR
870 Database internal identifier of the OSM object to look up.
873 \fB\-\-class\fR \fI\,OBJECT_CLASS\/\fR
874 Class type to disambiguated multiple entries
878 \fB\-\-addressdetails\fR
879 Include a breakdown of the address into elements.
883 Include a list of name keywords and address keywords.
886 \fB\-\-linkedplaces\fR
887 Include a details of places that are linked with this one.
891 Include details of places lower in the address hierarchy.
894 \fB\-\-group_hierarchy\fR
895 Group the places by type.
898 \fB\-\-polygon_geojson\fR
899 Include geometry of result.
902 \fB\-\-lang\fR LANGS, \fB\-\-accept\-language\fR LANGS
903 Preferred language order for presenting search results
905 .SH OPTIONS 'nominatim status'
906 usage: nominatim status [-h] [-q] [-v] [--project-dir DIR] [-j NUM]
907 [--format {text,json}]
909 Execute API status query.
915 \fB\-q\fR, \fB\-\-quiet\fR
916 Print only error messages
919 \fB\-v\fR, \fB\-\-verbose\fR
920 Increase verboseness of output
923 \fB\-\-project\-dir\fR DIR
924 Base directory of the Nominatim installation (default:.)
927 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
928 Number of parallel threads to use
931 \fB\-\-format\fR {text,json}
934 .SH OPTIONS 'nominatim transition'
935 usage: nominatim transition [-h] [-q] [-v] [--project-dir DIR] [-j NUM]
936 [--create-db] [--setup-db] [--import-data]
937 [--load-data] [--create-tables]
938 [--create-partition-tables] [--index]
939 [--create-search-indices] [--create-country-names]
940 [--no-partitions] [--osm-file FILE] [--drop]
941 [--osm2pgsql-cache SIZE] [--no-analyse]
942 [--ignore-errors] [--reverse-only]
945 Internal functions for code transition. Do not use.
951 \fB\-q\fR, \fB\-\-quiet\fR
952 Print only error messages
955 \fB\-v\fR, \fB\-\-verbose\fR
956 Increase verboseness of output
959 \fB\-\-project\-dir\fR DIR
960 Base directory of the Nominatim installation (default:.)
963 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
964 Number of parallel threads to use
972 Build a blank nominatim db
975 \fB\-\-import\-data\fR
980 Copy data to live tables from import table
983 \fB\-\-create\-tables\fR
987 \fB\-\-create\-partition\-tables\fR
988 Create required partition tables
995 \fB\-\-create\-search\-indices\fR
996 Create additional indices required for search and update
999 \fB\-\-create\-country\-names\fR
1000 Create search index for default country names.
1003 \fB\-\-no\-partitions\fR
1004 Do not partition search indices
1007 \fB\-\-osm\-file\fR FILE
1012 Drop tables needed for updates, making the database readonly
1015 \fB\-\-osm2pgsql\-cache\fR SIZE
1016 Size of cache to be used by osm2pgsql (in MB)
1019 \fB\-\-no\-analyse\fR
1020 Do not perform analyse operations during index
1023 \fB\-\-ignore\-errors\fR
1024 Ignore certain erros on import.
1027 \fB\-\-reverse\-only\fR
1028 Do not create search tables and indexes
1031 \fB\-\-tiger\-data\fR FILE
1035 .B <<UNSET \-\-project\-name OPTION>>
1036 was written by <<UNSET \-\-author OPTION>> <<<UNSET \-\-author_email OPTION>>>.
1038 The latest version of <<UNSET \-\-project\-name OPTION>> may be downloaded from
1039 .UR <<UNSET \-\-url OPTION>>