A C++ port of the Java Topology Suite, providing OpenGIS Simple Features for SQL spatial predicate functions and spatial operators, as well as specific JTS topology functions.
A C++ port of the Java Topology Suite, providing OpenGIS Simple Features for SQL spatial predicate functions and spatial operators, as well as specific JTS topology functions.
To install geos, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install geos
To see what files were installed by geos, run:
port contents geos
To later upgrade geos, run:
sudo port selfupdate && sudo port upgrade geos
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.