Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (12 loc) · 690 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 690 Bytes

GeolocationUtils

Small library to perform operations with geolocation data:

  • Converts latitude, longitude to QTH locator and back
    • Supports precision specification. Converts location to 2-10 symbols QTH locators
    • Contains Location object to safely storage locations and equality checks
  • Checks any QTH locator to validity
  • Calculates distance between two location points
    • Default in meters, but supports distance converters
  • Calculates distance in a path (list) of many location points
    • Supports distance converters too
    • Recalculates distance only if list changes

See Main class for examples