mirror of
https://codeberg.org/matkoniecz/list_how_openstreetmap_can_be_improved_with_alltheplaces_data.git
synced 2025-04-11 01:59:30 +02:00
clarify what qa.py is doing
it is also throwing out perfectly valid street lamps
This commit is contained in:
parent
a489b32546
commit
9ae63e6f01
1 changed files with 4 additions and 2 deletions
6
qa.py
6
qa.py
|
@ -7,9 +7,11 @@ config = __import__("0_config")
|
|||
|
||||
def remove_bad_data(data, atp_code):
|
||||
"""
|
||||
removes bad data: dubious, broken and low quality tags
|
||||
removes bad data: removes dubious, broken, not needed or low quality tags
|
||||
removes bad objects: broken, nonexisting, supicious
|
||||
removes things that are not shops and not shoplike: for examples trees and street lamps
|
||||
|
||||
returns None if entry was broken/not existing
|
||||
returns None if entry was broken/not existing/not a shoplike object
|
||||
returns fixed tag dictionary otherwise
|
||||
"""
|
||||
try:
|
||||
|
|
Loading…
Add table
Reference in a new issue