EPSG:4301

Tokyo

Attributes

Unit: degree (supplier to define representation)

Geodetic CRS: Tokyo

Datum: Tokyo

Ellipsoid: Bessel 1841

Prime meridian: Greenwich

Data source: EPSG

Information source: Geographic Survey Institute; Japan; Bulletin 40 (March 1994). Also http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html

Revision date: 2010-06-30

Scope: Geodesy.

Remarks: In Japan, replaces Tokyo 1892 (CRS code 5132) and replaced by JGD2000 (code 4612) from April 2002. In Korea used only for geodetic applications before being replaced by Korean 1985 (code 4162).

Area of use: Japan - onshore; North Korea - onshore; South Korea - onshore.

Coordinate system: Ellipsoidal 2D CS. Axes: latitude, longitude. Orientations: north, east. UoM: degree

Center coordinates
141.78 37.52

WGS84 bounds:
141.56 45.33
142.0 45.54

Japan - onshore mainland 45°20'N to 46°N; 141°E to 142°E.
MapTiler banner

Export

Definition: OGC Well Known Text 2 (2019)

BOUNDCRS[
    SOURCECRS[
        GEOGCRS["Tokyo",
            DATUM["Tokyo",
                ELLIPSOID["Bessel 1841",6377397.155,299.1528128,
                    LENGTHUNIT["metre",1]]],
            PRIMEM["Greenwich",0,
                ANGLEUNIT["degree",0.0174532925199433]],
            CS[ellipsoidal,2],
                AXIS["geodetic latitude (Lat)",north,
                    ORDER[1],
                    ANGLEUNIT["degree",0.0174532925199433]],
                AXIS["geodetic longitude (Lon)",east,
                    ORDER[2],
                    ANGLEUNIT["degree",0.0174532925199433]],
            USAGE[
                SCOPE["Geodesy."],
                AREA["Japan - onshore; North Korea - onshore; South Korea - onshore."],
                BBOX[20.37,122.83,45.54,154.05]],
            ID["EPSG",4301]]],
    TARGETCRS[
        GEOGCRS["WGS 84",
            ENSEMBLE["World Geodetic System 1984 ensemble",
                MEMBER["World Geodetic System 1984 (Transit)"],
                MEMBER["World Geodetic System 1984 (G730)"],
                MEMBER["World Geodetic System 1984 (G873)"],
                MEMBER["World Geodetic System 1984 (G1150)"],
                MEMBER["World Geodetic System 1984 (G1674)"],
                MEMBER["World Geodetic System 1984 (G1762)"],
                MEMBER["World Geodetic System 1984 (G2139)"],
                ELLIPSOID["WGS 84",6378137,298.257223563,
                    LENGTHUNIT["metre",1]],
                ENSEMBLEACCURACY[2.0]],
            PRIMEM["Greenwich",0,
                ANGLEUNIT["degree",0.0174532925199433]],
            CS[ellipsoidal,2],
                AXIS["geodetic latitude (Lat)",north,
                    ORDER[1],
                    ANGLEUNIT["degree",0.0174532925199433]],
                AXIS["geodetic longitude (Lon)",east,
                    ORDER[2],
                    ANGLEUNIT["degree",0.0174532925199433]],
            USAGE[
                SCOPE["Horizontal component of 3D system."],
                AREA["World."],
                BBOX[-90,-180,90,180]],
            ID["EPSG",4326]]],
    ABRIDGEDTRANSFORMATION["Tokyo to WGS 84 (6)",
        METHOD["Geographic2D with Height Offsets",
            ID["EPSG",9618]],
        PARAMETER["Latitude offset",28512,
            ID["EPSG",8601]],
        PARAMETER["Longitude offset",-13.88,
            ID["EPSG",8602]],
        PARAMETER["Geoid undulation",26.1,
            ID["EPSG",8604]],
        USAGE[
            SCOPE["Medium accuracy applications."],
            AREA["Japan - onshore mainland 45°20'N to 46°N; 141°E to 142°E."],
            BBOX[45.33,141.56,45.54,142]],
        ID["EPSG",1335]]]

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "BoundCRS",
    "source_crs": {
        "type": "GeographicCRS",
        "name": "Tokyo",
        "datum": {
            "type": "GeodeticReferenceFrame",
            "name": "Tokyo",
            "ellipsoid": {
                "name": "Bessel 1841",
                "semi_major_axis": 6377397.155,
                "inverse_flattening": 299.1528128
            }
        },
        "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": 4301
        }
    },
    "target_crs": {
        "type": "GeographicCRS",
        "name": "WGS 84",
        "datum_ensemble": {
            "name": "World Geodetic System 1984 ensemble",
            "members": [
                {
                    "name": "World Geodetic System 1984 (Transit)",
                    "id": {
                        "authority": "EPSG",
                        "code": 1166
                    }
                },
                {
                    "name": "World Geodetic System 1984 (G730)",
                    "id": {
                        "authority": "EPSG",
                        "code": 1152
                    }
                },
                {
                    "name": "World Geodetic System 1984 (G873)",
                    "id": {
                        "authority": "EPSG",
                        "code": 1153
                    }
                },
                {
                    "name": "World Geodetic System 1984 (G1150)",
                    "id": {
                        "authority": "EPSG",
                        "code": 1154
                    }
                },
                {
                    "name": "World Geodetic System 1984 (G1674)",
                    "id": {
                        "authority": "EPSG",
                        "code": 1155
                    }
                },
                {
                    "name": "World Geodetic System 1984 (G1762)",
                    "id": {
                        "authority": "EPSG",
                        "code": 1156
                    }
                },
                {
                    "name": "World Geodetic System 1984 (G2139)",
                    "id": {
                        "authority": "EPSG",
                        "code": 1309
                    }
                }
            ],
            "ellipsoid": {
                "name": "WGS 84",
                "semi_major_axis": 6378137,
                "inverse_flattening": 298.257223563
            },
            "accuracy": "2.0",
            "id": {
                "authority": "EPSG",
                "code": 6326
            }
        },
        "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": 4326
        }
    },
    "transformation": {
        "name": "Tokyo to WGS 84 (6)",
        "method": {
            "name": "Geographic2D with Height Offsets",
            "id": {
                "authority": "EPSG",
                "code": 9618
            }
        },
        "parameters": [
            {
                "name": "Latitude offset",
                "value": 7.92,
                "unit": {
                    "type": "AngularUnit",
                    "name": "degree minute second hemisphere",
                    "conversion_factor": 0.0174532925199433
                },
                "id": {
                    "authority": "EPSG",
                    "code": 8601
                }
            },
            {
                "name": "Longitude offset",
                "value": -13.88,
                "unit": {
                    "type": "AngularUnit",
                    "name": "arc-second",
                    "conversion_factor": 4.84813681109536e-06
                },
                "id": {
                    "authority": "EPSG",
                    "code": 8602
                }
            },
            {
                "name": "Geoid undulation",
                "value": 26.1,
                "unit": "metre",
                "id": {
                    "authority": "EPSG",
                    "code": 8604
                }
            }
        ],
        "id": {
            "authority": "EPSG",
            "code": 1335
        }
    }
}