EPSG:5612 — Baltic 1977 depth
Vertical · Europe - FSU onshore
Export Formats
OGC WKT
VERT_CS[
"Baltic 1977 depth",
VERT_DATUM["Baltic 1977",2005,AUTHORITY["EPSG","5105"]],
UNIT["metre",1,AUTHORITY["EPSG","9001"]],
AXIS["Depth",DOWN],
AUTHORITY["EPSG","5612"]
]Related Coordinate Systems
Available Transformations (5)
| Transformation | Source → Target | Accuracy (m) |
|---|---|---|
| 5612 → 5706 | 0 | |
| 5612 → 5734 | 0 | |
| Baltic depth to Caspian height (1) Deprecated | 5612 → 5611 | 0 |
| Baltic height to Baltic depth (1) Deprecated | 5705 → 5612 | 0 |
| Baltic depth to AIOC95 height (1) Deprecated | 5612 → 5797 | 0 |
Other CRS using Baltic 1977
Frequently Asked Questions
How do I add EPSG:5612 to GeoServer?
Add the following definition to your GeoServer configuration:
5612=VERT_CS["Baltic 1977 depth",VERT_DATUM["Baltic 1977",2005,AUTHORITY["EPSG","5105"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Depth",DOWN],AUTHORITY["EPSG","5612"]] Read the full GeoServer guide →
How do I add EPSG:5612 to PostGIS?
Add the following definition to your PostGIS configuration:
INSERT INTO spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext)
VALUES (5612, 'EPSG', 5612, '+vunits=m +no_defs +type=crs', 'VERT_CS["Baltic 1977 depth",VERT_DATUM["Baltic 1977",2005,AUTHORITY["EPSG","5105"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Depth",DOWN],AUTHORITY["EPSG","5612"]]'); Read the full PostGIS guide →
How do I add EPSG:5612 to MapServer?
Add the following definition to your MapServer configuration:
PROJECTION
"+vunits=m"
"+no_defs"
"+type=crs"
END Read the full MapServer guide →
How do I use EPSG:5612 with Proj4js?
Add the following definition to your Proj4js configuration:
proj4.defs("EPSG:5612", "+vunits=m +no_defs +type=crs"); Read the full Proj4js guide →