EPSG:29701 — Tananarive (Paris) / Laborde Grid
Projected · Madagascar - onshore
Export Formats
WKT2
PROJCRS[
"Tananarive (Paris) / Laborde Grid",
BASEGEOGCRS[
"Tananarive (Paris)",
DATUM[
"Tananarive 1925 (Paris)",
ELLIPSOID[
"International 1924",
6378388,
297,
LENGTHUNIT["metre",1,ID["EPSG",9001]],
ID["EPSG",7022]
],
ID["EPSG",6810]
],
PRIMEM[
"Paris",
0.040792344,
ANGLEUNIT["radian",1,ID["EPSG",9101]],
ID["EPSG",8903]
],
ID["EPSG",4810]
],
CONVERSION[
"Laborde Grid",
METHOD["Laborde Oblique Mercator",ID["EPSG",9813]],
PARAMETER[
"Latitude of projection centre",
-21,
ANGLEUNIT["grad",0.015707963267949,ID["EPSG",9105]],
ID["EPSG",8811]
],
PARAMETER[
"Longitude of projection centre",
49,
ANGLEUNIT["grad",0.015707963267949,ID["EPSG",9105]],
ID["EPSG",8812]
],
PARAMETER[
"Azimuth at projection centre",
21,
ANGLEUNIT["grad",0.015707963267949,ID["EPSG",9105]],
ID["EPSG",8813]
],
PARAMETER[
"Scale factor at projection centre",
0.9995,
SCALEUNIT["unity",1,ID["EPSG",9201]],
ID["EPSG",8815]
],
PARAMETER[
"False easting",
400000,
LENGTHUNIT["metre",1,ID["EPSG",9001]],
ID["EPSG",8806]
],
PARAMETER[
"False northing",
800000,
LENGTHUNIT["metre",1,ID["EPSG",9001]],
ID["EPSG",8807]
],
ID["EPSG",19861]
],
CS[Cartesian,2,ID["EPSG",4530]],
AXIS["Northing (X)",north],
AXIS["Easting (Y)",east],
LENGTHUNIT["metre",1,ID["EPSG",9001]],
ID["EPSG",29701]
]Related Coordinate Systems
Available Transformations (3)
Transformations inherited from base CRS: EPSG:4810 (Tananarive (Paris))
Other CRS using Tananarive 1925 (Paris)
Frequently Asked Questions
How do I add EPSG:29701 to PostGIS?
Add the following definition to your PostGIS configuration:
INSERT INTO spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext)
VALUES (29701, 'EPSG', 29701, '+proj=labrd +lat_0=-18.9 +lon_0=44.1 +azi=18.9 +k=0.9995 +x_0=400000 +y_0=800000 +ellps=intl +pm=paris +units=m +no_defs +type=crs', ''); Read the full PostGIS guide →
How do I add EPSG:29701 to MapServer?
Add the following definition to your MapServer configuration:
PROJECTION
"+proj=labrd"
"+lat_0=-18.9"
"+lon_0=44.1"
"+azi=18.9"
"+k=0.9995"
"+x_0=400000"
"+y_0=800000"
"+ellps=intl"
"+pm=paris"
"+units=m"
"+no_defs"
"+type=crs"
END Read the full MapServer guide →
How do I use EPSG:29701 with Proj4js?
Add the following definition to your Proj4js configuration:
proj4.defs("EPSG:29701", "+proj=labrd +lat_0=-18.9 +lon_0=44.1 +azi=18.9 +k=0.9995 +x_0=400000 +y_0=800000 +ellps=intl +pm=paris +units=m +no_defs +type=crs"); Read the full Proj4js guide →