The form below allows you to convert Latitude and Longitude information between decimal format and decimal/minute/second (DMS) format. This is useful when finding distances using the Haversine formula. Here's the basic equation:
Decimal Degrees = Degrees + minutes/60 + seconds/3600