Update aircraft DB to 20190816.

In addition to the usual updated data, this update fixes a number
of ICAO type designator errors in the FlightAware static data
export (notably for the A330).

Fixes #17
This commit is contained in:
Oliver Jowett 2019-08-16 15:42:01 +08:00
parent d0094d5abd
commit 6a0df00e2d
321 changed files with 232 additions and 319 deletions

View file

@ -34,8 +34,8 @@ To regenerate the json database from these input files:
```sh
$ rm ../public_html/db/*.json
$ xzcat vrs.csv.xz | nodejs ./filter-regs.js >vrs-pruned.csv
$ xzcat flightaware-20190502.csv.xz | nodejs ./filter-regs.js >fa-pruned.csv
$ xzcat vrs.csv.xz | nodejs ./filter-regs.js >vrs-filtered.csv
$ xzcat flightaware-20190816.csv.xz | nodejs ./filter-regs.js >fa-filtered.csv
$ ./csv-to-json.py vrs-filtered.csv fa-filtered.csv ../public_html/db
```

Binary file not shown.

Binary file not shown.