Skip to content

🌍 lambert-zig is a module helping to convert Lambert coordinates to WGS84.

Notifications You must be signed in to change notification settings

yageek/lambert-zig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lambert for Zig

A simple zig module to convert Lambert coordinates to GPS WGS84 coordinates based on the IGN algorithms and methods

Usage

const lambert = @import("lambert");

const point = lambert.Point.init(994300.623, 113409.981, 0);
const converted = lambert.convertWGS84(orgMeterPoint, .LambertI).mul(lambert.RadianToDegree);

About

🌍 lambert-zig is a module helping to convert Lambert coordinates to WGS84.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages