Geography

The Geography function converts GeoJSON or WKT data into the Geography data type.

You can use the MakeLine function on SnowflakeΒ and BigQuery connections.

Geography is one of Sigma's Geography functions.

Syntax

Note: in GeoJSON and our Geography type, the coordinate order is always longitude, latitude

Geography(value)

The function arguments are:

value Contents the function converts into a valid Geography data type

Examples

Geography(\[GeoJSON\])

The Geography function returns the following values for the GeoJSONΒ column:

Ecample of Geography data type conversion from GeoJSON

Geography(\[WKT\])

The Geography function returns the following values for the WKTΒ column:

Ecample of Geography data type conversion from WKT