hotosm / underpass

A customizable data engine for processing mapping data
https://underpass.hotosm.org
GNU General Public License v3.0
29 stars 6 forks source link

Use a separate database for OSM data #496

Closed robsavoye closed 2 months ago

robsavoye commented 2 months ago

Instead of importing OSM data into the underpass database, the OSM database is now separate. This enables Underpass to validate existing data. A probable discussion point is the way_refs table (which I think needs to go away in the future) has been moved into the OSM database, instead of the Underpass one. The Underpass database still contains the validation table though.

emi420 commented 2 months ago

A new PR will be created from the feature/splitdb branch