A Python package for visualizing output from the Enlil code.
Project description
enlilviz
A Python package for visualizing the output from the Enlil solar wind code.
Documentation: https://enlilviz.readthedocs.io.
Features
Read in Enlil data files into an xarray dataset for analysis:
import enlilviz as ev run = ev.read_enlil2d('wsa_enlil.latest.suball.nc') evo = ev.read_evo('evo.earth.nc')
Plot time series and slices with the data:
import enlilviz.plotting as evplot evplot.TimeSeries(run, 'Earth', 'den') evplot.LongitudeSlice(run, 'den') evplot.LatitudeSlice(run, 'vel')
You can also generate common figures that are pre-arranged:
forecaster = evplot.ForecasterPlot(run) forecaster.save()
Or iterate through the entire time series to make a movie:
for plot in iter(forecaster): plot.save()
History
0.0.1 (2020-02-17)
First release on PyPI.
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
enlilviz-0.1.0.tar.gz
(23.3 kB
view details)
Built Distribution
File details
Details for the file enlilviz-0.1.0.tar.gz
.
File metadata
- Download URL: enlilviz-0.1.0.tar.gz
- Upload date:
- Size: 23.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0.post20200210 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2db3261c342258ed15270a7d1b643cdca30c85803ab9e98ba5cfb0836fc328c0 |
|
MD5 | 4977c7e0a24e3719ce3e856f54f9a754 |
|
BLAKE2b-256 | f834c7939bb1a1e00af06ba2713f084a0162009a4614e933662aed3188a159fb |
File details
Details for the file enlilviz-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: enlilviz-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 16.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0.post20200210 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 507c8b056dbbf77e4d57c04713c0620a4721b79e9b0548e1e8b071de5fce0778 |
|
MD5 | 6d02ef2977c5b70c204019ac58f831c1 |
|
BLAKE2b-256 | eefe2f8cb6ce3083f1049abf677ef9c480e1414b08af863358587e070c0f8307 |