AI Schedule manager: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Line 10: Line 10:
}}
}}


The '''AI Schedule Manager''' is a Python application capable of viewing, managing and exporting [[:Category:AI_Traffic|AI Traffic]] flight schedules using the conf file format, with a [http://www.sqlite.org/index.html Sqlite] database  backend.
The '''AI Schedule Manager''' is a Python application capable of viewing, managing and exporting [[:Category:AI_Traffic|AI Traffic]] flight schedules using the conf file format, with a [http://www.sqlite.org/index.html Sqlite] database  backend. The application is designed to be compatible with the command line set of tools for managing AI traffic.


[[File:AISchedule.png|right|thumb|the flights management tab]]
[[File:AISchedule.png|right|thumb|the flights management tab]]
Line 23: Line 23:
* Export flightplans.
* Export flightplans.
* Add flightplans.
* Add flightplans.
* Perform the above operations for airline fleets and aircraft.
* Perform the above operations for airline fleets and aircraft types.
* Check schedules and insert missing aircraft into the aicraft table.
* Check schedules and insert missing aircraft into the aicraft table.
* Check model-livery availability and display their status in the fleets tab.
* Check model-livery availability and display their status in the fleets tab.
Line 64: Line 64:


== Known issues ==
== Known issues ==
<del>If you order the table by a column other than id and then apply filters,
* The application cannot import aircraft confs ('''*-ac.conf''') or lines beginning with AC in mixed confs.
the table might become corrupted.</del> To solve this, simply order by id again, apply the filters by clicking ''Show'' then order by
* To display duplicate flight schedules, the application needs to build an index of duplicate entries in the database. Due to the large number of flights, this operation can take a very long time (an hour or more, depending on the machine performance).
the column you want.


== Authors ==
== Authors ==
223

edits

Navigation menu