NASA's Satellite Situation Center Web Service Client Library
Project description
Synopsis
NASA's Satellite Situation Center
(SSC) is a system to cast geocentric spacecraft location information
into a framework of (empirical) geophysical regions and mappings of
spacecraft locations along lines of the Earth's magnetic field.
This library implements the client side of the
SSC RESTful web services
and can return data for any of
these spacecraft.
For more general details about the SSC web services, see
https://sscweb.gsfc.nasa.gov/WebServices/REST/.
Code Example
This package contains example code calling most of the available web services. To run the included example, do the following
python -m sscws
This "Getting Started" page contains information to help someone begin using the sscws library to access information from the Satellite Situation Center in a Python program.
Also, the following Jupyter notebooks demonstrate different features of the library:
- Simple Location Example (ipynb file)demonstrating a simple 3D plot of orbit information.
- Complex Location Example (ipynb file) requesting many values including magnetic field line tracing. This example also demonstrates how to diagnose a problem with an invalid request.
- Radial Conjunction With Ground Location (ipynb file).
- Magnetic Field Line Conjunction Example (ipynb file) with related data retrieval/plotting using cdasws.
These notebooks are also available on Binder.
Motivation
This library hides the HTTP, JSON/XML, and CDF details of the SSC web services. A python developer only has to deal with python objects and methods.
Dependencies
The only required dependencies are the following:
If you want to take advantage of HTTP caching, then install the following:
If you want the example to display a plot of some data, then install the following:
The critical dependencies above will automatically be installed when this library is.
Installation
To install this package
$ pip install -U sscws
or to include the optional packages
$ pip install -U sscws[plot,cache]
API Reference
Refer to sscws package API reference
or use the standard python help mechanism.
from sscws import SscWs
help(SscWs)
Tests
The tests directory contains unittest tests.
Contributors
Bernie Harris.
e-mail for support.
License
This code is licensed under the NASA Open Source Agreement (NOSA).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file sscws-2.4.4.tar.gz
.
File metadata
- Download URL: sscws-2.4.4.tar.gz
- Upload date:
- Size: 60.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
afedb9b37d8b3c8400e3cbe6cac4effcf5a875f818d89c1ac9ad6220f3ff53de
|
|
MD5 |
a952c4cdb2a6dd0e0cbef57b5a4c3dfc
|
|
BLAKE2b-256 |
e98ab0245c9c5113cd8814f1b088d49a02117e717c409355d73261db8e3bbef1
|
File details
Details for the file sscws-2.4.4-py3-none-any.whl
.
File metadata
- Download URL: sscws-2.4.4-py3-none-any.whl
- Upload date:
- Size: 63.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ca0dd742d571dff8a9530209969d5db273b76e57759102764753bba482f346cb
|
|
MD5 |
571e935cceea54a7f12d83fcf6364b4c
|
|
BLAKE2b-256 |
40fec8593347234a59468d698483cc2d9ef579710d8f705a8605db64c9fba024
|