Update README with current compressed csv file

This commit is contained in:
Eric Tran 2020-09-24 06:10:58 +00:00
parent 398728439b
commit 3167459bfc
1 changed files with 1 additions and 1 deletions

View File

@ -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-20191216.csv.xz | nodejs ./filter-regs.js >fa-filtered.csv
$ xzcat flightaware-20200924.csv.xz | nodejs ./filter-regs.js >fa-filtered.csv
$ ./csv-to-json.py vrs-filtered.csv fa-filtered.csv ../public_html/db
```