Create GeoPoint from lat/lon

Create a column in GeoPoint format from two columns containing latitude and longitude. GeoPoint is a data meaning that represents a point on Earth, POINT(longitude, latitude), and is used in map charts.

This processor uses the WKT (well-known text) markup format for representing GeoPoints.