Skip to content

Commit

Permalink
Update FlightAware aircraft DB source data to 20231026
Browse files Browse the repository at this point in the history
  • Loading branch information
mutability committed Oct 26, 2023
1 parent b3a1069 commit c6b0027
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/README.aircraft-db.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To regenerate the json database from these input files:
```sh
$ rm ../public_html/db/*.json
$ xzcat vrs.csv.xz | nodejs ./filter-regs.js >vrs-filtered.csv
$ xzcat flightaware-20211210.csv.xz | nodejs ./filter-regs.js >fa-filtered.csv
$ xzcat flightaware-20231026.csv.xz | nodejs ./filter-regs.js >fa-filtered.csv
$ ./csv-to-json.py vrs-filtered.csv fa-filtered.csv ../public_html/db
```

Expand Down
Binary file removed tools/flightaware-20220928.csv.xz
Binary file not shown.
Binary file added tools/flightaware-20231026.csv.xz
Binary file not shown.

0 comments on commit c6b0027

Please sign in to comment.