Spatial_Table.st_point
st_pointlongitudelatitudeas
Group: Calculations
Aliases: create_points
Documentation
Creates a new column containing points from longitude and latitude columns. Note: Enso assumes that the points are in WGS84 coordinate system (EPSG:4326).
Arguments
longitude: The column, expression, or name/index of the column containing longitude valueslatitude: The column, expression, or name/index of the column containing latitude values
Returns
A new table with the existing columns and the new point column.