Closed DerK96 closed 3 months ago
Sorry, I put the wrong command in the README. The situation with aerodromes is not great at the moment...
In the very beginning I stole the data from Philips internal app by @snps-achim and cleaned it up a little bit, which is basically a list of airfields within 600 miles from Aachen.
This file is not a real Django fixture, but a cleaned dump from the Philips app, this is why a custom loading command is needed. I wrote it initially to clean up the data by cross-referencing with other sources, but then deactivated the cleanup part.
What is missing is the rest of the world, and also an update strategy. In theory one needs to think of a better source (OpenAIP, OurAirports, whatever...) considering the licensing and data quality. Also initialization and update strategy should be considered.
Fixed distance from Aachen is a bad idea as well. Probably I'd need to add local coordinates to the settings, and recalculate the ranges using the great circle distance formula. One could also do it at the database level, but one needs to register a function or limit to PostGis. Was not sure how fast this would be on the fly, so maybe indeed better to recalculated statically at the import / update stage...
Anyways, had a lot of other more pressing things to do, so this will probably stay like that for awhile.
P.S. Just to reiterate the offer made to Georg, I can give a talk / do a demo if FH pays for a demonstration flight and a dinner at Albatros ;-)
Problem
Executing the following command from the Usage section ends in an error.
Error
System