You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: streamlit/flight_routes/readme.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
## Flight Routes Project
2
2
3
-
This repository was developed to automate some functions for analysing datasets. After creating static flight maps using QGIS and ArcGIS Pro, the use of python was explored to creat this application.
3
+
This repository was developed to automate some functions for analyzing datasets. After creating static flight maps using QGIS and ArcGIS Pro, the use of python was explored to create this application.
4
4
5
5
## Project Overview
6
6
7
-
The objective of this project is to use flight data from OpenFlights.org (https://openflights.org/data) to plot connections routes between origin and destination airports based on country and orgin airport.
7
+
The objective of this project is to use flight data from OpenFlights.org (https://openflights.org/data) to plot connections routes between origin and destination airports based on country and origin airport.
8
8
9
9
## Key Technologies
10
10
@@ -18,9 +18,9 @@ The objective of this project is to use flight data from OpenFlights.org (https:
18
18
2. Choose Airport by drop-down list or typing name of airport.
19
19
3. Map displays connecting routes between chosen airports and destination.
20
20
4. Clear selection button to restart.
21
-
Note: Because the dataset is full (over 6500 lines of data) in it's inital session, it takes some time to load on inital run or clearing the query.
21
+
Note: Because the dataset is full (over 6500 lines of data) in its initial session, it takes some time to load on initial run or clearing the query.
22
22
23
-
## Imprvoments
23
+
## Improvements
24
24
25
25
1. To optimize initial load times.
26
26
2. To work on coding to facilitate polyline crossing date line issues.
0 commit comments