pelias / whosonfirst

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

Spurious WOF data appearing in results, not previously seen #455

Closed NickStallman closed 5 years ago

NickStallman commented 5 years ago

After my latest build, a bunch of WOF nonsense has been appearing which is weird since it seems the WOF data isn't new. I can confirm the nonsense is appearing on geocode.earth as well. https://pelias.github.io/compare/#/v1/search%3Fboundary.country=AU&text=Wyoming

Examples here: https://github.com/whosonfirst-data/whosonfirst-data/issues/1649

Have there been any changes recently (since April) which would have previously rejected these dodgy locations when importing? They certainly weren't appearing previously. Unfortunately I fat fingered my previous dataset and accidentally deleted it. Previous import was a sqlite one as well I believe.

My WOF Import config:

      "sqlite": true,
      "datapath": "/mnt/fast/pelias/whosonfirst",
      "importVenues": true,
      "importPostalcodes": true
    }
NickStallman commented 5 years ago

Closing as my previous build must have been using old JSON data rather than the Sqlite data. A WOF problem, not a Pelias problem.