Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.61 KB

inconsistentRoadClassificationCheck.md

File metadata and controls

21 lines (14 loc) · 1.61 KB

Inconsistent Road Classification Check

Description

The purpose of this check aims to flag segments that have different road classifications compared to the road segments they're connect to.

Configurables

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

Defaults:

  • "long.edge.threshold": 1000.0 - Maximum length (meters) of combined edges
  • "minimum.highway.type": "tertiary_link" - Minimum highway classification type
  • "maximum.edge.length": 500.0 - Maximum length (meters) of edge

Live Examples

Please see the source code for InconsistentRoadClassificationCheck here: InconsistentRoadClassificationCheck