Validation tools for the Equatorial Ionization Anomally
Project description
Package for validating the Equatorial Ionization Anomaly (EIA) within ionospheric models against in situ plasma density data and Vertical Total Electron Content (VTEC).
Example
To compare Swarm and pyIRI:
import matplotlib.pyplot as plt
import pandas as pd
from datetime import datetime, timedelta
# Package modules
from SwarmPyIRI import PyIRI_NIMO_SWARM_plot
# Create new PyIRI files and compare to Swarm
# Set the directories for figures, EIA info files, and Swarm data
fig_dir='~/Plots/pyIRI_SWARM_offsets'
daily_dir='~/Type_Files/pyIRI_SWARM_offsets'
swarm_fdir = '~/swarm_data'
# Set the comparison day and time
stime1 = datetime(2020, 4, 15, 0, 0)
# Create new PyIRI files and compare to Swarm for a range of days (2)
for i in range(2):
stime = stime1 + timedelta(days=i)
print(stime)
pdf_out = PyIRI_NIMO_SWARM_plot(stime, daily_dir, swarm_fdir, fig_on=True
fig_save_dir=fig_dir, file_save_dir=daily_dir)
Notes
This package is under active development and will be published in an upcoming manuscript. When using the alpha version, we encourage you to contact one of the authors for guidance or to provide suggestions for code development.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyvaleia-0.0.2.tar.gz.
File metadata
- Download URL: pyvaleia-0.0.2.tar.gz
- Upload date:
- Size: 74.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ad3f218321755cf8c87241945920e8d58c96cd90b0a897f89a9edfce1430a1d
|
|
| MD5 |
b04cc36be506059eb4e7acb0dad22d74
|
|
| BLAKE2b-256 |
8ba629fcb623b31b721d7eed826c9c97d450354aca65fcc750b047c89a7181d9
|
File details
Details for the file pyvaleia-0.0.2-py3-none-any.whl.
File metadata
- Download URL: pyvaleia-0.0.2-py3-none-any.whl
- Upload date:
- Size: 83.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d719af8d26bdba222968b7f4ca07f751ae15ceafdb48d5a92f7b02aac0df651
|
|
| MD5 |
0c7bb42acd801ae84e51041d3084f1ba
|
|
| BLAKE2b-256 |
1d1adf3bbe237ddfb6ef67673f23db5003d2b344df7cba5025f1a34d423b2234
|