Spaces:
Sleeping
Sleeping
Commit
·
93a8145
1
Parent(s):
fb8b137
Refactor README.md: Update features and to-do list
Browse files
README.md
CHANGED
@@ -9,7 +9,6 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
---
|
12 |
-
|
13 |
# Flight Route Optimization
|
14 |
|
15 |
## Check out the demo here - [HuggingFace Space](https://huggingface.co/spaces/souvik0306/Flight_Route_Planner)
|
@@ -21,8 +20,15 @@ This project focuses on optimizing flight routes to minimize travel time and cos
|
|
21 |
> **Note:** The actual flight time and performance may vary since the dataset used is very rudimentary. In the real world, the same aircraft can have different internal configurations, leading to variations in flight time and fuel consumption.
|
22 |
|
23 |
## Features
|
24 |
-
|
25 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
|
27 |
## Installation
|
28 |
|
@@ -46,4 +52,5 @@ This project focuses on optimizing flight routes to minimize travel time and cos
|
|
46 |
python app.py
|
47 |
```
|
48 |
2. Check out the [live demo](https://huggingface.co/spaces/souvik0306/Flight_Route_Planner) to see the project in action.
|
|
|
49 |
---
|
|
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
---
|
|
|
12 |
# Flight Route Optimization
|
13 |
|
14 |
## Check out the demo here - [HuggingFace Space](https://huggingface.co/spaces/souvik0306/Flight_Route_Planner)
|
|
|
20 |
> **Note:** The actual flight time and performance may vary since the dataset used is very rudimentary. In the real world, the same aircraft can have different internal configurations, leading to variations in flight time and fuel consumption.
|
21 |
|
22 |
## Features
|
23 |
+
|
24 |
+
- Route calculation based on Weather, Temperature
|
25 |
+
- Total CO2 Emitted
|
26 |
+
- Route Feasibility based on Aircraft
|
27 |
+
|
28 |
+
## TO DO
|
29 |
+
* [ ] Integrate an API to calculate distances using dedicated airways instead of the Great Circle Distance.
|
30 |
+
* [ ] Develop additional optimization methods based on various parameters.
|
31 |
+
* [ ] Identify layover points for aircraft unable to complete a route in one go, considering computational efficiency.
|
32 |
|
33 |
## Installation
|
34 |
|
|
|
52 |
python app.py
|
53 |
```
|
54 |
2. Check out the [live demo](https://huggingface.co/spaces/souvik0306/Flight_Route_Planner) to see the project in action.
|
55 |
+
|
56 |
---
|