python-mapswipe-workers icon indicating copy to clipboard operation
python-mapswipe-workers copied to clipboard

use _share instead of _count attributes

Open Hagellach37 opened this issue 10 months ago • 1 comments

https://github.com/mapswipe/python-mapswipe-workers/blame/5a95c28498ee519ccc4298f421ed60c3560144cb/mapswipe_workers/mapswipe_workers/generate_stats/tasking_manager_geometries.py#L49-L57

it should be:

"no_share": float(column_index_map.get("0_share", 0)),
"yes_share": float(column_index_map.get("1_share", 0)),
"maybe_share": float(column_index_map.get("2_share", 0)),
"bad_imagery_share": float(column_index_map.get("3_share", 0)),

Hagellach37 avatar Aug 30 '23 15:08 Hagellach37