about ideas locate links contact

Locator

This JavaScript app calculates distances and directions from one location on the surface of Earth to another, both the “as the bird flies” surface distance, and the “as the neutrino flies” straight-line path. This straight-line direction to another location on Earth may be pointed out using the angles of azimuth and declination:

Azimuth – compass heading when leaving your location traveling towards another along a great circle path, where North=0°, East=90°, South=180°, West=270°.

Declination – angle below horizontal of the straight line path to a distant location, where 0° is horizontal & local, and 90° points straight down through the center of the Earth to the antipode.

select two cities:

 
city 1
latitude:
longitude:
 
city 2
latitude:
longitude:
 directions and distances between cities:
 
azimuth: deg
 
declination: deg
 
straight-line distance: km
miles
 
surface distance: km
miles
 
or enter lat / lon coordinates:

 
location 1
latitude: d m s
longitude: d m s
 
location 2
latitude: d m s
longitude: d m s
 
 
 directions & distances between locations:
 
azimuth: deg
 
declination: deg
 
straight-line distance: km
miles
 
surface distance: km
miles
 

Calculations assume Earth to have a spherical radius of 6366.707 km. Suggestions, corrections, improvements, etc. are welcome via email or Github.