| Port details |
- py-pandarm Pandas routing machine
- 0.0.5_1 graphics
=0 0.0.3Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2025-12-02 12:21:23
- Last Update: 2026-05-05 21:19:45
- Commit Hash: 01291f5
- Also Listed In: python
- License: AGPLv3
- WWW:
- https://github.com/oturns/pandarm
- Description:
- A pandas-centric interface to highly performant travel network analysis
leveraging contraction hierarchies provided by code from the Open Source Routing
Machine (OSRM). Hence, the pandas routing machine, pandarm. This package is a
friendly fork of the pandana library, originally written by Fletcher Foti and
UrbanSim Inc. Despite fantastic work by the original authors, maintaining
open-source software is a great deal of work and the pandana library is no
longer compatible with the current pydata stack (specifically as of numpy
version 2.0). This fork reinstates compatibility and brings along a few new
modern touches and enhancements. Pull requests are very welcome.
Main features of the package include:
- multi-threaded calculation of shortest path routes and distances
- network aggregations (i.e. accessibility metrics)
- network-based isochrones
¦ ¦ ¦ ¦ 
- 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}pandarm>0:graphics/py-pandarm@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/graphics/py-pandarm/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/py-pandarm
- pkg install py311-pandarm
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-pandarm listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pandarm
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1777906367
SHA256 (pandarm-0.0.5.tar.gz) = 8aa54a49e2f46be1be342942b13c5731678da38388beae37d10e100fb30c4fbe
SIZE (pandarm-0.0.5.tar.gz) = 13529714
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-numpy>=0,1 : math/py-numpy@py311
- py311-setuptools>=40.8 : devel/py-setuptools@py311
- py311-setuptools-scm>=6.2 : devel/py-setuptools-scm@py311
- py311-wheel>=0 : devel/py-wheel@py311
- py311-cython>=3.2.4 : lang/cython@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-geopandas>=1.1 : graphics/py-geopandas@py311
- py311-numpy>=1.26,1 : math/py-numpy@py311
- py311-pandas>=2.2,1 : math/py-pandas@py311
- py311-scikit-learn>=1.4 : science/py-scikit-learn@py311
- py311-tables>=3.10 : devel/py-tables@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- graphics/py-geosnap
Configuration Options:
- No options to configure
- Options name:
- graphics_py-pandarm
- USES:
- compiler:c++11-lang python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.0.5_1 05 May 2026 21:19:45
    |
Po-Chuan Hsieh (sunpoet)  |
*/py-*: Update version requirement of *_DEPENDS |
0.0.5_1 05 May 2026 19:29:37
    |
Max Brazhnikov (makc)  |
*/*: bump PORTREVISION after switching to NumPy 2.x |
0.0.5 05 May 2026 19:29:37
    |
Max Brazhnikov (makc)  |
*/*: Switch to NumPy 2.x
PR: 294328
Exp-run: antoine |
0.0.5 05 May 2026 13:56:37
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-pandarm: Update to 0.0.4
Changes: https://github.com/oturns/pandarm/commits/main |
0.0.3_1 03 Apr 2026 18:52:22
    |
Charlie Li (vishwin)  |
math/py-numpy: switch all consumers to math/py-numpy1
...and bump PORTREVISIONs of consumers with hard RUN_DEPENDS
PR: 281470 |
0.0.3 15 Jan 2026 17:53:53
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-pandarm: Revert unintended changes in
6d475ab2dcd08d35a6a3ef6bd9db134e3c7a71f0 |
0.0.3 15 Jan 2026 17:49:04
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-pandarm: Revert unintended changes in
6d475ab2dcd08d35a6a3ef6bd9db134e3c7a71f0 |
0.0.4 15 Jan 2026 17:22:12
    |
Po-Chuan Hsieh (sunpoet)  |
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.0.3 09 Dec 2025 11:21:35
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-pandarm: Update to 0.0.3
Changes: https://github.com/oturns/pandarm/commits/main |
0.0.2 02 Dec 2025 12:04:15
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-pandarm: Add py-pandarm 0.0.2
A pandas-centric interface to highly performant travel network analysis
leveraging contraction hierarchies provided by code from the Open Source Routing
Machine (OSRM). Hence, the pandas routing machine, pandarm. This package is a
friendly fork of the pandana library, originally written by Fletcher Foti and
UrbanSim Inc. Despite fantastic work by the original authors, maintaining
open-source software is a great deal of work and the pandana library is no
longer compatible with the current pydata stack (specifically as of numpy
version 2.0). This fork reinstates compatibility and brings along a few new
modern touches and enhancements. Pull requests are very welcome.
Main features of the package include:
- multi-threaded calculation of shortest path routes and distances
- network aggregations (i.e. accessibility metrics)
- network-based isochrones |