EPSG:6318

National Geodetic Network

Attributes

Ellipsoid: WGS 84

Prime meridian: Greenwich

Data source: EPSG

Revision date: 2004-06-16

Scope: Geodesy.

Remarks: Replaces 1984 adjustment which used the WGS72 ellipsoid.

Area of use: Kuwait - onshore.

SimpleMap

WGS84 bounds:
48.48 28.53
46.54 30.09

MapTiler banner

Definition: OGC Well Known Text

DATUM["National_Geodetic_Network",
    SPHEROID["WGS 84",6378137,298.257223563,
        AUTHORITY["EPSG","7030"]],
    AUTHORITY["EPSG","6318"]]

Definition: OGC Well Known Text 2 (2019)

DATUM["National Geodetic Network",
    ELLIPSOID["WGS 84",6378137,298.257223563,
        LENGTHUNIT["metre",1]],
    ID["EPSG",6318]]

Definition: ESRI Well Known Text

DATUM["D_NGN",
    SPHEROID["WGS_1984",6378137.0,298.257223563]]

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "GeodeticReferenceFrame",
    "name": "National Geodetic Network",
    "ellipsoid": {
        "name": "WGS 84",
        "semi_major_axis": 6378137,
        "inverse_flattening": 298.257223563
    },
    "scope": "Geodesy.",
    "area": "Kuwait - onshore.",
    "bbox": {
        "south_latitude": 28.53,
        "west_longitude": 46.54,
        "north_latitude": 30.09,
        "east_longitude": 48.48
    },
    "id": {
        "authority": "EPSG",
        "code": 6318
    }
}

Definition: GeoServer

6318-datum=DATUM["National_Geodetic_Network",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6318"]]