Skip to content

Change coordinate system

Description

The Change Coordinate System activity transforms geographic coordinates in a geopoint or geometry column from one Coordinate Reference System (CRS) to another. This is especially useful for aligning geospatial datasets from different sources or preparing data for map rendering, spatial analysis, or export.

Use this activity to:

  • Convert latitude/longitude (e.g., EPSG:4326) into projected coordinates (e.g., EPSG:3857) for visualization.
  • Standardize geospatial inputs for downstream processing.
  • Enable accurate distance or area calculations by converting to a projected CRS.

Use case: If your source data is in WGS84 (EPSG:4326) but your mapping library or spatial operations require Web Mercator (EPSG:3857), use this activity to make the conversion.

Input

  • Data – Required. Tabular data with a geopoint or geometry column.

Output

Output TypeFormatDescription
DataJSONTransformed data with new coordinates

Configuration Fields

Field NameDescription
Geo ColumnThe column containing latitude and longitude values (e.g., 12.9716,77.5946).
Transformed Column NameThe name of the output column where transformed coordinates will be stored.
Source CRSThe current CRS of the input data (e.g., EPSG:4326, EPSG:3857).
Target CRSThe desired CRS to convert the geopoints into (e.g., EPSG:3857, EPSG:4326).

Sample Input

IDLocation
112.9716,77.5946
234.0522,-118.2437
348.8566,2.3522
451.5074,-0.1278
540.7128,-74.0060

Sample Configuration

FieldValue
Geo ColumnLocation
Transformed Column NameNew
Source CRSEPSG:4326
Target CRSEPSG:3857

Sample Output

IDLocationNew
112.9716,77.59461.4283e+06,1.2873e+06
234.0522,-118.2437-1.3172e+07,4.0281e+06
348.8566,2.35222.6207e+05,6.2359e+06
451.5074,-0.1278-1.4215e+04,6.8499e+06
540.7128,-74.0060-8.2390e+06,4.9786e+06