osm2pgsql is OpenStreetMap data to PostgreSQL converter
osm2pgsql is a tool for loading OpenStreetMap data into a PostgreSQL / PostGIS database suitable for applications like rendering into a map, geocoding with Nominatim, or general analysis
osm2pgsql is a tool for loading OpenStreetMap data into a PostgreSQL / PostGIS database suitable for applications like rendering into a map, geocoding with Nominatim, or general analysis
To install osm2pgsql, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install osm2pgsql
To see what files were installed by osm2pgsql, run:
port contents osm2pgsql
To later upgrade osm2pgsql, run:
sudo port selfupdate && sudo port upgrade osm2pgsql
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.