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

MapSwipe Back-End

Results 100 python-mapswipe-workers issues
Sort by recently updated
recently updated
newest added

### Addresses - https://github.com/mapswipe/python-mapswipe-workers/issues/929 ### Changes - Add validation to create a unique project with the title

confusing to have both a "Roxy" and a "roxy" what controls on username duplication do we have, if any? and can we increase the restrictions? Roxy - https://community.mapswipe.org/user/4y91DK3nbnfs75lCrINEGnBmA2m1/ roxy -...

The issue is similar to #678 and the solutions are the same.

at some point it would be good to rename the default branch to "main" or similar

there is an [American Red Cross](https://community.mapswipe.org/user-group/-NL6WXPOdFyWACqwNU2O/) group, but it is not possible to get to it from the search bar. it doesn't show up in the top 5 results and...

-> currently it does not yield useful information if the sub options are closely related

question

currently there are no tests, thus multiple issues went through to live during the last months. Some of these issues will be fixed in #920 but for further development having...

bug
enhancement

geometries cannot be aggregated in the current code base, thus we need a new method of aggregating based on the result type of the classes. E.g. a simple way of...

in this file we still use hardcoded meanings for 0_count = no 1_count=yes ... if we want to support custom options for all projects types this would no longer be...

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)), ```