'pysat support for NASA Instruments'
Project description
pysatNASA: pysat support for NASA Space Science instruments
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
File details
Details for the file pysatNASA-0.0.2.tar.gz
.
File metadata
- Download URL: pysatNASA-0.0.2.tar.gz
- Upload date:
- Size: 46.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2.post20201201 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80de4de94c8fa48ed9cd6c217f6299508c116653de504f8ef9c397d616dd4187 |
|
MD5 | f8a202951b9cd58ba2c8e78796a9aea2 |
|
BLAKE2b-256 | 2998f0067812150d35a7b4f1441d94fae3ee6e095fb1aeda34d8c5165b6feadb |