maidenhead 0.0.2-dev copy "maidenhead: ^0.0.2-dev" to clipboard
maidenhead: ^0.0.2-dev copied to clipboard

outdated

The Maidenhead Locator System (a.k.a. QTH Locator and IARU Locator) is a geographic co-ordinate system used by amateur radio operators to succinctly describe their locations, which replaced the deprec [...]

A maidenhead library for HAM radio operators. Converting lat/lon to maidenhead locator and vice versa

license.

Usage #

A simple usage example:

import 'package:maidenhead/maidenhead.dart';

void main(List<String> arguments) {
  print(Maidenhead.to_location('JN75xu32SP')); // 45.844271  15.947917
  print(Maidenhead.to_location('JN75XU32NV')); // 45.845313 15.946181
  print(Maidenhead.to_maiden(45.844271, 15.947917, 5));
  print(Maidenhead.google_maps_maiden('JN75xu32SP'));
}

Github #

Please file feature requests and bugs at the [github][https://github.com/goranskular/maidenhead.git].

1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

The Maidenhead Locator System (a.k.a. QTH Locator and IARU Locator) is a geographic co-ordinate system used by amateur radio operators to succinctly describe their locations, which replaced the deprecated QRA locator that was limited to European contacts.[1] Its purpose is to be concise, accurate and robust in the face of interference and adverse transmission conditions. The Maidenhead Locator System can describe locations anywhere in the world.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on maidenhead