Skip to content

Test task for https://gist.github.com/sayplastic/76bcebc3a554ea03e3cf296412b60b77 to show my skills. It can use opensky-network.org's API to show planes near special point (eg. in 450 km around Paris).

License

Notifications You must be signed in to change notification settings

marperia/opensky_network_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opensky-network.org API

API for opensky-network.org to find planes near special place.

Usage:

from opensky_network_api import main

main.find_planes_around(latitude, longtitude, radius)

or, simple:

main.find_planes_around()

Where latitude and longtitude in diaposone from -180 to 180° (e.g. -15.2353) and from -90° to 90° and radius from 1 to 1000 km (e.g. 450). Default values are 2.349014°, 48.864716° (Paris) and 450 km.

About

Test task for https://gist.github.com/sayplastic/76bcebc3a554ea03e3cf296412b60b77 to show my skills. It can use opensky-network.org's API to show planes near special point (eg. in 450 km around Paris).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages