An open API service indexing awesome lists of open source software.

https://github.com/carpentries-incubator/python-eofdm-precursors

Flight data analysis to detect features relevant to the continual improvement of safety.
https://github.com/carpentries-incubator/python-eofdm-precursors

carpentries-incubator english flight-data lesson pre-alpha python

Last synced: 10 months ago
JSON representation

Flight data analysis to detect features relevant to the continual improvement of safety.

Awesome Lists containing this project

README

          

# Using Python to detect EOFDM Precursors within flight data

Flight data analysis to detect features relevant to the continual improvement of safety.

This lesson introduces the European Flight Data Monitoring Forum [EOFDM](https://www.easa.europa.eu/domains/safety-management/safety-promotion/european-operators-flight-data-monitoring-eofdm-forum) and their list of precursors to in flight events.

Working group B of the forum created a [pseudocode guide](https://www.easa.europa.eu/sites/default/files/dfu/study_wgb_precursors_rev3_20200930_4.pdf) for detecting the agreed precursors.

Through several worked examples we will examine different ways to implement some of these algorithms in python and enable discussion of the advantages and disadvantages of each approach.

## Contributing

We welcome all contributions to improve the lesson! Maintainers will do their best to help you if you have any
questions, concerns, or experience any difficulties along the way.

We'd like to ask you to familiarize yourself with our [Contribution Guide](CONTRIBUTING.md) and have a look at
the [more detailed guidelines][lesson-example] on proper formatting, ways to render the lesson locally, and even
how to write new episodes.

Please see the current list of [issues][FIXME] for ideas for contributing to this
repository. For making your contribution, we use the GitHub flow, which is
nicely explained in the chapter [Contributing to a Project](http://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project) in Pro Git
by Scott Chacon.
Look for the tag ![good_first_issue](https://img.shields.io/badge/-good%20first%20issue-gold.svg). This indicates that the maintainers will welcome a pull request fixing this issue.

## Maintainer(s)

Current maintainers of this lesson are

* Jonathan Pelham

## Authors

A list of contributors to the lesson can be found in [AUTHORS](AUTHORS)

## Citation
[![DOI](https://zenodo.org/badge/337807002.svg)](https://zenodo.org/badge/latestdoi/337807002)

To cite this lesson, please consult with [CITATION](CITATION)

[cdh]: https://cdh.carpentries.org
[change-default-branch]: https://docs.github.com/en/github/administering-a-repository/changing-the-default-branch
[community-lessons]: https://carpentries.org/community-lessons
[lesson-example]: https://carpentries.github.io/lesson-example