matkoniecz / osm_bot_abstraction_layer

OSM bot abstraction layer building upon osmapi, to make easier to automate edits without causing problems.
GNU Affero General Public License v3.0
13 stars 1 forks source link

automatic=yes/no changeset tag #6

Closed Marc-marc-marc closed 7 months ago

Marc-marc-marc commented 1 year ago

if I read the code correctly

so

what's the usecase of it ?

matkoniecz commented 1 year ago

I guess that what is mentioned here makes sense.

I would accept PR changing this, there is also decent chance that I will modify this.

matkoniecz commented 7 months ago

https://wiki.openstreetmap.org/wiki/ChangesetKey:mechanical is up

https://wiki.openstreetmap.org/wiki/Automated_Edits_code_of_conduct describes it

set in https://github.com/matkoniecz/osm_bot_abstraction_layer/blob/master/osm_bot_abstraction_layer/osm_bot_abstraction_layer.py#L25

matkoniecz commented 7 months ago

if you are in "is_in_manual_mode" True, it's not an mechanical/bot edit anymore but changeset tag bot=yes is still set

not anymore from looking at code