EPSG:10514

NAD83(CSRS)v7 to NAD83(CSRS)v8 (1)

Attributes

Geodetic CRS: NAD83(CSRS)v7

Datum: North American Datum of 1983 (CSRS) version 7

Ellipsoid: GRS 1980

Prime meridian: Greenwich

Data source: EPSG

Information source: NRCan via ISO Geodetic Register.

Revision date: 2024-03-16

Scope: Geodesy.

Remarks: Scale difference in ppb where 1/billion = 1E-9 or nm/m. NAD83(CSRS)7 and NAD83(CSRS)v8 are referenced to the same coordinate reference epoch (2010.00) and considered compatible with each other at the millimetre level.

Method: Position Vector transformation (geocentric domain)

Area of use: Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon.

Description: (0,)

MapTiler banner

Definition: OGC Well Known Text 2 (2019)

COORDINATEOPERATION["NAD83(CSRS)v7 to NAD83(CSRS)v8 (1)",
    VERSION["NRCan-Can 2010"],
    SOURCECRS[
        GEODCRS["NAD83(CSRS)v7",
            DATUM["North American Datum of 1983 (CSRS) version 7",
                ELLIPSOID["GRS 1980",6378137,298.257222101,
                    LENGTHUNIT["metre",1]],
                ANCHOREPOCH[2010]],
            PRIMEM["Greenwich",0,
                ANGLEUNIT["degree",0.0174532925199433]],
            CS[Cartesian,3],
                AXIS["(X)",geocentricX,
                    ORDER[1],
                    LENGTHUNIT["metre",1]],
                AXIS["(Y)",geocentricY,
                    ORDER[2],
                    LENGTHUNIT["metre",1]],
                AXIS["(Z)",geocentricZ,
                    ORDER[3],
                    LENGTHUNIT["metre",1]],
            ID["EPSG",8253]]],
    TARGETCRS[
        GEODCRS["NAD83(CSRS)v8",
            DATUM["North American Datum of 1983 (CSRS) version 8",
                ELLIPSOID["GRS 1980",6378137,298.257222101,
                    LENGTHUNIT["metre",1]],
                ANCHOREPOCH[2010]],
            PRIMEM["Greenwich",0,
                ANGLEUNIT["degree",0.0174532925199433]],
            CS[Cartesian,3],
                AXIS["(X)",geocentricX,
                    ORDER[1],
                    LENGTHUNIT["metre",1]],
                AXIS["(Y)",geocentricY,
                    ORDER[2],
                    LENGTHUNIT["metre",1]],
                AXIS["(Z)",geocentricZ,
                    ORDER[3],
                    LENGTHUNIT["metre",1]],
            ID["EPSG",10412]]],
    METHOD["Position Vector transformation (geocentric domain)",
        ID["EPSG",1033]],
    PARAMETER["X-axis translation",0,
        LENGTHUNIT["metre",1],
        ID["EPSG",8605]],
    PARAMETER["Y-axis translation",0,
        LENGTHUNIT["metre",1],
        ID["EPSG",8606]],
    PARAMETER["Z-axis translation",0,
        LENGTHUNIT["metre",1],
        ID["EPSG",8607]],
    PARAMETER["X-axis rotation",0,
        ANGLEUNIT["milliarc-second",4.84813681109536E-09],
        ID["EPSG",8608]],
    PARAMETER["Y-axis rotation",0,
        ANGLEUNIT["milliarc-second",4.84813681109536E-09],
        ID["EPSG",8609]],
    PARAMETER["Z-axis rotation",0,
        ANGLEUNIT["milliarc-second",4.84813681109536E-09],
        ID["EPSG",8610]],
    PARAMETER["Scale difference",0,
        SCALEUNIT["parts per billion",1E-09],
        ID["EPSG",8611]],
    OPERATIONACCURACY[0.01],
    USAGE[
        SCOPE["Geodesy."],
        AREA["Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon."],
        BBOX[38.21,-141.01,86.46,-40.73]],
    ID["EPSG",10514],
    REMARK["Scale difference in ppb where 1/billion = 1E-9 or nm/m. NAD83(CSRS)7 and NAD83(CSRS)v8 are referenced to the same coordinate reference epoch (2010.00) and considered compatible with each other at the millimetre level."]]

Definition: PROJ.4

+proj=noop

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:10514","+proj=noop");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "Transformation",
    "name": "NAD83(CSRS)v7 to NAD83(CSRS)v8 (1)",
    "source_crs": {
        "type": "GeodeticCRS",
        "name": "NAD83(CSRS)v7",
        "datum": {
            "type": "GeodeticReferenceFrame",
            "name": "North American Datum of 1983 (CSRS) version 7",
            "anchor_epoch": 2010,
            "ellipsoid": {
                "name": "GRS 1980",
                "semi_major_axis": 6378137,
                "inverse_flattening": 298.257222101
            }
        },
        "coordinate_system": {
            "subtype": "Cartesian",
            "axis": [
                {
                    "name": "Geocentric X",
                    "abbreviation": "X",
                    "direction": "geocentricX",
                    "unit": "metre"
                },
                {
                    "name": "Geocentric Y",
                    "abbreviation": "Y",
                    "direction": "geocentricY",
                    "unit": "metre"
                },
                {
                    "name": "Geocentric Z",
                    "abbreviation": "Z",
                    "direction": "geocentricZ",
                    "unit": "metre"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 8253
        }
    },
    "target_crs": {
        "type": "GeodeticCRS",
        "name": "NAD83(CSRS)v8",
        "datum": {
            "type": "GeodeticReferenceFrame",
            "name": "North American Datum of 1983 (CSRS) version 8",
            "anchor_epoch": 2010,
            "ellipsoid": {
                "name": "GRS 1980",
                "semi_major_axis": 6378137,
                "inverse_flattening": 298.257222101
            }
        },
        "coordinate_system": {
            "subtype": "Cartesian",
            "axis": [
                {
                    "name": "Geocentric X",
                    "abbreviation": "X",
                    "direction": "geocentricX",
                    "unit": "metre"
                },
                {
                    "name": "Geocentric Y",
                    "abbreviation": "Y",
                    "direction": "geocentricY",
                    "unit": "metre"
                },
                {
                    "name": "Geocentric Z",
                    "abbreviation": "Z",
                    "direction": "geocentricZ",
                    "unit": "metre"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 10412
        }
    },
    "method": {
        "name": "Position Vector transformation (geocentric domain)",
        "id": {
            "authority": "EPSG",
            "code": 1033
        }
    },
    "parameters": [
        {
            "name": "X-axis translation",
            "value": 0,
            "unit": "metre",
            "id": {
                "authority": "EPSG",
                "code": 8605
            }
        },
        {
            "name": "Y-axis translation",
            "value": 0,
            "unit": "metre",
            "id": {
                "authority": "EPSG",
                "code": 8606
            }
        },
        {
            "name": "Z-axis translation",
            "value": 0,
            "unit": "metre",
            "id": {
                "authority": "EPSG",
                "code": 8607
            }
        },
        {
            "name": "X-axis rotation",
            "value": 0,
            "unit": {
                "type": "AngularUnit",
                "name": "milliarc-second",
                "conversion_factor": 4.84813681109536e-09
            },
            "id": {
                "authority": "EPSG",
                "code": 8608
            }
        },
        {
            "name": "Y-axis rotation",
            "value": 0,
            "unit": {
                "type": "AngularUnit",
                "name": "milliarc-second",
                "conversion_factor": 4.84813681109536e-09
            },
            "id": {
                "authority": "EPSG",
                "code": 8609
            }
        },
        {
            "name": "Z-axis rotation",
            "value": 0,
            "unit": {
                "type": "AngularUnit",
                "name": "milliarc-second",
                "conversion_factor": 4.84813681109536e-09
            },
            "id": {
                "authority": "EPSG",
                "code": 8610
            }
        },
        {
            "name": "Scale difference",
            "value": 0,
            "unit": {
                "type": "ScaleUnit",
                "name": "parts per billion",
                "conversion_factor": 1e-09
            },
            "id": {
                "authority": "EPSG",
                "code": 8611
            }
        }
    ],
    "accuracy": "0.01",
    "scope": "Geodesy.",
    "area": "Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon.",
    "bbox": {
        "south_latitude": 38.21,
        "west_longitude": -141.01,
        "north_latitude": 86.46,
        "east_longitude": -40.73
    },
    "id": {
        "authority": "EPSG",
        "code": 10514
    },
    "remarks": "Scale difference in ppb where 1/billion = 1E-9 or nm/m. NAD83(CSRS)7 and NAD83(CSRS)v8 are referenced to the same coordinate reference epoch (2010.00) and considered compatible with each other at the millimetre level."
}

Definition: MapServer - MAPfile

PROJECTION
	"proj=noop"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=noop">
	<Layer srs="+proj=noop">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 10514, 'EPSG', 10514, '+proj=noop', 'None');