EPSG:4001 - Unknown datum based upon the Airy 1830 ellipsoid

Attributes


Unit

degree

Scope

Not recommended.

Remarks

None

Area of use

Not specified.

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

Datum: Not specified (based on Airy 1830 ellipsoid)

Coordinate System: ellipsoidal

Projection: Undefined

Geodetic CRS: Undefined

Export

GEOGCRS["Unknown datum based upon the Airy 1830 ellipsoid",
    DATUM["Not specified (based on Airy 1830 ellipsoid)",
        ELLIPSOID["Airy 1830",6377563.396,299.3249646,
            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["Not recommended."],
        AREA["Not specified."],
        BBOX[-90,-180,90,180]],
    ID["EPSG",4001]]
{
  "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
  "type": "GeographicCRS",
  "name": "Unknown datum based upon the Airy 1830 ellipsoid",
  "datum": {
    "type": "GeodeticReferenceFrame",
    "name": "Not specified (based on Airy 1830 ellipsoid)",
    "ellipsoid": {
      "name": "Airy 1830",
      "semi_major_axis": 6377563.396,
      "inverse_flattening": 299.3249646
    }
  },
  "coordinate_system": {
    "subtype": "ellipsoidal",
    "axis": [
      {
        "name": "Geodetic latitude",
        "abbreviation": "Lat",
        "direction": "north",
        "unit": "degree"
      },
      {
        "name": "Geodetic longitude",
        "abbreviation": "Lon",
        "direction": "east",
        "unit": "degree"
      }
    ]
  },
  "scope": "Not recommended.",
  "area": "Not specified.",
  "bbox": {
    "south_latitude": -90,
    "west_longitude": -180,
    "north_latitude": 90,
    "east_longitude": 180
  },
  "id": {
    "authority": "EPSG",
    "code": 4001
  }
}
{'crs_wkt': 'GEOGCRS["Unknown datum based upon the Airy 1830 '
            'ellipsoid",DATUM["Not specified (based on Airy 1830 '
            'ellipsoid)",ELLIPSOID["Airy '
            '1830",6377563.396,299.3249646,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["Not '
            'recommended."],AREA["Not '
            'specified."],BBOX[-90,-180,90,180]],ID["EPSG",4001]]',
 'geographic_crs_name': 'Unknown datum based upon the Airy 1830 ellipsoid',
 'grid_mapping_name': 'latitude_longitude',
 'horizontal_datum_name': 'Not specified (based on Airy 1830 ellipsoid)',
 'inverse_flattening': 299.3249646,
 'longitude_of_prime_meridian': 0.0,
 'prime_meridian_name': 'Greenwich',
 'reference_ellipsoid_name': 'Airy 1830',
 'semi_major_axis': 6377563.396,
 'semi_minor_axis': 6356256.909237285}