EPSG:4995

PRS92

Attributes

Unit: degree (supplier to define representation)

Geodetic CRS: PRS92

Datum: Philippine Reference System 1992

Ellipsoid: Clarke 1866

Prime meridian: Greenwich

Data source: EPSG

Information source: National Mapping and Resource Information Authority, Coast and Geodetic Survey Department.

Revision date: 2007-08-27

Center coordinates
122.99 12.59

Projected bounds:
116.04 3.0
129.95 22.18

WGS84 bounds:
116.04 3.0
129.95 22.18

Philippines - onshore and offshore.
MapTiler banner

Definition: OGC Well Known Text 2 (2019)

GEOGCRS["PRS92",
    DATUM["Philippine Reference System 1992",
        ELLIPSOID["Clarke 1866",6378206.4,294.978698213898,
            LENGTHUNIT["metre",1]]],
    PRIMEM["Greenwich",0,
        ANGLEUNIT["degree",0.0174532925199433]],
    CS[ellipsoidal,3],
        AXIS["geodetic latitude (Lat)",north,
            ORDER[1],
            ANGLEUNIT["degree",0.0174532925199433]],
        AXIS["geodetic longitude (Lon)",east,
            ORDER[2],
            ANGLEUNIT["degree",0.0174532925199433]],
        AXIS["ellipsoidal height (h)",up,
            ORDER[3],
            LENGTHUNIT["metre",1]],
    USAGE[
        SCOPE["Geodesy."],
        AREA["Philippines - onshore and offshore."],
        BBOX[3,116.04,22.18,129.95]],
    ID["EPSG",4995]]

Definition: ESRI Well Known Text

GEOGCS["PRS_1992_3D",
    DATUM["D_Philippine_Reference_System_1992",
        SPHEROID["Clarke_1866",6378206.4,294.978698213898]],
    PRIMEM["Greenwich",0.0],
    UNIT["Degree",0.0174532925199433],
    LINUNIT["Meter",1.0]]

Definition: PROJ.4

+proj=longlat +ellps=clrk66 +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:4995","+proj=longlat +ellps=clrk66 +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "GeographicCRS",
    "name": "PRS92",
    "datum": {
        "type": "GeodeticReferenceFrame",
        "name": "Philippine Reference System 1992",
        "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"
            },
            {
                "name": "Ellipsoidal height",
                "abbreviation": "h",
                "direction": "up",
                "unit": "metre"
            }
        ]
    },
    "scope": "Geodesy.",
    "area": "Philippines - onshore and offshore.",
    "bbox": {
        "south_latitude": 3,
        "west_longitude": 116.04,
        "north_latitude": 22.18,
        "east_longitude": 129.95
    },
    "id": {
        "authority": "EPSG",
        "code": 4995
    }
}

Definition: MapServer - MAPfile

PROJECTION
	"proj=longlat"
	"ellps=clrk66"
	"no_defs"
	"type=crs"
END

Definition: Mapnik

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