Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Determine the flights and flight paths of airplanes currently overhead at a location
ResourceFunction["FlightsOverhead"][pos] returns the flights and sky map for the flights currently overhead at the location pos. | |
ResourceFunction["FlightsOverhead"][pos,prop] returns the property prop. |
"Flights" | list of the flights overhead |
"SkyMap" | visualization of flight paths of flights overhead |
Discover the flights currently overhead at the current location:
In[1]:= |
Out[1]= |
Obtain a sky map showing the current positions and paths of flights overhead:
In[2]:= |
Out[2]= |
FlightsOverhead has two properties:
In[3]:= |
Out[3]= |
Get an Association of properties for flights over JFK airport:
In[4]:= |
Out[4]= |
This work is licensed under a Creative Commons Attribution 4.0 International License