added separate readme for eddm

This commit is contained in:
RoAnBu
2020-12-25 16:29:51 +01:00
parent d13a840f3d
commit f65544e685
2 changed files with 20 additions and 18 deletions
-18
View File
@@ -1,23 +1,5 @@
# EDDM v1.0 # EDDM v1.0
# Munich Airport "Franz Josef Strauß" in the south of Germany. # Munich Airport "Franz Josef Strauß" in the south of Germany.
# Second hub of Lufthansa, offering many international and intercontinental routes.
# Already working:
# - most SIDs exist
# - various transitions and approach waypoints
# - real airspaces
# - pre-covid airlines
# TODOs:
# - general aviation traffic missing, maybe government traffic (see: https://en.wikipedia.org/wiki/Munich_Security_Conference)
# - special cargo traffic missing, for example antonovs
# - airline traffic frequency balance probably not ideal
# - check if airspace height restrictions make sense
# - check if some SIDs can be removed because they are barely used in real life
# - runway configs missing
# - check if arrival entry directions make sense, same for descent altitude
#
# Feedback or improvements? Create an issue or contribute directly: https://github.com/AdamJCavanaugh/EndlessATCAirports#contributing
[airspace] [airspace]
radius = 35 radius = 35
+20
View File
@@ -0,0 +1,20 @@
# Munich Airport "Franz Josef Strauß" in the south of Germany.
Second hub of Lufthansa, offering many international and intercontinental routes.
## Already working:
- most SIDs exist
- various transitions and approach waypoints
- real airspaces
- pre-covid airlines
## TODOs, help wanted!
- general aviation traffic missing, maybe government traffic
- special cargo traffic missing, for example antonovs
- airline traffic frequency balance probably not ideal
- check if airspace height restrictions make sense
- check if some SIDs can be removed because they are barely used in real life
- runway configs missing
- check if arrival entry directions make sense, same for descent altitude
**Feedback or improvements? Create an issue or contribute directly: https://github.com/AdamJCavanaugh/EndlessATCAirports#contributing**