EPSG:6988 - IG05/12 Intermediate CRS

Attributes


Unit

metre

Scope

Intermediate stage in transformations - not used otherwise.

Remarks

None

Area of use

Israel - onshore; Palestine Territory - onshore.

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

Datum: IG05/12 Intermediate Datum

Coordinate System: cartesian

Projection: Undefined

Geodetic CRS: Undefined

Export

GEODCRS["IG05/12 Intermediate CRS",
    DATUM["IG05/12 Intermediate Datum",
        ELLIPSOID["GRS 1980",6378137,298.257222101,
            LENGTHUNIT["metre",1]]],
    PRIMEM["Greenwich",0,
        ANGLEUNIT["degree",0.0174532925199433]],
    CS[Cartesian,3],
        AXIS["(X)",geocentricX,
            ORDER[1],
            LENGTHUNIT["metre",1]],
        AXIS["(Y)",geocentricY,
            ORDER[2],
            LENGTHUNIT["metre",1]],
        AXIS["(Z)",geocentricZ,
            ORDER[3],
            LENGTHUNIT["metre",1]],
    USAGE[
        SCOPE["Intermediate stage in transformations - not used otherwise."],
        AREA["Israel - onshore; Palestine Territory - onshore."],
        BBOX[29.45,34.17,33.28,35.69]],
    ID["EPSG",6988]]
{
  "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
  "type": "GeodeticCRS",
  "name": "IG05/12 Intermediate CRS",
  "datum": {
    "type": "GeodeticReferenceFrame",
    "name": "IG05/12 Intermediate Datum",
    "ellipsoid": {
      "name": "GRS 1980",
      "semi_major_axis": 6378137,
      "inverse_flattening": 298.257222101
    }
  },
  "coordinate_system": {
    "subtype": "Cartesian",
    "axis": [
      {
        "name": "Geocentric X",
        "abbreviation": "X",
        "direction": "geocentricX",
        "unit": "metre"
      },
      {
        "name": "Geocentric Y",
        "abbreviation": "Y",
        "direction": "geocentricY",
        "unit": "metre"
      },
      {
        "name": "Geocentric Z",
        "abbreviation": "Z",
        "direction": "geocentricZ",
        "unit": "metre"
      }
    ]
  },
  "scope": "Intermediate stage in transformations - not used otherwise.",
  "area": "Israel - onshore; Palestine Territory - onshore.",
  "bbox": {
    "south_latitude": 29.45,
    "west_longitude": 34.17,
    "north_latitude": 33.28,
    "east_longitude": 35.69
  },
  "id": {
    "authority": "EPSG",
    "code": 6988
  }
}
{'crs_wkt': 'GEODCRS["IG05/12 Intermediate CRS",DATUM["IG05/12 Intermediate '
            'Datum",ELLIPSOID["GRS '
            '1980",6378137,298.257222101,LENGTHUNIT["metre",1]]],PRIMEM["Greenwich",0,ANGLEUNIT["degree",0.0174532925199433]],CS[Cartesian,3],AXIS["(X)",geocentricX,ORDER[1],LENGTHUNIT["metre",1]],AXIS["(Y)",geocentricY,ORDER[2],LENGTHUNIT["metre",1]],AXIS["(Z)",geocentricZ,ORDER[3],LENGTHUNIT["metre",1]],USAGE[SCOPE["Intermediate '
            'stage in transformations - not used otherwise."],AREA["Israel - '
            'onshore; Palestine Territory - '
            'onshore."],BBOX[29.45,34.17,33.28,35.69]],ID["EPSG",6988]]'}