Skip to content

nserpen/LatLonSpherical.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LatLonSpherical.NET

Partial implementation of https://github.com/chrisveness/geodesy

Intro

Project is started from a requirement of true calculation of distance between two geo coordinates, in degrees. Starting from distance calculations, it will evolve.

Platform Support

.Net Framework 4.5.2 (soon .Net Standard 1.2)

Thanks

During the research, a valuable resource I met, Calculate distance, bearing and more between Latitude/Longitude points was the starting point. The original javascript library can be found in github perository geodesy. Many thanks to Chris Veness.