license: mit
AirportStatusBot Data
This Hugging Face Dataset includes data released by my AirportStatusBot.
Data
data/faa/faa_xml_data.txt
This is a text file that contains the raw data from the FAA that AirportStatusBot has captured. Each line/row is a string of XML data directly from the FAA.
There are no duplicates in this file, and they are sorted by the Update_Time field in the XML data.
There are over 40,000+ records in this file.
data/faa/faa_xml_data.jsonl
This is a JSONL file that contains the raw data from the FAA that AirportStatusBot has captured. Each line/row is a JSON object with xml & update_time fields. The xml field contains the string of XML data directly from the FAA, and the update_time field contains the Update_Time field from the XML data.
There are no duplicates in this file, and they are sorted by the Update_Time field in the XML data.
Other than the data format there is no difference between this data and the .txt file.
Other Files
data_processing_notebook.ipynb
This is a Jupyter Notebook that I used to process the raw XML data into a CSV file. If you have access to the RAW data that AirportStatusBot has captured, you can use this notebook to process the data into the CSV file (data/faa/faa_xml_data.txt).
Other Notes
- There is no guarantee that this data is complete. There may be missing data. However I'm fairly confident that the data provided is as accurate as the FAA provides.
- The date range of data included is currently from 2023-12-17 to 2025-11-28. If you would like to see data more recent than this, please feel free to reach out to me.
- My goal is to update this dataset roughly every year. If you would like to see more frequent updates, please let me know.
- I would love to hear about how you use this data. Please reach out to me and let me know how you're using it!
Contact
If you have any questions or concerns, please feel free to contact me.