WarwickCIM/OSMdashboard

consider retrieving changesets info from OSM-hasthag-explorer

開放

#37 建立於 2025年9月3日

 (0 則留言) (0 個反應) (0 位負責人)R (1 個分叉)auto 404
enhancementhelp wantedpriority-high

倉庫指標

星標
 (1 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

So far, data about changesets is pulled by from querying OSM's API in two steps:

  1. First, we pull all the changesets made by a list of users with get_contributors_changesets()
  2. 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).

貢獻者指南