EPSG:5464

Sibun Gorge 1922

Attributes

Unit: degree (supplier to define representation)

Geodetic CRS: Sibun Gorge 1922

Datum: Sibun Gorge 1922

Ellipsoid: Clarke 1858

Prime meridian: Greenwich

Data source: EPSG

Information source: Clifford Mugnier's March 2009 PE&RS "Grids and Datums" article on Belize (www.asprs.org/resources/grids/).

Revision date: 2011-03-19

Scope: Geodesy, topographic mapping.

Area of use: Belize - onshore.

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

Center coordinates
-88.47 17.18

WGS84 bounds:
-89.22 15.88
-87.72 18.49

Belize - onshore.
MapTiler banner

Definition: OGC Well Known Text

GEOGCS["Sibun Gorge 1922",
    DATUM["Sibun_Gorge_1922",
        SPHEROID["Clarke 1858",6378293.64520876,294.260676369261,
            AUTHORITY["EPSG","7007"]],
        AUTHORITY["EPSG","1071"]],
    PRIMEM["Greenwich",0,
        AUTHORITY["EPSG","8901"]],
    UNIT["degree",0.0174532925199433,
        AUTHORITY["EPSG","9122"]],
    AUTHORITY["EPSG","5464"]]

Definition: OGC Well Known Text 2 (2019)

GEOGCRS["Sibun Gorge 1922",
    DATUM["Sibun Gorge 1922",
        ELLIPSOID["Clarke 1858",20926348,294.260676369261,
            LENGTHUNIT["Clarke's foot",0.3047972654]]],
    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, topographic mapping."],
        AREA["Belize - onshore."],
        BBOX[15.88,-89.22,18.49,-87.72]],
    ID["EPSG",5464]]

Definition: ESRI Well Known Text

GEOGCS["GCS_Sibun_Gorge_1922",
    DATUM["D_Sibun_Gorge_1922",
        SPHEROID["Clarke_1858",6378293.64520876,294.260676369261]],
    PRIMEM["Greenwich",0.0],
    UNIT["Degree",0.0174532925199433]]

Definition: PROJ.4

+proj=longlat +a=6378293.64520876 +b=6356617.98767984 +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:5464","+proj=longlat +a=6378293.64520876 +b=6356617.98767984 +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "GeographicCRS",
    "name": "Sibun Gorge 1922",
    "datum": {
        "type": "GeodeticReferenceFrame",
        "name": "Sibun Gorge 1922",
        "ellipsoid": {
            "name": "Clarke 1858",
            "semi_major_axis": {
                "value": 20926348,
                "unit": {
                    "type": "LinearUnit",
                    "name": "Clarke's foot",
                    "conversion_factor": 0.3047972654
                }
            },
            "semi_minor_axis": {
                "value": 20855233,
                "unit": {
                    "type": "LinearUnit",
                    "name": "Clarke's foot",
                    "conversion_factor": 0.3047972654
                }
            }
        }
    },
    "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, topographic mapping.",
    "area": "Belize - onshore.",
    "bbox": {
        "south_latitude": 15.88,
        "west_longitude": -89.22,
        "north_latitude": 18.49,
        "east_longitude": -87.72
    },
    "id": {
        "authority": "EPSG",
        "code": 5464
    }
}

Definition: GeoServer

5464=GEOGCS["Sibun Gorge 1922",DATUM["Sibun_Gorge_1922",SPHEROID["Clarke 1858",6378293.64520876,294.260676369261,AUTHORITY["EPSG","7007"]],AUTHORITY["EPSG","1071"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","5464"]]

Definition: MapServer - MAPfile

PROJECTION
	"proj=longlat"
	"a=6378293.64520876"
	"b=6356617.98767984"
	"no_defs"
	"type=crs"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=longlat +a=6378293.64520876 +b=6356617.98767984 +no_defs +type=crs">
	<Layer srs="+proj=longlat +a=6378293.64520876 +b=6356617.98767984 +no_defs +type=crs">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 5464, 'EPSG', 5464, '+proj=longlat +a=6378293.64520876 +b=6356617.98767984 +no_defs +type=crs', 'GEOGCS["Sibun Gorge 1922",DATUM["Sibun_Gorge_1922",SPHEROID["Clarke 1858",6378293.64520876,294.260676369261,AUTHORITY["EPSG","7007"]],AUTHORITY["EPSG","1071"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","5464"]]');