Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

Write airspace file generator for skylines airspace_list.txt #56

Open
lordfolken opened this issue May 2, 2016 · 5 comments
Open

Write airspace file generator for skylines airspace_list.txt #56

lordfolken opened this issue May 2, 2016 · 5 comments

Comments

@lordfolken
Copy link
Contributor

Skylines also requires current airspace. The file is located:
https://github.com/skylines-project/skylines/blob/813cbd7c7c0874026737659fa3ae9a65b8146ec1/mapserver/airspace/airspace_list.txt
This list should should be generated and imported to skylines on a commit basis.

@lordfolken
Copy link
Contributor Author

The generator has been committed in 6b99248
What is left to do, is the automatic upload and import to skylines.

@Turbo87
Copy link
Member

Turbo87 commented May 2, 2016

I'm not sure if this is the right repo for that...

@lordfolken
Copy link
Contributor Author

lordfolken commented May 2, 2016

I was hoping to provision both applications from this repository. The CI path should also upload the results to skylines, as skylines currently has very old airspace data. Please make a suggestiion.

@Turbo87
Copy link
Member

Turbo87 commented May 3, 2016

the problem is that the skylines importing is a lot more involved and not quite as easy as just uploading a file. we could fire some sort of webhook from here, but I don't want to couple this repo too tightly to SkyLines.

@TobiasLohner
Copy link

Hi,

indeed, we're using GDAL/OGR to parse the airspace files. It's parser is
not as robust as XCSoar's airspace parser and causes some problems
sometimes. I'd like to use XCSoar parser for it's reliability, but then
we'd need some more api functionality.

Additionally, airspace files often include FIRs and country borders
which have to be removed manually (using the airspace_blacklist.txt)
when importing into the database, otherwise the map will be a lot more
cluttered.

Tobias

Am 2016-05-03 09:42, schrieb Tobias Bieniek:

the problem is that the skylines importing is a lot more involved and
not quite as easy as just uploading a file. we could fire some sort of
webhook from here, but I don't want to couple this repo too tightly to
SkyLines.

You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub [1]

Links:

[1]
#56 (comment)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants