1. Converting Marine Vessel Cruise Speed
Marine NavigatorBackground
A yacht navigator is preparing a voyage report for a port authority that requires all speeds to be documented in kilometers per hour instead of knots.
Problem
The yacht's cruising speed is recorded as 15.5 knots, and it needs to be converted accurately to km/h with 2 decimal places.
How to use
Enter '15.5' in the Knots field and set the Decimal Precision to '2'.
{
"knots": "15.5",
"precision": 2
}Outcome
The tool outputs a speed of 28.71 km/h.