Skip to content
transform

Convert KKJ to EUREF-FIN

Convert coordinates from KKJ (EPSG:4123) to EUREF-FIN (EPSG:10690) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

Direct link to this transformation: epsgtransform.com/transform/epsg-4123-to-epsg-10690

Official EPSG transformations from KKJ to EUREF-FIN

The EPSG Geodetic Parameter Dataset defines 2 transformations between KKJ (EPSG:4123) and EUREF-FIN (EPSG:10690). Each applies to a specific area — pick the one whose area of use covers your data.

KKJ to EUREF-FIN (3)

EPSG:10778±0.03 mBest accuracy
Method:
Concatenated operation
Area of use:
Finland - onshore
Scope:
Transformation of coordinates at 0.03m level of accuracy.
  1. EPSG:18193 (null)
  2. KKJ / Finland Uniform Coordinate System to EUREF-FIN / TM35FIN(E,N) (1) (null)
  3. EPSG:16065 (null)

Recommended transformation between KKJ and EUREF-FIN. Use this in preference to transformation KKJ to EUREF-FIN (2) (code 10098).

KKJ to EUREF-FIN (2)

EPSG:10098±0.5 m
Method:
Coordinate Frame rotation (geog2D domain)
Area of use:
Finland - onshore
Scope:
Transformation of coordinates at 0.5m level of accuracy.
ParameterValueUnit
X-axis translation(tx)-96.062metre
Y-axis translation(ty)-82.428metre
Z-axis translation(tz)-121.753metre
X-axis rotation(rx)-4.801arc-second
Y-axis rotation(ry)-0.345arc-second
Z-axis rotation(rz)1.376arc-second
Scale difference(ds)1.496parts per million

In most areas accuracy is approximately 0.5m although in some areas it is in the order of 2m. Replaces KKJ to ETRS89 (1) (code 1638). YKJ to ETRS-TM35FIN (code 10703) using the TINshift method is recommended in preference to this transformation.

Convert EPSG:4123 to EPSG:10690 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:4123KKJ

geographic system using latitude and longitude on an ellipsoid · Area of use: Finland - onshore

+proj=longlat +ellps=intl +towgs84=-96.062,-82.428,-121.753,4.801,0.345,-1.376,1.496 +no_defs +type=crs
More about EPSG:4123

Target: EPSG:10690EUREF-FIN

geographic system using latitude and longitude on an ellipsoid · Area of use: Finland

+proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs +type=crs
More about EPSG:10690

Frequently asked questions

How accurate is converting KKJ to EUREF-FIN?
The most accurate official EPSG transformation between these systems is accurate to about ±0.03 m within its stated area of use. Browser-based converters approximate datum shifts with Helmert parameters; for surveying-grade work apply the official 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:10690 to EPSG:4123