mirror of
https://codeberg.org/matkoniecz/list_how_openstreetmap_can_be_improved_with_alltheplaces_data.git
synced 2025-05-13 05:03:09 +02:00
avoid repeating TODOs
This commit is contained in:
parent
cc91eb1da2
commit
a4da79bb16
1 changed files with 4 additions and 3 deletions
|
@ -37,9 +37,10 @@ def publish_geojson_when_generating_reports():
|
|||
|
||||
|
||||
def graph_distance_distribution_when_generating_reports():
|
||||
# TODO: make it working for new graticule report generation (generate global statistics)
|
||||
# TODO: likely it should be entirely new script, not piggybacking on report generation
|
||||
# TODO: add when I will need such reports and will have time budget for adding and using them
|
||||
# TODO graphing distance distribution - make it working with new graticule report generation (generate global statistics)
|
||||
# this used to work when scan was limited to single-ciuntry spiders
|
||||
# likely it should be entirely new script, not piggybacking on report generation
|
||||
# add when I will need such reports and will have time budget for adding and using them
|
||||
return False
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue