EPSG:9483

Canada velocity grid v7

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: Canadian Geodetic Survey, Natural Resources Canada.

Revision date: 2025-02-19

Scope: Change of coordinate epoch for points referenced to NAD83(CSRS)v7.

Remarks: File initially published with name cvg70.cvb, later renamed to NAD83v70VG.gvb with no change of content. Replaces Canada velocity grid v6 (code 8676). Replaced by Canada velocity grid v8 (code 10707). Although the interpolation CRS is given as NAD83(CSRS)v7 (also known as NAD83(CSRS) 2010), any version of NAD83(CSRS) may be used for grid interpolation without significant error.

Method: Point motion by grid (NEU domain) (NTv2_Vel)

Area of use: Canada - onshore - Alberta; British Columbia (BC); Manitoba; New Brunswick (NB); Newfoundland and Labrador; Northwest Territories (NWT); Nova Scotia (NS); Nunavut; Ontario; Prince Edward Island (PEI); Quebec; Saskatchewan; Yukon.

Description: (0,)

MapTiler banner

Definition: OGC Well Known Text 2 (2019)

POINTMOTIONOPERATION["Canada velocity grid v7",
    VERSION["NRC-Can cvg7.0"],
    SOURCECRS[
        GEOGCRS["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[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]],
            ID["EPSG",8254]]],
    METHOD["Point motion by grid (NEU domain) (NTv2_Vel)",
        ID["EPSG",1141]],
    PARAMETERFILE["Point motion velocity grid file","NAD83v70VG.gvb"],
    OPERATIONACCURACY[0.01],
    USAGE[
        SCOPE["Change of coordinate epoch for points referenced to NAD83(CSRS)v7."],
        AREA["Canada - onshore - Alberta; British Columbia (BC); Manitoba; New Brunswick (NB); Newfoundland and Labrador; Northwest Territories (NWT); Nova Scotia (NS); Nunavut; Ontario; Prince Edward Island (PEI); Quebec; Saskatchewan; Yukon."],
        BBOX[41.67,-141.01,83.17,-52.54]],
    ID["EPSG",9483],
    REMARK["File initially published with name cvg70.cvb, later renamed to NAD83v70VG.gvb with no change of content. Replaces Canada velocity grid v6 (code 8676). Replaced by Canada velocity grid v8 (code 10707). Although the interpolation CRS is given as NAD83(CSRS)v7 (also known as NAD83(CSRS) 2010), any version of NAD83(CSRS) may be used for grid interpolation without significant error."]]

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "PointMotionOperation",
    "name": "Canada velocity grid v7",
    "source_crs": {
        "type": "GeographicCRS",
        "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": "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"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 8254
        }
    },
    "method": {
        "name": "Point motion by grid (NEU domain) (NTv2_Vel)",
        "id": {
            "authority": "EPSG",
            "code": 1141
        }
    },
    "parameters": [
        {
            "name": "Point motion velocity grid file",
            "value": "NAD83v70VG.gvb",
            "id": {
                "authority": "EPSG",
                "code": 1050
            }
        }
    ],
    "accuracy": "0.01",
    "scope": "Change of coordinate epoch for points referenced to NAD83(CSRS)v7.",
    "area": "Canada - onshore - Alberta; British Columbia (BC); Manitoba; New Brunswick (NB); Newfoundland and Labrador; Northwest Territories (NWT); Nova Scotia (NS); Nunavut; Ontario; Prince Edward Island (PEI); Quebec; Saskatchewan; Yukon.",
    "bbox": {
        "south_latitude": 41.67,
        "west_longitude": -141.01,
        "north_latitude": 83.17,
        "east_longitude": -52.54
    },
    "id": {
        "authority": "EPSG",
        "code": 9483
    },
    "remarks": "File initially published with name cvg70.cvb, later renamed to NAD83v70VG.gvb with no change of content. Replaces Canada velocity grid v6 (code 8676). Replaced by Canada velocity grid v8 (code 10707). Although the interpolation CRS is given as NAD83(CSRS)v7 (also known as NAD83(CSRS) 2010), any version of NAD83(CSRS) may be used for grid interpolation without significant error."
}

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 9483, 'EPSG', 9483, 'None', 'None');