Skip to main content

external_ambient_temperature

External Ambient Temperature
  • Description: external ambient temperature around the vehicle
  • Format: numeric
  • Unit: °C
  • Decimal places: 2
    • Data processed by mobway will always have at most 2 decimal places. However, the precision of the original data depends on the automaker. The data may have fewer than 2 decimal places when the value ends in 0 due to automatic float formatting.
  • Range: -15°C to 60°C
    • The minimum value for the vehicle’s external ambient temperature was defined based on the lowest ambient temperature recorded in Brazil, with a safety margin. The maximum value for the vehicle’s external ambient temperature was defined based on the highest ambient temperature recorded in Brazil, with a safety margin.
    • Data outside this range is considered invalid.
    • The value is replaced with a null value.
    • A flag is generated indicating the error and the original value, in the following format:
{
  "external_ambient_temperature": {
    "value": -25.34,
    "flag": "out of range"
  }
}
  • Missing data
    • A flag is generated indicating that the original data was missing, in the following format:
{
  "external_ambient_temperature": {
    "flag": "missing data"
  }
}
  • Example:
{
  "external_ambient_temperature": 23.40
}