Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

calculate distance between 2 zip codes

I have a requirement to calculate distance between 2 zip codes. Is it possible to calculate using any of Talend Component ? Also I would not like to use Google API to get the required distance.

 

Thanks in Advance for help.

Labels (3)
1 Reply
vapukov
Master II
Master II

Talend haven't this function 

 

You can use or API (like Google) or databases with GEO information and database functions for calc distance from latitude/longitude

 

You can search for some commercial source of information or collect them from everywhere, like:

https://github.com/Gibbs/uk-postcodes

https://www.maxmind.com/en/free-world-cities-database

 

store in PostgreSQL or MySQL and design Your Job