EPSG:2237

NAD83 / Florida West (ftUS)

Available transformations
to EPSG:4326

Selected transformation

Method: NADCON

Grid Files: flhpgn.las flhpgn.los

Remarks: Parameter files are from NAD83 to NAD83(HARN) (7) (code 1480) assuming that NAD83(HARN) is equivalent to WGS 84 within the accuracy of the transformation.

Information source: OGP

Revision date: 2021-09-10

Attributes

Unit: US survey foot

Geodetic CRS: NAD83

Datum: North American Datum 1983

Ellipsoid: GRS 1980

Prime meridian: Greenwich

Data source: EPSG

Information source: National Geodetic Survey http://www.ngs.noaa.gov/INFO/Policy/st_plane.html

Revision date: 2001-11-06

Scope: Engineering survey, topographic mapping.

Remarks: State law defines system in US survey feet. Federal definition is metric - see code 26959. For applications with an accuracy of better than 3 feet, replaced by NAD83(HARN) / SPCS.

Area of use: United States (USA) - Florida - counties of Charlotte; Citrus; De Soto; Hardee; Hernando; Hillsborough; Lee; Levy; Manatee; Marion; Pasco; Pinellas; Polk; Sarasota; Sumter.

Coordinate system: Cartesian 2D CS. Axes: easting, northing (X,Y). Orientations: east, north. UoM: ftUS.

Center coordinates
73721.3 1231530.38

Projected bounds:
-1219186.71 27863.97
1215837.21 2472029.0

WGS84 bounds:
-87.63 24.41
-79.97 31.01

United States (USA) - Florida.
MapTiler banner

Definition: OGC Well Known Text 2 (2019)

PROJCRS["NAD83 / Florida West (ftUS)",
    BASEGEOGCRS["NAD83",
        DATUM["North American Datum 1983",
            ELLIPSOID["GRS 1980",6378137,298.257222101,
                LENGTHUNIT["metre",1]]],
        PRIMEM["Greenwich",0,
            ANGLEUNIT["degree",0.0174532925199433]],
        ID["EPSG",4269]],
    CONVERSION["SPCS83 Florida West zone (US Survey feet)",
        METHOD["Transverse Mercator",
            ID["EPSG",9807]],
        PARAMETER["Latitude of natural origin",24.3333333333333,
            ANGLEUNIT["degree",0.0174532925199433],
            ID["EPSG",8801]],
        PARAMETER["Longitude of natural origin",-82,
            ANGLEUNIT["degree",0.0174532925199433],
            ID["EPSG",8802]],
        PARAMETER["Scale factor at natural origin",0.999941177,
            SCALEUNIT["unity",1],
            ID["EPSG",8805]],
        PARAMETER["False easting",656166.667,
            LENGTHUNIT["US survey foot",0.304800609601219],
            ID["EPSG",8806]],
        PARAMETER["False northing",0,
            LENGTHUNIT["US survey foot",0.304800609601219],
            ID["EPSG",8807]]],
    CS[Cartesian,2],
        AXIS["easting (X)",east,
            ORDER[1],
            LENGTHUNIT["US survey foot",0.304800609601219]],
        AXIS["northing (Y)",north,
            ORDER[2],
            LENGTHUNIT["US survey foot",0.304800609601219]],
    USAGE[
        SCOPE["Engineering survey, topographic mapping."],
        AREA["United States (USA) - Florida - counties of Charlotte; Citrus; De Soto; Hardee; Hernando; Hillsborough; Lee; Levy; Manatee; Marion; Pasco; Pinellas; Polk; Sarasota; Sumter."],
        BBOX[26.27,-83.34,29.6,-81.13]],
    ID["EPSG",2237]]

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.5/projjson.schema.json",
    "type": "ProjectedCRS",
    "name": "NAD83 / Florida West (ftUS)",
    "base_crs": {
        "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
        }
    },
    "conversion": {
        "name": "SPCS83 Florida West zone (US Survey feet)",
        "method": {
            "name": "Transverse Mercator",
            "id": {
                "authority": "EPSG",
                "code": 9807
            }
        },
        "parameters": [
            {
                "name": "Latitude of natural origin",
                "value": 24.3333333333333,
                "unit": "degree",
                "id": {
                    "authority": "EPSG",
                    "code": 8801
                }
            },
            {
                "name": "Longitude of natural origin",
                "value": -82,
                "unit": "degree",
                "id": {
                    "authority": "EPSG",
                    "code": 8802
                }
            },
            {
                "name": "Scale factor at natural origin",
                "value": 0.999941177,
                "unit": "unity",
                "id": {
                    "authority": "EPSG",
                    "code": 8805
                }
            },
            {
                "name": "False easting",
                "value": 656166.667,
                "unit": {
                    "type": "LinearUnit",
                    "name": "US survey foot",
                    "conversion_factor": 0.304800609601219
                },
                "id": {
                    "authority": "EPSG",
                    "code": 8806
                }
            },
            {
                "name": "False northing",
                "value": 0,
                "unit": {
                    "type": "LinearUnit",
                    "name": "US survey foot",
                    "conversion_factor": 0.304800609601219
                },
                "id": {
                    "authority": "EPSG",
                    "code": 8807
                }
            }
        ]
    },
    "coordinate_system": {
        "subtype": "Cartesian",
        "axis": [
            {
                "name": "Easting",
                "abbreviation": "X",
                "direction": "east",
                "unit": {
                    "type": "LinearUnit",
                    "name": "US survey foot",
                    "conversion_factor": 0.304800609601219
                }
            },
            {
                "name": "Northing",
                "abbreviation": "Y",
                "direction": "north",
                "unit": {
                    "type": "LinearUnit",
                    "name": "US survey foot",
                    "conversion_factor": 0.304800609601219
                }
            }
        ]
    },
    "scope": "Engineering survey, topographic mapping.",
    "area": "United States (USA) - Florida - counties of Charlotte; Citrus; De Soto; Hardee; Hernando; Hillsborough; Lee; Levy; Manatee; Marion; Pasco; Pinellas; Polk; Sarasota; Sumter.",
    "bbox": {
        "south_latitude": 26.27,
        "west_longitude": -83.34,
        "north_latitude": 29.6,
        "east_longitude": -81.13
    },
    "id": {
        "authority": "EPSG",
        "code": 2237
    }
}

Definition: SQL (PostGIS)

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