PyShp library provides read and write support for the ESRI shapefile format in pure Python. This format is a popular Geographic Information System vector data format created by ESRI. You can read and write shp, shx, and dbf files with all types of geometry. Everything in the public ESRI shapefile specification is implemented.
PyShp library provides read and write support for the ESRI shapefile format in pure Python. This format is a popular Geographic Information System vector data format created by ESRI. You can read and write shp, shx, and dbf files with all types of geometry. Everything in the public ESRI shapefile specification is implemented.
To install py312-pyshp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py312-pyshp
To see what files were installed by py312-pyshp, run:
port contents py312-pyshp
To later upgrade py312-pyshp, run:
sudo port selfupdate && sudo port upgrade py312-pyshp
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.