Info
Version: | 1.1.0 |
Author(s): | Mark Johnson, Chris Veness |
Last Update: | Tuesday, June 5, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/marknotgeorge/GeodesicLibrary |
NuGet Url: | https://www.nuget.org/packages/GeodesicLibrary |
Install
Install-Package GeodesicLibrary
dotnet add package GeodesicLibrary
paket add GeodesicLibrary
GeodesicLibrary Download (Unzip the "nupkg" after downloading)
The original JavaScript scripts can be obtained from http://www.movable-type.co.uk/scripts/latlong.html, along with further explanation of the maths behind them. The main changes are that I am using UnitsNet (https://github.com/InitialForce/UnitsNet) to simplify unit conversions such as degrees to radians, as well as to cater for differing length units (The original scripts are based around kilometres).