On Mon, 6 Apr 2020 at 08:33, European Water Project < [email protected]> wrote:
> > In order to maintain/improve the data quality for our mobile application, > I have been thinking about ways we can efficiently verify data for refill > points for drinking water at fountains participating refill cafes, bars and > other establishments. One idea I had was to create a map with possible > stale refill cafes (and rural fountains) for volunteers to verify. > > Please find attached a draft note for a feature proposal, which I have no > idea if is even technically possible, for automatically adding a last > verified date/creation date to specific keys. Maybe there is a better/more > efficient way ? > As others have pointed out, there are downsides to recording this in OSM. Others have also suggested the use of a parallel database. And I'd point out the additional burden of signing up to OSM/learning how to edit for ordinary data consumers who want to flag that some location has stopped providing free water. The best way to do this would be in your own app. Allow users to confirm they were able to get water or that the refill point is defunct. Record the data on your app's server against an ID you assign for each location. Come up with a tag for use in OSM that can be added to a refill point that gives a URL to check against your app's server's information, say drinking_water:ewp_id (and then wait for everyone to insist we don't have abbreviations in key values and that it should be drinking_water:european_water_project_id). It's going to need two QA packages. One to scan OSM for refill points and flag those that aren't in your own db. One to scan your own db for defunct refill points and flag to a human that they should be removed from OSM. Oh, and it's going to need a db at your end. :) -- Paul
_______________________________________________ Tagging mailing list [email protected] https://lists.openstreetmap.org/listinfo/tagging
