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:
parent
d0094d5abd
commit
6a0df00e2d
321 changed files with 232 additions and 319 deletions
|
@ -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.
BIN
tools/flightaware-20190816.csv.xz
Normal file
BIN
tools/flightaware-20190816.csv.xz
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue