EPSG:3795

NAD27 / Cuba Norte

Selected transformation

Method: NADCON

Grid Files: alaska.las alaska.los

Remarks: Uses NADCON method which expects longitudes positive west; EPSG GeogCRS NAD27 (code 4267) and NAD83 (code 4269) have longitudes positive east. May be used as transformation to WGS 84 - see NAD27 to WGS 84 (85) (code 15864).

Information source: US Coast & Geodetic Survey www.ngs.noaa.gov

Revision date: 2006-12-26

Attributes

Unit: metre

Geodetic CRS: NAD27

Datum: North American Datum 1927

Ellipsoid: Clarke 1866

Prime meridian: Greenwich

Data source: EPSG

Information source: Oficina Nacional de Hidrografia y Geodesia (ONHG)

Revision date: 2013-09-10

Center coordinates
-4966618.77 6513794.71

Projected bounds:
-7975456.76 3875781.46
-2193855.23 9566411.57

WGS84 bounds:
167.65 47.88
-129.99 74.71

United States (USA) - Alaska including EEZ.
MapTiler banner

Definition: OGC Well Known Text 2 (2019)

BOUNDCRS[
    SOURCECRS[
        PROJCRS["NAD27 / Cuba Norte",
            BASEGEOGCRS["NAD27",
                DATUM["North American Datum 1927",
                    ELLIPSOID["Clarke 1866",6378206.4,294.978698213898,
                        LENGTHUNIT["metre",1]]],
                PRIMEM["Greenwich",0,
                    ANGLEUNIT["degree",0.0174532925199433]],
                ID["EPSG",4267]],
            CONVERSION["Cuba Norte",
                METHOD["Lambert Conic Conformal (2SP)",
                    ID["EPSG",9802]],
                PARAMETER["Latitude of false origin",22.35,
                    ANGLEUNIT["degree",0.0174532925199433],
                    ID["EPSG",8821]],
                PARAMETER["Longitude of false origin",-81,
                    ANGLEUNIT["degree",0.0174532925199433],
                    ID["EPSG",8822]],
                PARAMETER["Latitude of 1st standard parallel",23,
                    ANGLEUNIT["degree",0.0174532925199433],
                    ID["EPSG",8823]],
                PARAMETER["Latitude of 2nd standard parallel",21.7,
                    ANGLEUNIT["degree",0.0174532925199433],
                    ID["EPSG",8824]],
                PARAMETER["Easting at false origin",500000,
                    LENGTHUNIT["metre",1],
                    ID["EPSG",8826]],
                PARAMETER["Northing at false origin",280296.016,
                    LENGTHUNIT["metre",1],
                    ID["EPSG",8827]]],
            CS[Cartesian,2],
                AXIS["northing (Y)",north,
                    ORDER[1],
                    LENGTHUNIT["metre",1]],
                AXIS["easting (X)",east,
                    ORDER[2],
                    LENGTHUNIT["metre",1]],
            USAGE[
                SCOPE["Engineering survey, topographic mapping."],
                AREA["Cuba - onshore north of 21°30'N but also including all of Isla de la Juventud."],
                BBOX[21.38,-85.01,23.25,-76.91]],
            ID["EPSG",3795]]],
    TARGETCRS[
        GEOGCRS["NAD83",
            DATUM["North American Datum 1983",
                ELLIPSOID["GRS 1980",6378137,298.257222101,
                    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["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. Puerto Rico. United States (USA) - Alabama; Alaska; Arizona; Arkansas; California; Colorado; Connecticut; Delaware; Florida; Georgia; Hawaii; 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. US Virgin Islands. British Virgin Islands."],
                BBOX[14.92,167.65,86.45,-40.73]],
            ID["EPSG",4269]]],
    ABRIDGEDTRANSFORMATION["NAD27 to NAD83 (2)",
        METHOD["NADCON",
            ID["EPSG",9613]],
        PARAMETERFILE["Latitude difference file","alaska.las"],
        PARAMETERFILE["Longitude difference file","alaska.los"],
        USAGE[
            SCOPE["Geodesy."],
            AREA["United States (USA) - Alaska including EEZ."],
            BBOX[47.88,167.65,74.71,-129.99]],
        ID["EPSG",1243],
        REMARK["Uses NADCON method which expects longitudes positive west; EPSG GeogCRS NAD27 (code 4267) and NAD83 (code 4269) have longitudes positive east. May be used as transformation to WGS 84 - see NAD27 to WGS 84 (85) (code 15864)."]]]

Definition: PROJ.4

+proj=lcc +lat_0=22.35 +lon_0=-81 +lat_1=23 +lat_2=21.7 +x_0=500000 +y_0=280296.016 +datum=NAD27 +units=m +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:3795","+proj=lcc +lat_0=22.35 +lon_0=-81 +lat_1=23 +lat_2=21.7 +x_0=500000 +y_0=280296.016 +datum=NAD27 +units=m +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "BoundCRS",
    "source_crs": {
        "type": "ProjectedCRS",
        "name": "NAD27 / Cuba Norte",
        "base_crs": {
            "name": "NAD27",
            "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "North American Datum 1927",
                "ellipsoid": {
                    "name": "Clarke 1866",
                    "semi_major_axis": 6378206.4,
                    "semi_minor_axis": 6356583.8
                }
            },
            "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                    {
                        "name": "Geodetic latitude",
                        "abbreviation": "Lat",
                        "direction": "north",
                        "unit": "degree"
                    },
                    {
                        "name": "Geodetic longitude",
                        "abbreviation": "Lon",
                        "direction": "east",
                        "unit": "degree"
                    }
                ]
            },
            "id": {
                "authority": "EPSG",
                "code": 4267
            }
        },
        "conversion": {
            "name": "Cuba Norte",
            "method": {
                "name": "Lambert Conic Conformal (2SP)",
                "id": {
                    "authority": "EPSG",
                    "code": 9802
                }
            },
            "parameters": [
                {
                    "name": "Latitude of false origin",
                    "value": 22.35,
                    "unit": "degree",
                    "id": {
                        "authority": "EPSG",
                        "code": 8821
                    }
                },
                {
                    "name": "Longitude of false origin",
                    "value": -81,
                    "unit": "degree",
                    "id": {
                        "authority": "EPSG",
                        "code": 8822
                    }
                },
                {
                    "name": "Latitude of 1st standard parallel",
                    "value": 23,
                    "unit": "degree",
                    "id": {
                        "authority": "EPSG",
                        "code": 8823
                    }
                },
                {
                    "name": "Latitude of 2nd standard parallel",
                    "value": 21.7,
                    "unit": "degree",
                    "id": {
                        "authority": "EPSG",
                        "code": 8824
                    }
                },
                {
                    "name": "Easting at false origin",
                    "value": 500000,
                    "unit": "metre",
                    "id": {
                        "authority": "EPSG",
                        "code": 8826
                    }
                },
                {
                    "name": "Northing at false origin",
                    "value": 280296.016,
                    "unit": "metre",
                    "id": {
                        "authority": "EPSG",
                        "code": 8827
                    }
                }
            ]
        },
        "coordinate_system": {
            "subtype": "Cartesian",
            "axis": [
                {
                    "name": "Northing",
                    "abbreviation": "Y",
                    "direction": "north",
                    "unit": "metre"
                },
                {
                    "name": "Easting",
                    "abbreviation": "X",
                    "direction": "east",
                    "unit": "metre"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 3795
        }
    },
    "target_crs": {
        "type": "GeographicCRS",
        "name": "NAD83",
        "datum": {
            "type": "GeodeticReferenceFrame",
            "name": "North American Datum 1983",
            "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"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 4269
        }
    },
    "transformation": {
        "name": "NAD27 to NAD83 (2)",
        "method": {
            "name": "NADCON",
            "id": {
                "authority": "EPSG",
                "code": 9613
            }
        },
        "parameters": [
            {
                "name": "Latitude difference file",
                "value": "alaska.las",
                "id": {
                    "authority": "EPSG",
                    "code": 8657
                }
            },
            {
                "name": "Longitude difference file",
                "value": "alaska.los",
                "id": {
                    "authority": "EPSG",
                    "code": 8658
                }
            }
        ],
        "id": {
            "authority": "EPSG",
            "code": 1243
        }
    }
}

Definition: MapServer - MAPfile

PROJECTION
	"proj=lcc"
	"lat_0=22.35"
	"lon_0=-81"
	"lat_1=23"
	"lat_2=21.7"
	"x_0=500000"
	"y_0=280296.016"
	"datum=NAD27"
	"units=m"
	"no_defs"
	"type=crs"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=lcc +lat_0=22.35 +lon_0=-81 +lat_1=23 +lat_2=21.7 +x_0=500000 +y_0=280296.016 +datum=NAD27 +units=m +no_defs +type=crs">
	<Layer srs="+proj=lcc +lat_0=22.35 +lon_0=-81 +lat_1=23 +lat_2=21.7 +x_0=500000 +y_0=280296.016 +datum=NAD27 +units=m +no_defs +type=crs">
	</Layer>
</Map>