| AddressPointMatchCheck |
This check identifies Point objects in OSM that have a specified street number (addr:housenumber)
but no specified street name (addr:street) and are not part of an associated street Relation.
|
| AddressStreetNameCheck |
This flags Points where their addr:street tag value does not match any of the name tag
values of Edges within a configurable search distance.
|
| ConnectivityCheck |
Checks for Nodes that should be connected to nearby Nodes or Edges.
|
| DuplicateLocationInPolyLineCheck |
Checks for repeating locations in a PolyLine.
|
| DuplicateNodeCheck |
This check looks for two or more Nodes that are in the exact same location.
|
| DuplicatePointCheck |
This check looks for two or more Points that are in the exact same location.
|
| InvalidMiniRoundaboutCheck |
Flags any Nodes tagged as highway=MINI_ROUNDABOUT that do not have very many incoming/outgoing
Edges as potentially tagged incorrectly.
|
| NodeValenceCheck |
Check that flags Nodes with too many connections.
|
| OrphanNodeCheck |
This orphan check looks for points that are not connected to anything and have not tags
associated with it.
|