Papua New Guinea Geodetic Datum 1994
EPSG
Quickclose Geomatics on behalf of Geodetic Section, PNG Office of the Surveyor-General.
2020-06-17
Derivation of gravity-related heights from GNSS observations.
Geographic3D to GravityRelatedHeight (PNG)
Papua New Guinea - between 0°N and 12°S and 140°E and 158°E - onshore and offshore.
(0,)
Definition: OGC Well Known Text 2 (2019)
COORDINATEOPERATION["PNG94 to PNG08 height (1)", VERSION["QC-Png"], SOURCECRS[ GEOGCRS["PNG94", DATUM["Papua New Guinea Geodetic Datum 1994", ELLIPSOID["GRS 1980",6378137,298.257222101, 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]], ID["EPSG",5545]]], TARGETCRS[ VERTCRS["PNG08 height", VDATUM["PNG08"], CS[vertical,1], AXIS["gravity-related height (H)",up, LENGTHUNIT["metre",1]], ID["EPSG",7447]]], METHOD["Geographic3D to GravityRelatedHeight (PNG)", ID["EPSG",1059]], PARAMETERFILE["Geoid (height correction) model file","PNG08.DAT"], OPERATIONACCURACY[0.2], USAGE[ SCOPE["Derivation of gravity-related heights from GNSS observations."], AREA["Papua New Guinea - between 0°N and 12°S and 140°E and 158°E - onshore and offshore."], BBOX[-12,140,0.01,158.01]], ID["EPSG",7655]]
Definition: JavaScript (Proj4js)
proj4.defs("EPSG:7655","+proj=pipeline +step +proj=axisswap +order=2,1 +step +proj=unitconvert +xy_in=deg +xy_out=rad +step +inv +proj=vgridshift +grids=PNG08.DAT +multiplier=1 +step +proj=unitconvert +xy_in=rad +xy_out=deg +step +proj=axisswap +order=2,1");
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "Transformation", "name": "PNG94 to PNG08 height (1)", "source_crs": { "type": "GeographicCRS", "name": "PNG94", "datum": { "type": "GeodeticReferenceFrame", "name": "Papua New Guinea Geodetic Datum 1994", "ellipsoid": { "name": "GRS 1980", "semi_major_axis": 6378137, "inverse_flattening": 298.257222101 } }, "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" } ] }, "id": { "authority": "EPSG", "code": 5545 } }, "target_crs": { "type": "VerticalCRS", "name": "PNG08 height", "datum": { "type": "VerticalReferenceFrame", "name": "PNG08" }, "coordinate_system": { "subtype": "vertical", "axis": [ { "name": "Gravity-related height", "abbreviation": "H", "direction": "up", "unit": "metre" } ] }, "id": { "authority": "EPSG", "code": 7447 } }, "method": { "name": "Geographic3D to GravityRelatedHeight (PNG)", "id": { "authority": "EPSG", "code": 1059 } }, "parameters": [ { "name": "Geoid (height correction) model file", "value": "PNG08.DAT", "id": { "authority": "EPSG", "code": 8666 } } ], "accuracy": "0.2", "scope": "Derivation of gravity-related heights from GNSS observations.", "area": "Papua New Guinea - between 0°N and 12°S and 140°E and 158°E - onshore and offshore.", "bbox": { "south_latitude": -12, "west_longitude": 140, "north_latitude": 0.01, "east_longitude": 158.01 }, "id": { "authority": "EPSG", "code": 7655 } }
Definition: MapServer - MAPfile
PROJECTION "proj=pipeline" "step" "proj=axisswap" "order=2,1" "step" "proj=unitconvert" "xy_in=deg" "xy_out=rad" "step" "inv" "proj=vgridshift" "grids=PNG08.DAT" "multiplier=1" "step" "proj=unitconvert" "xy_in=rad" "xy_out=deg" "step" "proj=axisswap" "order=2,1" END
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=pipeline +step +proj=axisswap +order=2,1 +step +proj=unitconvert +xy_in=deg +xy_out=rad +step +inv +proj=vgridshift +grids=PNG08.DAT +multiplier=1 +step +proj=unitconvert +xy_in=rad +xy_out=deg +step +proj=axisswap +order=2,1"> <Layer srs="+proj=pipeline +step +proj=axisswap +order=2,1 +step +proj=unitconvert +xy_in=deg +xy_out=rad +step +inv +proj=vgridshift +grids=PNG08.DAT +multiplier=1 +step +proj=unitconvert +xy_in=rad +xy_out=deg +step +proj=axisswap +order=2,1"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 7655, 'EPSG', 7655, '+proj=pipeline +step +proj=axisswap +order=2,1 +step +proj=unitconvert +xy_in=deg +xy_out=rad +step +inv +proj=vgridshift +grids=PNG08.DAT +multiplier=1 +step +proj=unitconvert +xy_in=rad +xy_out=deg +step +proj=axisswap +order=2,1', 'None');