Releases: mitre-public/open-aria
Releases · mitre-public/open-aria
0.5.0
0.4.1
Add release notes & patch release workflow * .tgz was not made
0.4.0
- Updated dependencies (avro, jackson, snakeyaml)
InspectDatasetnow analyzes altitude data- Improved formating of AirborneEvents when they are written as JSON
- Bug fix: The
publishTrackDataoption now works correctly with both NOP and CSV data - Many IDE linting improvements
- Replaced
DownConvertingIteratorOfPointswith Guava call
0.3.0
- Added a
dataFormatoption to the standard yaml Configuration files- Current options are
nopandcsv
- Current options are
- Gathered sample datasets & configs in
open-aria-airborne/src/main/resources - Demos now use config files with the
dataFormatfield specified - Added new Demo that process both CSV and NOP data (in separate runs)
- Incorporated Formats into InspectDataset
- Added Formats.nop()
- Added Formats.csv()
- Simplified RunAirborneOnFile
0.2.0
Removing version, using tags and GH actions
Initial Release
This is the first release of the project.
This version of the project:
- Fully Supports processing the FAA's NOP data (File-based processing, or Kafka-based processing)
- Has partial support for the OpenARIA data format
- Was complied and built by the GitHub Actions CI/CD system
- Will help us build additional features (e.g., docker images and demos)