I could be reading it wrong here, but from what I can tell. Tar1090 is able to throw in some extra fields to the JSON file if enabled? And has anyone managed to get it to include airframe data to read
(Or does it require it’s own db file specified)
From historic posts, it appears it was all integrated in the end and the need to manually import aircraft.csv.gz is defunct.
I can get a default install to populate the REG/Type short code as if it was reading from internet. But the moment I try to use the --db-file cmd for a region specific one with some extra airframe data to include in the JSON (or the specific write long type option) for alternate offline push use. The known fields suddenly blank (until manually forcing it to update from repo again)
" --db-file-lt Write long type to aircraft.json as field desc"
If used with --db-file using a aircraft.csv.gz from the tar1090-db repository (csv branch), these additional fields will be available if the aircraft is in the database:
- r: aircraft registration pulled from database
- t: aircraft type pulled from database
- (optional with --db-file-lt: desc: long type name)
Love to hear from someone who has formatted their own for display while getting the JSON out to include it as pescribed.