USA flag An official website of the United States governmentv

sscws Example Jupyter Notebook

This Jupyter notebook demonstrates using the sscws Python package to access satellite location and (modeled) magnetic field information. This notebook contains the following sections:

  1. Prerequisites
  2. Setup
  3. Get Observatories
  4. Get Ground Stations
  5. Get Locations
  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.

Get Observatories

The following code demonstrates how to get the list of available observatories.

Get Ground Stations

The following code demonstrates how to get the list of available ground stations.

Get Locations

The following code gets location information for the International Space Station (ISS) spacecraft and prints a few X coordinate values.

And the following code plots the ISS location information.

Additional Documentation

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