Experimental and Proposed functions¶
Experimental and Proposed functions
These are proposed functions
- They are not officially of the current release.
- They likely will not be officialy be part of the version 2.3 release:
- The functions might not make use of ANY-INTEGER and ANY-NUMERICAL
- Name might change.
- Signature might change.
- Functionality might change.
- pgTap tests might not being done.
- Might need c/c++ coding.
- May lack documentation,
- Documentation if any might need to be rewritten.
- Documentation examples might need to be automatically generated.
- Might need a lot of feedback from the comunity.
- Might need a non official function of pgRouting
- Might need a deprecated function of pgRouting
Proposed functions: Proposed by Steve Woodbridge¶
- Convenience Functions
- pgr_pointToEdgeNode - convert a point geometry to a vertex_id based on closest edge.
- pgr_flipEdges - flip the edges in an array of geometries so the connect end to end.
- pgr_textToPoints - convert a string of x,y;x,y;... locations into point geometries.
- pgr_pointsToVids - convert an array of point geometries into vertex ids.
- pgr_pointsToDMatrix - Create a distance matrix from an array of points.
- pgr_vidsToDMatrix - Create a distance matrix from an array of vertix_id.
- pgr_vidsToDMatrix - Create a distance matrix from an array of vertix_id.
Proposed functions: Proposed by Zia Mohammed¶
- pgr_labelGraph - Analyze / label subgraphs within a network
Proposed functions: Proposed by Rohith Reddy¶
- Contraction - Reduce network size using contraction techniques
Experimental functions: by GSoC Students¶
- pgr_vrpOneDepot - VRP One Depot
- pgr_gsoc_vrppdtw - VRP Pickup & Delivery