Skip to content
transform

Convert KSA-GRF17 to KSA-GRF17 + KSA-VRF14 height

Convert coordinates from KSA-GRF17 (EPSG:9332) to KSA-GRF17 + KSA-VRF14 height (EPSG:9520) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

Direct link to this transformation: epsgtransform.com/transform/epsg-9332-to-epsg-9520

Official EPSG transformations from KSA-GRF17 to KSA-GRF17 + KSA-VRF14 height

The EPSG Geodetic Parameter Dataset defines 2 transformations between KSA-GRF17 (EPSG:9332) and KSA-GRF17 + KSA-VRF14 height (EPSG:9520). Each applies to a specific area — pick the one whose area of use covers your data.

KSA-GRF17 to KSA-GRF17 + KSA-VRF14 height (2)

EPSG:10776±0.02 mBest accuracy
Method:
Geog3D to Geog2D+GravityRelatedHeight (Gravsoft)
Area of use:
Saudi Arabia - onshore
Scope:
Reversible geoid model transformation.

Grid file: KSA-GEOID21.gra

Reversible alternative to KSA-GRF17 to KSA-VRF14 height (2) (code 10775). Hybrid geoid, replaces KSA-Geoid17. Accuracy 1.5 cm along levelling lines, 2.5 cm between lines. To access KSA-GEOID21 contact GEOSA at info@geosa.gov.sa

KSA-GRF17 to KSA-GRF17 + KSA-VRF14 height (1)

EPSG:9620±0.1 m
Method:
Geog3D to Geog2D+GravityRelatedHeight (Gravsoft)
Area of use:
Saudi Arabia - onshore
Scope:
Reversible geoid model transformation.

Grid file: KSA-GEOID17.gra

Reversible alternative to KSA-GRF17 to KSA-VRF14 height (1) (code 9355). File also available in IGN2009 format. To access KSA-GEOID17 contact GCS by email to info@gcs.gov.sa

Convert EPSG:9332 to EPSG:9520 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:9332KSA-GRF17

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

+proj=longlat +ellps=GRS80 +towgs84=0,0,0,-0.008393,0.000749,-0.010276,0 +no_defs +type=crs
More about EPSG:9332

Target: EPSG:9520KSA-GRF17 + KSA-VRF14 height

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

+proj=longlat +ellps=GRS80 +towgs84=0,0,0,-0.008393,0.000749,-0.010276,0 +vunits=m +no_defs +type=crs
More about EPSG:9520

Frequently asked questions

How accurate is converting KSA-GRF17 to KSA-GRF17 + KSA-VRF14 height?
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:9520 to EPSG:9332