EPSG:4608

NAD27(76)

Available transformations
to EPSG:4326

Selected transformation

Method: NTv2

Grid Files: May76v20.gsb

Remarks: Parameter file is from NAD27(76) to NAD83 (1) (code 1463) assuming that NAD83 is equivalent to WGS 84 within the accuracy of the transformation.

Information source: OGP

Revision date: 2021-09-10

Attributes

Unit: degree (supplier to define representation)

Geodetic CRS: NAD27(76)

Datum: North American Datum 1927 (1976)

Ellipsoid: Clarke 1866

Prime meridian: Greenwich

Data source: EPSG

Revision date: 2019-09-17

Scope: Geodesy.

Remarks: Note: this CRS includes longitudes which are POSITIVE EAST.

Area of use: Canada - Ontario.

Coordinate system: Ellipsoidal 2D CS. Axes: latitude, longitude. Orientations: north, east. UoM: degree

Center coordinates
-84.76 49.28

WGS84 bounds:
-95.16 41.67
-74.35 56.9

Canada - Ontario.
MapTiler banner

Definition: OGC Well Known Text

GEOGCS["NAD27(76)",
    DATUM["North_American_Datum_1927_1976",
        SPHEROID["Clarke 1866",6378206.4,294.978698213898],
        EXTENSION["PROJ4_GRIDS","May76v20.gsb"]],
    PRIMEM["Greenwich",0,
        AUTHORITY["EPSG","8901"]],
    UNIT["degree",0.0174532925199433,
        AUTHORITY["EPSG","9122"]],
    AUTHORITY["EPSG","4608"]]

Definition: OGC Well Known Text 2 (2019)

GEOGCRS["NAD27(76)",
    DATUM["North American Datum 1927 (1976)",
        ELLIPSOID["Clarke 1866",6378206.4,294.978698213898,
            LENGTHUNIT["metre",1]]],
    PRIMEM["Greenwich",0,
        ANGLEUNIT["degree",0.0174532925199433]],
    CS[ellipsoidal,2],
        AXIS["geodetic latitude (Lat)",north,
            ORDER[1],
            ANGLEUNIT["degree",0.0174532925199433]],
        AXIS["geodetic longitude (Lon)",east,
            ORDER[2],
            ANGLEUNIT["degree",0.0174532925199433]],
    USAGE[
        SCOPE["Geodesy."],
        AREA["Canada - Ontario."],
        BBOX[41.67,-95.16,56.9,-74.35]],
    ID["EPSG",4608]]

Definition: ESRI Well Known Text

GEOGCS["GCS_NAD_1927_Definition_1976",
    DATUM["D_NAD_1927_Definition_1976",
        SPHEROID["Clarke_1866",6378206.4,294.978698213898],
        EXTENSION["PROJ4_GRIDS","May76v20.gsb"]],
    PRIMEM["Greenwich",0.0],
    UNIT["Degree",0.0174532925199433]]

Definition: PROJ.4

+proj=longlat +ellps=clrk66 +nadgrids=May76v20.gsb +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:4608","+proj=longlat +ellps=clrk66 +nadgrids=May76v20.gsb +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "GeographicCRS",
    "name": "NAD27(76)",
    "datum": {
        "type": "GeodeticReferenceFrame",
        "name": "North American Datum 1927 (1976)",
        "ellipsoid": {
            "name": "Clarke 1866",
            "semi_major_axis": 6378206.4,
            "inverse_flattening": 294.978698213898
        }
    },
    "coordinate_system": {
        "subtype": "ellipsoidal",
        "axis": [
            {
                "name": "Geodetic latitude",
                "abbreviation": "Lat",
                "direction": "north",
                "unit": "degree"
            },
            {
                "name": "Geodetic longitude",
                "abbreviation": "Lon",
                "direction": "east",
                "unit": "degree"
            }
        ]
    },
    "scope": "Geodesy.",
    "area": "Canada - Ontario.",
    "bbox": {
        "south_latitude": 41.67,
        "west_longitude": -95.16,
        "north_latitude": 56.9,
        "east_longitude": -74.35
    },
    "id": {
        "authority": "EPSG",
        "code": 4608
    }
}

Definition: GeoServer

4608=GEOGCS["NAD27(76)",DATUM["North_American_Datum_1927_1976",SPHEROID["Clarke 1866",6378206.4,294.978698213898],EXTENSION["PROJ4_GRIDS","May76v20.gsb"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4608"]]

Definition: MapServer - MAPfile

PROJECTION
	"proj=longlat"
	"ellps=clrk66"
	"nadgrids=May76v20.gsb"
	"no_defs"
	"type=crs"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=longlat +ellps=clrk66 +nadgrids=May76v20.gsb +no_defs +type=crs">
	<Layer srs="+proj=longlat +ellps=clrk66 +nadgrids=May76v20.gsb +no_defs +type=crs">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 4608, 'EPSG', 4608, '+proj=longlat +ellps=clrk66 +nadgrids=May76v20.gsb +no_defs +type=crs', 'GEOGCS["NAD27(76)",DATUM["North_American_Datum_1927_1976",SPHEROID["Clarke 1866",6378206.4,294.978698213898],EXTENSION["PROJ4_GRIDS","May76v20.gsb"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4608"]]');