Unit: metre
Geodetic CRS: RGTAAF07
Datum: Reseau Geodesique des Terres Australes et Antarctiques Francaises 2007
Ellipsoid: GRS 1980
Prime meridian: Greenwich
Data source: OGP
Information source: IGN Paris.
Revision date: 2015-04-25
Scope: Geodetic survey.
Center coordinates
801.79245115 4593932.30301773
Projected bounds:
1959436.77096133 1529778.61126912
-4697039.61363558 3669729.53726614
WGS84 bounds:
37.98 -67.13
142.0 -20.91
Definition: Well Known Text (WKT)
GEOCCS["Geocentric", DATUM["unknown", SPHEROID["GRS80",6378137,298.257222101]], PRIMEM["Greenwich",0], UNIT["Meter",1], AUTHORITY["epsg","7071"]]
GEOCCS["Geocentric", DATUM["unknown", SPHEROID["GRS80",6378137,298.257222101]], PRIMEM["Greenwich",0], UNIT["Meter",1], AUTHORITY["epsg","7071"]]
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="iogp-crs-7071"> <gml:metaDataProperty> <epsg:CommonMetaData> <epsg:type>geocentric</epsg:type> <epsg:informationSource>IGN Paris.</epsg:informationSource> <epsg:revisionDate>2015-04-25</epsg:revisionDate> <epsg:changes> <epsg:changeID xlink:href="urn:ogc:def:change-request:EPSG::2015.027" /> </epsg:changes> <epsg:show>true</epsg:show> <epsg:isDeprecated>false</epsg:isDeprecated> </epsg:CommonMetaData> </gml:metaDataProperty> <gml:identifier codeSpace="IOGP">urn:ogc:def:crs:EPSG::7071</gml:identifier> <gml:name>RGTAAF07</gml:name> <gml:domainOfValidity xlink:href="urn:ogc:def:area:EPSG::4246" /> <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::1113" /> </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="iogp-crs-7071"> <gml:metaDataProperty> <epsg:CommonMetaData> <epsg:type>geocentric</epsg:type> <epsg:informationSource>IGN Paris.</epsg:informationSource> <epsg:revisionDate>2015-04-25</epsg:revisionDate> <epsg:changes> <epsg:changeID xlink:href="urn:ogc:def:change-request:EPSG::2015.027" /> </epsg:changes> <epsg:show>true</epsg:show> <epsg:isDeprecated>false</epsg:isDeprecated> </epsg:CommonMetaData> </gml:metaDataProperty> <gml:identifier codeSpace="IOGP">urn:ogc:def:crs:EPSG::7071</gml:identifier> <gml:name>RGTAAF07</gml:name> <gml:domainOfValidity xlink:href="urn:ogc:def:area:EPSG::4246" /> <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::1113" /> </gml:GeodeticCRS>
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 ( 7071, 'EPSG', 7071, '+proj=geocent +ellps=GRS80 +units=m +no_defs ', 'GEOCCS["Geocentric",DATUM["unknown",SPHEROID["GRS80",6378137,298.257222101]],PRIMEM["Greenwich",0],UNIT["Meter",1],AUTHORITY["epsg","7071"]]');