You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-2Lines changed: 21 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,33 @@ This tool enables the automatic detection of go-around events in aircraft positi
4
4
The tool will produce graphics showing the flight path and phase for every detected landing aircraft. Normal landings can be stored in one subdirectory, potential go-arounds in another.
First you must download aircraft data, which can be done using the `OpenSky_Get_Data` script. You can then point `GA_Detect` at the download location to scan for go-arounds.
13
18
This tool is in very early development, so has manual tweaks that would ideally be changeable via a config file or directly via the command line call. The most important of these tweaks are listed below:
14
19
20
+
### `Metars_Get_Data.py`
21
+
22
+
To download the METARS data for a given station and timespan, use the
23
+
`Metars_Get_Data.py` script. This script uses defaults that
24
+
correspond to the ones used in the `OpenSky_Get_Data.py` script, thus
0 commit comments