Unit: metre
Geodetic CRS: NAD83(PA11)
Datum: NAD83 (National Spatial Reference System PA11)
Ellipsoid: GRS 1980
Prime meridian: Greenwich
Data source: OGP
Information source: U.S. National Geodetic Survey, http://www.ngs.noaa.gov/
Revision date: 2019-09-17
Scope: Geodetic survey.
Remarks: Replaces NAD83(HARN) and NAD83(FBN) in Hawaii and American Samoa.
Center coordinates
-6320017.13657263 -342279.89311362
Projected bounds:
-5618535.56783743 2330720.98229461
-4757834.89522402 -2608077.35195386
WGS84 bounds:
157.47 -17.56
-151.27 31.8
Definition: Well Known Text (WKT)
GEOCCS["Geocentric", DATUM["unknown", SPHEROID["GRS80",6378137,298.257222101]], PRIMEM["Greenwich",0], UNIT["Meter",1], AUTHORITY["epsg","6320"]]
GEOCCS["Geocentric", DATUM["unknown", SPHEROID["GRS80",6378137,298.257222101]], PRIMEM["Greenwich",0], UNIT["Meter",1], AUTHORITY["epsg","6320"]]
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-6320"> <gml:metaDataProperty> <epsg:CommonMetaData> <epsg:type>geocentric</epsg:type> <epsg:alias alias="449" code="8797" codeSpace="urn:ogc:def:naming-system:EPSG::1046" /> <epsg:alias alias="NAD 83 (PA11) Epoch 2010 - XYZ" code="8798" codeSpace="urn:ogc:def:naming-system:EPSG::1047" /> <epsg:informationSource>U.S. National Geodetic Survey, http://www.ngs.noaa.gov/</epsg:informationSource> <epsg:revisionDate>2019-09-17</epsg:revisionDate> <epsg:changes> <epsg:changeID xlink:href="urn:ogc:def:change-request:EPSG::2013.022" /> <epsg:changeID xlink:href="urn:ogc:def:change-request:EPSG::2018.017" /> <epsg:changeID xlink:href="urn:ogc:def:change-request:EPSG::2019.035" /> </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::6320</gml:identifier> <gml:name>NAD83(PA11)</gml:name> <gml:remarks>Replaces NAD83(HARN) and NAD83(FBN) in Hawaii and American Samoa.</gml:remarks> <gml:domainOfValidity xlink:href="urn:ogc:def:area:EPSG::4162" /> <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::1117" /> </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-6320"> <gml:metaDataProperty> <epsg:CommonMetaData> <epsg:type>geocentric</epsg:type> <epsg:alias alias="449" code="8797" codeSpace="urn:ogc:def:naming-system:EPSG::1046" /> <epsg:alias alias="NAD 83 (PA11) Epoch 2010 - XYZ" code="8798" codeSpace="urn:ogc:def:naming-system:EPSG::1047" /> <epsg:informationSource>U.S. National Geodetic Survey, http://www.ngs.noaa.gov/</epsg:informationSource> <epsg:revisionDate>2019-09-17</epsg:revisionDate> <epsg:changes> <epsg:changeID xlink:href="urn:ogc:def:change-request:EPSG::2013.022" /> <epsg:changeID xlink:href="urn:ogc:def:change-request:EPSG::2018.017" /> <epsg:changeID xlink:href="urn:ogc:def:change-request:EPSG::2019.035" /> </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::6320</gml:identifier> <gml:name>NAD83(PA11)</gml:name> <gml:remarks>Replaces NAD83(HARN) and NAD83(FBN) in Hawaii and American Samoa.</gml:remarks> <gml:domainOfValidity xlink:href="urn:ogc:def:area:EPSG::4162" /> <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::1117" /> </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 ( 6320, 'EPSG', 6320, '+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","6320"]]');