Geodetic CRS: ETRF2000 + EOMA 1980 height
Data source: EPSG
Information source: Lechner Knowledge Center, Satellite Geodesy Observatory (SGO), https://eht2.gnssnet.hu
Revision date: 2024-08-28
Scope: Geodesy, cadastre, engineering survey, topographic mapping.
Area of use: Hungary.
Definition: OGC Well Known Text
COMPD_CS["ETRF2000 + EOMA 1980 height", GEOGCS["ETRF2000", DATUM["European_Terrestrial_Reference_Frame_2000", SPHEROID["GRS 1980",6378137,298.257222101, AUTHORITY["EPSG","7019"]], AUTHORITY["EPSG","1186"]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.0174532925199433, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","9067"]], VERT_CS["EOMA 1980 height", VERT_DATUM["Baltic 1980",2005, AUTHORITY["EPSG","5185"]], UNIT["metre",1, AUTHORITY["EPSG","9001"]], AXIS["Gravity-related height",UP], AUTHORITY["EPSG","5787"]], AUTHORITY["EPSG","10659"]]
Definition: OGC Well Known Text 2 (2019)
COMPOUNDCRS["ETRF2000 + EOMA 1980 height", GEOGCRS["ETRF2000", DATUM["European Terrestrial Reference Frame 2000", ELLIPSOID["GRS 1980",6378137,298.257222101, LENGTHUNIT["metre",1]]], PRIMEM["Greenwich",0, ANGLEUNIT["degree",0.0174532925199433]], CS[ellipsoidal,2], AXIS["geodetic latitude (Lat)",north, ORDER[1], ANGLEUNIT["degree",0.0174532925199433]], AXIS["geodetic longitude (Lon)",east, ORDER[2], ANGLEUNIT["degree",0.0174532925199433]]], VERTCRS["EOMA 1980 height", VDATUM["Baltic 1980"], CS[vertical,1], AXIS["gravity-related height (H)",up, LENGTHUNIT["metre",1]]], USAGE[ SCOPE["Geodesy, cadastre, engineering survey, topographic mapping."], AREA["Hungary."], BBOX[45.74,16.11,48.58,22.9]], ID["EPSG",10659]]
Definition: ESRI Well Known Text
GEOGCS["ETRF2000", DATUM["European_Terrestrial_Reference_Frame_2000", SPHEROID["GRS_1980",6378137.0,298.257222101]], PRIMEM["Greenwich",0.0], UNIT["Degree",0.0174532925199433]], VERTCS["EOMA_1980", VDATUM["Baltic_1980"], PARAMETER["Vertical_Shift",0.0], PARAMETER["Direction",1.0], UNIT["Meter",1.0]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "CompoundCRS", "name": "ETRF2000 + EOMA 1980 height", "components": [ { "type": "GeographicCRS", "name": "ETRF2000", "datum": { "type": "GeodeticReferenceFrame", "name": "European Terrestrial Reference Frame 2000", "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" } ] } }, { "type": "VerticalCRS", "name": "EOMA 1980 height", "datum": { "type": "VerticalReferenceFrame", "name": "Baltic 1980" }, "coordinate_system": { "subtype": "vertical", "axis": [ { "name": "Gravity-related height", "abbreviation": "H", "direction": "up", "unit": "metre" } ] } } ], "scope": "Geodesy, cadastre, engineering survey, topographic mapping.", "area": "Hungary.", "bbox": { "south_latitude": 45.74, "west_longitude": 16.11, "north_latitude": 48.58, "east_longitude": 22.9 }, "id": { "authority": "EPSG", "code": 10659 } }
Definition: GeoServer
10659=COMPD_CS["ETRF2000 + EOMA 1980 height",GEOGCS["ETRF2000",DATUM["European_Terrestrial_Reference_Frame_2000",SPHEROID["GRS 1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],AUTHORITY["EPSG","1186"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","9067"]],VERT_CS["EOMA 1980 height",VERT_DATUM["Baltic 1980",2005,AUTHORITY["EPSG","5185"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Gravity-related height",UP],AUTHORITY["EPSG","5787"]],AUTHORITY["EPSG","10659"]]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs"> <Layer srs="+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 10659, 'EPSG', 10659, '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs', 'COMPD_CS["ETRF2000 + EOMA 1980 height",GEOGCS["ETRF2000",DATUM["European_Terrestrial_Reference_Frame_2000",SPHEROID["GRS 1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],AUTHORITY["EPSG","1186"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","9067"]],VERT_CS["EOMA 1980 height",VERT_DATUM["Baltic 1980",2005,AUTHORITY["EPSG","5185"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Gravity-related height",UP],AUTHORITY["EPSG","5787"]],AUTHORITY["EPSG","10659"]]');