Skip to content

Instantly share code, notes, and snippets.

@sd
Created December 30, 2010 20:24
Show Gist options
  • Save sd/760251 to your computer and use it in GitHub Desktop.
Save sd/760251 to your computer and use it in GitHub Desktop.
EARTH_RADIUS = {
:miles => 3_963.189,
:km => 6_378.135
}
units_per_lat = 2.0 * Math::PI * EARTH_RADIUS[units] / 360.0
units_per_lon = units_per_lat * Math.cos(Math::PI * longitude.to_f / 360.0).abs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment