aberkhout/rd-converter

Rijksdriehoekcoördinaten naar WGS84 converter

dev-master 2015-06-30 14:17 UTC

This package is not auto-updated.

Last update: 2025-06-07 20:18:46 UTC


README

RD (RijksDriehoekCoördinaten) converter for php.

Introduction

This class enables you to convert the standard Dutch RD-coördinate system to globally used WGS84-coördinate system.

Installation

The prefered method is by using composer;

{
  "require": {
    "aberkhout/rd-converter": "dev-master"
  }
}