EPSG:10704

N43 height to N60 height (1)

Attributes

Geodetic CRS: N43 height

Datum: Helsinki 1943

Data source: EPSG

Information source: National Land Survey of Finland; http://www.maanmittauslaitos.fi

Revision date: 2024-12-12

Scope: Change of height to a different vertical reference surface.

Remarks: Accuracy has not been determined.

Method: Vertical Offset by TIN Interpolation (JSON)

Area of use: Finland - onshore mainland south of approximately 66°N.

Description: (0,)

MapTiler banner

Definition: OGC Well Known Text 2 (2019)

COORDINATEOPERATION["N43 height to N60 height (1)",
    VERSION["NLS-Fin TINshift"],
    SOURCECRS[
        VERTCRS["N43 height",
            VDATUM["Helsinki 1943"],
            CS[vertical,1],
                AXIS["gravity-related height (H)",up,
                    LENGTHUNIT["metre",1]],
            ID["EPSG",8675]]],
    TARGETCRS[
        VERTCRS["N60 height",
            VDATUM["Helsinki 1960"],
            CS[vertical,1],
                AXIS["gravity-related height (H)",up,
                    LENGTHUNIT["metre",1]],
            ID["EPSG",5717]]],
    METHOD["Vertical Offset by TIN Interpolation (JSON)",
        ID["EPSG",1137]],
    PARAMETERFILE["TIN offset file","fi_nls_n43_n60.json"],
    INTERPOLATIONCRS[
        PROJCRS["KKJ / Finland Uniform Coordinate System",
            BASEGEOGCRS["KKJ",
                DATUM["Kartastokoordinaattijarjestelma (1966)",
                    ELLIPSOID["International 1924",6378388,297,
                        LENGTHUNIT["metre",1]]],
                PRIMEM["Greenwich",0,
                    ANGLEUNIT["degree",0.0174532925199433]],
                ID["EPSG",4123]],
            CONVERSION["Finland Uniform Coordinate System",
                METHOD["Transverse Mercator",
                    ID["EPSG",9807]],
                PARAMETER["Latitude of natural origin",0,
                    ANGLEUNIT["degree",0.0174532925199433],
                    ID["EPSG",8801]],
                PARAMETER["Longitude of natural origin",27,
                    ANGLEUNIT["degree",0.0174532925199433],
                    ID["EPSG",8802]],
                PARAMETER["Scale factor at natural origin",1,
                    SCALEUNIT["unity",1],
                    ID["EPSG",8805]],
                PARAMETER["False easting",3500000,
                    LENGTHUNIT["metre",1],
                    ID["EPSG",8806]],
                PARAMETER["False northing",0,
                    LENGTHUNIT["metre",1],
                    ID["EPSG",8807]]],
            CS[Cartesian,2],
                AXIS["northing (X)",north,
                    ORDER[1],
                    LENGTHUNIT["metre",1]],
                AXIS["easting (Y)",east,
                    ORDER[2],
                    LENGTHUNIT["metre",1]]]],
    USAGE[
        SCOPE["Change of height to a different vertical reference surface."],
        AREA["Finland - onshore mainland south of approximately 66°N."],
        BBOX[59.75,20.95,66.73,31.59]],
    ID["EPSG",10704],
    REMARK["Accuracy has not been determined."]]

Definition: PROJ.4

