Geodesy, cadastre, engineering survey, topographic mapping.
Replaces PWD Datum.
Definition: OGC Well Known Text 2 (2019)
VERTCRS["NVD 1992 height", VDATUM["National Vertical Datum 1992"], CS[vertical,1], AXIS["gravity-related height (H)",up, LENGTHUNIT["metre",1]], USAGE[ SCOPE["Geodesy, cadastre, engineering survey, topographic mapping."], AREA["Bangladesh - onshore."], BBOX[20.52,88.01,26.64,92.67]], ID["EPSG",9681]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "VerticalCRS", "name": "NVD 1992 height", "datum": { "type": "VerticalReferenceFrame", "name": "National Vertical Datum 1992" }, "coordinate_system": { "subtype": "vertical", "axis": [ { "name": "Gravity-related height", "abbreviation": "H", "direction": "up", "unit": "metre" } ] }, "scope": "Geodesy, cadastre, engineering survey, topographic mapping.", "area": "Bangladesh - onshore.", "bbox": { "south_latitude": 20.52, "west_longitude": 88.01, "north_latitude": 26.64, "east_longitude": 92.67 }, "id": { "authority": "EPSG", "code": 9681 } }
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+vunits=m +no_defs +type=crs"> <Layer srs="+vunits=m +no_defs +type=crs"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 9681, 'EPSG', 9681, '+vunits=m +no_defs +type=crs', 'VERT_CS["NVD 1992 height",VERT_DATUM["National Vertical Datum 1992",2005,AUTHORITY["EPSG","1303"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Gravity-related height",UP],AUTHORITY["EPSG","9681"]]');