Commit Graph

112 Commits

Author SHA1 Message Date
Sven Czarnian
11e76a3f24 refactor the code to abstract from the weather provider 2021-09-24 22:10:46 +02:00
Sven Czarnian
b54f7dfc50 fix a copy-paste error 2021-09-05 19:29:21 +02:00
Sven Czarnian
2687f543ad add the weather to the system configuration 2021-09-05 19:27:58 +02:00
Sven Czarnian
3743f31b84 introduce the weather configuration 2021-09-05 19:27:47 +02:00
Sven Czarnian
d851efcd4d add a crawler to parse DWD data 2021-09-05 18:59:30 +02:00
Sven Czarnian
9fd05aa932 fix code formatting 2021-09-05 18:59:16 +02:00
Sven Czarnian
d07751cf77 Merge branch 'feature/setup' into 'develop'
Feature/setup

See merge request nav/aman/aman-sys!1
2021-09-03 21:41:00 +00:00
Sven Czarnian
715433bac6 Merge remote-tracking branch 'origin/develop' into feature/setup
# Conflicts:
#	README.md
2021-09-03 23:39:42 +02:00
Sven Czarnian
9de9b813ba sort the received aircraft reports into the corresponding worker thread 2021-09-03 23:35:17 +02:00
Sven Czarnian
1561335e1b introduce a inbound class to prepare the collection of internal data 2021-09-03 23:34:26 +02:00
Sven Czarnian
b516333ede Merge branch 'feature/setup' of git.vatsim-germany.org:nav/aman-sys into feature/setup 2021-09-03 23:07:14 +02:00
Sven Czarnian
793d92ff83 get the arrival routes 2021-09-03 23:06:26 +02:00
Sven Czarnian
fa38924936 sort the arrival routes by the runways 2021-09-03 23:06:12 +02:00
Sven Czarnian
87d813d0a4 runways are not required. can be extracted out of required arrival routes 2021-09-03 23:05:57 +02:00
Sebastian Kramer
cf191a6ff1 Update .gitignore to reflect cache and build files 2021-09-03 15:38:05 +02:00
Sven Czarnian
aaa37a5f62 execute the planner every minute 2021-09-02 21:01:00 +02:00
Sven Czarnian
744ad71b6c initialize the workers for the airports and destroy them during shutdown 2021-09-02 20:59:41 +02:00
Sven Czarnian
479d7b2d44 add sys to the package definition 2021-09-02 20:59:17 +02:00
Sven Czarnian
64c238899a introduce a worker thread for the planning tasks 2021-09-02 20:59:02 +02:00
Sven Czarnian
518e80e2fe rename System class 2021-09-02 20:37:12 +02:00
Sven Czarnian
46cc87eb3b introduce a wrapper to provide a system class that manages the environment 2021-09-02 19:44:02 +02:00
Sven Czarnian
bd7cbe91ed add a configuration that parses all relevant airport data 2021-09-02 19:43:34 +02:00
Sven Czarnian
f6643d899f remove the obsolete configuration entries 2021-09-02 19:43:18 +02:00
Sven Czarnian
b10fae513e use paths to the keys relative to the configuration path 2021-09-02 19:43:05 +02:00
Sven Czarnian
d60d5cb716 replace exceptions by error messages 2021-09-02 19:35:20 +02:00
Sven Czarnian
b3b5b3e547 rename the configuration names 2021-09-02 19:35:02 +02:00
Sven Czarnian
9c7d8db006 parse the performance data information 2021-09-02 09:32:28 +02:00
Sven Czarnian
8cd5aa6baf introduce a tool that extracts the performance data out of Skybrary 2021-09-02 09:01:16 +02:00
Sven Czarnian
df455df689 introduce a class for performance data 2021-09-02 09:00:53 +02:00
Sven Czarnian
1374ad95c9 add a missing dependency for the crawler tool 2021-09-02 09:00:34 +02:00
Sven Czarnian
31150adb9e add a parser to read SCT/ESE-files 2021-08-30 21:57:56 +02:00
Sven Czarnian
e4715abda3 add some generic datatypes 2021-08-30 21:57:14 +02:00
Sven Czarnian
51b4013e6b fix a crash 2021-08-30 21:56:16 +02:00
Sven Czarnian
f4fbd6245b extend the external dependencies 2021-08-30 21:56:00 +02:00
Sven Czarnian
1d50f0e9af add code to replace the import commands to fix execution errors 2021-08-19 09:18:54 +02:00
Sven Czarnian
8f81b65df8 fux a warning 2021-08-19 09:01:18 +02:00
Sven Czarnian
c7738346bb receive aircraft reports 2021-08-17 17:42:21 +02:00
Sven Czarnian
4e8e8f15e4 update the interface 2021-08-17 17:42:07 +02:00
Sven Czarnian
5a2b9983b6 switch to classic API 2021-08-16 07:58:19 +02:00
Sven Czarnian
36d2bfa8a0 remove the useless destructor 2021-08-15 12:56:42 +02:00
Sven Czarnian
0fdcf8e99e use the destructor 2021-08-15 12:54:18 +02:00
Sven Czarnian
6b2072f43b introduce a receiver thread 2021-08-15 12:54:10 +02:00
Sven Czarnian
04b299730a delete the precompiled python cache 2021-08-15 09:01:39 +02:00
Sven Czarnian
8199b33d53 use one module for the complete ES communication 2021-08-15 09:00:04 +02:00
Sven Czarnian
153930e73c reorder dependencies 2021-08-15 08:59:42 +02:00
Sven Czarnian
7b26e27c9d introduce a configuration module 2021-08-15 08:59:32 +02:00
Sven Czarnian
a3f4f8f41b add argparse as a dependency 2021-08-14 21:31:18 +02:00
Sven Czarnian
59e458c70b add the long description 2021-08-14 21:31:06 +02:00
Sven Czarnian
a0c9676c78 format the setup call 2021-08-14 21:30:49 +02:00
Sven Czarnian
b92f437fcb extend the clean-function 2021-08-14 21:28:53 +02:00