/CoordinateTransformationLibrary

Transform coordinates between swedish RT90, SWEREF99 and WGS84

Primary LanguagePHP

CoordTransform Build Status

This is a composerified version of https://github.com/david-xelera/CoordinateTransformationLibrary

Original README

CoordinateTransformationLibrary - David Gustafsson 2012

RT90, SWEREF99 and WGS84 coordinate transformation library

This library is a PHP port of the .NET library by Björn Sållarp. calculations are based entirely on the excellent javscript library by Arnold Andreassons.

License: http://creativecommons.org/licenses/by-nc-sa/3.0/

Installation

TODO

Modifications

I moved out some code to individual namespaced classes to enable PSR-4 autoloading. I also converted the test code to PHPUnit.

Usage

TODO