-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow airspace class filtering / selection #21
Comments
Dear migajek, thank you for your message. I will need a few days, and probably come back to you early next week. Best, Stefan. |
Hi Stefan, I just verified the OpenAIP airspaces file and the category here is also G, so it simply gets ignored in the importing loop I guess if you were to define the exception for that case and import the G airspaces, the rule should be country-specific so probably sth like |
This also might be helpful: https://www.fis.pansa.pl/en/vfr-flight-to-poland/
|
Dear migajek, I had a look at the issue. I understand that this is an issue of real concern for polish VFR pilots and I agree that the current situation needs to be improved. I would be willing to add new airspace categories "TRA" and "TSA" to the "Enroute" app. I understand the heuristic that you describe to recognize TRA and TSAs in the openAIP data, but I am hesitant to implement that. Heuristics of this kind have backfired on me too often (openAIP naming convention might change, …), and I adopted the philosophy "better to show no data than to give potentially fishy information". I would seriously prefer if TRAs and TSAs were clearly marked in the openAIP data, and then I could properly support that (this might imply adding new airspace categories to the openAIP XML format). As a second-best option, we could try to extract TRAs and TSAs from openFlightMaps, which have more complete data, but cover only a few countries. Are you a programmer and could you help me with that? For the moment, I would like to refer you to Peter Kemme [email protected], who contributes to openAIP and openFlightMaps, who knows both systems well, and who has been extremely helpful in the past. Perhaps you could discuss the matter with him? As I said -- once a clean solution has been found in openAIP, I will be happy to update the app to support that. You might also wish to contact Stephan Besser [email protected], who is the main man behind openAIP. I will be happy to help, so please keep me updated! Best, Stefan |
Hello Stefan, Worst case scenario OpenFlightMaps could be indeed used as the supporting data source, briefly checked the dump and it seems our example TRA (TRA100) has the Best regards, |
The problem: TRA/TSA airspaces are not visible on the map.
Context: We have many of them in Poland, multiple are active all the time. This is the screenshot of Airspace Usage Plan for today (available here: https://airspace.pansa.pl/ )
Let's focus on one of the TRA airspaces on the eastern border - EPTR100 - according to AIP "Unclassified airspace"
I've checked the OpenFlightMaps dump for Poland and it seems these airspaces are given "G" category
The GeoJSON specification for Enroute doesn't seem to support it - so it does make sense these are not in the GeoJSON for Poland.
I wonder if it would be feasible to have a way to include these airspaces.
While many of the TRA/TSA airspaces are not usually active, some are active each day. I personally believe it's better to have them on the map and intentionally ignore them knowing they are inactive at the moment, then not to have them at all
The text was updated successfully, but these errors were encountered: