Skip to content
transform

Convert EPSG:3067 to EPSG:2393

Online coordinate converter from EUREF-FIN / TM35FIN(E,N) (EPSG:3067) to KKJ / Finland Uniform Coordinate System (EPSG:2393). Enter your source coordinates and get the result instantly. All transformations happen in your browser — no data is sent to any server.

Direct link to this transformation: epsgtransform.com/transform/epsg-3067-to-epsg-2393

The EPSG dataset defines official transformation parameters for the reverse direction. See KKJ / Finland Uniform Coordinate System to EUREF-FIN / TM35FIN(E,N) — the parameters are invertible.

Convert EPSG:3067 to EPSG:2393 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

transformer = Transformer.from_crs("EPSG:3067", "EPSG:2393", always_xy=True)
x, y = transformer.transform(-73.9857, 40.7484)
print(x, y)

Source: EPSG:3067EUREF-FIN / TM35FIN(E,N)

projected system measured in linear units (typically metres) · Area of use: Finland

+proj=utm +zone=35 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs
More about EPSG:3067

Target: EPSG:2393KKJ / Finland Uniform Coordinate System

projected system measured in linear units (typically metres) · Area of use: Finland - 25.5°E to 28.5°E onshore

+proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=3500000 +y_0=0 +ellps=intl +towgs84=-96.062,-82.428,-121.753,4.801,0.345,-1.376,1.496 +units=m +no_defs +type=crs
More about EPSG:2393

Frequently asked questions

How accurate is converting EUREF-FIN / TM35FIN(E,N) to KKJ / Finland Uniform Coordinate System?
Projection-only conversions are accurate to floating-point precision. If a datum shift is involved, browser-based tools use Helmert parameters which are accurate to roughly 1-5 m; for surveying-grade work apply the official grid-shift transformation in a desktop GIS.
Does my data leave the browser when I use this converter?
No. All coordinate transformations are computed locally in your browser using proj4js. The coordinates you enter are never transmitted to any server.
Need the reverse? Convert EPSG:2393 to EPSG:3067