Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.43 KB

shortSegmentCheck.md

File metadata and controls

22 lines (14 loc) · 1.43 KB

Short Segment Check

Description

The purpose of this check is to flag Edges which are shorter than the given configurable length, and are also connected to a Node with a connection valence less than given configurable minimum value.

Configuration

This check has three configurables that can be changed in the configuration file config.json

Defaults:

  • "edge.length.maximum.meters": 1.0 - Maximum length (meters) of edge
  • "node.valence.minimum": 3 - Minimum number of valence nodes
  • "highway.priority.minimum": "service" - Minimum highway type for priorities

Live Examples

Please see the source code for ShortSegmentCheck here: ShortSegmentCheck