Unit: metre
Geodetic CRS: IRENET95
Datum: IRENET95
Ellipsoid: GRS 1980
Prime meridian: Greenwich
Data source: OGP
Information source: Ordnance Survey of Ireland
Revision date: 2012-01-05
Scope: Geodetic survey.
Area of use: Ireland - onshore. United Kingdom (UK) - Northern Ireland (Ulster) - onshore.
Center coordinates
3773522.17 -526976.30
Projected bounds:
3920672.62 -730901.30
3611534.88 -337575.15
WGS84 bounds:
-10.56 51.39
-5.34 55.43
Definition: Well Known Text (WKT)
GEOCCS["IRENET95", DATUM["IRENET95", SPHEROID["GRS 1980",6378137,298.257222101, AUTHORITY["EPSG","7019"]], AUTHORITY["EPSG","6173"]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["metre",1, AUTHORITY["EPSG","9001"]], AXIS["Geocentric X",OTHER], AXIS["Geocentric Y",OTHER], AXIS["Geocentric Z",NORTH], AUTHORITY["EPSG","4942"]]
GEOCCS["IRENET95", DATUM["IRENET95", SPHEROID["GRS 1980",6378137,298.257222101, AUTHORITY["EPSG","7019"]], AUTHORITY["EPSG","6173"]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["metre",1, AUTHORITY["EPSG","9001"]], AXIS["Geocentric X",OTHER], AXIS["Geocentric Y",OTHER], AXIS["Geocentric Z",NORTH], AUTHORITY["EPSG","4942"]]
Definition: OGC GML
<?xml version="1.0" encoding="UTF-8"?> <gml:GeodeticCRS xmlns:epsg="urn:x-ogp:spec:schema-xsd:EPSG:1.0:dataset" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:xlink="http://www.w3.org/1999/xlink" gml:id="ogp-crs-4942"> <gml:metaDataProperty> <epsg:CommonMetaData> <epsg:type>geocentric</epsg:type> <epsg:alias alias="ETRS89" code="3051" codeSpace="urn:ogc:def:naming-system:EPSG::7302"> <epsg:remarks>In Northern Ireland usually called ETRS89, in Republic usually referred to as IRENET95.</epsg:remarks> </epsg:alias> <epsg:informationSource>Ordnance Survey of Ireland</epsg:informationSource> <epsg:revisionDate>2012-01-05</epsg:revisionDate> <epsg:changes> <epsg:changeID xlink:href="urn:ogc:def:change-request:EPSG::2011.004" /> <epsg:changeID xlink:href="urn:ogc:def:change-request:EPSG::2011.082" /> </epsg:changes> <epsg:show>true</epsg:show> <epsg:isDeprecated>false</epsg:isDeprecated> </epsg:CommonMetaData> </gml:metaDataProperty> <gml:identifier codeSpace="OGP">urn:ogc:def:crs:EPSG::4942</gml:identifier> <gml:name>IRENET95</gml:name> <gml:domainOfValidity xlink:href="urn:ogc:def:area:EPSG::1305" /> <gml:scope>Geodetic survey.</gml:scope> <gml:cartesianCS xlink:href="urn:ogc:def:cs:EPSG::6500" /> <gml:geodeticDatum xlink:href="urn:ogc:def:datum:EPSG::6173" /> </gml:GeodeticCRS>
<?xml version="1.0" encoding="UTF-8"?> <gml:GeodeticCRS xmlns:epsg="urn:x-ogp:spec:schema-xsd:EPSG:1.0:dataset" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:xlink="http://www.w3.org/1999/xlink" gml:id="ogp-crs-4942"> <gml:metaDataProperty> <epsg:CommonMetaData> <epsg:type>geocentric</epsg:type> <epsg:alias alias="ETRS89" code="3051" codeSpace="urn:ogc:def:naming-system:EPSG::7302"> <epsg:remarks>In Northern Ireland usually called ETRS89, in Republic usually referred to as IRENET95.</epsg:remarks> </epsg:alias> <epsg:informationSource>Ordnance Survey of Ireland</epsg:informationSource> <epsg:revisionDate>2012-01-05</epsg:revisionDate> <epsg:changes> <epsg:changeID xlink:href="urn:ogc:def:change-request:EPSG::2011.004" /> <epsg:changeID xlink:href="urn:ogc:def:change-request:EPSG::2011.082" /> </epsg:changes> <epsg:show>true</epsg:show> <epsg:isDeprecated>false</epsg:isDeprecated> </epsg:CommonMetaData> </gml:metaDataProperty> <gml:identifier codeSpace="OGP">urn:ogc:def:crs:EPSG::4942</gml:identifier> <gml:name>IRENET95</gml:name> <gml:domainOfValidity xlink:href="urn:ogc:def:area:EPSG::1305" /> <gml:scope>Geodetic survey.</gml:scope> <gml:cartesianCS xlink:href="urn:ogc:def:cs:EPSG::6500" /> <gml:geodeticDatum xlink:href="urn:ogc:def:datum:EPSG::6173" /> </gml:GeodeticCRS>
Definition: GeoServer
4942=GEOCCS["IRENET95",DATUM["IRENET95",SPHEROID["GRS 1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],AUTHORITY["EPSG","6173"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Geocentric X",OTHER],AXIS["Geocentric Y",OTHER],AXIS["Geocentric Z",NORTH],AUTHORITY["EPSG","4942"]]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=geocent +ellps=GRS80 +units=m +no_defs"> <Layer srs="+proj=geocent +ellps=GRS80 +units=m +no_defs"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 4942, 'EPSG', 4942, '+proj=geocent +ellps=GRS80 +units=m +no_defs ', 'GEOCCS["IRENET95",DATUM["IRENET95",SPHEROID["GRS 1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],AUTHORITY["EPSG","6173"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Geocentric X",OTHER],AXIS["Geocentric Y",OTHER],AXIS["Geocentric Z",NORTH],AUTHORITY["EPSG","4942"]]');
Definition: OGC WKT
GEOCCS["IRENET95",DATUM["IRENET95",SPHEROID["GRS 1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],AUTHORITY["EPSG","6173"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Geocentric X",OTHER],AXIS["Geocentric Y",OTHER],AXIS["Geocentric Z",NORTH],AUTHORITY["EPSG","4942"]]