1. Converting Highway Speed Limit
Traffic EngineerBackground
A traffic engineer is designing a simulation for a highway with a speed limit of 120 km/h and needs the speed in meters per second for the simulation software.
Problem
Convert 120 km/h to m/s with high precision to ensure accurate simulation physics.
How to use
Enter '120' in the Kilometers per hour field and set the Decimal Precision to 6.
{
"kmh": "120",
"precision": 6
}Outcome
The tool outputs a JSON object showing the converted speed: {"result":{"kmh":120,"metersPerSecond":33.333333}}.