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 (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]
 
 213                                  [--from-wiki] [-o OUTPUT]
 
 215     Maintain 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
 
 238 Pull special phrases from the OSM wiki.
 
 241 \fB\-o\fR \fI\,OUTPUT\/\fR, \fB\-\-output\fR \fI\,OUTPUT\/\fR
 
 242 File to write the preprocessed phrases to.If omitted, it will be written to stdout.
 
 244 .SH OPTIONS 'nominatim add-data'
 
 245 usage: nominatim add-data [-h] [-q] [-v] [--project-dir DIR] [-j NUM]
 
 246                           (--file FILE | --diff FILE | --node ID | --way ID | --relation ID | --tiger-data DIR)
 
 249     Add additional data from a file or an online source.
 
 251     Data is only imported, not indexed. You need to call `nominatim\-update index`
 
 252     to complete the process.
 
 258 \fB\-q\fR, \fB\-\-quiet\fR
 
 259 Print only error messages
 
 262 \fB\-v\fR, \fB\-\-verbose\fR
 
 263 Increase verboseness of output
 
 266 \fB\-\-project\-dir\fR DIR
 
 267 Base directory of the Nominatim installation (default:.)
 
 270 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
 
 271 Number of parallel threads to use
 
 275 Import data from an OSM file
 
 279 Import data from an OSM diff file
 
 283 Import a single node from the API
 
 287 Import a single way from the API
 
 290 \fB\-\-relation\fR ID
 
 291 Import a single relation from the API
 
 294 \fB\-\-tiger\-data\fR DIR
 
 295 Add housenumbers from the US TIGER census database.
 
 298 \fB\-\-use\-main\-api\fR
 
 299 Use OSM API instead of Overpass to download objects
 
 301 .SH OPTIONS 'nominatim index'
 
 302 usage: nominatim index [-h] [-q] [-v] [--project-dir DIR] [-j NUM]
 
 303                        [--boundaries-only] [--no-boundaries] [--minrank RANK]
 
 306     Reindex all new and modified data.
 
 312 \fB\-q\fR, \fB\-\-quiet\fR
 
 313 Print only error messages
 
 316 \fB\-v\fR, \fB\-\-verbose\fR
 
 317 Increase verboseness of output
 
 320 \fB\-\-project\-dir\fR DIR
 
 321 Base directory of the Nominatim installation (default:.)
 
 324 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
 
 325 Number of parallel threads to use
 
 328 \fB\-\-boundaries\-only\fR
 
 329 Index only administrative boundaries.
 
 332 \fB\-\-no\-boundaries\fR
 
 333 Index everything except administrative boundaries.
 
 336 \fB\-\-minrank\fR RANK, \fB\-r\fR RANK
 
 337 Minimum/starting rank
 
 340 \fB\-\-maxrank\fR RANK, \fB\-R\fR RANK
 
 341 Maximum/finishing rank
 
 343 .SH OPTIONS 'nominatim refresh'
 
 344 usage: nominatim refresh [-h] [-q] [-v] [--project-dir DIR] [-j NUM]
 
 345                          [--postcodes] [--word-counts] [--address-levels]
 
 346                          [--functions] [--wiki-data] [--importance]
 
 347                          [--website] [--no-diff-updates]
 
 348                          [--enable-debug-statements]
 
 350     Recompute auxiliary data used by the indexing process.
 
 352     These functions must not be run in parallel with other update commands.
 
 358 \fB\-q\fR, \fB\-\-quiet\fR
 
 359 Print only error messages
 
 362 \fB\-v\fR, \fB\-\-verbose\fR
 
 363 Increase verboseness of output
 
 366 \fB\-\-project\-dir\fR DIR
 
 367 Base directory of the Nominatim installation (default:.)
 
 370 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
 
 371 Number of parallel threads to use
 
 375 Update postcode centroid table
 
 378 \fB\-\-word\-counts\fR
 
 379 Compute frequency of full\-word search terms
 
 382 \fB\-\-address\-levels\fR
 
 383 Reimport address level configuration
 
 387 Update the PL/pgSQL functions in the database
 
 391 Update Wikipedia/data importance numbers.
 
 395 Recompute place importances (expensive!)
 
 399 Refresh the directory that serves the scripts for the web API
 
 402 \fB\-\-no\-diff\-updates\fR
 
 403 Do not enable code for propagating updates
 
 406 \fB\-\-enable\-debug\-statements\fR
 
 407 Enable debug warning statements in functions
 
 409 .SH OPTIONS 'nominatim admin'
 
 410 usage: nominatim admin [-h] [-q] [-v] [--project-dir DIR] [-j NUM]
 
 411                        (--warm | --check-database | --migrate | --analyse-indexing)
 
 412                        [--search-only] [--reverse-only]
 
 413                        [--osm-id OSM_ID | --place-id PLACE_ID]
 
 415     Analyse and maintain the database.
 
 421 \fB\-q\fR, \fB\-\-quiet\fR
 
 422 Print only error messages
 
 425 \fB\-v\fR, \fB\-\-verbose\fR
 
 426 Increase verboseness of output
 
 429 \fB\-\-project\-dir\fR DIR
 
 430 Base directory of the Nominatim installation (default:.)
 
 433 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
 
 434 Number of parallel threads to use
 
 438 Warm database caches for search and reverse queries.
 
 441 \fB\-\-check\-database\fR
 
 442 Check that the database is complete and operational.
 
 446 Migrate the database to a new software version.
 
 449 \fB\-\-analyse\-indexing\fR
 
 450 Print performance analysis of the indexing process.
 
 453 \fB\-\-search\-only\fR
 
 454 Only pre\-warm tables for search queries
 
 457 \fB\-\-reverse\-only\fR
 
 458 Only pre\-warm tables for reverse queries
 
 461 \fB\-\-osm\-id\fR \fI\,OSM_ID\/\fR
 
 462 Analyse indexing of the given OSM object
 
 465 \fB\-\-place\-id\fR \fI\,PLACE_ID\/\fR
 
 466 Analyse indexing of the given Nominatim object
 
 468 .SH OPTIONS 'nominatim export'
 
 469 usage: nominatim export [-h] [-q] [-v] [--project-dir DIR] [-j NUM]
 
 470                         [--output-type {continent,country,state,county,city,suburb,street,path}]
 
 471                         [--output-format OUTPUT_FORMAT]
 
 472                         [--output-all-postcodes] [--language LANGUAGE]
 
 473                         [--restrict-to-country COUNTRY_CODE]
 
 474                         [--restrict-to-osm-node ID] [--restrict-to-osm-way ID]
 
 475                         [--restrict-to-osm-relation ID]
 
 477     Export addresses as CSV file from the database.
 
 483 \fB\-q\fR, \fB\-\-quiet\fR
 
 484 Print only error messages
 
 487 \fB\-v\fR, \fB\-\-verbose\fR
 
 488 Increase verboseness of output
 
 491 \fB\-\-project\-dir\fR DIR
 
 492 Base directory of the Nominatim installation (default:.)
 
 495 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
 
 496 Number of parallel threads to use
 
 499 \fB\-\-output\-type\fR {continent,country,state,county,city,suburb,street,path}
 
 500 Type of places to output (default: street)
 
 503 \fB\-\-output\-format\fR \fI\,OUTPUT_FORMAT\/\fR
 
 504 Semicolon\-separated list of address types (see \-\-output\-type). Multiple ranks can be merged into one column by simply using a comma\-separated list.
 
 507 \fB\-\-output\-all\-postcodes\fR
 
 508 List all postcodes for address instead of just the most likely one
 
 511 \fB\-\-language\fR \fI\,LANGUAGE\/\fR
 
 512 Preferred language for output (use local name, if omitted)
 
 515 \fB\-\-restrict\-to\-country\fR COUNTRY_CODE
 
 516 Export only objects within country
 
 519 \fB\-\-restrict\-to\-osm\-node\fR ID
 
 520 Export only children of this OSM node
 
 523 \fB\-\-restrict\-to\-osm\-way\fR ID
 
 524 Export only children of this OSM way
 
 527 \fB\-\-restrict\-to\-osm\-relation\fR ID
 
 528 Export only children of this OSM relation
 
 530 .SH OPTIONS 'nominatim serve'
 
 531 usage: nominatim serve [-h] [-q] [-v] [--project-dir DIR] [-j NUM]
 
 534     Start a simple web server for serving the API.
 
 536     This command starts the built\-in PHP webserver to serve the website
 
 537     from the current project directory. This webserver is only suitable
 
 538     for testing and develop. Do not use it in production setups!
 
 540     By the default, the webserver can be accessed at: http://127.0.0.1:8088
 
 546 \fB\-q\fR, \fB\-\-quiet\fR
 
 547 Print only error messages
 
 550 \fB\-v\fR, \fB\-\-verbose\fR
 
 551 Increase verboseness of output
 
 554 \fB\-\-project\-dir\fR DIR
 
 555 Base directory of the Nominatim installation (default:.)
 
 558 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
 
 559 Number of parallel threads to use
 
 562 \fB\-\-server\fR \fI\,SERVER\/\fR
 
 563 The address the server will listen to.
 
 565 .SH OPTIONS 'nominatim search'
 
 566 usage: nominatim search [-h] [-q] [-v] [--project-dir DIR] [-j NUM]
 
 567                         [--query QUERY] [--street STREET] [--city CITY]
 
 568                         [--county COUNTY] [--state STATE] [--country COUNTRY]
 
 569                         [--postalcode POSTALCODE]
 
 570                         [--format {xml,json,jsonv2,geojson,geocodejson}]
 
 571                         [--addressdetails] [--extratags] [--namedetails]
 
 573                         [--polygon-output {geojson,kml,svg,text}]
 
 574                         [--polygon-threshold TOLERANCE] [--countrycodes CC,..]
 
 575                         [--exclude_place_ids ID,..] [--limit LIMIT]
 
 576                         [--viewbox X1,Y1,X2,Y2] [--bounded] [--no-dedupe]
 
 578     Execute API search query.
 
 584 \fB\-q\fR, \fB\-\-quiet\fR
 
 585 Print only error messages
 
 588 \fB\-v\fR, \fB\-\-verbose\fR
 
 589 Increase verboseness of output
 
 592 \fB\-\-project\-dir\fR DIR
 
 593 Base directory of the Nominatim installation (default:.)
 
 596 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
 
 597 Number of parallel threads to use
 
 600 \fB\-\-query\fR \fI\,QUERY\/\fR
 
 601 Free\-form query string
 
 604 \fB\-\-street\fR \fI\,STREET\/\fR
 
 605 Structured query: housenumber and street
 
 608 \fB\-\-city\fR \fI\,CITY\/\fR
 
 609 Structured query: city, town or village
 
 612 \fB\-\-county\fR \fI\,COUNTY\/\fR
 
 613 Structured query: county
 
 616 \fB\-\-state\fR \fI\,STATE\/\fR
 
 617 Structured query: state
 
 620 \fB\-\-country\fR \fI\,COUNTRY\/\fR
 
 621 Structured query: country
 
 624 \fB\-\-postalcode\fR \fI\,POSTALCODE\/\fR
 
 625 Structured query: postcode
 
 628 \fB\-\-format\fR {xml,json,jsonv2,geojson,geocodejson}
 
 632 \fB\-\-addressdetails\fR
 
 633 Include a breakdown of the address into elements.
 
 637 Include additional information if available (e.g. wikipedia link, opening hours).
 
 640 \fB\-\-namedetails\fR
 
 641 Include a list of alternative names.
 
 644 \fB\-\-lang\fR LANGS, \fB\-\-accept\-language\fR LANGS
 
 645 Preferred language order for presenting search results
 
 648 \fB\-\-polygon\-output\fR {geojson,kml,svg,text}
 
 649 Output geometry of results as a GeoJSON, KML, SVG or WKT.
 
 652 \fB\-\-polygon\-threshold\fR TOLERANCE
 
 653 Simplify output geometry.Parameter is difference tolerance in degrees.
 
 656 \fB\-\-countrycodes\fR CC,..
 
 657 Limit search results to one or more countries.
 
 660 \fB\-\-exclude_place_ids\fR ID,..
 
 661 List of search object to be excluded
 
 664 \fB\-\-limit\fR \fI\,LIMIT\/\fR
 
 665 Limit the number of returned results
 
 668 \fB\-\-viewbox\fR X1,Y1,X2,Y2
 
 669 Preferred area to find search results
 
 673 Strictly restrict results to viewbox area
 
 677 Do not remove duplicates from the result list
 
 679 .SH OPTIONS 'nominatim reverse'
 
 680 usage: nominatim reverse [-h] [-q] [-v] [--project-dir DIR] [-j NUM] --lat LAT
 
 681                          --lon LON [--zoom ZOOM]
 
 682                          [--format {xml,json,jsonv2,geojson,geocodejson}]
 
 683                          [--addressdetails] [--extratags] [--namedetails]
 
 685                          [--polygon-output {geojson,kml,svg,text}]
 
 686                          [--polygon-threshold TOLERANCE]
 
 688     Execute API reverse query.
 
 694 \fB\-q\fR, \fB\-\-quiet\fR
 
 695 Print only error messages
 
 698 \fB\-v\fR, \fB\-\-verbose\fR
 
 699 Increase verboseness of output
 
 702 \fB\-\-project\-dir\fR DIR
 
 703 Base directory of the Nominatim installation (default:.)
 
 706 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
 
 707 Number of parallel threads to use
 
 710 \fB\-\-lat\fR \fI\,LAT\/\fR
 
 711 Latitude of coordinate to look up (in WGS84)
 
 714 \fB\-\-lon\fR \fI\,LON\/\fR
 
 715 Longitude of coordinate to look up (in WGS84)
 
 718 \fB\-\-zoom\fR \fI\,ZOOM\/\fR
 
 719 Level of detail required for the address
 
 722 \fB\-\-format\fR {xml,json,jsonv2,geojson,geocodejson}
 
 726 \fB\-\-addressdetails\fR
 
 727 Include a breakdown of the address into elements.
 
 731 Include additional information if available (e.g. wikipedia link, opening hours).
 
 734 \fB\-\-namedetails\fR
 
 735 Include a list of alternative names.
 
 738 \fB\-\-lang\fR LANGS, \fB\-\-accept\-language\fR LANGS
 
 739 Preferred language order for presenting search results
 
 742 \fB\-\-polygon\-output\fR {geojson,kml,svg,text}
 
 743 Output geometry of results as a GeoJSON, KML, SVG or WKT.
 
 746 \fB\-\-polygon\-threshold\fR TOLERANCE
 
 747 Simplify output geometry.Parameter is difference tolerance in degrees.
 
 749 .SH OPTIONS 'nominatim lookup'
 
 750 usage: nominatim lookup [-h] [-q] [-v] [--project-dir DIR] [-j NUM] --id OSMID
 
 751                         [--format {xml,json,jsonv2,geojson,geocodejson}]
 
 752                         [--addressdetails] [--extratags] [--namedetails]
 
 754                         [--polygon-output {geojson,kml,svg,text}]
 
 755                         [--polygon-threshold TOLERANCE]
 
 757     Execute API lookup query.
 
 763 \fB\-q\fR, \fB\-\-quiet\fR
 
 764 Print only error messages
 
 767 \fB\-v\fR, \fB\-\-verbose\fR
 
 768 Increase verboseness of output
 
 771 \fB\-\-project\-dir\fR DIR
 
 772 Base directory of the Nominatim installation (default:.)
 
 775 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
 
 776 Number of parallel threads to use
 
 780 OSM id to lookup in format <NRW><id> (may be repeated)
 
 783 \fB\-\-format\fR {xml,json,jsonv2,geojson,geocodejson}
 
 787 \fB\-\-addressdetails\fR
 
 788 Include a breakdown of the address into elements.
 
 792 Include additional information if available (e.g. wikipedia link, opening hours).
 
 795 \fB\-\-namedetails\fR
 
 796 Include a list of alternative names.
 
 799 \fB\-\-lang\fR LANGS, \fB\-\-accept\-language\fR LANGS
 
 800 Preferred language order for presenting search results
 
 803 \fB\-\-polygon\-output\fR {geojson,kml,svg,text}
 
 804 Output geometry of results as a GeoJSON, KML, SVG or WKT.
 
 807 \fB\-\-polygon\-threshold\fR TOLERANCE
 
 808 Simplify output geometry.Parameter is difference tolerance in degrees.
 
 810 .SH OPTIONS 'nominatim details'
 
 811 usage: nominatim details [-h] [-q] [-v] [--project-dir DIR] [-j NUM]
 
 812                          (--node NODE | --way WAY | --relation RELATION | --place_id PLACE_ID)
 
 813                          [--class OBJECT_CLASS] [--addressdetails]
 
 814                          [--keywords] [--linkedplaces] [--hierarchy]
 
 815                          [--group_hierarchy] [--polygon_geojson]
 
 818     Execute API details query.
 
 824 \fB\-q\fR, \fB\-\-quiet\fR
 
 825 Print only error messages
 
 828 \fB\-v\fR, \fB\-\-verbose\fR
 
 829 Increase verboseness of output
 
 832 \fB\-\-project\-dir\fR DIR
 
 833 Base directory of the Nominatim installation (default:.)
 
 836 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
 
 837 Number of parallel threads to use
 
 840 \fB\-\-node\fR \fI\,NODE\/\fR, \fB\-n\fR \fI\,NODE\/\fR
 
 841 Look up the OSM node with the given ID.
 
 844 \fB\-\-way\fR \fI\,WAY\/\fR, \fB\-w\fR \fI\,WAY\/\fR
 
 845 Look up the OSM way with the given ID.
 
 848 \fB\-\-relation\fR \fI\,RELATION\/\fR, \fB\-r\fR \fI\,RELATION\/\fR
 
 849 Look up the OSM relation with the given ID.
 
 852 \fB\-\-place_id\fR \fI\,PLACE_ID\/\fR, \fB\-p\fR \fI\,PLACE_ID\/\fR
 
 853 Database internal identifier of the OSM object to look up.
 
 856 \fB\-\-class\fR \fI\,OBJECT_CLASS\/\fR
 
 857 Class type to disambiguated multiple entries of the same object.
 
 860 \fB\-\-addressdetails\fR
 
 861 Include a breakdown of the address into elements.
 
 865 Include a list of name keywords and address keywords.
 
 868 \fB\-\-linkedplaces\fR
 
 869 Include a details of places that are linked with this one.
 
 873 Include details of places lower in the address hierarchy.
 
 876 \fB\-\-group_hierarchy\fR
 
 877 Group the places by type.
 
 880 \fB\-\-polygon_geojson\fR
 
 881 Include geometry of result.
 
 884 \fB\-\-lang\fR LANGS, \fB\-\-accept\-language\fR LANGS
 
 885 Preferred language order for presenting search results
 
 887 .SH OPTIONS 'nominatim status'
 
 888 usage: nominatim status [-h] [-q] [-v] [--project-dir DIR] [-j NUM]
 
 889                         [--format {text,json}]
 
 891     Execute API status query.
 
 897 \fB\-q\fR, \fB\-\-quiet\fR
 
 898 Print only error messages
 
 901 \fB\-v\fR, \fB\-\-verbose\fR
 
 902 Increase verboseness of output
 
 905 \fB\-\-project\-dir\fR DIR
 
 906 Base directory of the Nominatim installation (default:.)
 
 909 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
 
 910 Number of parallel threads to use
 
 913 \fB\-\-format\fR {text,json}
 
 916 .SH OPTIONS 'nominatim transition'
 
 917 usage: nominatim transition [-h] [-q] [-v] [--project-dir DIR] [-j NUM]
 
 918                             [--create-db] [--setup-db] [--import-data]
 
 919                             [--load-data] [--create-tables]
 
 920                             [--create-partition-tables] [--index]
 
 921                             [--create-search-indices] [--create-country-names]
 
 922                             [--no-partitions] [--osm-file FILE] [--drop]
 
 923                             [--osm2pgsql-cache SIZE] [--no-analyse]
 
 924                             [--ignore-errors] [--reverse-only]
 
 927     Internal functions for code transition. Do not use.
 
 933 \fB\-q\fR, \fB\-\-quiet\fR
 
 934 Print only error messages
 
 937 \fB\-v\fR, \fB\-\-verbose\fR
 
 938 Increase verboseness of output
 
 941 \fB\-\-project\-dir\fR DIR
 
 942 Base directory of the Nominatim installation (default:.)
 
 945 \fB\-j\fR NUM, \fB\-\-threads\fR NUM
 
 946 Number of parallel threads to use
 
 954 Build a blank nominatim db
 
 957 \fB\-\-import\-data\fR
 
 962 Copy data to live tables from import table
 
 965 \fB\-\-create\-tables\fR
 
 969 \fB\-\-create\-partition\-tables\fR
 
 970 Create required partition tables
 
 977 \fB\-\-create\-search\-indices\fR
 
 978 Create additional indices required for search and update
 
 981 \fB\-\-create\-country\-names\fR
 
 982 Create search index for default country names.
 
 985 \fB\-\-no\-partitions\fR
 
 986 Do not partition search indices
 
 989 \fB\-\-osm\-file\fR FILE
 
 994 Drop tables needed for updates, making the database readonly
 
 997 \fB\-\-osm2pgsql\-cache\fR SIZE
 
 998 Size of cache to be used by osm2pgsql (in MB)
 
1001 \fB\-\-no\-analyse\fR
 
1002 Do not perform analyse operations during index
 
1005 \fB\-\-ignore\-errors\fR
 
1006 Ignore certain erros on import.
 
1009 \fB\-\-reverse\-only\fR
 
1010 Do not create search tables and indexes
 
1013 \fB\-\-tiger\-data\fR FILE
 
1017 The latest version of Nominatim may be downloaded from
 
1018 .UR https://nominatim.org