metre
European Vertical Reference Frame 2000
EPSG
IAG Sub-Commission for Europe (EUREF). Also at EuroGeographics, http://crs.bkg.bund.de/crs-eu/
2022-03-02
Pan-European spatial positioning.
Uses Normal heights. Replaced by EVRF2007 height (CRS code 5621). In Austria, orthometric heights used instead - see CRS code 9274.
53.59 11.01
35.95 -9.56
71.24 31.59
-9.56 35.95
31.59 71.24
Definition: OGC Well Known Text
VERT_CS["EVRF2000 height", VERT_DATUM["European Vertical Reference Frame 2000",2005, AUTHORITY["EPSG","5129"]], UNIT["metre",1, AUTHORITY["EPSG","9001"]], AXIS["Gravity-related height",UP], AUTHORITY["EPSG","5730"]]
Definition: OGC Well Known Text 2 (2019)
VERTCRS["EVRF2000 height", VDATUM["European Vertical Reference Frame 2000"], CS[vertical,1], AXIS["gravity-related height (H)",up, LENGTHUNIT["metre",1]], USAGE[ SCOPE["Pan-European spatial positioning."], AREA["Europe - onshore - Andorra; Austria; Belgium; Bosnia and Herzegovina; Croatia; Czechia; Denmark; Estonia; Finland; France - mainland; Germany; Gibraltar; Hungary; Italy - mainland and Sicily; Latvia; Liechtenstein; Lithuania; Luxembourg; Netherlands; Norway; Poland; Portugal - mainland; Romania; San Marino; Slovakia; Slovenia; Spain - mainland; Sweden; Switzerland; United Kingdom (UK) - Great Britain mainland; Vatican City State."], BBOX[35.95,-9.56,71.24,31.59]], ID["EPSG",5730]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "VerticalCRS", "name": "EVRF2000 height", "datum": { "type": "VerticalReferenceFrame", "name": "European Vertical Reference Frame 2000" }, "coordinate_system": { "subtype": "vertical", "axis": [ { "name": "Gravity-related height", "abbreviation": "H", "direction": "up", "unit": "metre" } ] }, "scope": "Pan-European spatial positioning.", "area": "Europe - onshore - Andorra; Austria; Belgium; Bosnia and Herzegovina; Croatia; Czechia; Denmark; Estonia; Finland; France - mainland; Germany; Gibraltar; Hungary; Italy - mainland and Sicily; Latvia; Liechtenstein; Lithuania; Luxembourg; Netherlands; Norway; Poland; Portugal - mainland; Romania; San Marino; Slovakia; Slovenia; Spain - mainland; Sweden; Switzerland; United Kingdom (UK) - Great Britain mainland; Vatican City State.", "bbox": { "south_latitude": 35.95, "west_longitude": -9.56, "north_latitude": 71.24, "east_longitude": 31.59 }, "id": { "authority": "EPSG", "code": 5730 } }
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 ( 5730, 'EPSG', 5730, '+vunits=m +no_defs +type=crs', 'VERT_CS["EVRF2000 height",VERT_DATUM["European Vertical Reference Frame 2000",2005,AUTHORITY["EPSG","5129"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Gravity-related height",UP],AUTHORITY["EPSG","5730"]]');