0.0.32 • Published 10 years ago

earth-functions v0.0.32

Weekly downloads
5
License
MIT
Repository
github
Last release
10 years ago

Earth Functions

Contains many different functions that can be used to measure different aspect of our planet Earth

API

1) Haversine

Used to measure the distances between 2 points on a sphere using its latitude and longitude pair and the sphere's radius

2) Polyline

A polyline is a encoded string which contains inside itself a serial of connecting points, whereas each point is a pair of latitude and longitude

3) Lapse rate

Used to measure the change in temperature at two different altitudes

Ultilities

1) Unit conversions

  • Degree from/to radians
  • Celcius from/to Fahrenheit