EPSG:9251 - MMN

Attributes


Unit

degree

Scope

Oil and gas exploration and production.

Remarks

None

Area of use

Argentina - Tierra del Fuego onshore.

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

Datum: Ministerio de Marina Norte

Coordinate System: ellipsoidal

Projection: Undefined

Geodetic CRS: Undefined

Export

GEOGCRS["MMN",
    DATUM["Ministerio de Marina Norte",
        ELLIPSOID["International 1924",6378388,297,
            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["Oil and gas exploration and production."],
        AREA["Argentina - Tierra del Fuego onshore."],
        BBOX[-55.11,-68.64,-52.59,-63.73]],
    ID["EPSG",9251]]
{
  "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
  "type": "GeographicCRS",
  "name": "MMN",
  "datum": {
    "type": "GeodeticReferenceFrame",
    "name": "Ministerio de Marina Norte",
    "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"
      }
    ]
  },
  "scope": "Oil and gas exploration and production.",
  "area": "Argentina - Tierra del Fuego onshore.",
  "bbox": {
    "south_latitude": -55.11,
    "west_longitude": -68.64,
    "north_latitude": -52.59,
    "east_longitude": -63.73
  },
  "id": {
    "authority": "EPSG",
    "code": 9251
  }
}
{'crs_wkt': 'GEOGCRS["MMN",DATUM["Ministerio de Marina '
            'Norte",ELLIPSOID["International '
            '1924",6378388,297,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["Oil '
            'and gas exploration and production."],AREA["Argentina - Tierra '
            'del Fuego '
            'onshore."],BBOX[-55.11,-68.64,-52.59,-63.73]],ID["EPSG",9251]]',
 'geographic_crs_name': 'MMN',
 'grid_mapping_name': 'latitude_longitude',
 'horizontal_datum_name': 'Ministerio de Marina Norte',
 'inverse_flattening': 297.0,
 'longitude_of_prime_meridian': 0.0,
 'prime_meridian_name': 'Greenwich',
 'reference_ellipsoid_name': 'International 1924',
 'semi_major_axis': 6378388.0,
 'semi_minor_axis': 6356911.9461279465}