Categories

Rhumb Line Distance Calculator

Calculate the distance between two points following a rhumb line (constant bearing course)

Key Facts

Category
Geography
Input Types
number, select
Output Type
json
Sample Coverage
4
API Ready
Yes

Overview

The Rhumb Line Distance Calculator allows you to determine the precise distance between two geographic coordinates by following a loxodrome, or a path of constant bearing. Ideal for maritime and aviation navigation, this tool calculates the distance along a fixed compass heading rather than the shortest great-circle path.

When to Use

  • When planning a voyage or flight path that requires maintaining a constant compass bearing.
  • When comparing the distance of a loxodromic path against a great-circle route for navigation planning.
  • When working with Mercator projection maps where rhumb lines appear as straight lines.

How It Works

  • Enter the latitude and longitude coordinates for both your starting point and your destination.
  • Select your preferred unit of measurement, such as kilometers, miles, or nautical miles.
  • Adjust the decimal precision setting to define the level of detail required for your calculation.
  • Click calculate to generate the distance based on the constant bearing between your two points.

Use Cases

Maritime navigation planning for vessels maintaining a fixed compass heading.
Aviation flight path analysis for long-distance travel.
Geographic education and mapping exercises involving Mercator projections.

Examples

1. Transatlantic Voyage Planning

Maritime Navigator
Background
A ship is traveling from New York to London and needs to maintain a constant bearing for the crew.
Problem
Determine the total distance of the journey if the ship follows a constant rhumb line course.
How to Use
Input the coordinates for New York (40.7128, -74.0060) and London (51.5074, -0.1278), select 'Nautical Miles', and calculate.
Outcome
The tool provides the exact distance in nautical miles, allowing the captain to estimate fuel consumption and travel time.

Try with Samples

video

Related Hubs

FAQ

What is a rhumb line?

A rhumb line, or loxodrome, is a path on the Earth's surface that crosses every meridian at the same angle, allowing a navigator to maintain a constant compass bearing.

Is a rhumb line the shortest distance between two points?

No, the shortest distance between two points on a sphere is a great-circle route. A rhumb line is typically longer but easier to navigate.

Which units are supported?

The tool supports kilometers (km), miles (mi), nautical miles (nm), and meters (m).

What are the coordinate limits?

Latitudes must be between -90 and 90 degrees, and longitudes must be between -180 and 180 degrees.

How does this differ from a great-circle calculation?

Great-circle calculations find the shortest path, while rhumb line calculations maintain a constant heading, which is more practical for traditional navigation.

API Documentation

Request Endpoint

POST /en/api/tools/rhumb-line-distance

Request Parameters

Parameter Name Type Required Description
lat1 number Yes -
lon1 number Yes -
lat2 number Yes -
lon2 number Yes -
unit select No -
precision number No -

Response Format

{
  "key": {...},
  "metadata": {
    "key": "value"
  },
  "error": "Error message (optional)",
  "message": "Notification message (optional)"
}
JSON Data: JSON Data

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-rhumb-line-distance": {
      "name": "rhumb-line-distance",
      "description": "Calculate the distance between two points following a rhumb line (constant bearing course)",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=rhumb-line-distance",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

If you encounter any issues, please contact us at [email protected]