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 and can return data in the SpacePy data model. 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 is requests and it 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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sscws-0.1.6.tar.gz.
File metadata
- Download URL: sscws-0.1.6.tar.gz
- Upload date:
- Size: 28.1 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 |
3f8e5de443bddc5bb519bed500b5268c1cd735cfb226d7035f9590cef4f36da2
|
|
| MD5 |
a19665dac88cd5cf80a66bea8d06511c
|
|
| BLAKE2b-256 |
4550f5fdbc3e4e0873c39d3b2efc879f7558c3285c6e8da15a4bf29999121b1c
|
File details
Details for the file sscws-0.1.6-py3-none-any.whl.
File metadata
- Download URL: sscws-0.1.6-py3-none-any.whl
- Upload date:
- Size: 45.7 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 |
bef8e4844e4720a3ac46935e027e444a11cb11992ba224d1fa1e6b5188d47105
|
|
| MD5 |
52b8c724938058ccf4b8a9630c2eda9a
|
|
| BLAKE2b-256 |
9e316605b23a28c9f88483fab443c92e8a087424179c5a85df8025c1fd534b26
|