EPSG:10967

NATRF2022

Attributes

Unit: degree (supplier to define representation)

Geodetic CRS: NATRF2022

Datum: North American Terrestrial Reference Frame of 2022

Ellipsoid: GRS 1980

Prime meridian: Greenwich

Data source: EPSG

Information source: U.S. National Geodetic Survey, https://www.ngs.noaa.gov/

Revision date: 2025-08-11

MapTiler banner

Definition: OGC Well Known Text 2 (2019)

GEOGCRS["NATRF2022",
    DATUM["North American Terrestrial Reference Frame of 2022",
        ELLIPSOID["GRS 1980",6378137,298.257222101,
            LENGTHUNIT["metre",1]],
        ANCHOREPOCH[2020]],
    PRIMEM["Greenwich",0,
        ANGLEUNIT["degree",0.0174532925199433]],
    CS[ellipsoidal,3],
        AXIS["geodetic latitude (Lat)",north,
            ORDER[1],
            ANGLEUNIT["degree",0.0174532925199433]],
        AXIS["geodetic longitude (Lon)",east,
            ORDER[2],
            ANGLEUNIT["degree",0.0174532925199433]],
        AXIS["ellipsoidal height (h)",up,
            ORDER[3],
            LENGTHUNIT["metre",1]],
    USAGE[
        SCOPE["Geodesy."],
        AREA["North America - onshore and offshore: Canada - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon. United States (USA) - Alabama; Alaska; Arizona; Arkansas; California; Colorado; Connecticut; Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas; Kentucky; Louisiana; Maine; Maryland; Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana; Nebraska; Nevada; New Hampshire; New Jersey; New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma; Oregon; Pennsylvania; Rhode Island; South Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia; Washington; West Virginia; Wisconsin; Wyoming"],
        BBOX[23.81,167.65,86.46,-40.73]],
    ID["EPSG",10967],
    REMARK["CAUTION: Preliminary data from NGS beta website (https://beta.ngs.noaa.gov/). This data has been added to the EPSG Dataset prior to official adoption to facilitate software testing and evaluation. In the unlikely event that definitions change, the record will be deprecated and replaced with a new EPSG code."]]

Definition: ESRI Well Known Text

GEOGCS["GCS_NATRF2022",
    DATUM["D_North_American_Terrestrial_Reference_Frame_of_2022",
        SPHEROID["GRS_1980",6378137.0,298.257222101]],
    PRIMEM["Greenwich",0.0],
    UNIT["Degree",0.0174532925199433],
    LINUNIT["Meter",1.0]]

Definition: PROJ.4

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

Definition: JavaScript (Proj4js)

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

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "GeographicCRS",
    "name": "NATRF2022",
    "datum": {
        "type": "GeodeticReferenceFrame",
        "name": "North American Terrestrial Reference Frame of 2022",
        "anchor_epoch": 2020,
        "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"
            },
            {
                "name": "Ellipsoidal height",
                "abbreviation": "h",
                "direction": "up",
                "unit": "metre"
            }
        ]
    },
    "scope": "Geodesy.",
    "area": "North America - onshore and offshore: Canada - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon. United States (USA) - Alabama; Alaska; Arizona; Arkansas; California; Colorado; Connecticut; Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas; Kentucky; Louisiana; Maine; Maryland; Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana; Nebraska; Nevada; New Hampshire; New Jersey; New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma; Oregon; Pennsylvania; Rhode Island; South Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia; Washington; West Virginia; Wisconsin; Wyoming",
    "bbox": {
        "south_latitude": 23.81,
        "west_longitude": 167.65,
        "north_latitude": 86.46,
        "east_longitude": -40.73
    },
    "id": {
        "authority": "EPSG",
        "code": 10967
    },
    "remarks": "CAUTION: Preliminary data from NGS beta website (https://beta.ngs.noaa.gov/). This data has been added to the EPSG Dataset prior to official adoption to facilitate software testing and evaluation. In the unlikely event that definitions change, the record will be deprecated and replaced with a new EPSG code."
}

Definition: MapServer - MAPfile

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

Definition: Mapnik

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