Infoveave Data Automation — Geospatial
WGS84 latitude/longitude pairs convert to Web Mercator projected coordinates in one step so geospatial datasets from different sources align when overlaid on the same map.
Geospatial datasets from different sources — GPS devices, GIS systems, satellite imagery, OpenStreetMap imports — routinely use different Coordinate Reference Systems. A dataset in WGS84 (EPSG:4326) and a basemap in Web Mercator (EPSG:3857) will not align correctly when overlaid without CRS transformation. Distance and area calculations also require coordinates in a projected CRS — computing distances in degrees from WGS84 coordinates produces incorrect results because one degree of latitude does not equal one degree of longitude in meters. Change Coordinate System transforms the coordinate values in a geopoint column from the source CRS to the target CRS, enabling datasets from different sources to be combined correctly for spatial analysis, routing, geofencing, and map visualization.
Transform geographic coordinates in a geopoint column from one Coordinate Reference System to another in Infoveave. Convert between WGS84, Web Mercator, UTM, and other CRS projections so geospatial data aligns correctly across mapping tools, spatial analysis, and export formats.
Change Coordinate System is one step inside a multi-step Infoveave workflow. Chain it with other activities — no code, no manual hand-offs.
Build this workflow visually in Infoveave Data Automation — drag, connect, and schedule with no infrastructure setup.
Real scenarios where this transformation saves hours of manual work.
A retail geospatial team maintains a store location dataset in WGS84 (EPSG:4326) — latitude and longitude values from GPS device exports. The team's mapping platform renders tiles in Web Mercator (EPSG:3857) and requires coordinates in the projected system for correct rendering. Change Coordinate System transforms the store location geopoints from EPSG:4326 to EPSG:3857 so store markers are plotted at the correct positions when overlaid on the Web Mercator basemap.
A manufacturing site planning team exports plant perimeter geometries from a CAD system in a local metric CRS (EPSG:2154 for France) but needs to combine them with satellite data in WGS84. Change Coordinate System converts the satellite data geopoints to EPSG:2154 so both datasets are in the same metric projection, enabling accurate area measurements and spatial joins between plant zones and satellite-tagged infrastructure points.
A bank's operations team receives branch location data from different regional systems using different CRS standards. Some use WGS84, others use a national grid system. Change Coordinate System standardizes all branch coordinates to a single CRS, enabling the team to overlay all branches on a single national GIS map for coverage gap analysis and branch distribution reporting.
Input data (left) is transformed using the configuration below. The output table (right) is ready for dashboards or downstream steps.
LocationNewEPSG:4326EPSG:3857Input Data
| ID | Location |
|---|---|
| 1 | 12.9716,77.5946 |
| 2 | 34.0522,-118.2437 |
| 3 | 48.8566,2.3522 |
| 4 | 51.5074,-0.1278 |
| 5 | 40.7128,-74.0060 |
Output Data
| ID | Location | New |
|---|---|---|
| 1 | 12.9716,77.5946 | 1.4283e+06,1.2873e+06 |
| 2 | 34.0522,-118.2437 | -1.3172e+07,4.0281e+06 |
| 3 | 48.8566,2.3522 | 2.6207e+05,6.2359e+06 |
| 4 | 51.5074,-0.1278 | -1.4215e+04,6.8499e+06 |
| 5 | 40.7128,-74.0060 | -8.2390e+06,4.9786e+06 |
Key fields to configure in the Infoveave workflow builder. Full reference available in the documentation.
Geo Column
Select the column containing the geographic coordinates to transform. The column should contain latitude and longitude values in the format expected by the source CRS. For WGS84 (EPSG:4326), values are in decimal degrees in lat,lon order.
Source CRS and Target CRS
Specify the CRS of the input data and the CRS you want to convert to using EPSG codes. Common source values are EPSG:4326 (WGS84 geographic, the GPS standard) and EPSG:3857 (Web Mercator, used by most web mapping tiles). Target CRS depends on the destination system — EPSG:3857 for web maps, national grid codes for specific country GIS portals, or UTM zone codes for metric distance calculations.
Everything you need to know about Change Coordinate System in Infoveave.
Transformations in the same family as Change Coordinate System, often chained together in the same Infoveave workflow.
Part of Infoveave Data Automation
Change Coordinate System is one of over 80 transformation activities available inside Infoveave workflows. Chain transformations together — no code, no exports, no waiting for IT.
Ready to see Infoveave in action?