Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.59 KB

connectivityCheck.md

File metadata and controls

29 lines (19 loc) · 1.59 KB

Connectivity Check

Description

This check flags disconnected Edges in OSM that should be connected.

Scope

08/10/21 (Change) Reducing the scope by removing disconnected crossing edges cases due to logic duplication with edgeCrossingEdgeCheck. Corresponded unit tests moved to edgeCrossingEdgeCheck: invalidDisconnectedNodesCrossingTest, invalidDisconnectedEdgeCrossingTest.

Configuration

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

Defaults:

  • "nearby.edge.distance.meters": 2.0 - Distance (meters) between disconnected Edge and Node
  • "denylisted.highway.filter": "highway->no" - Highway value(s) not included
  • "checked.highway.values":["motorway","trunk", ...] - The attribute describes what highway types are considered valid for checking. By default, only car navigable road are taken into account.

Live Examples

Please see the source code for ConnectivityCheck here: ConnectivityCheck