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

CrissNamon/geolocation-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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