Sign in Sign up
nuget

Geodesy

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 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.

nuget View on Nuget

Activity

Latest release
5y ago
Total releases
11
Cadence
~2 days
Last 12 months
0

Details

License
Apache-2.0
First release
Jun 26, 2015
Releases
Version Released
4.1.0 major
2.0.5 major
1.0.17 patch
1.0.14 patch
1.0.12 patch
1.0.11 patch
1.0.10 patch
1.0.9 patch
1.0.8 patch
1.0.7 patch
1.0.6 initial