Skip to content
 
 

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages