Skip to content
transform

Convert LKS-92 to LKS-2020

Convert coordinates from LKS-92 (EPSG:4661) to LKS-2020 (EPSG:10305) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

Direct link to this transformation: epsgtransform.com/transform/epsg-4661-to-epsg-10305

Official EPSG transformation from LKS-92 to LKS-2020

The EPSG Geodetic Parameter Dataset defines 1 transformation between LKS-92 (EPSG:4661) and LKS-2020 (EPSG:10305). Its parameters, accuracy and area of use are listed below.

LKS-92 to LKS-2020 (1)

EPSG:10838±0.02 m
Method:
NTv2
Area of use:
Latvia
Scope:
Spatial referencing.

Grid file: LKS92to2020NTv2.gsb

Accuracy of transformation is at 1 cm level one sigma. Care! The NTv2 format requires longitudes to be positive west. At a given point, LKS-2020 latitude (positive north) has a greater value than LKS-92 latitude and LKS-2020 longitude (positive east) has a lesser value than LKS-92 longitude. For point Odukalns: 56.8283960°N, 24.2727688°E (LKS-92) = 56.8283967°N, 24.2727679°E (LKS-2020).

Convert EPSG:4661 to EPSG:10305 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:4661LKS-92

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

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

Target: EPSG:10305LKS-2020

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

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

Frequently asked questions

How accurate is converting LKS-92 to LKS-2020?
The most accurate official EPSG transformation between these systems is accurate to about ±0.02 m within its stated area of use. Browser-based converters approximate datum shifts with Helmert parameters; for surveying-grade work apply the official transformation (including the grid-shift files listed below) 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:10305 to EPSG:4661