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-10-29 04:09:20 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.
- Source: http://www.lantmateriet.se/geodesi/
- Source: Arnold Andreasson, 2007. http://mellifica.se/konsult
- Source: Björn Sållarp. 2009. http://blog.sallarp.com
- Source: Mathias Åhsberg, 2009. http://github.com/goober/
- Author: David Gustafsson, 2012. http://github.com/david-xelera/
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