2017 © Pedro Peláez
 

library coordinate-transformation-library

Transform coordinates between swedish RT90, SWEREF99 and WGS8

image

drola/coordinate-transformation-library

Transform coordinates between swedish RT90, SWEREF99 and WGS8

  • Monday, October 10, 2016
  • by drola
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2,377 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 18 Forks
  • 0 Open issues
  • 1 Versions
  • 9 % Grown

The README.md

Coordinate Transformation Library

This library is a fork of https://github.com/david-xelera/CoordinateTransformationLibrary and converted to a Composer package., (*1)

Installation

composer require drola/coordinate-transformation-library

For usage examples take a look at the unit tests in tests/ folder., (*2)

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/

The Versions

10/10 2016

dev-master

9999999-dev

Transform coordinates between swedish RT90, SWEREF99 and WGS8

  Sources   Download

CC BY-NC-SA 3.0

The Requires

  • php >=5.3.0

 

The Development Requires

by Matjaz Drolc