Supported versions: latest (3.8) 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0 main dev
Unsupported versions:2.6 2.5 2.4 2.3 2.2 2.1 2.0

目录

pgRouting 扩展了 PostGIS /PostgreSQL 地理空间数据库,以提供地理空间路由和其他网络分析功能。

这是pgRouting|release|的手册。

知识共享署名 - 相同方式共享 3.0 许可证

pgRouting 手册根据`知识共享署名-相同方式共享3.0许可证 <https://creativecommons.org/licenses/by-sa/3.0/>`_。 您可以随意使用本材料,但我们要求您将功劳归功于 pgRouting 项目,并尽可能提供返回 https://pgrouting.org 的链接。 有关 pgRouting 中使用的其他许可证,请参阅 许可 page.。

常规

Pgrouting概念

函数族

All Pairs - 函数族

A* - 函数族

双向A* - 函数族

双向 Dijkstra - 函数族

分量 - 函数族

收缩 - 函数族

Dijkstra - 函数族

Flow - 函数族

Kruskal - 函数族

度量 - 功能系列

  • pgr_degree - 返回顶点集及其关联边数统计。

Prim - 函数族

参考

Topology - 函数族

以下函数直接修改数据库,因此用户必须具有管理员授予的特殊权限才能使用它们。

Traveling Sales Person - 函数族

pgr_trsp - Proposed - 转弯限制最短路径 (TRSP)

实用工具函数集

pgr_findCloseEdges

按类别划分的函数

成本 - 类别

成本矩阵 - 类别

驾驶距离 - 类别

K最短路径 - 类别

  • pgr_KSP - 基于 pgr_dijkstra 的 Yen 算法

生成树 - 类别

BFS - 类别

DFS - 类别

可用函数,但不是官方 pgRouting 函数

发行说明

pgRouting 3.8.0 Release Notes

To see all issues & pull requests closed by this release see the Git closed milestone for 3.8.0

Promotion to official function of pgRouting.

  • #2772: pgr_extractVertices

    • Error messages adjustment.

    • 函数正式发布。

  • #2760: pgr_degree

    • Error messages adjustment.

    • New signature with only Edges SQL.

    • 函数正式发布。

  • #2774: pgr_findCloseEdges

    • Error messages adjustment.

    • partial option is removed.

    • 函数正式发布。

Deprecation of functions.

  • #2749: pgr_alphaShape

  • #2754: pgr_analyzeOneWay

  • #2753: pgr_analyzeGraph

  • #2750: pgr_createTopology

  • #2826: pgr_createVerticesTable

官方功能变更

  • #2786: pgr_contraction

    • New signature:

      • 之前必需的参数 Contraction order 现在已变为可选参数,并更名为 methods

      • New name and order of optional parameters.

    • Deprecated signature pgr_contraction(text,bigint[],integer,bigint[],boolean)

新的拟议函数

  • Contraction

    • #2790: pgr_contractionDeadEnd

    • #2791: pgr_contractionLinear

所有版本

索引和表格