pelias / wof-admin-lookup

Who's on First Admin Lookup for the Pelias Geocoder
https://pelias.io
MIT License
9 stars 24 forks source link

Filter out Point geometry records during load #118

Closed trescube closed 7 years ago

trescube commented 7 years ago

Currently there are 73,502 WOF records being loaded (16% of the 458,532 total) that have type=Point. These are superfluous since they will never contain points. Filtering them out during load will probably save some resources.