Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.56 KB

bigNodeBadDataCheck.md

File metadata and controls

24 lines (16 loc) · 1.56 KB

Big Node Bad Data Check

Description

This check will simply look for complex intersections and flag them when they have too many paths and junction edges.

Configuration

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

Defaults:

  • "max.number.threshold": 25 - Max number of paths in an intersection
  • "max.number.junction.edges.threshold": 2 - Max number of junction edges in an intersection.
  • ""highway.type": {"minimum": "toll_gantry", "maximum": "motorway} - Min and max highway type

Live Examples

Complex intersection:

Please see the source code for BigNodeBadDataCheck here: BigNodeBadDataCheck