Skip to content
transform

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

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

Direct link to this transformation: epsgtransform.com/transform/epsg-3369-to-epsg-3345

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

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

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

EPSG:15859±40 m
Method:
Affine parametric transformation
Area of use:
Mauritania - east of 6°W
Scope:
Minerals management (including oil and gas exploration and production).
ParameterValueUnit
A0-286.351metre
A11.0001754456884coefficient
A20.00009270672363coefficient
B0-146.722metre
B1-0.00009270672363coefficient
B21.0001754456884coefficient

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 15863.

Convert EPSG:3369 to EPSG:3345 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:3369IGN Astro 1960 / UTM zone 30N

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

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

Target: EPSG:3345Mauritania 1999 / UTM zone 30N

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

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

Frequently asked questions

How accurate is converting IGN Astro 1960 / UTM zone 30N to Mauritania 1999 / UTM zone 30N?
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:3345 to EPSG:3369