[postgis-users] Address for a given lat/Lon

2017-04-02 Thread suraj birla
Hi , I've a requirement to get the address ( country, state/provinces, postal code) for a given lat/lon. I need to this for 100 million+ records. I'm planning to do this in 3 phases First find the country using world polygon Second find the state/provinces for the identified country Postal code ??

Re: [postgis-users] Address for a given lat/Lon

2017-04-02 Thread Luiz Andrade
I would suggest use OSM’s Nominatim geocoding service… Take a look here: http://wiki.openstreetmap.org/wiki/Nominatim#Reverse_Geocoding Regards, Luiz Claudio > Em 2 de abr de 2017, à(s) 19:16, suraj birla escreveu: > > Hi , > I've a requirement to get the address ( country, state/provinces,

Re: [postgis-users] Address for a given lat/Lon

2017-04-02 Thread Stefan Keller
2017-04-03 0:23 GMT+02:00 Luiz Andrade : > I would suggest use OSM’s Nominatim geocoding service… Right but given 100 million+ records this free service is surely overloaded. So I strongly recommend to install Nominatim locally (e.g. docker). Assuming your records are covering many countries and