WPS Studio
GeoProcess Platform
v0.4
Convert coordinates between EPSG:4326, EPSG:3857 and any CRS online. Supports custom Proj4 and WKT-1 definitions.
Enter a coordinate pair, select the source and target CRS, and convert instantly. Supports decimal degrees, DMS and projected coordinates.
Input: 41.0082° N, 28.9784° E [EPSG:4326] Output: 3220985.2, 5049499.6 [EPSG:3857]
Geographic coordinates (e.g. EPSG:4326) express position in degrees of latitude and longitude. Projected coordinates (e.g. EPSG:3857) express position in linear units like meters on a flat 2D plane.
Enter 4326 as the source EPSG and your UTM zone EPSG as the target (e.g. 32633 for UTM Zone 33N). Paste your longitude and latitude to get easting and northing in meters.
Yes — paste any valid Proj4 definition string in place of an EPSG code.
WPS Studio uses longitude first, then latitude, matching the GeoJSON convention (X, Y). This differs from some GIS software that uses lat/lon (Y, X) order.
The Coordinate Converter is for single coordinate pairs. The EPSG Projection Converter and WKT Projection Converter are optimised for bulk coordinates and full WKT geometry strings respectively.