May 13, 2020, 17:31 by [email protected]: > On 13/05/2020 12:40, Mateusz Konieczny via talk wrote: > >> Proposed bot edit would remove links where all used parameters are tracking >> users and may be removed. >> > > Sounds good. Will you limit individual changesets to fairly small > geographical units? > Yes. Splitting changeset into reasonable areas will be done by my osm_bot_abstraction_layer.generic_bot_retagging library (run_simple_retagging_task function), that is why it is not appearing anywhere in my code. Code of changeset splitting is at https://github.com/matkoniecz/osm_bot_abstraction_layer/blob/master/osm_bot_abstraction_layer/split_into_packages.py and will be done with limits of max elements in a changeset: 500 max changeset size in degrees (latitude): 0.3 max changeset size in degrees (longitude): 0.3 See https://www.openstreetmap.org/user/Mateusz Konieczny - bot account/history for how it works in practice (note that many recent edits had low number of elements, you may need to go back in history)
_______________________________________________ talk mailing list [email protected] https://lists.openstreetmap.org/listinfo/talk

