Collision Risk Analysis Tool
- 2 Devlogs
- 5 Total hours
A collision risk analysis tool for satellites to avoid the problem of space debris
A collision risk analysis tool for satellites to avoid the problem of space debris
This session marked the transition from learning concepts to beginning the actual development of the Collision Risk Analysis Tool. I continued strengthening my Python skills while also applying orbital mechanics to real satellite data.
This session was an important milestone because it connected the theoretical concepts of orbital mechanics with practical software development. By combining Python programming with real TLE data and beginning the implementation of the tool, the project has now moved from the research phase into active development.
I’m starting work on a Collision Risk Analysis Tool that aims to estimate the probability of collisions between objects in Earth orbit. The long-term goal is to use publicly available orbital data to analyze satellite trajectories, identify close approaches, and visualize potential collision risks in an easy-to-understand way.
During this session, I focused on building the knowledge needed before starting development.
Completed 4 introductory Python lessons to learn the fundamentals.
Learned about:
Began understanding the basics of orbital physics, including:
Explored where real orbital data can be obtained and researched publicly available satellite datasets that can be used later in the project.
Overall, this session was focused on building a solid foundation in both programming and orbital physics. Although no code for the final application has been written yet, the knowledge gained will make future development much more structured and efficient.