A few weeks ago a wiki proposal for tagging of disater response organisations was accepted, see here . The wiki page can be found here. In the past, the stations of the Australian State Emergency Services were tagged with emergency=ses_station
. The proposal aimed to change this to emergency=disaster_response
. Some of the stations are already retagged, but there are still over 200 missing.
I propose a mass edit of these stations. Some discussion about this topic already happened here. My proposal includes all objects, that are found with the following overpass-turbo query:
[out:json][timeout:25];
{{geocodeArea:Australia}}->.searchArea;
(
nwr["emergency"="ses_station"]["operator"~"(SES|State Emergency Service)"](area.searchArea);
nwr["emergency"="ses_station"]["name"~"(SES|State Emergency Service)"](area.searchArea);
);
out geom;
out count;
Here is a map showing the search result:
The query finds 225 Objects, all located in Australia. Here is one randomly chosen example station that would get edited:
I propose to remove emergency=ses_station
from the above meantined OSM-objects and add emergency=disaster_response
to them.
Does anyone see a problem with this mechanical edit?