Update README with current compressed csv file
This commit is contained in:
parent
398728439b
commit
3167459bfc
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue