FIT Weather Record
· v0.4.0
About
Save local weather conditions (and more) to FIT file for later review.
The number of fields save to the FIT file is limited by memory available on the device. Selecting too many fields will result in an app *CRASH* (if this happends: re-install). This limit is dependant on your device hardware and other data fields saved to the FIT file.
Available fields that can be saved to the activity FIT file are listed below.
* Outside Temperature - Record the current temperature in Celsius or Fahrenheit
* Relative Humidity - Record the relative humidity [0-100%]
* Precipitation Chance - Record the chance of precipitation [0-100%]
* Wind Speed - Record the current wind speed in meters per second, km/h, mph, or knots
* Wind Bearing - Record where the wind in coming from in degrees. North = 0, East = 90, South = 180, West = 270
* Forecast Time - Record the time the forecast is valid in (UTC) seconds since the UNIX epoch
* Observation Time - Record time the conditions were observed in (UTC) seconds since the UNIX epoch
* Observation Location - Record the name of the observed location
* Observation Latitude - Record the latitude of the observed location
* Observation Longitude - Record the longitude of the observed location
* Ambient Pressure - Record the ambient pressure in Pascals (Pa) as measured by the pressure sensor. The data is smoothed by a two-stage filter to reduce noise and instantaneous variation.
* Raw Ambient Pressure - Record the ambient (local) barometric pressure as read directly from the internal sensor.
* Oxygen Saturation - Record the current oxygen saturation in percent (%)
* Energy Expenditure - Record the current energy expenditure in kilocalories per minute (kcals/min), an estimation of the calorie burn rate calculated from heart rate data.
* Training Effect - Record the Training Effect score of the current activity, range from 1.0 (easy) to 5.0 (overreaching).
* Respiration Rate - Record the current respiration rate for the user, in breaths per minute
* Steps - Record the step count since the of the current activity
* DPS - Distance per Step/Pedal/Stroke (m/step)
Selecting too many may cause an app *CRASH*
What's new
Distance per Step/Pedal/Stroke was added