Skip to content

🌍 lambert-dart is a crate helping to convert Lambert coordinates to WGS84.

License

Notifications You must be signed in to change notification settings

yageek/lambert-dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This package helps to convert geographical point from a Lambert coordinate system to the WGS84 coordinate system.

Usage

import 'package:lambert/lambert.dart';

main() {
  var point = Point(668832.5384,6950138.7285,0.0);
  var result = point.convert(Zone.L93).degree();

  print("WGS84 Lat: ${result.y} Lon:${result.x}");
}

About

🌍 lambert-dart is a crate helping to convert Lambert coordinates to WGS84.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages