I was thinking of deprecating the airfield data from these files and just keep the turnpoints, and rename the files as such. The openaip data is i hope better maintained.
Following your comment in PR 501, I created an airfield file from OpenAIP, and removed these airfields in the existing waypoint file DE-WPT-National-XSCoar.cup.
Unfortunately, the direct export from OpenAIP in the "SeeYou CUP" format does not have much information in the description field (desc): no "Flugplatz", no "Segelflug" no "UL", only some additional info more important to powered aircraft.
Therefore, I created the CUP-file DE-APT-National-XCSoar.cup based on the downloaded information from OpenAIP.
The values for the CUP-file are taken from an "Newline-Delimited GeoJSON"-file with a VBA-macro (I am not so fluid with other programming languages), which gives basically the same output as the "SeeYou CUP" format in OpenAIP - except the rwdir, where I could not see a clear pattern, when the direction in the "SeeYou CUP" is lower or higher than 180°. In the new file, the rwdir is now allways >=180°.
The difference to the direct downloadable "SeeYou CUP"-file is the field description (desc):
If available on OpenAIP, there is
- the Callsign of the primary radio frequency (which is given in the "freg"-field),
- Frequency and Callsign of a glider frequency,
- classification as "Segelfluggelände" or "UL-Platz",
- info about glider towing or winch-only,
- info "Sprungbetrieb" if skydive activity,
plus the existing remarks from OpenAIP.
In the airfield details, this looks like:
With unusual callsign:
With additional remarks from OpenAIP:
Compatibility: For older versions as v7.44 (only 1 waypoint file selectable), the "100%"-file DE-WTP-National-XCSoar.cup should be still downloadable. Perhaps it could be renamed then to: DE-APT+WPT-National-XCSoar.cup.
What do you think about this? Or is the additional information in desc not really necessary (Landefeld has already a different icon as Flugplatz/Segelflug)?
I have prepared a pull request for the modified/new files, but want to wait for discussion before launching it.
Following your comment in PR 501, I created an airfield file from OpenAIP, and removed these airfields in the existing waypoint file DE-WPT-National-XSCoar.cup.
Unfortunately, the direct export from OpenAIP in the "SeeYou CUP" format does not have much information in the description field (desc): no "Flugplatz", no "Segelflug" no "UL", only some additional info more important to powered aircraft.
Therefore, I created the CUP-file DE-APT-National-XCSoar.cup based on the downloaded information from OpenAIP.
The values for the CUP-file are taken from an "Newline-Delimited GeoJSON"-file with a VBA-macro (I am not so fluid with other programming languages), which gives basically the same output as the "SeeYou CUP" format in OpenAIP - except the rwdir, where I could not see a clear pattern, when the direction in the "SeeYou CUP" is lower or higher than 180°. In the new file, the rwdir is now allways >=180°.
The difference to the direct downloadable "SeeYou CUP"-file is the field description (desc):
If available on OpenAIP, there is
plus the existing remarks from OpenAIP.
In the airfield details, this looks like:
With unusual callsign:
With additional remarks from OpenAIP:
Compatibility: For older versions as v7.44 (only 1 waypoint file selectable), the "100%"-file DE-WTP-National-XCSoar.cup should be still downloadable. Perhaps it could be renamed then to: DE-APT+WPT-National-XCSoar.cup.
What do you think about this? Or is the additional information in desc not really necessary (Landefeld has already a different icon as Flugplatz/Segelflug)?
I have prepared a pull request for the modified/new files, but want to wait for discussion before launching it.