Andreas Lüthi
Andreas Lüthi
In my XCSoar [fork](https://github.com/ubx/XCSoar/tree/can-bus) I have implemented a CAN port device and a CANaorospace driver. It needs certainly a lot of cleanup/rework, but it works. For CANaorospace specs [see](https://www.stockflightsystems.com/tl_files/downloads/canaerospace/canas_17.pdf). The...
That might also interest you: [Landewiese-to-XCSoar-Waypoints](https://github.com/ubx/Landewiese-to-XCSoar-Waypoints)
> @ubx since you have current master running. Do the icons now look good? Screenshot from Libra 2  For my taste, still a little too small
` Index: goompy/__init__.py IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP UTF-8 =================================================================== --- goompy/__init__.py (date 1577375762637) +++ goompy/__init__.py (revision 74d264afa5fe4838657f7d7218e222c7f399eabd) @@ -30,10 +30,9 @@ import os import time try: - from goompy.key...
> The Airspace Details dialog, just shows empty for unclassified. While this is ok, it should be consistent across all dialogs UNCLASSIFIED class/type is now displayed as **Unclassified**
Changes have been made according to the notes. I am not satisfied with this pull request. It is not based on a specification, but rather on what has been implemented...
> Restricted airspaces don´t seem to work. Are you sure ? With airspace file CH-ASP-National-OpenAIP.txt 
Is there an 'official' description of the OpenAir extended format ? Or do we have to agree with [this implementation](https://github.com/openAIP/openaip-openair-parser?tab=readme-ov-file#node)?
> > Is there an 'official' description of the OpenAir extended format ? Or do we have to agree with [this implementation](https://github.com/openAIP/openaip-openair-parser?tab=readme-ov-file#node)? > > This is the "official" documentation: http://www.winpilot.com/UsersGuide/UserAirspace.asp...
The [OpenAIP documantation](https://www.openaip.net/docs) says: `AY: Specifies the type of the airspace, e.g. "CTR". In the extended format, the AC tag is exclusively used to specify the airspace ICAO class. The...