pysat support for Space Weather Indices
Project description
pysatSpaceWeather: pysat support for Space Weather Indices
This module handles solar and geomagnetic indices needed for scientific and operational projects.
Installation
The following instructions provide a guide for installing pysatSpaceWeather and give some examples on how to use the routines.
Prerequisites
pysatSpaceWeather 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.0 |
numpy | |
pandas | |
requests | |
xarray |
PyPi Installation
pip install pysatSpaceWeather
GitHub Installation
git clone https://github.com/pysat/pysatSpaceWeather.git
Change directories into the repository folder and run the setup.py file. For a local install use the "--user" flag after "install".
cd pysatSpaceWeather/
python -m build .
pip install .
Examples
The instrument modules are portable and designed to be run like any pysat instrument.
import pysat
import pysatSpaceWeather
dst = pysat.Instrument(inst_module=pysatSpaceWeather.instruments.sw_dst)
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('pysatSpaceWeather.instruments.sw_dst')
dst = pysat.Instrument('sw', 'dst')
Project details
Release history Release notifications | RSS feed
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
Hashes for pysatSpaceWeather-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 09e2ed41ed8ca54a0b77d67d96df76b904f93b5a7d79c0c231bcb961e5426262 |
|
MD5 | 8b46bfc5c771b2e6579812fd9374af76 |
|
BLAKE2b-256 | 480989387ea76250c858cee5c7551a2b4358c90f3d3321b9822c92c4100484c9 |