EOSS Tracker
Tracking High Altitude Balloons
Historical Flight Data
The following is a list of all EOSS flight data from recent years. Data is available in several formats:
Be sure to review the schema information at the bottom of this page as there are a number of columns included beyond those integral to the Ham Radio, APRS packet specification. In addition, make sure you're aware of how frequently telemetry data is collected, data quality issues, and similar topics by reviewing the data notes section.
The list of flights (similar to the list below) is also available in the following formats: csv, json, and excel.
Schema Information
Column | Notes |
---|---|
flightid | Flight ID (ex. EOSS-123) |
callsign | Callsign of the beacon transmitting this packet |
receivetime | The timestamp the packet was added to the database on track.eoss.org |
packettime | The timestamp within the APRS position packet |
altitude | Altitude in feet |
vert_rate_ftmin | Vertical rate in ft/min |
elapsed_secs | Total elapsed seconds for this phase of the flight (i.e. ascent, descent) |
flight_phase | Ascending, descending |
info | The information field of the APRS packet |
raw | The raw APRS packet as ingested from APRS-IS |
bearing | Bearing as reported within the APRS position packet |
speed_mph | The speed in MPH as reported within the APRS position packet |
latitude | The latitude as reported within the APRS position packet |
longitude | The longitude as reported within the APRS position packet |
distance_from_launch | The distance in miles from the launch location (i.e. usually from the first APRS packet heard for the flight) to the landing location (i.e. usually the last APRS packet heard from the flight) |
temperature_k | The temperature in Kelvin as reported from the beacon’s thermocouple sensor (if available) |
pressure_pa | The pressure in Pascals as reported from the beacon’s pressure sensor (if available) |
airdensity_slugs | The air density (computed from the pressure and temperature values and assumes 1% relative humidity) in “slugs”. |
airdensity_kgm3 | The air density (computed from the pressure and temperature values and assumes 1% relative humidity) in “kg/m^3”. |
velocity_x | The horizontal, x-axis, velocity in longitude degrees per second. |
velocity_y | The horizontal, y-axis, velocity in latitude degrees per second. |
velocity_z | The vertical, z-axis, velocity in feet per second. |
airflow | The estimated airflow conditions. “high Re” = high Reynolds number environment (ex. Turbulent, lower drag). “low Re” = low Reynolds number environment (ex. Laminar, higher drag) |
acceleration | The vertical, z-axis, acceleration in feet per second^2 |
velocity_mean | The running mean of the z-axis velocity (ft/s). (I.e. vertical rate) |
acceleration_mean | The running mean of the z-axis acceleration (ft/s^s) (i.e. vertical acceleration) |
velocity_std | The running standard deviation of the z-axis velocity |
acceleration_std | The running standard deviation of the z-axis acceleration |
velocity_norm | The normalized z-axis velocity in standard deviations. |
acceleration_norm | The normalized z-axis acceleration in standard deviations. |
velocity_curvefit | The curve-fittted, smoothed, z-axis velocity value (ft/s) |
reynolds_transition | Denotes if a data point has been marked as the average point where airflow around the flight (i.e. the balloon, etc.) is transitioning (ex. Reynolds numbers for the airflow are transitioning from high_to_low or low_to_high). A lack of data (i.e. null, etc.) in this field indicates no transition has been detected for this data point. |
Data Notes