Bulk-oriented spatial vector file I/O using GDAL/OGR
Pyogrio provides fast, bulk-oriented read and write access to GDAL/OGR vector data sources, such as ESRI Shapefile, GeoPackage, GeoJSON, and several others. Vector data sources typically have geometries, such as points, lines, or polygons, and associated records with potentially many columns worth of data.
Pyogrio provides fast, bulk-oriented read and write access to GDAL/OGR vector data sources, such as ESRI Shapefile, GeoPackage, GeoJSON, and several others. Vector data sources typically have geometries, such as points, lines, or polygons, and associated records with potentially many columns worth of data.
To install py311-pyogrio, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py311-pyogrio
To see what files were installed by py311-pyogrio, run:
port contents py311-pyogrio
To later upgrade py311-pyogrio, run:
sudo port selfupdate && sudo port upgrade py311-pyogrio
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.