Trying to test #1398, I noticed BER airport isn't actually in the "default" dataset in the openflights repo.
I know we have data synchronisation issues, but would be nice if we had a way to potentially dump updated airlines, airports and planes tables (at least) to their data/*.dat files to allow to populate "new" dev installs to be somewhere near up to date.
Routes can be done too...
We have import-vrs.py to update the database table for routes.. But no script currently to get it from the table either. And can't populate it locally myself due to #1408
Trying to test #1398, I noticed BER airport isn't actually in the "default" dataset in the openflights repo.
I know we have data synchronisation issues, but would be nice if we had a way to potentially dump updated airlines, airports and planes tables (at least) to their data/*.dat files to allow to populate "new" dev installs to be somewhere near up to date.
Routes can be done too...
We have
import-vrs.pyto update the database table for routes.. But no script currently to get it from the table either. And can't populate it locally myself due to #1408