-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Use Case Description
I would like to run https://potm.osm.ch/superset/dashboard/31/ for Berlin without having to setup all the stuff that https://github.com/sosm/osmhistorydb-ch runs manually.
I want to integrate those charts in a micro site that is focussed on specific dataset like drinking water, bicycle stands, parking lane tags and such.
Request Description
-
Provide Data for a chart on the number of OSM objects for a given tag over time
Possible today with queries like https://dashboard.ohsome.org/#backend=ohsomeApi&groupBy=none&time=2022-06-01T00%3A00%3A00Z%2F2023-06-18T20%3A00%3A00Z%2FP1M&measure=count&key=sport&value=table_tennis&types=node%2Cway%2Crelation&adminids=-62422- Allow to filter by user-identifier (see also below)
-
Provide Data for a chart on then number of OSM Changes for a given timeframe and tag
It looks like a grouping by day and count of changesetid might be possible with the/contributions
api endpoint?- Allow to filter by user-identifier (see also below)
-
Provide Date on the total and top 5 list of mappers that (a) created new objects and (b) changed objects for a given timeframe and tag, by grouped by user-identifier.
It looks like this is blocked by Enable GDPR-conform user analyses and UID extractionย #182 from 2021.
The idea of this issue is to be a kind of umbrella ticket to collect know how on this topic.