Skip to content

Commit 0649cf4

Browse files
Merge branch 'main' into develop
2 parents 69f4d85 + 8f244eb commit 0649cf4

1 file changed

Lines changed: 12 additions & 8 deletions

File tree

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
<div style="text-align: justify"> The tool uses a Two Line Elements database extracted daily from the <a href="https://celestrak.org">Celestrak</a> archive, featuring all currently active satellites in orbit around Earth. </div>
2121

22+
<div style="text-align: justify"> Some icons by <a href="https://icons8.com/">Icons8</a>. </div>
2223
## INSTALLATION
2324

2425
1. Cloning the Github Repository.
@@ -62,14 +63,17 @@ python3 main.py
6263

6364
| Feature | Description | Status |
6465
|-------|-------------|--------|
65-
| 2D Map Shading | Adding night shadow shader copying the 3D View rendition | Testing |
66-
| 2D Map Optimization | Optimize 2D Map rendition for GPU usage | In Progress |
67-
| Line Plots | Adding line plots able to graph wanted calculated values | In Progress |
68-
| Polar Plots | Adding polar plots able to graph wanted calculated values | Planned |
66+
| 2D Map Shading | Adding night shadow shader copying the 3D View rendition | Done |
67+
| Object Grouping | Adding the ability to group visible objects | Done |
68+
| 3D View Optimization | Optimize 3D View rendition for GPU usage | Done |
69+
| Line Plots | Adding line plots able to graph wanted calculated values | Done |
70+
| Polar Plots | Adding polar plots able to graph wanted calculated values | Done |
71+
| Pass Predictions | Predict visible satellite passes for observers | In Progress |
72+
| 2D Map Optimization | Optimize 2D Map rendition for GPU usage | Planned |
6973
| Orbit Coverage | Predict visible satellite ground coverage | Planned |
70-
| Pass Predictions | Predict visible satellite passes for observers | Planned |
71-
| 3D View Optimization | Optimize 3D View rendition for GPU usage | Planned |
74+
| Collisions Predictions | Predict satellites collisions | Planned |
75+
| Reentries Predictions | Predict satellite reentries | Planned |
7276
| Orbital Calculations Optimization | Optimize orbital calculations for GPU usage | Planned |
73-
| Object Grouping | Adding the ability to group visible objects | Planned |
7477

75-
<p align="left">(<a href="#readme-top">back to top</a>)</p>
78+
Icons
79+
<p align="left">(<a href="#readme-top">back to top</a>)</p>

0 commit comments

Comments
 (0)