Hi! I have a column (name) in my data table which represents city names and i need to transform the string values to the latitude of corresponding city.
So instead of having the name of the city like shown in the image below i need the latitude.
Hi! I have a column (name) in my data table which represents city names and i need to transform the string values to the latitude of corresponding city.
So instead of having the name of the city like shown in the image below i need the latitude.
Hi @DalimZr
You could use an REST API like this one to get the coordinates of the cities: https://www.gps-coordinates.net/api (or any other, just quickly googled that one). In KNIME you can use for example the GET request node.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.