Skip to content
transform

Convert IGN Astro 1960 / UTM zone 29N to Mauritania 1999 / UTM zone 29N

Convert coordinates from IGN Astro 1960 / UTM zone 29N (EPSG:3368) to Mauritania 1999 / UTM zone 29N (EPSG:3344) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

Direct link to this transformation: epsgtransform.com/transform/epsg-3368-to-epsg-3344

Official EPSG transformation from IGN Astro 1960 / UTM zone 29N to Mauritania 1999 / UTM zone 29N

The EPSG Geodetic Parameter Dataset defines 1 transformation between IGN Astro 1960 / UTM zone 29N (EPSG:3368) and Mauritania 1999 / UTM zone 29N (EPSG:3344). Its parameters, accuracy and area of use are listed below.

IGN Astro 1960 / UTM zone 29N to Mauritania 1999 / UTM zone 29N (1)

EPSG:15858±40 m
Method:
Affine parametric transformation
Area of use:
Mauritania - 12°W to 6°W
Scope:
Minerals management (including oil and gas exploration and production).
ParameterValueUnit
A0-409.264metre
A11.00017432259949coefficient
A20.0000914562824coefficient
B0-88.803metre
B1-0.0000914562824coefficient
B21.00017432259949coefficient

Parameter values consistent with the OGP Affine parametric transformation method derived by OGP from the published Helmert 2D parameter values. May be used for transformations to WGS 84 - see tfm code 15862.

Convert EPSG:3368 to EPSG:3344 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

transformer = Transformer.from_crs("EPSG:3368", "EPSG:3344", always_xy=True)
x, y = transformer.transform(-73.9857, 40.7484)
print(x, y)

Source: EPSG:3368IGN Astro 1960 / UTM zone 29N

projected system measured in linear units (typically metres) · Area of use: Mauritania - 12°W to 6°W

+proj=utm +zone=29 +a=6378249.145 +rf=293.465 +units=m +no_defs +type=crs
More about EPSG:3368

Target: EPSG:3344Mauritania 1999 / UTM zone 29N

projected system measured in linear units (typically metres) · Area of use: Mauritania - 12°W to 6°W

+proj=utm +zone=29 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs
More about EPSG:3344

Frequently asked questions

How accurate is converting IGN Astro 1960 / UTM zone 29N to Mauritania 1999 / UTM zone 29N?
The most accurate official EPSG transformation between these systems is accurate to about ±40 m within its stated area of use. Browser-based converters approximate datum shifts with Helmert parameters; for surveying-grade work apply the official transformation in a desktop GIS.
Does my data leave the browser when I use this converter?
No. All coordinate transformations are computed locally in your browser using proj4js. The coordinates you enter are never transmitted to any server.
Need the reverse? Convert EPSG:3344 to EPSG:3368