EPSG:6700 - Tokyo + JSLD72 height

Attributes


Unit

degree

Scope

Engineering survey, topographic mapping.

Remarks

None

Area of use

Japan - onshore mainland - Hokkaido.

Data Source: EPSG v11.016 2024-08-31

Datum: Tokyo

Coordinate System: Undefined

Projection: Undefined

Geodetic CRS: Undefined

Export

COMPOUNDCRS["Tokyo + JSLD72 height",
    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]]],
    VERTCRS["JSLD72 height",
        VDATUM["Japanese Standard Levelling Datum 1972"],
        CS[vertical,1],
            AXIS["gravity-related height (H)",up,
                LENGTHUNIT["metre",1]]],
    USAGE[
        SCOPE["Engineering survey, topographic mapping."],
        AREA["Japan - onshore mainland - Hokkaido."],
        BBOX[41.34,139.7,45.54,145.87]],
    ID["EPSG",6700]]
{
  "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
  "type": "CompoundCRS",
  "name": "Tokyo + JSLD72 height",
  "components": [
    {
      "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"
          }
        ]
      }
    },
    {
      "type": "VerticalCRS",
      "name": "JSLD72 height",
      "datum": {
        "type": "VerticalReferenceFrame",
        "name": "Japanese Standard Levelling Datum 1972"
      },
      "coordinate_system": {
        "subtype": "vertical",
        "axis": [
          {
            "name": "Gravity-related height",
            "abbreviation": "H",
            "direction": "up",
            "unit": "metre"
          }
        ]
      }
    }
  ],
  "scope": "Engineering survey, topographic mapping.",
  "area": "Japan - onshore mainland - Hokkaido.",
  "bbox": {
    "south_latitude": 41.34,
    "west_longitude": 139.7,
    "north_latitude": 45.54,
    "east_longitude": 145.87
  },
  "id": {
    "authority": "EPSG",
    "code": 6700
  }
}
{'crs_wkt': 'COMPOUNDCRS["Tokyo + JSLD72 '
            'height",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]]],VERTCRS["JSLD72 '
            'height",VDATUM["Japanese Standard Levelling Datum '
            '1972"],CS[vertical,1],AXIS["gravity-related height '
            '(H)",up,LENGTHUNIT["metre",1]]],USAGE[SCOPE["Engineering survey, '
            'topographic mapping."],AREA["Japan - onshore mainland - '
            'Hokkaido."],BBOX[41.34,139.7,45.54,145.87]],ID["EPSG",6700]]',
 'geographic_crs_name': 'Tokyo',
 'geopotential_datum_name': 'Japanese Standard Levelling Datum 1972',
 'grid_mapping_name': 'latitude_longitude',
 'horizontal_datum_name': 'Tokyo',
 'inverse_flattening': 299.1528128,
 'longitude_of_prime_meridian': 0.0,
 'prime_meridian_name': 'Greenwich',
 'reference_ellipsoid_name': 'Bessel 1841',
 'semi_major_axis': 6377397.155,
 'semi_minor_axis': 6356078.962818189}