Prototyping flight evaluation tool
/snapshot/:airport – get snapshot of current aircraft at airport, using IATA or ICAO code (e.g. /snapshot/lhr)
/snapshot/:bounds – get snapshot of current aircraft within sw~ne bounds (e.g. /snapshot/51.455,-0.495~51.482,-0.412)
/log/start/:airport – start logging flights to/from airport, using IATA or ICAO code (e.g. /log/start/lhr)
/log/stop/:airport – stop logging flights to/from airport, using IATA or ICAO code (e.g. /log/stop/lhr)
/log/start/:bounds – start logging flights within sw~ne bounds (e.g. /log/start/51.455,-0.495~51.482,-0.412)
/log/stop/:bounds – stop logging flights within sw~ne bounds (e.g. /log/stop/51.455,-0.495~51.482,-0.412)
/log/list – view all flights in log
/log/map?floor=18,000 – view logged flights on map
/log/:from/:to – view flights in log between given airports (e.g. /log/dxb/lhr)
/log/clear – clear out all flights in log