Skip to content
transform

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

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

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

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

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

EPSG:15863±1 m
Method:
Affine parametric transformation
Area of use:
Mauritania - east of 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-286.351metre
A11.0001754456884coefficient
A20.00009270672363coefficient
B0-146.722metre
B1-0.00009270672363coefficient
B21.0001754456884coefficient

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

Convert EPSG:3369 to EPSG:32630 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

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

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

Frequently asked questions

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