0% found this document useful (0 votes)
17 views

Lat Long Example

This document provides an example worksheet for calculating great circle distances between two points using different latitude and longitude input formats. It includes sections for entering coordinates in degrees-minutes-seconds format or decimal degree format, and defines names for the latitude, longitude, and earth radius values. Conversions are also shown between degrees-minutes-seconds and decimal degree notations.

Uploaded by

wexler
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views

Lat Long Example

This document provides an example worksheet for calculating great circle distances between two points using different latitude and longitude input formats. It includes sections for entering coordinates in degrees-minutes-seconds format or decimal degree format, and defines names for the latitude, longitude, and earth radius values. Conversions are also shown between degrees-minutes-seconds and decimal degree notations.

Uploaded by

wexler
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
You are on page 1/ 1

1 Degree Minute Second And Decimal Degree Example Worksheet Example for calculating Great Circle Distances between

2 points. NOTE: This workbook uses the 1904 Date System to enable negative values. Use this section if your inputs are in DD:MM:SS format (e.g, 39:30:45) Latitude1 Longitude1 Deg Min Sec 39:30:45 60:00:00 Decimal Degree 39.513 60.000 Latitude2 Longitude2 39:30:45 60:00:00 39.513 60.000 Radius Earth (nautical kilometers) 6378.135 kilometers Great Circle Distance 0.000 kilometers
Units Miles Kilometers

Input Values are in red Calculated Values are in blue 3963.1054640897

If you get "#####" in a cell, the cell is not wide enough to display the value.

Use this section if your inputs are in DEG.DDDD format (e.g., 39.513) Decimal Degree Latitude1 Longitude1 39.500 60.000 Latitude2 Longitude2 39.500 60.000 Radius Earth (nautical kilometers) 6378.135 kilometers Great Circle Distance 0.000 kilometers

Convert to/from deg:mm:ss to deg.ddd deg:mm:ss deg.ddddd 39:30:45 39.513 39:30:47 39.513

Defined Names Lat1 Lat1d Lat2 Lat2d Long1 Long1d Long2 Long2d RadiusEarth

Address =Sheet1!$C$8 =Sheet1!$C$20 =Sheet1!$C$11 =Sheet1!$C$22 =Sheet1!$D$8 =Sheet1!$D$20 =Sheet1!$D$11 =Sheet1!$D$22 =Sheet1!$C$13

Meaning Latitude of Point 1 in deg:mm:ss format Latitude of Point 1 in deg.dddd format Latitude of Point 2 in deg:mm:ss format Latitude of Point 2 in deg.dddd format Longitude of Point 1 in deg:mm:ss format Longitude of Point 1 in deg.dddd Longitude of Point 2 in deg:mm:ss format Longitude of Point 2 in deg.dddd Radius Of Earth in nautical miles or kilometers

You might also like