co2ordinate icon indicating copy to clipboard operation
co2ordinate copied to clipboard

Issues with airports dataset

Open nerik opened this issue 2 years ago • 2 comments

The current version uses a fixed list of airports from https://ourairports.com/data/, filtering them by type (only medium_airports and large_airports). The filtered list is stored here to avoid downloading a large file with heliports: https://github.com/nerik/airports-streamlined

Before considering using real routes, we could improve the existing structure:

  • update the airports file to the latest version. See if it fixes SJC and FSD missing
  • (better: submit the filtered versions to the original repo ?)
  • use medium_airports and large_airports to get closest airport to team member, but only use large_airports for candidate meeting locations

Thoughts @kamicut ?

nerik avatar Apr 13 '23 08:04 nerik

Thanks @nerik! Do you know what the thresholds are for defining medium and large airports?

wrynearson avatar Apr 13 '23 09:04 wrynearson

@wrynearson Here's the definition: https://ourairports.com/help/#airports (somewhat arbitrary)

Screenshot 2023-04-18 at 16 45 47

TBH I would have used only large airports in the original PoC, were it not for the fact that Rennes and Nantes are classed as medium (the two closest local airports to my place)

nerik avatar Apr 18 '23 14:04 nerik