glidernet / ogn-live

GNU Affero General Public License v3.0
39 stars 71 forks source link

Create airport list in CSV format #47

Closed pyrog closed 6 years ago

pyrog commented 7 years ago

Took datas from aerolist.php, clean them, add column Country (took ICAO codes), sort datas by country and by full name.

The idea is to separate code from datas…

snip commented 7 years ago

Have you tested this change before submitting it? Why have you added this temporary file? "flightlog/.~lock.aerolist.csv" Please correct and rebase.

pyrog commented 7 years ago

Why have you added this temporary file? "flightlog/.~lock.aerolist.csv"

It was a mistake 😉

Rebase done

snip commented 7 years ago

Where are u using this new csv file? Please validate your code before submitting a pull request.

pyrog commented 7 years ago

Where are u using this new csv file? Please validate your code before submitting a pull request.

I will modify aerolist.php to load this file. It's not finish yet 😉

snip commented 7 years ago

Ok so please commit only when you have done & validated all the change. There should be only one commit for a given change.

snip commented 6 years ago

Flightlog is no more supported.