pelias / whosonfirst

Importer for Who's on First gazetteer
MIT License
27 stars 43 forks source link

feat(download): Filter out country-specific SQLite DBs #477

Closed orangejulius closed 4 years ago

orangejulius commented 4 years ago

The country-specific SQLite DBs currently available for download from https://dist.whosonfirst.org have a few integrity issues. This causes problems in Pelias such as addresses in NYC or Berlin not having proper admin information.

The planet-wide SQLite DB, while a little out of date, is overall more valid.

While in the long term we probably want to utilize the country-specific DBs, for now it makes sense to filter them out.

Fixes https://github.com/pelias/whosonfirst/issues/469 Connects https://github.com/pelias/whosonfirst/issues/460 Fixes https://github.com/pelias/whosonfirst/issues/437

orangejulius commented 4 years ago

We definitely don't want this PR now :)