Madrigal instrument support for the pysat ecosystem
Project description
pysatMadrigal: pysat support for Madrigal data sets
pysatMadrigal allows users to import data from the Madrigal database into pysat (pysat documentation).
Installation
The following instructions provide a guide for installing pysatMadrigal and give some examples on how to use the routines.
Prerequisites
pysatMadrigal uses common Python modules, as well as modules developed by and for the Space Physics community. This module officially supports Python 3.6+.
Common modules | Community modules |
---|---|
h5py | madrigalWeb>=2.6 |
numpy | pysat >= 3.1.0 |
pandas | |
xarray |
PyPi Installation
pip install pysatMadrigal
GitHub Installation
git clone https://github.com/pysat/pysatMadrigal.git
Change directories into the repository folder and run the setup.py file. For a local install use the "--user" flag after "install".
cd pysatMadrigal/
python -m build .
pip install .
Examples
The instrument modules are portable and designed to be run like any pysat instrument.
import pysat
from pysatMadrigal.instruments import dmsp_ivm
ivm = pysat.Instrument(inst_module=dmsp_ivm, tag='utd', inst_id='f15')
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.
pysat.utils.registry.register('pysatMadrigal.instruments.dmsp_ivm')
ivm = pysat.Instrument('dmsp', 'ivm', tag='utd', inst_id='f15')
The package also include analysis tools. Detailed examples are in the documentation.
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
Built Distribution
File details
Details for the file pysatMadrigal-0.2.0.tar.gz
.
File metadata
- Download URL: pysatMadrigal-0.2.0.tar.gz
- Upload date:
- Size: 57.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 422827cebe8c8dd08f436de0ee5d54b0e9226e1928ebc482b725a367ecdc658f |
|
MD5 | 0812426611042f5cb59076330f3a74e5 |
|
BLAKE2b-256 | fe94fac991defd62cf55297c45a24ee48db184c335a736fe3fd2257c6c4f5894 |
File details
Details for the file pysatMadrigal-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: pysatMadrigal-0.2.0-py3-none-any.whl
- Upload date:
- Size: 65.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b9383d255dee1668785efadd003402b1c1237f4dc2f8e715814227fb485e5417 |
|
MD5 | c47f6dcec86c83825bd85e780edce074 |
|
BLAKE2b-256 | 561039cbae282ae605da73e5f5996ac0cf2e632bc66a260fc240a6a43aa41bc4 |