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.2.1
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.5.tar.gz (23.6 kB view details)

Uploaded Source

File details

Details for the file pysatcdaac-0.0.5.tar.gz.

File metadata

  • Download URL: pysatcdaac-0.0.5.tar.gz
  • Upload date:
  • Size: 23.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for pysatcdaac-0.0.5.tar.gz
Algorithm Hash digest
SHA256 53132ca36577f8155a83ddddedbbf262ff5cd8569c08763223d1381e665bd7b1
MD5 e5d8b244ca3bf687256b2d639aca87ce
BLAKE2b-256 e754be0dfc7dbaf68e4d2ab17b78ca973535230e9dcf70cb964ff54f60cd1b98

See more details on using hashes here.

Supported by

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