kiselev-dv / gazetteer

OSM ElasticSearch geocoder and addresses exporter
http://osm.me
Other
99 stars 21 forks source link

Extract only addresses? #50

Closed linuzer closed 7 years ago

linuzer commented 7 years ago

Another question I have: Is it possible to extract only addresses, and no highways or other data?

Thanks a lot!

kiselev-dv commented 7 years ago

Yo can ignore them in output file, but the only type which can be thrown away is poi. To do that use slice all,no-poi

If you'll skip highways duiring slice, all the highways related data will be missed in final data-set.

linuzer commented 7 years ago

Thanks for the help!