Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Convert Dutch RD coordinates to GeoPosition objects
ResourceFunction["FromRDCoordinates"][{x,y}] converts the Dutch RD coordinates {x,y} to GeoPosition objects. |
Plot the waterways of The Netherlands using data from www.pdok.nl given in RD coordinates:
| In[2]:= | ![]() |
| Out[3]= | ![]() |
Using FromRDCoordinates and the resource function ToRDCoordinates we can convert from and to RD coordinates:
| In[4]:= |
| Out[5]= |
The "origin" of the RD coordinates is somewhere in France:
| In[6]:= |
| Out[6]= | ![]() |
The closest city is La Celle-Saint-Cyr:
| In[7]:= |
| Out[7]= |
The coordinates are valid only within the border given by the following RD coordinates:
| In[8]:= | ![]() |
| Out[9]= | ![]() |
Asking for a coordinate outside this region—in this example, Brussels—spawns a message and extrapolates the fit:
| In[10]:= |
| Out[10]= |
This work is licensed under a Creative Commons Attribution 4.0 International License