2017 © Pedro Peláez
 

library geo-helpers

A collection of helper functions

image

rogue780/geo-helpers

A collection of helper functions

  • Monday, June 29, 2015
  • by rogue780
  • Repository
  • 1 Watchers
  • 0 Stars
  • 287 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 3 % Grown

The README.md

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., (*1)

The convention for unit conversions is units_to_other_units($distance_in_units); e.g: miles_to_kilometers(1000); should return 1609.34., (*2)

The convention for distance measuring is distance_in_units($lat1, $lat2, $long1, $long2);, (*3)

The Versions

29/06 2015

dev-master

9999999-dev

A collection of helper functions

  Sources   Download

MIT

The Requires

  • ext-bcmath *

 

by Shawn Haggard

29/06 2015

v0.0.3

0.0.3.0

A collection of helper functions

  Sources   Download

MIT

The Requires

  • ext-bcmath *

 

by Shawn Haggard

29/06 2015

v0.0.2

0.0.2.0

A collection of helper functions

  Sources   Download

MIT

The Requires

  • ext-bcmath *

 

by Shawn Haggard

29/06 2015

v0.0.1

0.0.1.0

A collection of helper functions

  Sources   Download

MIT

The Requires

  • ext-bcmath *

 

by Shawn Haggard