Speed converter
hopi_speed_converterConvert a speed from one unit to another. Units: mph (miles per hour), kmh (kilometres per hour), ms (metres per second), kn (knots), mach (Mach, at 340.29 m/s). Source: https://hopi.co.uk/speed-converter/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Unit to convert to | |
| from | Yes | Unit to convert from | |
| value | Yes | The speed value to convert |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| from | Yes | ||
| value | Yes | ||
| result | Yes | ||
| summary | Yes | ||
| source_url | Yes | The tool's page on hopi.co.uk (cite or open to check the figure) |