A library for extracting Open Stream Map (OSM) files
ReadOSM is a simple library intended for extracting the contents from Open Street Map files: both input formats (.osm XML based and .osm.pbf based on Google's Protocol Buffer serialization) are indifferently supported.
ReadOSM is a simple library intended for extracting the contents from Open Street Map files: both input formats (.osm XML based and .osm.pbf based on Google's Protocol Buffer serialization) are indifferently supported.
To install readosm, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install readosm
To see what files were installed by readosm, run:
port contents readosm
To later upgrade readosm, run:
sudo port selfupdate && sudo port upgrade readosm
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.