sscws Conjunction Example Jupyter Notebook

This Jupyter notebook demonstrates using the sscws Python package to find radial traced satellite conjunctions with a ground location. This notebook contains the following sections:

  1. Prerequisites
  2. Setup
  3. Define Conjunction Query
  4. Run Conjunction Query
  5. Display the results
  6. Additional Documentation

Prerequisites

Install the prerequisite software from the Python Package Index if it is not already installed.

Setup

Execute some preliminary code that is necessary before the code that follows.

Define Conjunction Query

The following code defines a query to find radial traced conjuctions of a satellite and a ground location.

Run Conjunction Query

The following code submits the conjunction query defined above to SSC for evaluation.

Display the results

The following code displays the results of the query.

Additional Documentation

View the sscws API for additional features. Additional notebook examples are also available.