8000 GitHub - henry2004y/pyvlasiator: Lightweight Python package for processing Vlasiator data
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

henry2004y/pyvlasiator

Repository files navigation

pyvlasiator

PyPI version

Lightweight Python package for processing Vlasiator data, alternative to Analysator.

Installation

pyvlasiator can be installed via

python -m pip install pyvlasiator

Usage

pyvlasiator can be used to process VLSV files generated from Vlasiator.

from pyvlasiator.vlsv import Vlsv

file = "test.vlsv"
meta = Vlsv(file)

Plotting is supported via Matplotlib. For more detailed usage, please refer to the documentation.

License

pyvlasiator was created by Hongyang Zhou. It is licensed under the terms of the MIT license.

About

Lightweight Python package for processing Vlasiator data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0