EPSG:9895

LUREF / Luxembourg TM (3D)

Attributes

Unit: metre

Geodetic CRS: LUREF

Datum: Luxembourg Reference Frame

Ellipsoid: International 1924

Prime meridian: Greenwich

Data source: EPSG

Information source: Administration du Cadastre et de la Topographie (ACT), https://act.public.lu

Revision date: 2022-01-03

Scope: Cadastre, topographic mapping.

Remarks: The height error in assuming that the CS is Cartesian never exceeds 2mm per 100m height in Luxembourg. The ellipsoidal height approximates NG95 height to 5-15cm. For engineering and other applications requiring physical height use compound CRS code 9897.

Area of use: Luxembourg.

Coordinate system: Affine 3D CS. Axes: northing, easting, ellipsoidal height (X,Y,h). Orientations: north, east, up. UoM: m.

Center coordinates
77255.99 97842.85

Projected bounds:
48225.17 56133.69
106245.56 139644.91

WGS84 bounds:
5.73 49.44
6.53 50.19

Luxembourg.
MapTiler banner

Definition: OGC Well Known Text 2 (2019)

PROJCRS["LUREF / Luxembourg TM (3D)",
    BASEGEOGCRS["LUREF",
        DATUM["Luxembourg Reference Frame",
            ELLIPSOID["International 1924",6378388,297,
                LENGTHUNIT["metre",1]]],
        PRIMEM["Greenwich",0,
            ANGLEUNIT["degree",0.0174532925199433]],
        ID["EPSG",9893]],
    CONVERSION["Luxembourg TM (3D)",
        METHOD["Transverse Mercator 3D",
            ID["EPSG",1111]],
        PARAMETER["Latitude of natural origin",49.8333333333333,
            ANGLEUNIT["degree",0.0174532925199433],
            ID["EPSG",8801]],
        PARAMETER["Longitude of natural origin",6.16666666666667,
            ANGLEUNIT["degree",0.0174532925199433],
            ID["EPSG",8802]],
        PARAMETER["Scale factor at natural origin",1,
            SCALEUNIT["unity",1],
            ID["EPSG",8805]],
        PARAMETER["False easting",80000,
            LENGTHUNIT["metre",1],
            ID["EPSG",8806]],
        PARAMETER["False northing",100000,
            LENGTHUNIT["metre",1],
            ID["EPSG",8807]]],
    CS[Cartesian,3],
        AXIS["northing (X)",north,
            ORDER[1],
            LENGTHUNIT["metre",1]],
        AXIS["easting (Y)",east,
            ORDER[2],
            LENGTHUNIT["metre",1]],
        AXIS["ellipsoidal height (h)",up,
            ORDER[3],
            LENGTHUNIT["metre",1]],
    USAGE[
        SCOPE["Cadastre, topographic mapping."],
        AREA["Luxembourg."],
        BBOX[49.44,5.73,50.19,6.53]],
    ID["EPSG",9895]]

Definition: ESRI Well Known Text

PROJCS["LUREF_Luxembourg_TM_(3D)",
    GEOGCS["GCS_LUREF",
        DATUM["D_Luxembourg_Reference_Frame",
            SPHEROID["International_1924",6378388.0,297.0]],
        PRIMEM["Greenwich",0.0],
        UNIT["Degree",0.0174532925199433]],
    PROJECTION["Transverse_Mercator"],
    PARAMETER["latitude_of_origin",49.8333333333333],
    PARAMETER["central_meridian",6.16666666666667],
    PARAMETER["scale_factor",1.0],
    PARAMETER["false_easting",80000.0],
    PARAMETER["false_northing",100000.0],
    UNIT["Meter",1.0]],
VERTCS["LUREF",
    DATUM["D_Luxembourg_Reference_Frame",
        SPHEROID["International_1924",6378388.0,297.0]],
    PARAMETER["Vertical_Shift",0.0],
    PARAMETER["Direction",1.0],
    UNIT["Meter",1.0]]

Definition: PROJ.4

+proj=tmerc +lat_0=49.8333333333333 +lon_0=6.16666666666667 +k=1 +x_0=80000 +y_0=100000 +ellps=intl +units=m +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:9895","+proj=tmerc +lat_0=49.8333333333333 +lon_0=6.16666666666667 +k=1 +x_0=80000 +y_0=100000 +ellps=intl +units=m +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "ProjectedCRS",
    "name": "LUREF / Luxembourg TM (3D)",
    "base_crs": {
        "name": "LUREF",
        "datum": {
            "type": "GeodeticReferenceFrame",
            "name": "Luxembourg Reference Frame",
            "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"
                },
                {
                    "name": "Ellipsoidal height",
                    "abbreviation": "h",
                    "direction": "up",
                    "unit": "metre"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 9893
        }
    },
    "conversion": {
        "name": "Luxembourg TM (3D)",
        "method": {
            "name": "Transverse Mercator 3D",
            "id": {
                "authority": "EPSG",
                "code": 1111
            }
        },
        "parameters": [
            {
                "name": "Latitude of natural origin",
                "value": 49.8333333333333,
                "unit": "degree",
                "id": {
                    "authority": "EPSG",
                    "code": 8801
                }
            },
            {
                "name": "Longitude of natural origin",
                "value": 6.16666666666667,
                "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": 80000,
                "unit": "metre",
                "id": {
                    "authority": "EPSG",
                    "code": 8806
                }
            },
            {
                "name": "False northing",
                "value": 100000,
                "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"
            },
            {
                "name": "Ellipsoidal height",
                "abbreviation": "h",
                "direction": "up",
                "unit": "metre"
            }
        ]
    },
    "scope": "Cadastre, topographic mapping.",
    "area": "Luxembourg.",
    "bbox": {
        "south_latitude": 49.44,
        "west_longitude": 5.73,
        "north_latitude": 50.19,
        "east_longitude": 6.53
    },
    "id": {
        "authority": "EPSG",
        "code": 9895
    }
}

Definition: MapServer - MAPfile

PROJECTION
	"proj=tmerc"
	"lat_0=49.8333333333333"
	"lon_0=6.16666666666667"
	"k=1"
	"x_0=80000"
	"y_0=100000"
	"ellps=intl"
	"units=m"
	"no_defs"
	"type=crs"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=tmerc +lat_0=49.8333333333333 +lon_0=6.16666666666667 +k=1 +x_0=80000 +y_0=100000 +ellps=intl +units=m +no_defs +type=crs">
	<Layer srs="+proj=tmerc +lat_0=49.8333333333333 +lon_0=6.16666666666667 +k=1 +x_0=80000 +y_0=100000 +ellps=intl +units=m +no_defs +type=crs">
	</Layer>
</Map>