Geodesy, engineering survey, topographic mapping.
Uses Normal heights. Replaces EVRF2000 height (CRS code 5730). Replaced by EVRF2019 height (CRS code 9389).
Definition: OGC Well Known Text
VERT_CS["EVRF2007 height", VERT_DATUM["European Vertical Reference Frame 2007",2005, AUTHORITY["EPSG","5215"]], UNIT["metre",1, AUTHORITY["EPSG","9001"]], AXIS["Gravity-related height",UP], AUTHORITY["EPSG","5621"]]
Definition: OGC Well Known Text 2 (2019)
VERTCRS["EVRF2007 height", VDATUM["European Vertical Reference Frame 2007"], CS[vertical,1], AXIS["gravity-related height (H)",up, LENGTHUNIT["metre",1]], USAGE[ SCOPE["Geodesy, engineering survey, topographic mapping."], AREA["Europe - onshore - Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; 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",5621]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "VerticalCRS", "name": "EVRF2007 height", "datum": { "type": "VerticalReferenceFrame", "name": "European Vertical Reference Frame 2007" }, "coordinate_system": { "subtype": "vertical", "axis": [ { "name": "Gravity-related height", "abbreviation": "H", "direction": "up", "unit": "metre" } ] }, "scope": "Geodesy, engineering survey, topographic mapping.", "area": "Europe - onshore - Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; 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": 5621 } }
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 ( 5621, 'EPSG', 5621, '+vunits=m +no_defs +type=crs', 'VERT_CS["EVRF2007 height",VERT_DATUM["European Vertical Reference Frame 2007",2005,AUTHORITY["EPSG","5215"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Gravity-related height",UP],AUTHORITY["EPSG","5621"]]');