NASA's Satellite Situation Center Web Service Client Library
Project description
Synopsis
This library provides a simple python interface to NASA's Satellite Situation Center (SSC). This library implements the client side of the SSC RESTful web services. For more general details about the SSC web services, see https://sscweb.sci.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
There is also a Jupyter notebook example demonstrating a simple 3D plot of orbit information.
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 (primarily the SpacePy data model object).
Dependencies
At this time, the only dependency are:
- requests
- numpy
- matplotlib. This is not a critical dependency. If it is not installed, the example will simple skip plotting some data.
The critical dependencies above will automatically be installed when this library is.
Installation
To install this package
$ pip install -U sscws
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-0.1.7.tar.gz
.
File metadata
- Download URL: sscws-0.1.7.tar.gz
- Upload date:
- Size: 28.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | af39f5d6f2801901d3a294144897e947b58d6f58494b67b960a992ed2d00bff6 |
|
MD5 | 6618a55e5120b1f389b1573343271bfa |
|
BLAKE2b-256 | 90d8bdd30364bc1f878039855dea1551ba52b734bcbfa71a8b0baaee95e3f2cd |
File details
Details for the file sscws-0.1.7-py3-none-any.whl
.
File metadata
- Download URL: sscws-0.1.7-py3-none-any.whl
- Upload date:
- Size: 45.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71cb330f7e225cc6060583bbfd08e2c1876acebaef4ff0d48e10ff6dae1ac809 |
|
MD5 | d91b328ae38c5555abf66efeff759a3c |
|
BLAKE2b-256 | 7108f6656fb58124cd524f59ccc335da64aed1b0f2fe2b8860ca4a1731e72753 |