rhaamo / pyAirwaves

pyAirwaves is an ADS-B and AIS processing, storage (planned), and display application with Leaflets integration.
GNU Affero General Public License v3.0
10 stars 4 forks source link

Frontend feature requests #9

Open rhaamo opened 5 years ago

rhaamo commented 5 years ago

What needs to be implemented, or fixed:

rhaamo commented 4 years ago

OverpassQL for airports/etc.:

[out:json][timeout:120];
(
  node[aeroway=aerodrome];
  area[aeroway=aerodrome];
  node[aeroway=heliport];
  area[aeroway=heliport];
  node[aeroway=beacon];
  node[aeroway=navigationaid];
  area[aeroway=spaceport];
);
// print results
out body;
>;
out skel qt;

https://github.com/DinoTools/python-overpy