Source: EPSG:4326 — WGS 84
geographic system using latitude and longitude on an ellipsoid · Area of use: World (by country)
+proj=longlat +datum=WGS84 +no_defs +type=crsMore about EPSG:4326 →
Online coordinate converter from WGS 84 (EPSG:4326) to Amersfoort / RD New (EPSG:28992). Enter your source coordinates and get the result instantly. All transformations happen in your browser — no data is sent to any server.
Converting from WGS 84 (EPSG:4326) to Amersfoort / RD New (EPSG:28992) is the standard transformation for working with Dutch national datasets — Kadaster, BAG, BGT and almost every Dutch government GIS layer.
The Netherlands publishes an official grid-based transformation, RDNAPTRANS™, that achieves a few-centimetre accuracy by accounting for distortions in the historical RD network. Browser tools approximate the conversion with a Helmert seven-parameter transformation, accurate to roughly 1 m. Adequate for visualisation, not for cadastre or property-boundary work.
Try it: Dam Square, Amsterdam
Input (EPSG:4326): 4.8932, 52.3731
The same transformation with common GIS tools and libraries:
from pyproj import Transformer
transformer = Transformer.from_crs("EPSG:4326", "EPSG:28992", always_xy=True)
x, y = transformer.transform(-73.9857, 40.7484)
print(x, y)geographic system using latitude and longitude on an ellipsoid · Area of use: World (by country)
+proj=longlat +datum=WGS84 +no_defs +type=crsMore about EPSG:4326 →
projected system measured in linear units (typically metres) · Area of use: Netherlands - onshore
+proj=sterea +lat_0=52.1561605555556 +lon_0=5.38763888888889 +k=0.9999079 +x_0=155000 +y_0=463000 +ellps=bessel +units=m +no_defs +type=crsMore about EPSG:28992 →