Info
Version: | 4.1.0 |
Author(s): | Juergen Pfeifer |
Last Update: | Monday, December 21, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/juergenpf/Geodesy |
NuGet Url: | https://www.nuget.org/packages/Geodesy |
Install
Install-Package Geodesy
dotnet add package Geodesy
paket add Geodesy
Geodesy Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
No dependencies.
No dependencies.
No dependencies.
Tags
It is based on work by Mike Gavaghan and has been enhanced by me to cover
also some variants of Mercators projection of the earth to flat maps.
I cover
Spherical and Elliptical Mercator projections, mapping the earth to a single
flat map. I also handle the Universal Transverse Mercator (UTM) projection,
dividing the earth into smaller grids which are then each mapped to a flat map.
Finally - 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.