prewk/coord-transform

Transform coordinates between swedish RT90, SWEREF99 and WGS84

0.0.2 2014-11-03 12:02 UTC

This package is auto-updated.

Last update: 2024-03-29 02:44:48 UTC


README

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