+proj=tinshift +file=fi_nls_n43_n60.json

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:10704","+proj=tinshift +file=fi_nls_n43_n60.json");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "Transformation",
    "name": "N43 height to N60 height (1)",
    "source_crs": {
        "type": "VerticalCRS",
        "name": "N43 height",
        "datum": {
            "type": "VerticalReferenceFrame",
            "name": "Helsinki 1943"
        },
        "coordinate_system": {
            "subtype": "vertical",
            "axis": [
                {
                    "name": "Gravity-related height",
                    "abbreviation": "H",
                    "direction": "up",
                    "unit": "metre"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 8675
        }
    },
    "target_crs": {
        "type": "VerticalCRS",
        "name": "N60 height",
        "datum": {
            "type": "VerticalReferenceFrame",
            "name": "Helsinki 1960"
        },
        "coordinate_system": {
            "subtype": "vertical",
            "axis": [
                {
                    "name": "Gravity-related height",
                    "abbreviation": "H",
                    "direction": "up",
                    "unit": "metre"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 5717
        }
    },
    "interpolation_crs": {
        "type": "ProjectedCRS",
        "name": "KKJ / Finland Uniform Coordinate System",
        "base_crs": {
            "type": "GeographicCRS",
            "name": "KKJ",
            "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "Kartastokoordinaattijarjestelma (1966)",
                "ellipsoid": {
                    "name": "International 1924",
                    "semi_major_axis": 6378388,
                    "inverse_flattening": 297
                }
            },
            "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                    {
                        "name": "Geodetic latitude",
                        "abbreviation": "Lat",
                        "direction": "north",
                        "unit": "degree"
                    },
                    {
                        "name": "Geodetic longitude",
                        "abbreviation": "Lon",
                        "direction": "east",
                        "unit": "degree"
                    }
                ]
            },
            "id": {
                "authority": "EPSG",
                "code": 4123
            }
        },
        "conversion": {
            "name": "Finland Uniform Coordinate System",
            "method": {
                "name": "Transverse Mercator",
                "id": {
                    "authority": "EPSG",
                    "code": 9807
                }
            },
            "parameters": [
                {
                    "name": "Latitude of natural origin",
                    "value": 0,
                    "unit": "degree",
                    "id": {
                        "authority": "EPSG",
                        "code": 8801
                    }
                },
                {
                    "name": "Longitude of natural origin",
                    "value": 27,
                    "unit": "degree",
                    "id": {
                        "authority": "EPSG",
                        "code": 8802
                    }
                },
                {
                    "name": "Scale factor at natural origin",
                    "value": 1,
                    "unit": "unity",
                    "id": {
                        "authority": "EPSG",
                        "code": 8805
                    }
                },
                {
                    "name": "False easting",
                    "value": 3500000,
                    "unit": "metre",
                    "id": {
                        "authority": "EPSG",
                        "code": 8806
                    }
                },
                {
                    "name": "False northing",
                    "value": 0,
                    "unit": "metre",
                    "id": {
                        "authority": "EPSG",
                        "code": 8807
                    }
                }
            ]
        },
        "coordinate_system": {
            "subtype": "Cartesian",
            "axis": [
                {
                    "name": "Northing",
                    "abbreviation": "X",
                    "direction": "north",
                    "unit": "metre"
                },
                {
                    "name": "Easting",
                    "abbreviation": "Y",
                    "direction": "east",
                    "unit": "metre"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 2393
        }
    },
    "method": {
        "name": "Vertical Offset by TIN Interpolation (JSON)",
        "id": {
            "authority": "EPSG",
            "code": 1137
        }
    },
    "parameters": [
        {
            "name": "TIN offset file",
            "value": "fi_nls_n43_n60.json",
            "id": {
                "authority": "EPSG",
                "code": 1064
            }
        }
    ],
    "scope": "Change of height to a different vertical reference surface.",
    "area": "Finland - onshore mainland south of approximately 66°N.",
    "bbox": {
        "south_latitude": 59.75,
        "west_longitude": 20.95,
        "north_latitude": 66.73,
        "east_longitude": 31.59
    },
    "id": {
        "authority": "EPSG",
        "code": 10704
    },
    "remarks": "Accuracy has not been determined."
}

Definition: MapServer - MAPfile

PROJECTION
	"proj=tinshift"
	"file=fi_nls_n43_n60.json"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=tinshift +file=fi_nls_n43_n60.json">
	<Layer srs="+proj=tinshift +file=fi_nls_n43_n60.json">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 10704, 'EPSG', 10704, '+proj=tinshift +file=fi_nls_n43_n60.json', 'None');