Skip to content
This repository has been archived by the owner on Oct 22, 2020. It is now read-only.

suryapratap/GeographicLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Update

This repo was created before NETGeographicLib was available. Please use NETGeographicLib as it is officially supported. This repo will be archived and no further maintenance will be done on this for the foreseeable future

GeographicLib (C#)

This is an attempt to port the Java version of GeographicLib to C#.

The current version is an almost Verbatim transfer of the Java code. This means that the comments too are in javadoc style and variables too will need renaming. The plan to first change the comments to a C# style whenever I need to change anything in a class or when I need to understand how the class/method works

All in all, the code compiles without error and in general works ;)

For the original code head on to http://geographiclib.sourceforge.net/

Examples

The given example uses GeoAPI, although it was not necessary, this was done to showcase how simple it is to integrate in a common use case.

About

An attempt to port the java version of the original GeographicLib maintained at http://geographiclib.sourceforge.net/html/index.html

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages