How do you convert latitude and longitude to bearings?
Grace Evans
Updated on May 11, 2026
Here is the formula to find the second point, when first point, bearing and distance is known:
- latitude of second point = la2 = asin(sin la1 * cos Ad + cos la1 * sin Ad * cos θ), and.
- longitude of second point = lo2 = lo1 + atan2(sin θ * sin Ad * cos la1 , cos Ad – sin la1 * sin la2)
Also asked, how do I find the bearing between two coordinates in Excel?
How to Use Excel to Calculate the Bearing Between Two Points
- Start Excel, and enter the following text into the following cells:
- Click on cell B1, then enter "LatA" in the drop-down to the left of the formula bar.
- Click on cell B2, then enter "LatB" in the drop-down to the left of the formula bar.
- Click on cell A3 and enter the word "Bearing."
Likewise, how do you find the coordinates of a bearing and distance? Bearing and distance calculation methods
- Convert the starting point latitude 'lat1' (in the range -90 to 90) to radians. lat1 = lat1 * PI/180.
- Convert the starting point longitude 'lon1' (in the range -180 to 180) to radians. lon1 = lon1 * PI/180.
- Convert the bearing 'brg' (in the range 0 to 360) to radians.
Likewise, people ask, how do you convert latitude and longitude?
Community Mapping Experiment: How to Convert Latitude and Longitude to Map Coordinates
- Step 1: Multiply (×) the "degrees" by 60.
- Step 2: Add (+) the "minutes"
- Step 3: If the Latitude (Longitude) degrees are S (W) use a minus sign ("-") in front.
- Step 4: Subtract Reference Location converted to Minutes.
How do you add distance to GPS coordinates?
Add distance to a latitude or longitude
- Firstly, work out how many miles are in 1° of latitude, say for example it was 30.
- Then, divide one by it: 1 / 30 = 0.033333.
- Add it to my original latitude to get my maximum ° of latitude: 38.802610 + 0.033333 = 38.8355943.
- Subtract it to my original latitude to get my minimum ° of latitude:
Related Question Answers
What is 2rs bearing?
2 RS - Bearing with rubber seal on both sides. RS provides a better seal but more rolling friction than 2Z. RS - Bearing with rubber seal on one side, one side open. 2 Z / ZZ - Bearing with a metal seal on both sides. Z - Bearing with a metal seal on one side, one side open.How do you find XY coordinates?
How to calculate XY coordinates of the points in ArcGIS- Before starting, you need to have defined the respective reference system.
- From ArcToolbox, go to Data Management Tools> Features> Add XY Coordinates.
- In the popup window select the points layer (shapefile), then accept.
- Open the attribute table of the point layer to display calculated fields.