A Python package for visualizing output from the Enlil code.
Project description
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()
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.2.0.tar.gz
(27.0 kB
view details)
Built Distribution
enlilviz-0.2.0-py3-none-any.whl
(17.1 kB
view details)
File details
Details for the file enlilviz-0.2.0.tar.gz
.
File metadata
- Download URL: enlilviz-0.2.0.tar.gz
- Upload date:
- Size: 27.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6ada6dbb2d5313a63cc9fd74f558b1b341d974356c89efaac042d15df013a98 |
|
MD5 | 572f8073c5c192d3d0fce4ee1cf07238 |
|
BLAKE2b-256 | bff7377a2a01424098363ceac50bb2c9532530b44c1cf3f285a65bec7cd26023 |
File details
Details for the file enlilviz-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: enlilviz-0.2.0-py3-none-any.whl
- Upload date:
- Size: 17.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d54102d8e426ac6857fdf982c84c6aebbc0a1e6c8e3567a79cd8765e3e10fb9c |
|
MD5 | 549027c214a2a63dea01bf24d5e0cc25 |
|
BLAKE2b-256 | 78acf7e0dfb23f0e9ef6399aefdc2dbd382e826a06f1a43c81da009ab2206273 |