Skip to content

Commit 8d542d8

Browse files
authored
Update readme.md
1 parent a3d1261 commit 8d542d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

streamlit/flight_routes/readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## Flight Routes Project
22

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.
44

55
## Project Overview
66

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.
88

99
## Key Technologies
1010

@@ -18,9 +18,9 @@ The objective of this project is to use flight data from OpenFlights.org (https:
1818
2. Choose Airport by drop-down list or typing name of airport.
1919
3. Map displays connecting routes between chosen airports and destination.
2020
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.
2222

23-
## Imprvoments
23+
## Improvements
2424

2525
1. To optimize initial load times.
2626
2. To work on coding to facilitate polyline crossing date line issues.

0 commit comments

Comments
 (0)