Unit Conventions
AVA Golf works in metric. If your API returns imperial units, document them clearly and we will convert. Here are the conversions we apply:
| Measurement | Preferred Unit | Common Alternatives | Conversion |
|---|---|---|---|
| Distance | meters (m) | yards (yd) | × 0.9144 |
| Distance | meters (m) | feet (ft) | × 0.3048 |
| Speed | meters/second (m/s) | miles/hour (mph) | × 0.44704 |
| Speed | meters/second (m/s) | kilometers/hour (km/h) | × 0.277778 |
| Spin | RPM | RPM | (no conversion) |
| Angles | degrees (°) | degrees (°) | (no conversion) |
| Temperature | Celsius (°C) | Fahrenheit (°F) | (°F − 32) × 5/9 |
| Pressure | kilopascals (kPa) | inches of mercury (inHg) | × 3.38639 |