1. Converting Wind Speed for Weather Reports
MeteorologistBackground
A meteorologist receives wind speed data from an anemometer in meters per second but needs to publish the forecast in kilometers per hour for the general public.
Problem
Convert a wind speed of 15.5 m/s to km/h with 2 decimal places of precision.
How to use
Input '15.5' in the meters per second field and set the decimal precision to '2'.
metersPerSecond: 15.5, precision: 2Outcome
The tool outputs a JSON result showing 55.8 km/h.