pelias-deprecated / quattroshapes

(DEPRECATED) Pelias import pipeline for Quattroshapes
https://github.com/pelias/whosonfirst
5 stars 1 forks source link

only import polygon centroids as POIs #15

Closed sevko closed 9 years ago

sevko commented 9 years ago

With the introduction of the new admin-lookup, which builds administrative hierarchies without querying elasticsearch Quattro types (as the old hierarchy-lookup did), we don't need to import polygons themselves, and should import their centroids as POIs instead. This'll involve ripping out significant chunks of the code and will result in a slimmer and much faster importer.

sevko commented 9 years ago

Will simultaneously migrate the importer to pelias-model.

sevko commented 9 years ago

If we decide to expose a coarse reverse-geocoding endpoint in the Pelias API we'll need to import polygons, so I'm hesitant about implementing this until that's settled. Putting on hold for now.

missinglink commented 9 years ago

this issue was resolved some time ago