ESRI
ESRI
Voirol Unifie 1960
Definition: OGC Well Known Text
GEOGCS["GCS_Voirol_Unifie_1960 (deprecated)", DATUM["D_Voirol_Unifie_1960", SPHEROID["Clarke 1880 (RGS)",6378249.145,293.465, AUTHORITY["EPSG","7012"]], AUTHORITY["ESRI","106011_Greenwich"]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["grad",0.0157079632679489, AUTHORITY["EPSG","9105"]], AUTHORITY["ESRI","104026"]]
Definition: OGC Well Known Text 2 (2019)
GEOGCRS["GCS_Voirol_Unifie_1960", DATUM["D_Voirol_Unifie_1960", ELLIPSOID["Clarke 1880 (RGS)",6378249.145,293.465, LENGTHUNIT["metre",1]]], PRIMEM["Greenwich",0, ANGLEUNIT["degree",0.0174532925199433]], CS[ellipsoidal,2], AXIS["geodetic latitude (Lat)",north, ORDER[1], ANGLEUNIT["grad",0.0157079632679489]], AXIS["geodetic longitude (Lon)",east, ORDER[2], ANGLEUNIT["grad",0.0157079632679489]], USAGE[ SCOPE["Not known."], AREA["Algeria - onshore north of 32°N."], BBOX[31.99,-2.95,37.14,9.09]], ID["ESRI",104026]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "GeographicCRS", "name": "GCS_Voirol_Unifie_1960", "datum": { "type": "GeodeticReferenceFrame", "name": "D_Voirol_Unifie_1960", "ellipsoid": { "name": "Clarke 1880 (RGS)", "semi_major_axis": 6378249.145, "inverse_flattening": 293.465 } }, "coordinate_system": { "subtype": "ellipsoidal", "axis": [ { "name": "Geodetic latitude", "abbreviation": "Lat", "direction": "north", "unit": { "type": "AngularUnit", "name": "grad", "conversion_factor": 0.0157079632679489 } }, { "name": "Geodetic longitude", "abbreviation": "Lon", "direction": "east", "unit": { "type": "AngularUnit", "name": "grad", "conversion_factor": 0.0157079632679489 } } ] }, "scope": "Not known.", "area": "Algeria - onshore north of 32°N.", "bbox": { "south_latitude": 31.99, "west_longitude": -2.95, "north_latitude": 37.14, "east_longitude": 9.09 }, "id": { "authority": "ESRI", "code": 104026 } }
Definition: GeoServer
104026=GEOGCS["GCS_Voirol_Unifie_1960 (deprecated)",DATUM["D_Voirol_Unifie_1960",SPHEROID["Clarke 1880 (RGS)",6378249.145,293.465,AUTHORITY["EPSG","7012"]],AUTHORITY["ESRI","106011_Greenwich"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["grad",0.0157079632679489,AUTHORITY["EPSG","9105"]],AUTHORITY["ESRI","104026"]]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=longlat +a=6378249.145 +rf=293.465 +no_defs +type=crs"> <Layer srs="+proj=longlat +a=6378249.145 +rf=293.465 +no_defs +type=crs"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 104026, 'ESRI', 104026, '+proj=longlat +a=6378249.145 +rf=293.465 +no_defs +type=crs', 'GEOGCS["GCS_Voirol_Unifie_1960 (deprecated)",DATUM["D_Voirol_Unifie_1960",SPHEROID["Clarke 1880 (RGS)",6378249.145,293.465,AUTHORITY["EPSG","7012"]],AUTHORITY["ESRI","106011_Greenwich"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["grad",0.0157079632679489,AUTHORITY["EPSG","9105"]],AUTHORITY["ESRI","104026"]]');