Skip to content

dosanjosfilho/RDHtoLatLong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RDHtoLatLong

The goal of RDHtoLatLong is a simple way for converting "Rijksdriehoek" (RDH) coordinates to lat and long (WGS84) in R.

Rijksdriehoek

Coordinates in the system of the National Triangulation Survey or in short, National Triangular Coordinates (also: RD coordinates) are the coordinates in the geodetic coordinate system that is used at the national level for the European Netherlands as a basis for geographical indications and files, such as in a geographical information system (GIS). and on maps of the Land Registry and other authorities (such as: Basic map Large-scale Topography (BGT), cadastral map and topographical maps).

Installation

You can install RDHtoLatLong from github with:

# install.packages("devtools")
devtools::install_github("dosanjosfilho/RDHtoLatLong")

Example

Converting the coordinates of the city of Amsterdam in RDH to Lat Long

library(RDHtoLatLong)

x <- 121687
y <- 487484

RDHtoLatLong(x, y)
#> [1] 52.374216  4.898012

Reference

This package was developed based on a post published by Roel Van Lisdonk.

About

A simple way for converting "Rijksdriehoek" coordinates to lat and long (WGS84) in R

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages