Update aircraft DB to 20190502

This commit is contained in:
Oliver Jowett 2019-05-02 18:54:59 +08:00
parent 61f483c3e7
commit 930e158208
295 changed files with 293 additions and 290 deletions

View file

@ -33,9 +33,9 @@ are excluded from the export.
To regenerate the json database from these input files:
```sh
$ rm ../../public_html/*.json
$ rm ../public_html/db/*.json
$ xzcat vrs.csv.xz | nodejs ./filter-regs.js >vrs-pruned.csv
$ xzcat flightaware-20180720.csv.xz | nodejs ./filter-regs.js >fa-pruned.csv
$ xzcat flightaware-20190502.csv.xz | nodejs ./filter-regs.js >fa-pruned.csv
$ ./csv-to-json.py vrs-filtered.csv fa-filtered.csv ../public_html/db
```
@ -43,7 +43,7 @@ Additional CSV files can be given to `csv-to-json.py` if desired.
The contents of public_html/db should be installed where the webmap can find
them; the Debian packaging puts these in
/usr/share/dump1090-mutability/html/db
/usr/share/dump1090-fa/html/db
The CSV format is very simple. The first line must be a header line that names
the columns. These columns are understood:

Binary file not shown.

Binary file not shown.