Skip to main content

NASA's Coordinated Data Analysis System Web Service Client Library

Project description

Synopsis

This library provides a simple python interface to the data and services of NASA's Coordinated Data Analysis System (CDAS). This library implements the client side of the CDAS RESTful web services and can return data in the SpacePy data model or an xarray.Dataset with all the original ISTP/SPDF metadata. Frequently asked questions concerning this library are at FAQ. For more general details about the CDAS web services, see https://cdaweb.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 cdasws

Also, the following Jupyter notebooks demonstrate different features of the library:

  1. Basic Example (ipynb file) demonstrating use of library with results returned in SpacePy data model.
  2. Basic Example (ipynb file) demonstrating use of library with results returned in an xarray.Dataset.
  3. Magnetic Field Line Conjunction Example (ipynb file) with related data retrieval/plotting using cdasws.

And at the bottom of each CDAWeb dataset description is a "Data Access Code Examples" link that contains dataset-specific code utilizing this package to access the data.

Motivation

This library hides the HTTP, JSON/XML, and CDF details of the CDAS web services. A python developer only has to deal with python objects and methods (primarily the SpacePy data model or xarray.Dataset object with full ISTP/SPDF metadata).

Dependencies

The only required dependencies are python-dateutil and requests. If you call the get_data method then one of the following two sets of additional dependencies are required:

  1. To have get_data return the data in the SpacePy data model.
    • SpacePy. Refer to the SpacePy documentation for the details of SpacePy's dependencies.
    • CDF which is not (at the time of this writing) automatically installed with SpacePy.
  2. To have get_data return the data in an xarray dataset.

Installation

As noted in the dependencies above, if you intend to call the get_data method, you must install either

  1. SpacePy and the CDF library (following the procedures at the SpacePy and CDF web sites).

  2. cdflib.

    $ pip install -U cdflib

Then, to install this package

$ pip install -U cdasws

API Reference

Refer to cdasws package API reference

or use the standard python help mechanism.

from cdasws import CdasWs
help(CdasWs)

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cdasws-1.7.38.tar.gz (20.6 kB view details)

Uploaded Source

Built Distribution

cdasws-1.7.38-py3-none-any.whl (37.8 kB view details)

Uploaded Python 3

File details

Details for the file cdasws-1.7.38.tar.gz.

File metadata

  • Download URL: cdasws-1.7.38.tar.gz
  • Upload date:
  • Size: 20.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.12

File hashes

Hashes for cdasws-1.7.38.tar.gz
Algorithm Hash digest
SHA256 858c8bf1bb5c9c581b4120f26e7c2ea938ab0627ea4a2e5b9b98f79e38b76d83
MD5 2d0a899d3e087410589e75c622eb7533
BLAKE2b-256 fc1274ea613aeb6e1502d40913eb7667c62975c221ec260eecff422bebbd536e

See more details on using hashes here.

File details

Details for the file cdasws-1.7.38-py3-none-any.whl.

File metadata

  • Download URL: cdasws-1.7.38-py3-none-any.whl
  • Upload date:
  • Size: 37.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.12

File hashes

Hashes for cdasws-1.7.38-py3-none-any.whl
Algorithm Hash digest
SHA256 e0e4658e872257567672c5026ff041c006e1fb78047bd1422cb7c765ab5a4267
MD5 a80e63cefc4ee5a8ec10b2570716be15
BLAKE2b-256 ee342026fb2179d2feecbd5e53ee1572d5894b75d07f5ee41acc8cd1e21d7ebe

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page