Skip to content

Instantly share code, notes, and snippets.

@houstonhaynes
Created January 29, 2025 03:32
Show Gist options
  • Save houstonhaynes/3880f4424dceccef9aab366d2ff6099d to your computer and use it in GitHub Desktop.
Save houstonhaynes/3880f4424dceccef9aab366d2ff6099d to your computer and use it in GitHub Desktop.
Number of OpenStreetMaps / Nominatim properties for the US map
(nominatim-venv) nominatim@map:~$ nominatim import --osm-file nominatim-project/us-latest.osm.pbf --threads 16
2025-01-29 01:34:07: Using project directory: /srv/nominatim
2025-01-29 01:34:08: Creating database
Database dbname=nominatim already exists. Skipping creation.
2025-01-29 01:34:08: Setting up country tables
2025-01-29 01:34:09: Importing OSM data file
2025-01-29 01:34:09 osm2pgsql version 1.11.0
2025-01-29 01:34:09 Database version: 17.2 (Ubuntu 17.2-1.pgdg24.04+1)
2025-01-29 01:34:09 PostGIS version: 3.5
2025-01-29 01:34:09 Storing properties to table '"public"."osm2pgsql_properties"'.
2025-01-29 02:54:24 Reading input files done in 4815s (1h 20m 15s).
2025-01-29 02:54:24 Processed 1420138514 nodes in 2119s (35m 19s) - 670k/s
2025-01-29 02:54:24 Processed 141028499 ways in 2377s (39m 37s) - 59k/s
2025-01-29 02:54:24 Processed 1336518 relations in 319s (5m 19s) - 4k/s
@houstonhaynes
Copy link
Author

houstonhaynes commented Jan 29, 2025

16 threads of an AMD Ryzen 5950x with 64GB RAM allocated to the container

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment