notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-pyogrio Vectorized spatial vector file format I/O using GDAL/OGR
0.12.1_1 graphics on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.12.1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-12-09 11:24:28
Last Update: 2026-01-15 17:22:12
Commit Hash: 6d475ab
Also Listed In: python
License: MIT
WWW:
https://pyogrio.readthedocs.io/en/latest/
https://github.com/geopandas/pyogrio
Description:
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. The typical use is to read or write these data sources to/from GeoPandas GeoDataFrames. Because the geometry column is optional, reading or writing only non-spatial data is also possible. Hence, GeoPackage attribute tables, DBF files, or CSV files are also supported. Pyogrio is fast because it uses pre-compiled bindings for GDAL/OGR to read and write the data records in bulk. This approach avoids multiple steps of converting to and from Python data types within Python, so performance becomes primarily limited by the underlying I/O speed of data source drivers in GDAL/OGR. We have seen >5-10x speedups reading files and >5-20x speedups writing files compared to using row-per-row approaches (e.g. Fiona).
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}pyogrio>0:graphics/py-pyogrio@${PY_FLAVOR}
To install the port:
cd /usr/ports/graphics/py-pyogrio/ && make install clean
To add the package, run one of these commands:
  • pkg install graphics/py-pyogrio
  • pkg install py311-pyogrio
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-pyogrio listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-pyogrio
Package flavors (<flavor>: <package>)
  • py311: py311-pyogrio
distinfo:
TIMESTAMP = 1765032630 SHA256 (pyogrio-0.12.1.tar.gz) = e548ab705bb3e5383693717de1e6c76da97f3762ab92522cb310f93128a75ff1 SIZE (pyogrio-0.12.1.tar.gz) = 303289

Packages (timestamps in pop-ups are UTC):
py311-pyogrio
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.12.1_10.12.1_1--0.12.1_1n/an/an/a
FreeBSD:13:quarterly-0.12.1--0.12.1n/an/an/a
FreeBSD:14:latest0.12.1_10.12.1_1--0.12.1_1---
FreeBSD:14:quarterly0.12.10.12.1--0.12.1---
FreeBSD:15:latest0.12.1_10.12.1_1n/a-n/an/a--
FreeBSD:15:quarterly0.12.10.12.1n/a-n/an/a--
FreeBSD:16:latest0.12.10.12.1_1n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>=0 : devel/py-setuptools@py311
  2. py311-versioneer>=0.28 : devel/py-versioneer@py311
  3. py311-wheel>=0 : devel/py-wheel@py311
  4. py311-cython>=3.2.4 : lang/cython@py311
  5. python3.11 : lang/python311
  6. py311-build>=0 : devel/py-build@py311
  7. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-certifi>=0 : security/py-certifi@py311
  2. py311-numpy>=0,1 : math/py-numpy@py311
  3. py311-packaging>=0 : devel/py-packaging@py311
  4. python3.11 : lang/python311
Library dependencies:
  1. libgdal.so : graphics/gdal
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
graphics_py-pyogrio
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/p/pyogrio/
  2. https://pypi.org/packages/source/p/pyogrio/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.12.1_1
15 Jan 2026 17:22:12
commit hash: 6d475ab2dcd08d35a6a3ef6bd9db134e3c7a71f0commit hash: 6d475ab2dcd08d35a6a3ef6bd9db134e3c7a71f0commit hash: 6d475ab2dcd08d35a6a3ef6bd9db134e3c7a71f0commit hash: 6d475ab2dcd08d35a6a3ef6bd9db134e3c7a71f0 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
Mk/Uses/python.mk: Remove USE_PYTHON=cython3{,_run,_test}

- Convert all cython3 occurrence to USE_PYTHON=cython*
- Bump PORTREVISION dependent ports of USE_PYTHON=cython_run for dependency
change

PR:		291778
0.12.1_1
15 Jan 2026 11:53:31
commit hash: 4037ac77d4cbb1c7659df64e69e069fe4c1979c9commit hash: 4037ac77d4cbb1c7659df64e69e069fe4c1979c9commit hash: 4037ac77d4cbb1c7659df64e69e069fe4c1979c9commit hash: 4037ac77d4cbb1c7659df64e69e069fe4c1979c9 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
graphics/py-pyogrio: Remove GEOPANDAS option

- Bump PORTREVISION for dependency change

py-pyogrio is a missing dependency of py-geopandas
0.12.1
09 Dec 2025 11:20:50
commit hash: 76719e47761b5727881d4a54af030fc152c6138dcommit hash: 76719e47761b5727881d4a54af030fc152c6138dcommit hash: 76719e47761b5727881d4a54af030fc152c6138dcommit hash: 76719e47761b5727881d4a54af030fc152c6138d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
graphics/py-pyogrio: Add py-pyogrio 0.12.1

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.

The typical use is to read or write these data sources to/from GeoPandas
GeoDataFrames. Because the geometry column is optional, reading or writing only
non-spatial data is also possible. Hence, GeoPackage attribute tables, DBF
files, or CSV files are also supported.

Pyogrio is fast because it uses pre-compiled bindings for GDAL/OGR to read and
write the data records in bulk. This approach avoids multiple steps of
converting to and from Python data types within Python, so performance becomes
primarily limited by the underlying I/O speed of data source drivers in
GDAL/OGR.

We have seen >5-10x speedups reading files and >5-20x speedups writing files
compared to using row-per-row approaches (e.g. Fiona).

Number of commits found: 3