Skip to content
transform

Convert Slovenia 1996 to Slovenia 1996 + SVS2010 height

Convert coordinates from Slovenia 1996 (EPSG:4883) to Slovenia 1996 + SVS2010 height (EPSG:10245) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

Direct link to this transformation: epsgtransform.com/transform/epsg-4883-to-epsg-10245

Official EPSG transformation from Slovenia 1996 to Slovenia 1996 + SVS2010 height

The EPSG Geodetic Parameter Dataset defines 1 transformation between Slovenia 1996 (EPSG:4883) and Slovenia 1996 + SVS2010 height (EPSG:10245). Its parameters, accuracy and area of use are listed below.

Slovenia 1996 to Slovenia 1996 + SVS2010 height (1)

EPSG:10248±0.1 m
Method:
Geog3D to Geog2D+GravityRelatedHeight (ISG)
Area of use:
Slovenia - onshore
Scope:
Reversible geoid model transformation.

Grid file: https://isgeoid.polimi.it/Geoid/Europe/Slovenia/public/Slovenia_2016_SLO_VRP2016_Koper_hybrQ_20221122.isg

Reversible alternative to Slovenia 1996 to SVS2010 height (1) (CT code 10247). Hybrid geoid fitted at 66 levelling benchmarks. File is also available in Gravsoft format (SLOVRP2016-Koper.gri).

Convert EPSG:4883 to EPSG:10245 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:4883Slovenia 1996

geographic system using latitude, longitude and ellipsoidal height · Area of use: Slovenia

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

Target: EPSG:10245Slovenia 1996 + SVS2010 height

compound horizontal + vertical reference system · Area of use: Slovenia - onshore

+proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +geoidgrids=si_gurs_SLO-VRP2016-Koper.tif +geoid_crs=WGS84 +vunits=m +no_defs +type=crs
More about EPSG:10245

Frequently asked questions

How accurate is converting Slovenia 1996 to Slovenia 1996 + SVS2010 height?
The most accurate official EPSG transformation between these systems is accurate to about ±0.1 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:10245 to EPSG:4883