pyspatialite is an interface to the SQLite 3.x embedded relational database engine with spatialite extensions. It is almost fully compliant with the Python database API version 2.0 also exposes the unique features of SQLite and spatialite.
pyspatialite is an interface to the SQLite 3.x embedded relational database engine with spatialite extensions. It is almost fully compliant with the Python database API version 2.0 also exposes the unique features of SQLite and spatialite.
To install py27-spatialite, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py27-spatialite
To see what files were installed by py27-spatialite, run:
port contents py27-spatialite
To later upgrade py27-spatialite, run:
sudo port selfupdate && sudo port upgrade py27-spatialite
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.