Skip to content

Commit

Permalink
Update documentation to include Data download.
Browse files Browse the repository at this point in the history
  • Loading branch information
mchadwick-iqt committed Dec 7, 2021
1 parent 4cf7816 commit 68e6bab
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion configure-pi.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,14 @@ Use the following command to verify the GPS device is working:
gpscat /dev/ttyACM0 | gpsdecode
```

## Add Aircraft Database
The Aircraft Database includes a mapping of the ADS-B ID to the make, model, operator, and other info. This data is from the OpenSky Network, and must be downloaded:

```bash
mkdir ~/Projects/SkyScan/data
wget https://opensky-network.org/datasets/metadata/aircraftDatabase.csv -P ~/Projects/SkyScan/data
```

## Wrap it up...

Now go back to the readme to finish the config. You will need to get a Flight Aware key.
Now go back to the readme to finish the config. You will need to get a Flight Aware key.

0 comments on commit 68e6bab

Please sign in to comment.