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-pandarm Pandas routing machine
0.0.3 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.0.3Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-12-02 12:21:23
Last Update: 2025-12-09 11:21:35
Commit Hash: baa1986
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
Homepage    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}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>)
  • py311: py311-pandarm
distinfo:
TIMESTAMP = 1765032802 SHA256 (pandarm-0.0.3.tar.gz) = 2aa4d069326480a189b5ce7c8d2b43005c6abf861f3f67b880ac8e13fbf34f8f SIZE (pandarm-0.0.3.tar.gz) = 12783812

Packages (timestamps in pop-ups are UTC):
py311-pandarm
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-0.0.3--0.0.3n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest0.0.30.0.3--0.0.3---
FreeBSD:14:quarterly--------
FreeBSD:15:latest0.0.30.0.3n/a-n/an/a--
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest0.0.30.0.3n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-numpy>=0,1 : math/py-numpy@py311
  2. py311-setuptools>=40.8 : devel/py-setuptools@py311
  3. py311-setuptools-scm>=6.2 : devel/py-setuptools-scm@py311
  4. py311-wheel>=0 : devel/py-wheel@py311
  5. py311-cython3>=3.2.1 : lang/cython3@py311
  6. python3.11 : lang/python311
  7. py311-build>=0 : devel/py-build@py311
  8. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-geopandas>=0 : graphics/py-geopandas@py311
  2. py311-numpy>=0,1 : math/py-numpy@py311
  3. py311-pandas>=2,1 : math/py-pandas@py311
  4. py311-scikit-learn>=0.18 : science/py-scikit-learn@py311
  5. py311-tables>=3.1 : devel/py-tables@py311
  6. python3.11 : lang/python311
This port is required by:
for Run
  1. 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/p/pandarm/
  2. https://pypi.org/packages/source/p/pandarm/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.0.3
09 Dec 2025 11:21:35
commit hash: baa1986f50770d5b8bcd9c68068a63f503a8ce52commit hash: baa1986f50770d5b8bcd9c68068a63f503a8ce52commit hash: baa1986f50770d5b8bcd9c68068a63f503a8ce52commit hash: baa1986f50770d5b8bcd9c68068a63f503a8ce52 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 095f22679fbfad5016b31058dc00388a99241fe9commit hash: 095f22679fbfad5016b31058dc00388a99241fe9commit hash: 095f22679fbfad5016b31058dc00388a99241fe9commit hash: 095f22679fbfad5016b31058dc00388a99241fe9 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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

Number of commits found: 2