[OSM-talk] Suggested mass edits
Pierre Béland
pierzenh at yahoo.fr
Sun Apr 18 22:43:02 UTC 2021
Martin,
I dont know ow experienced you are, but tools are their to rapidly see the history of objects, to confirm or not that prior to last edits these objects were valid,
If for example there is a valid relation, either to describe a territory, a river, a route network, if an inexperience contributor deletes some or all the members, it is important to repair, and not simply blindly update and destroy, creating even more problems.
We surely should not encourage contributors to simply fly over a territory and garden, blindly pick this, remove that thinking this is not usefull.
Pierre
Le dimanche 18 avril 2021 18 h 30 min 05 s UTC−4, Martin Machyna <machyna at gmail.com> a écrit :
I would be scared to do what you are suggesting. We can't know what the original intention of the previous user were. This could create duplicate objects or reintroduce data that were meant to be deleted. In the end more mess then it's worth.
On 18.4.21 2:38 , Pierre Béland wrote:
It is not clear if you only want to delete relations that never had members. We need to be carefull about mechanical edits if a prior contributor deleted the members.
You need a tool to look at the previous state of relations and try to repair it. History tools might help. See for example https://osmlab.github.io/osm-deep-history/
Pierre
Le dimanche 18 avril 2021 12 h 53 min 34 s UTC−4, Martin Machyna <machyna at gmail.com> a écrit :
Hi everyone,
I had an idea that came during my work on a buildings import. I would like to clear/fix improperly created/deconstructed relations. This would include:
1) Remove relations that have no members, nor are members of a relation themselves.
[out:json][timeout:250];
relation[type](if: count_members() == 0);
rel(br) -> .parents;
(._; - rel(r.parents););
out ids;
2) Remove type=multipolygon from ways.
[out:json][timeout:250];
way[type=multipolygon];
out ids;
_______________________________________________
talk mailing list
talk at openstreetmap.org
https://lists.openstreetmap.org/listinfo/talk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/talk/attachments/20210418/99c8e27c/attachment.htm>
More information about the talk
mailing list