utm 0.1.2 copy "utm: ^0.1.2" to clipboard
utm: ^0.1.2 copied to clipboard

This is a Lat Lon and UTM bidirectional converter. Translate from Python UTM libarary. Support 3 Geodetic System, WGS84, GRS80 and Bessel

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add utm

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  utm: ^0.1.2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:utm/utm.dart';
9
likes
40
pub points
78%
popularity

Publisher

unverified uploader

This is a Lat Lon and UTM bidirectional converter. Translate from Python UTM libarary. Support 3 Geodetic System, WGS84, GRS80 and Bessel

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

angles, meta

More

Packages that depend on utm