EPSG:4696

Kasai 1953

Attributes

Unit: degree (supplier to define representation)

Geodetic CRS: Kasai 1953

Datum: Kasai 1953

Ellipsoid: Clarke 1880 (RGS)

Prime meridian: Greenwich

Data source: EPSG

Information source: Institute Geographique du Congo.

Revision date: 2005-09-30

Center coordinates
23.88 -6.16

WGS84 bounds:
21.5 -7.31
26.26 -5.01

The Democratic Republic of the Congo (Zaire) - Kasai - south of 5°S and east of 21°30'E.
MapTiler banner

Definition: OGC Well Known Text

GEOGCS["Kasai 1953",
    DATUM["Kasai_1953",
        SPHEROID["Clarke 1880 (RGS)",6378249.145,293.465,
            AUTHORITY["EPSG","7012"]],
        AUTHORITY["EPSG","6696"]],
    PRIMEM["Greenwich",0,
        AUTHORITY["EPSG","8901"]],
    UNIT["degree",0.0174532925199433,
        AUTHORITY["EPSG","9122"]],
    AUTHORITY["EPSG","4696"]]

Definition: OGC Well Known Text 2 (2019)

GEOGCRS["Kasai 1953",
    DATUM["Kasai 1953",
        ELLIPSOID["Clarke 1880 (RGS)",6378249.145,293.465,
            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["The Democratic Republic of the Congo (Zaire) - Kasai - south of 5°S and east of 21°30'E."],
        BBOX[-7.31,21.5,-5.01,26.26]],
    ID["EPSG",4696]]

Definition: ESRI Well Known Text

GEOGCS["GCS_Kasai_1953",
    DATUM["D_Kasai_1953",
        SPHEROID["Clarke_1880_RGS",6378249.145,293.465]],
    PRIMEM["Greenwich",0.0],
    UNIT["Degree",0.0174532925199433]]

Definition: PROJ.4

+proj=longlat +a=6378249.145 +rf=293.465 +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:4696","+proj=longlat +a=6378249.145 +rf=293.465 +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "GeographicCRS",
    "name": "Kasai 1953",
    "datum": {
        "type": "GeodeticReferenceFrame",
        "name": "Kasai 1953",
        "ellipsoid": {
            "name": "Clarke 1880 (RGS)",
            "semi_major_axis": 6378249.145,
            "inverse_flattening": 293.465
        }
    },
    "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": "The Democratic Republic of the Congo (Zaire) - Kasai - south of 5°S and east of 21°30'E.",
    "bbox": {
        "south_latitude": -7.31,
        "west_longitude": 21.5,
        "north_latitude": -5.01,
        "east_longitude": 26.26
    },
    "id": {
        "authority": "EPSG",
        "code": 4696
    }
}

Definition: GeoServer

4696=GEOGCS["Kasai 1953",DATUM["Kasai_1953",SPHEROID["Clarke 1880 (RGS)",6378249.145,293.465,AUTHORITY["EPSG","7012"]],AUTHORITY["EPSG","6696"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4696"]]

Definition: MapServer - MAPfile

PROJECTION
	"proj=longlat"
	"a=6378249.145"
	"rf=293.465"
	"no_defs"
	"type=crs"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=longlat +a=6378249.145 +rf=293.465 +no_defs +type=crs">
	<Layer srs="+proj=longlat +a=6378249.145 +rf=293.465 +no_defs +type=crs">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 4696, 'EPSG', 4696, '+proj=longlat +a=6378249.145 +rf=293.465 +no_defs +type=crs', 'GEOGCS["Kasai 1953",DATUM["Kasai_1953",SPHEROID["Clarke 1880 (RGS)",6378249.145,293.465,AUTHORITY["EPSG","7012"]],AUTHORITY["EPSG","6696"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4696"]]');