rogue780 / geo-helpers
A collection of helper functions
v0.0.3
2015-06-29 17:43 UTC
Requires
- ext-bcmath: *
This package is not auto-updated.
Last update: 2026-04-26 02:22:49 UTC
README
#GEO-HELPERS
This is a set of basic functions that converts between meters, kilometers, feet, miles, and nautical miles. It can also measure distance between two coordinates in decimal lat/long format and provide the distance in meters, kilometers, feet, miles, and nautical miles.
The convention for unit conversions is units_to_other_units($distance_in_units); e.g: miles_to_kilometers(1000); should return 1609.34.
The convention for distance measuring is distance_in_units($lat1, $lat2, $long1, $long2);