From 9ae63e6f01e14918508e98952aa4f641088577ce Mon Sep 17 00:00:00 2001
From: Mateusz Konieczny <matkoniecz@gmail.com>
Date: Sat, 8 Mar 2025 04:25:22 +0100
Subject: [PATCH] clarify what qa.py is doing

it is also throwing out perfectly valid street lamps
---
 qa.py | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/qa.py b/qa.py
index e43b9d4..5567f68 100644
--- a/qa.py
+++ b/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: