lambert

Last updated:

0 purchases

lambert Image
lambert Images
Add to Cart

Description:

lambert

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(lambert.Zone.L93).degree();

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

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.