Skip to content

yageek/lambert-cs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lambert-cs

A simple C# library to convert Lambert Coordinates to GPS WGS84 coordinates based on the IGN alorithms and methods

NuGet

PM> Install-Package LambertCS

Usage

Point pt = Lambert.convertToWGS84Deg(668832.5384, 6950138.7285, Zone.Lambert93);
Console.WriteLine("Point latitude:{0} longitude:{1}", pt.y, pt.x);

About

🌍 Simple C# library to convert Lambert Coordinates to WGS84

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages