Skip to content
transform

Convert IGN Astro 1960 / UTM zone 29N to WGS 84 / UTM zone 29N

Convert coordinates from IGN Astro 1960 / UTM zone 29N (EPSG:3368) to WGS 84 / UTM zone 29N (EPSG:32629) — 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-32629

Official EPSG transformation from IGN Astro 1960 / UTM zone 29N to WGS 84 / UTM zone 29N

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

IGN Astro 1960 / UTM zone 29N to WGS 84 / UTM zone 29N (1)

EPSG:15862±1 m
Method:
Affine parametric transformation
Area of use:
Mauritania - 12°W to 6°W
Scope:
(null/copy) Approximation for medium and low accuracy applications assuming equality between plate-fixed static and earth-fixed dynamic CRSs, ignoring static/dynamic CRS differences.
ParameterValueUnit
A0-409.264metre
A11.0001743225995coefficient
A20.0000914562824coefficient
B0-88.803metre
B1-0.0000914562824coefficient
B21.0001743225995coefficient

Transformation taken from IGN Astro 1960 / UTM zone 29N to Mauritania 1999 / UTM zone 29N (1) (tfm code 15858) assuming that Mauritania 1999 is equivalent to WGS 84 within the accuracy of this tfm.

Convert EPSG:3368 to EPSG:32629 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

transformer = Transformer.from_crs("EPSG:3368", "EPSG:32629", 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:32629WGS 84 / UTM zone 29N

projected system measured in linear units (typically metres) · Area of use: World - N hemisphere - 12°W to 6°W - by country

+proj=utm +zone=29 +datum=WGS84 +units=m +no_defs +type=crs
More about EPSG:32629

Frequently asked questions

How accurate is converting IGN Astro 1960 / UTM zone 29N to WGS 84 / UTM zone 29N?
The most accurate official EPSG transformation between these systems is accurate to about ±1 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:32629 to EPSG:3368