All Projects → IBM → spacetech-ssa

IBM / spacetech-ssa

Licence: Apache-2.0 license
IBM Space Tech - Space Situational Awareness

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects
HTML
75241 projects
Makefile
30231 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to spacetech-ssa

public regulated data types
Regulated DSDL definitions for Cyphal (standard and third-party)
Stars: ✭ 62 (-30.34%)
Mutual labels:  space
Nasa-And-Spacex-Cooperation
Theme Outer Space
Stars: ✭ 41 (-53.93%)
Mutual labels:  space
WorkingGroup
Issues tracker for ideas, ongoing work, looking for mentors, mentors available. Join here!
Stars: ✭ 37 (-58.43%)
Mutual labels:  space
NASSP
Project Apollo - NASSP
Stars: ✭ 110 (+23.6%)
Mutual labels:  space
cas
Cellular Automata Simulator
Stars: ✭ 22 (-75.28%)
Mutual labels:  space
Moonwards-Virtual-Moon
Development continues on Unreal, in the MoonwardsUE repository
Stars: ✭ 97 (+8.99%)
Mutual labels:  space
keeptrack.space
🌎📡 TypeScript Astrodynamics Software for Non-Engineers. 3D Visualization of satellite data and the sensors that track them.
Stars: ✭ 61 (-31.46%)
Mutual labels:  space
Galactifun
A Slimefun addon inspired by ClayTech
Stars: ✭ 22 (-75.28%)
Mutual labels:  space
perseverance-parachute-generator
Generate your own Perseverance parachute-style secret codes!
Stars: ✭ 17 (-80.9%)
Mutual labels:  space
SpaceProject
A top-down 2D, procedurally generated space exploration and shooter game using libGDX. Kinda like Asteroids, only a little bigger.
Stars: ✭ 28 (-68.54%)
Mutual labels:  space
spacehunter
❤🍳 Space Hunter is a PWA (Progressive Web App) in which the user can have access to information regarding the universe.
Stars: ✭ 15 (-83.15%)
Mutual labels:  space
trusat-frontend
The React codebase for space-sustainability tool TruSat
Stars: ✭ 31 (-65.17%)
Mutual labels:  space
antares
A tactical space combat game
Stars: ✭ 80 (-10.11%)
Mutual labels:  space
pyspedas
Python-based Space Physics Environment Data Analysis Software
Stars: ✭ 90 (+1.12%)
Mutual labels:  space
pyuavcan
Python implementation of the Cyphal protocol stack.
Stars: ✭ 91 (+2.25%)
Mutual labels:  space
AstroAdventures-Android
A mini-game for Android like Space Invaders, where the entire game engine has been written from scratch, in Kotlin. And every visual asset in the game is drawn with code, using Android Custom Views.
Stars: ✭ 50 (-43.82%)
Mutual labels:  space
Orekit
OREKIT is a free low level space dynamics library written in Java. Please visit our Gitlab instance for issues and contributions: https://gitlab.orekit.org
Stars: ✭ 110 (+23.6%)
Mutual labels:  space
lunar-theme
🌓 A minimal dark and light theme for Visual Studio Code. Handpicked colours, easy on the eyes, and perfect for coding in the day/night.
Stars: ✭ 24 (-73.03%)
Mutual labels:  space
Space-Frontier
A reimagining of the game of my childhood - Stellar Frontier
Stars: ✭ 18 (-79.78%)
Mutual labels:  space
Realistic-Atmosphere-Godot-and-UE4
A realistic atmosphere material for both the Godot game engine and Unreal Engine 4
Stars: ✭ 119 (+33.71%)
Mutual labels:  space

Space Situational Awareness in Low Earth Orbit

Low earth orbit (LEO) is a crowded place and the number of anthropogenic space objects (ASOs) entering LEO is rapidly escalating. With this population boom also comes the inevitable increase in close encounters (conjunctions) between objects. The heart of the space situational awareness (SSA) problem is to predict where ASOs are and where they are going; everything from a spec of paint to the International Space Station.

The current state of the art methods for orbit prediction are physics based models which require extremely accurate knowledge of the object's trajectory, the environment in which it operates, and the intent of the object to maneuver. In practice we do not have access to this data. Trajectories are measured infrequently from noisy ground based radar systems, our understanding of space weather and atmospheric density is limited, and satellite operators are not keen on sharing their plans to maneuver.

This project aims to be an experimental lab and playground for using ML to improve SSA and provides an end-to-end pipeline to:

  • ETL orbit data about ASOs in LEO from the USSTRATCOM Space Track API.
  • Make orbit predictions based on a physical model.
  • Train and use machine learning models to learn the error in physics based orbit prediction models.
  • Quickly perform a temporal-spatial search of orbit predictions to identify conjunctions based on parameterized queries.
  • Visualize when and where conjunctions may occur.

Components

The SSA solution is currently composed of two components.

Orbit Prediction

The orbital prediction component combines physics and machine learning models to predict the future path of ASOs.

Conjunction search

The conjunction search component combs through future orbit predictions to determine when and where two ASOs may come close to each other based on user provided search parameters.

Live Demo

The SSA solution demo can be accessed at https://spaceorbits.net/

Contributing

We very much encourage anyone and everyone to join and contribute to this project. Please see the contributing file for more details.

License

The IBM Space Situational Awareness solution is licensed under the Apache 2.0 license. Full license text is available at LICENSE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].