ESRI:104261 DEPRECATED

Merchich (104261 was a duplicate)

Attributes

Data source: ESRI

Information source: ESRI

Area of use: Africa - Morocco and Western Sahara - onshore

Description: Merchich (104261 was a duplicate)

Center coordinates
-9.09 28.34

WGS84 bounds:
-17.16 20.71
-1.01 35.97

Africa - Morocco and Western Sahara - onshore
MapTiler banner

Definition: OGC Well Known Text

GEOGCS["GCS_Merchich (deprecated)",
    DATUM["Merchich",
        SPHEROID["Clarke 1880 (IGN)",6378249.2,293.466021293627,
            AUTHORITY["EPSG","7011"]],
        AUTHORITY["EPSG","6261"]],
    PRIMEM["Greenwich",0,
        AUTHORITY["EPSG","8901"]],
    UNIT["degree",0.0174532925199433,
        AUTHORITY["EPSG","9122"]],
    AUTHORITY["ESRI","104261"]]

Definition: OGC Well Known Text 2 (2019)

GEOGCRS["GCS_Merchich",
    DATUM["Merchich",
        ELLIPSOID["Clarke 1880 (IGN)",6378249.2,293.466021293627,
            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 known."],
        AREA["Africa - Morocco and Western Sahara - onshore."],
        BBOX[20.71,-17.16,35.97,-1.01]],
    ID["ESRI",104261]]

Definition: ESRI Well Known Text

GEOGCS["GCS_Merchich",
    DATUM["D_Merchich",
        SPHEROID["Clarke_1880_IGN",6378249.2,293.466021293627]],
    PRIMEM["Greenwich",0.0],
    UNIT["Degree",0.0174532925199433]]

Definition: PROJ.4

+proj=longlat +ellps=clrk80ign +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("ESRI:104261","+proj=longlat +ellps=clrk80ign +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "GeographicCRS",
    "name": "GCS_Merchich",
    "datum": {
        "type": "GeodeticReferenceFrame",
        "name": "Merchich",
        "ellipsoid": {
            "name": "Clarke 1880 (IGN)",
            "semi_major_axis": 6378249.2,
            "semi_minor_axis": 6356515
        }
    },
    "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 known.",
    "area": "Africa - Morocco and Western Sahara - onshore.",
    "bbox": {
        "south_latitude": 20.71,
        "west_longitude": -17.16,
        "north_latitude": 35.97,
        "east_longitude": -1.01
    },
    "id": {
        "authority": "ESRI",
        "code": 104261
    }
}

Definition: GeoServer

104261=GEOGCS["GCS_Merchich (deprecated)",DATUM["Merchich",SPHEROID["Clarke 1880 (IGN)",6378249.2,293.466021293627,AUTHORITY["EPSG","7011"]],AUTHORITY["EPSG","6261"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["ESRI","104261"]]

Definition: MapServer - MAPfile

PROJECTION
	"proj=longlat"
	"ellps=clrk80ign"
	"no_defs"
	"type=crs"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=longlat +ellps=clrk80ign +no_defs +type=crs">
	<Layer srs="+proj=longlat +ellps=clrk80ign +no_defs +type=crs">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 104261, 'ESRI', 104261, '+proj=longlat +ellps=clrk80ign +no_defs +type=crs', 'GEOGCS["GCS_Merchich (deprecated)",DATUM["Merchich",SPHEROID["Clarke 1880 (IGN)",6378249.2,293.466021293627,AUTHORITY["EPSG","7011"]],AUTHORITY["EPSG","6261"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["ESRI","104261"]]');