Skip to main content

Tools for downloading and reading space-weather data and geomagnetic indices.

Project description

SWVO @ GFZ

PyPI version Build Sphinx HTML SWVO Tests Python version Coverage Status REUSE status

Introduction

This package provides a set of tools for managing solar data in Python. It includes functionalities for reading, writing, and processing data from various sources.

Example

from datetime import datetime, timezone
from swvo.io.solar_wind import SWACE

ACE_DIR = "./ace_data/" #data directory for ACE data

start = datetime(2024, 11, 20, 0, 0, tzinfo=timezone.utc)
end = datetime(2024, 11, 20, 6, 0, tzinfo=timezone.utc)

#Read ACE solar wind data with downloading
ace_df = swace.read(start, end, download=True)

See here for a detailed example docs/examples/solar_wind_example.ipynb

Space Weather Data Overview

This package provides tools to read, process, and analyze several key solar and geomagnetic indices. For each index, the available data sources and the corresponding reader classes are listed below:

  • Kp Index:
    A global geomagnetic activity index with a 3-hour cadence, ranging from 0 (quiet) to 9 (extremely disturbed). Used to assess geomagnetic storm conditions.

    • Sources & Classes:
      • OMNI: KpOMNI
      • SWPC: KpSWPC
      • Niemegk: KpNiemegk
      • Ensemble: KpEnsemble
      • BSG: KpBGS
      • SIDC: KpSIDC
      • Combined: read_kp_from_multiple_models
  • Dst Index:
    The Disturbance Storm Time (Dst) index measures the intensity of the Earth's ring current, related to geomagnetic storms. Provided hourly and is negative during storm conditions.

    • Sources & Classes:
      • OMNI: DSTOMNI
      • WDC: DSTWDC
      • Combined: read_dst_from_multiple_models
  • Hp Index:
    The Hp30 and Hp60 indices are high-cadence (30-minute and 60-minute) geomagnetic indices provided by GFZ, used for detailed geomagnetic activity studies.

    • Sources & Classes:
      • GFZ: HpGFZ
      • Ensemble: HpEnsemble
      • Combined: read_hp_from_multiple_models
  • F10.7 Index:
    The F10.7 solar radio flux index is a daily measure of solar activity (flux density at 10.7 cm), a standard proxy for solar EUV emissions.

    • Sources & Classes:
      • OMNI: F107OMNI
      • SWPC: F107SWPC
      • Combined: read_f107_from_multiple_models
  • SME Index:
    The SME (SuperMAG Electrojet) index measures auroral electrojet strength based on SuperMAG ground magnetometers. Requires a valid SuperMAG account.

    • Sources & Classes:
      • SuperMAG: SMESuperMAG
  • Solar Wind Parameters:
    Access to solar wind data (speed, density, magnetic field components) from various spacecraft. Essential for solar-terrestrial interaction studies.

    • Sources & Classes:
      • ACE: SWACE
      • DSCOVR: DSCOVR
      • OMNI: SWOMNI
      • SWIFT: SWSWIFTEnsemble
      • Combined: read_solar_wind_from_multiple_models
  • Plasmasphere Density Predictions:
    Reader utilities for PAGER plasmasphere density grids and model combined inputs.

    • Sources & Classes:
      • Density predictions: PlasmaspherePredictionReader
      • Combined inputs: PlasmasphereCombinedInputsReader
      • Density cube container: PlasmasphereDensityCube

Each index can be accessed via these dedicated reader classes, which handle downloading and read methods. See the code in swvo/io or API documentation for details on each index's implementation.

Installation

To install the package, run the following command:

uv venv

uv venv venv --python 3.11 --seed
source venv/bin/activate
uv pip install -e .

or it can be installed directly from PyPI:

uv pip install swvo

All the above uv commands assume you have uv installed, if not then remove uv prefix from the commands and run them directly.

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

swvo-1.2.4.tar.gz (59.6 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

swvo-1.2.4-py3-none-any.whl (120.0 kB view details)

Uploaded Python 3

File details

Details for the file swvo-1.2.4.tar.gz.

File metadata

  • Download URL: swvo-1.2.4.tar.gz
  • Upload date:
  • Size: 59.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for swvo-1.2.4.tar.gz
Algorithm Hash digest
SHA256 0fafeef6a05e545537f286d2a59c92683bc041fcf8ac9ae1f48ab6d0665d1104
MD5 5465b8a0803e8ad3cd4f3220bb86497d
BLAKE2b-256 996cc63bfa692b5688e6c14f57e8656bfa32910539dade63d1ff6a1b049f3c62

See more details on using hashes here.

File details

Details for the file swvo-1.2.4-py3-none-any.whl.

File metadata

  • Download URL: swvo-1.2.4-py3-none-any.whl
  • Upload date:
  • Size: 120.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for swvo-1.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 b5261d276b4d92c4ea045bb99fcb31d34d8c709e1c7c070d9e4dd1f68cc74a41
MD5 adf4260450460d16589e92fcfa8c22fd
BLAKE2b-256 694d05a3b2b060426830c8d4322d0d46925699fc5f474ac7e81129977ab18caf

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