Skip to main content

pysat support for CDAAC Instruments

Project description

pysat

pysatCDAAC: pysat support for COSMIC Data Analysis and Archive Center instruments

PyPI Package latest release Build Status Coverage Status DOI

Prerequisites

pysatCDAAC uses common Python modules, as well as modules developed by and for the Space Physics community. This module officially supports Python 3.7+.

Common modules Community modules
netCDF4 pysat>=3.0.4
numpy
pandas
requests
xarray

Installation

Currently, the main way to get pysatCDAAC is through github.

git clone https://github.com/pysat/pysatCDAAC.git

Change directories into the repository folder and run the setup.py file. For a local install use the "--user" flag after "install".

cd pysatCDAAC/
pip install .

Note: pre-1.0.0 version

pysatCDAAC is currently in an initial development phase and requires pysat 3.0.0+.

Using with pysat

The instrument modules are portable and designed to be run like any pysat instrument.

import pysat
from pysatCDAAC.instruments import cosmic_gps

cosmic = pysat.Instrument(inst_module=cosmic_gps, tag='ionprf')

Another way to use the instruments in an external repository is to register the instruments. This only needs to be done the first time you load an instrument. Afterward, pysat will identify them using the platform and name keywords.

import pysat

pysat.utils.registry.register(‘pysatCDAAC.instruments.cosmic_gps’)
cosmic = pysat.Instrument('cosmic', 'gps', tag='ionprf')

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

pysatCDAAC-0.0.4.tar.gz (22.4 kB view details)

Uploaded Source

File details

Details for the file pysatCDAAC-0.0.4.tar.gz.

File metadata

  • Download URL: pysatCDAAC-0.0.4.tar.gz
  • Upload date:
  • Size: 22.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.7

File hashes

Hashes for pysatCDAAC-0.0.4.tar.gz
Algorithm Hash digest
SHA256 a636a8b82a8ff8c91e37eabb4efabbfbdcc24c6996e58463f2a465214a4ebad4
MD5 7394b02ae4f58dbc69876df338afc635
BLAKE2b-256 1ba2442a30c39c903b8c25fcfcfe4233a637bb0aa83d80086a8fe0ccc8030cd8

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