osm2pgrouting is an OSM data injector for PGrouting
osm2pgrouting is a command line tool to import Open Street Map (a.k.a OSM) data into a PostGreSQL/PgRouting spatial database in order to solve graph problems (shortest path, TSP…)
osm2pgrouting is a command line tool to import Open Street Map (a.k.a OSM) data into a PostGreSQL/PgRouting spatial database in order to solve graph problems (shortest path, TSP…)
To install osm2pgrouting, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install osm2pgrouting
To see what files were installed by osm2pgrouting, run:
port contents osm2pgrouting
To later upgrade osm2pgrouting, run:
sudo port selfupdate && sudo port upgrade osm2pgrouting
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.