EPSG:6019 DEPRECATED

Not specified (based on GRS 1980 ellipsoid)

Attributes

Ellipsoid: GRS 1980

Prime meridian: Greenwich

Data source: EPSG

Information source: OGP

Revision date: 2000-05-03

Scope: Not a valid datum.

Remarks: Included for coordinate reference systems where datum is unknown.

Area of use: Not specified.

SimpleMap

WGS84 bounds:
179.9 -85.0
-179.9 85.0

MapTiler banner

Definition: OGC Well Known Text

DATUM["Not_specified_based_on_GRS_1980_ellipsoid",
    SPHEROID["GRS 1980",6378137,298.257222101,
        AUTHORITY["EPSG","7019"]],
    AUTHORITY["EPSG","6019"]]

Definition: OGC Well Known Text 2 (2019)

DATUM["Not specified (based on GRS 1980 ellipsoid)",
    ELLIPSOID["GRS 1980",6378137,298.257222101,
        LENGTHUNIT["metre",1]],
    ID["EPSG",6019]]

Definition: ESRI Well Known Text

DATUM["D_GRS_1980",
    SPHEROID["GRS_1980",6378137.0,298.257222101]]

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "GeodeticReferenceFrame",
    "name": "Not specified (based on GRS 1980 ellipsoid)",
    "ellipsoid": {
        "name": "GRS 1980",
        "semi_major_axis": 6378137,
        "inverse_flattening": 298.257222101
    },
    "scope": "Not a valid datum.",
    "area": "Not specified.",
    "bbox": {
        "south_latitude": -90,
        "west_longitude": -180,
        "north_latitude": 90,
        "east_longitude": 180
    },
    "id": {
        "authority": "EPSG",
        "code": 6019
    }
}

Definition: GeoServer

6019-datum=DATUM["Not_specified_based_on_GRS_1980_ellipsoid",SPHEROID["GRS 1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],AUTHORITY["EPSG","6019"]]