Skip to content

Commit dfbda44

Browse files
authored
Update Airline_flights_identification.py
1 parent 4387443 commit dfbda44

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1+
# Define our main tools:
2+
from FlightRadar24.api import FlightRadar24API
3+
fr_api = FlightRadar24API()
14

5+
# Definition of tools used in reading images
6+
from PIL import Image
7+
import requests
8+
from io import BytesIO
9+
10+
# This library will be used to display images
11+
from matplotlib import pyplot as plt
12+
13+
# Map tool
14+
import folium

0 commit comments

Comments
 (0)