Skip to content
transform

Convert ETRF2000 to ETRF2000 + EOMA 1980 height

Convert coordinates from ETRF2000 (EPSG:7931) to ETRF2000 + EOMA 1980 height (EPSG:10659) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

Direct link to this transformation: epsgtransform.com/transform/epsg-7931-to-epsg-10659

Official EPSG transformations from ETRF2000 to ETRF2000 + EOMA 1980 height

The EPSG Geodetic Parameter Dataset defines 2 transformations between ETRF2000 (EPSG:7931) and ETRF2000 + EOMA 1980 height (EPSG:10659). Each applies to a specific area — pick the one whose area of use covers your data.

ETRF2000 to ETRF2000 + EOMA 1980 height (1)

EPSG:10662±0.05 mBest accuracy
Method:
Geog3D to Geog2D+GravityRelatedHeight (gtg)
Area of use:
Hungary
Scope:
Reversible geoid model transformation.

Grid file: hu_sgo_vitel2014.tif

Reversible alternative to ETRF2000 to EOMA 1980 height (1) (code 10661). Used in the official SGO EHT coordinate transformation tool. For access to the grid file see https://www.gnssnet.hu/.

ETRF2000 to ETRF2000 + EOMA 1980 height (2)

EPSG:10667±0.06 m
Method:
Geog3D to Geog2D+GravityRelatedHeight (gtg)
Area of use:
Hungary
Scope:
Reversible geoid model transformation.

Grid file: hu_bme_geoid2014.tif

Reversible alternative to ETRF2000 to EOMA 1980 height (2) (code 10666). Emulation to better than 7mm of the official SGO EHT transformation (CT code 10662).

Convert EPSG:7931 to EPSG:10659 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:7931ETRF2000

geographic system using latitude, longitude and ellipsoidal height · Area of use: Europe - ETRF

+proj=longlat +ellps=GRS80 +no_defs +type=crs
More about EPSG:7931

Target: EPSG:10659ETRF2000 + EOMA 1980 height

compound horizontal + vertical reference system · Area of use: Hungary

+proj=longlat +ellps=GRS80 +geoidgrids=hu_bme_geoid2014.tif +geoid_crs=WGS84 +vunits=m +no_defs +type=crs
More about EPSG:10659

Frequently asked questions

How accurate is converting ETRF2000 to ETRF2000 + EOMA 1980 height?
The most accurate official EPSG transformation between these systems is accurate to about ±0.05 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:10659 to EPSG:7931