ssibm / spacetech-ssa

IBM Space Tech - Space Situational Awareness

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

img Low earth orbit (LEO) is a crowded place and the number of resident space objects (RSOs) 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 RSOs 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 RSOs 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 RSOs.

Conjunction search

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

License

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

About

IBM Space Tech - Space Situational Awareness

License:Apache License 2.0


Languages

Language:Python 89.0%Language:HTML 3.6%Language:JavaScript 2.2%Language:Shell 1.8%Language:Makefile 1.4%Language:Dockerfile 1.3%Language:CSS 0.7%