-
Notifications
You must be signed in to change notification settings - Fork 1
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededpriority-highHigh priorityHigh priority
Milestone
Description
So far, data about changesets is pulled by from querying OSM's API in two steps:
- First, we pull all the changesets made by a list of users with
get_contributors_changesets() - Then, for every changeset, we get all their details with
get_changesets_details()
All of this is done in here: https://github.com/WarwickCIM/OSMdashboard/blob/main/inst/templates/dashboard_groups/data_retrieval.R (until issue #11 is implemented).
This process takes a lot of time and is resource hungry.
Ideally we could pull this data from https://github.com/WarwickCIM/OSM-hasthag-explorer (if that was a service).
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededpriority-highHigh priorityHigh priority