Geodesy 1.0.12
See the version list below for details.
Install-Package Geodesy -Version 1.0.12
dotnet add package Geodesy --version 1.0.12
<PackageReference Include="Geodesy" Version="1.0.12" />
paket add Geodesy --version 1.0.12
#r "nuget: Geodesy, 1.0.12"
// Install Geodesy as a Cake Addin
#addin nuget:?package=Geodesy&version=1.0.12
// Install Geodesy as a Cake Tool
#tool nuget:?package=Geodesy&version=1.0.12
This is a C# class library containing some very basic geodesic algorithms.
It is based on work by Mike Gavaghan and has been enhanced by me to cover
also some variants of Mercators projection. I cover Spherical, Elliptical
and UTM projections. Based on UTM I implement an algorithm to put a finer
grain mesh over the mapped area of the earth to be able to classify a
geo-location by a discrete globally unique mesh number. This is done in
order to facilitacte the application of some discrete algorithms -
especially in the area of machine learning - on geo locations.
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.