YAAMSOrg / yaams-server

Yet Another Airline Management System
BSD 3-Clause "New" or "Revised" License
2 stars 5 forks source link

Create airport table #7

Closed flymia closed 3 months ago

flymia commented 3 months ago

Since we reference airports quite a lot in many tables, it would be a good idea to store airports in a table. We can store other data about airpots as well, for example the airport name and location using coordinates. This might be important for drawing of maps in the future, too.

We need a source of data, of all ICAO airports worldwide. An option seems to be: https://ourairports.com/data/

flymia commented 3 months ago

@Konrad00 Could you have a look at this and tell me if this is okay or if I am missing something. I've opened a PR for this. Thank you.