Skip to content

Instantly share code, notes, and snippets.

@aaronlidman
Created July 13, 2014 22:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaronlidman/ec948f9f3ec9cb7117ec to your computer and use it in GitHub Desktop.
Save aaronlidman/ec948f9f3ec9cb7117ec to your computer and use it in GitHub Desktop.
Keepright error counts
keepright=# select count(object_id) as count, error_name from errors group by error_name order by count DESC;
count | error_name
---------+------------------------------------
7919526 | multiple nodes on the same spot
4687834 | missing tracktype
2538111 | missing maxspeed
2044474 | missing tags
2042926 | highway-waterway
1785604 | fixme-tagged items
1617191 | floating islands
770502 | language unknown
636960 | almost-junctions
592387 | highway-highway
390063 | deprecated tags
260940 | point of interest without name
230277 | missing turn restriction
215485 | highway-riverbank
134992 | railway crossings without tag
80946 | dead-ended one-ways
70717 | waterway-waterway
55508 | impossible angles
54386 | places of worship without religion
50767 | http error
49452 | doubled places
48231 | motorways without ref
48053 | highway-cyclew/footp
47669 | misspelled tags
38262 | loopings
37412 | non-closed areas
36524 | motorways connected directly
28550 | non-match
25746 | mixed layers intersections
16914 | non-physical use of sport-tag
14171 | splitting boundary
12974 | cyclew/footp-waterway
12218 | faintly connected
10738 | ways without nodes
7997 | missing name
6831 | not closed loop
6788 | *_link-connections
6081 | wrong restriction angle
4685 | strange layers
4224 | missing to way
4189 | missing from way
4038 | relations without type
3749 | cyclew/footp-riverbank
3284 | wrong direction
3085 | wrongly used railway crossing tag
2323 | missing admin_level
2122 | bridge-tags
1401 | via is not on the way ends
1155 | missing type
@aaronlidman
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment