Source: EPSG:3067 — EUREF-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=crsMore about EPSG:3067 →
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.
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.
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)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=crsMore about EPSG:3067 →
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=crsMore about EPSG:2393 →