soundscape-community/soundscape

Method for deduplicating supplemental data sets

Open

#154 opened on Mar 8, 2025

View on GitHub
 (10 comments) (0 reactions) (0 assignees)Swift (31 forks)auto 404
Student projectgood first issuehelp wanted

Repository metrics

Stars
 (43 stars)
PR merge metrics
 (PR metrics pending)

Description

When importing a dataset of e.g. NaviLens-enabled bus stops, some of those data points will be redundant to bus stops already marked in OpenStreetMap. The proper way to deduplicate this is probably to define some distance threshold, e.g. does a bus stop within 5m already exist in the database. If true, add the proper tags (e.g. navilens=true) to the existing point, rather than creating a new record in non_osm_data.

As flagged in #144.

Contributor guide