Skip to main content

'pysat support for NASA Instruments'

Project description

pysatNASA

pysatNASA: pysat support for NASA Space Science instruments

PyPI Package latest release Build Status Coverage Status

Documentation Status DOI

Installation

The following instructions provide a guide for installing pysatNASA and give some examples on how to use the routines

Prerequisites

pysatNASA 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
beautifulsoup4 cdflib
lxml pysat
netCDF4
numpy
pandas
requests
xarray

GitHub Installation

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

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

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

cd pysatNASA/
python setup.py install

Note: pre-1.0.0 version

pysatNASA 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 pysatNASA.instruments import icon_ivm

ivm = pysat.Instrument(inst_module=icon_ivm, inst_id='a')

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(['pysatNASA.instruments.icon_ivm'])
ivm = pysat.Instrument('icon', 'ivm', inst_id='a')

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

pysatNASA-0.0.3.tar.gz (47.8 kB view details)

Uploaded Source

File details

Details for the file pysatNASA-0.0.3.tar.gz.

File metadata

  • Download URL: pysatNASA-0.0.3.tar.gz
  • Upload date:
  • Size: 47.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.7.1 requests/2.25.1 setuptools/52.0.0.post20210125 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.8.11

File hashes

Hashes for pysatNASA-0.0.3.tar.gz
Algorithm Hash digest
SHA256 2bb96a7b892b289e6729c6606ebc884888e4ec97badf24811a44f97355a9bf68
MD5 9a6d52eb55e15fb79e9d913eddfb8549
BLAKE2b-256 d1bbf3706d86d58b7a3f60ee80d5a1e41e34678884b9ccb6bd4f6e9d11fc5b15

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