poe point
ahamd4altamimi
Registered Posts: 3 ✭
hello guys,
i have column have city name i want add more column has geoPoint to creating map in dataiku !
* i need convert city name goepoint
* add column "goe point " and replace
Operating system used: mac
Answers
-
Hi @ahamd4altamimi
,You can get the GeoPoint of a city by using the "Geocoder" plugin.
First, you would use a "Forward geocoding" recipe to get the latitude and longitude from your city column:
Then, you can use a "Create GeoPoint from lat/lon" step in a Prepare recipe to convert the latitude and longitude to a GeoPoint:
Reference documentation:
Thanks,
Zach