EPSG:4204

Ain el Abd

Available transformations
to EPSG:9333

Selected transformation

Method: Geocentric translation by Grid Interpolation (IGN)

Grid Files: ARAMCO_AAA-KSAGRF_6.tac

Remarks: Accuracy 5-10 cm.

Information source: General Commission for Survey (GCS).

Revision date: 2020-03-20

Attributes

Unit: degree (supplier to define representation)

Geodetic CRS: Ain el Abd

Datum: Ain el Abd 1970

Ellipsoid: International 1924

Prime meridian: Greenwich

Data source: EPSG

Revision date: 2004-01-06

Center coordinates
inf inf

WGS84 bounds:
34.51 16.37
55.67 32.16

Saudi Arabia - onshore.
MapTiler banner

Definition: OGC Well Known Text 2 (2019)

BOUNDCRS[
    SOURCECRS[
        GEOGCRS["Ain el Abd",
            DATUM["Ain el Abd 1970",
                ELLIPSOID["International 1924",6378388,297,
                    LENGTHUNIT["metre",1]]],
            PRIMEM["Greenwich",0,
                ANGLEUNIT["degree",0.0174532925199433]],
            CS[ellipsoidal,2],
                AXIS["geodetic latitude (Lat)",north,
                    ORDER[1],
                    ANGLEUNIT["degree",0.0174532925199433]],
                AXIS["geodetic longitude (Lon)",east,
                    ORDER[2],
                    ANGLEUNIT["degree",0.0174532925199433]],
            USAGE[
                SCOPE["Geodesy."],
                AREA["Bahrain, Kuwait and Saudi Arabia - onshore."],
                BBOX[16.37,34.51,32.16,55.67]],
            ID["EPSG",4204]]],
    TARGETCRS[
        GEOGCRS["KSA-GRF17",
            DATUM["Kingdom of Saudi Arabia Geodetic Reference Frame 2017",
                ELLIPSOID["GRS 1980",6378137,298.257222101,
                    LENGTHUNIT["metre",1]]],
            PRIMEM["Greenwich",0,
                ANGLEUNIT["degree",0.0174532925199433]],
            CS[ellipsoidal,2],
                AXIS["geodetic latitude (Lat)",north,
                    ORDER[1],
                    ANGLEUNIT["degree",0.0174532925199433]],
                AXIS["geodetic longitude (Lon)",east,
                    ORDER[2],
                    ANGLEUNIT["degree",0.0174532925199433]],
            USAGE[
                SCOPE["Geodesy, cadastre, engineering survey, topographic mapping."],
                AREA["Saudi Arabia - onshore and offshore."],
                BBOX[16.29,34.44,32.16,55.67]],
            ID["EPSG",9333]]],
    ABRIDGEDTRANSFORMATION["Ain el Abd to KSA-GRF17 (2)",
        METHOD["Geocentric translation by Grid Interpolation (IGN)",
            ID["EPSG",1087]],
        PARAMETERFILE["Geocentric translation file","ARAMCO_AAA-KSAGRF_6.tac"],
        USAGE[
            SCOPE["Geodesy."],
            AREA["Saudi Arabia - onshore."],
            BBOX[16.37,34.51,32.16,55.67]],
        ID["EPSG",9363],
        REMARK["Accuracy 5-10 cm."]]]

Definition: PROJ.4

+proj=longlat +ellps=intl +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:4204","+proj=longlat +ellps=intl +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "BoundCRS",
    "source_crs": {
        "type": "GeographicCRS",
        "name": "Ain el Abd",
        "datum": {
            "type": "GeodeticReferenceFrame",
            "name": "Ain el Abd 1970",
            "ellipsoid": {
                "name": "International 1924",
                "semi_major_axis": 6378388,
                "inverse_flattening": 297
            }
        },
        "coordinate_system": {
            "subtype": "ellipsoidal",
            "axis": [
                {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                },
                {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 4204
        }
    },
    "target_crs": {
        "type": "GeographicCRS",
        "name": "KSA-GRF17",
        "datum": {
            "type": "GeodeticReferenceFrame",
            "name": "Kingdom of Saudi Arabia Geodetic Reference Frame 2017",
            "ellipsoid": {
                "name": "GRS 1980",
                "semi_major_axis": 6378137,
                "inverse_flattening": 298.257222101
            }
        },
        "coordinate_system": {
            "subtype": "ellipsoidal",
            "axis": [
                {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                },
                {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 9333
        }
    },
    "transformation": {
        "name": "Ain el Abd to KSA-GRF17 (2)",
        "method": {
            "name": "Geocentric translation by Grid Interpolation (IGN)",
            "id": {
                "authority": "EPSG",
                "code": 1087
            }
        },
        "parameters": [
            {
                "name": "Geocentric translation file",
                "value": "ARAMCO_AAA-KSAGRF_6.tac",
                "id": {
                    "authority": "EPSG",
                    "code": 8727
                }
            }
        ],
        "id": {
            "authority": "EPSG",
            "code": 9363
        }
    }
}

Definition: MapServer - MAPfile

PROJECTION
	"proj=longlat"
	"ellps=intl"
	"no_defs"
	"type=crs"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=longlat +ellps=intl +no_defs +type=crs">
	<Layer srs="+proj=longlat +ellps=intl +no_defs +type=crs">
	</Layer>
</Map>