From 13c492c7a04623084ca96fae87a0e0b9b1c55199 Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Fri, 14 Apr 2023 08:54:27 +0200 Subject: [PATCH] [doc] try to document tools/python/stylesheet/cat_stat.py added based on my understanding, code reading and testing - still, may be wrong Signed-off-by: Mateusz Konieczny --- tools/python/stylesheet/cat_stat.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/python/stylesheet/cat_stat.py b/tools/python/stylesheet/cat_stat.py index e7c593f58d..da1d9f8055 100755 --- a/tools/python/stylesheet/cat_stat.py +++ b/tools/python/stylesheet/cat_stat.py @@ -1,4 +1,10 @@ #!/usr/bin/env python + +""" +First lists tags used by Organic Maps +Then, popular tags among selected keys (see find_popular_taginfo for list) which are not yet used by Organic Maps are listed +""" + import csv import drules_struct_pb2 import os