The MakePoint function constructs a point from latitude and longitude data that describe a location within the Geographic Coordinate System.

You can use the MakePoint function on Snowflake and BigQuery connections.

MakePoint is one of Sigma's Geography functions.

Syntax

MakePoint(longitude, latitude)

The function arguments are:

logitude
Required
A valid longitude value
latitude
Required
A valid latitude value

Example

MakePoint([Longitude],[Latitude]

The MakePoint function constructs the following points from the Longitude and Latitude columns:

Example of the MakePoint function

Related functions


Was this page helpful?
Yes No