Python tool for IRTAM using PyIRI
Project description
PyIRTAM
Python tool for processing IRTAM coefficients that evaluates ionospheric parameters and electron density on the entire given global grid and for the entire day simultaneously.
Installation
Install from PyPI:
pip install PyIRTAM
Or clone and install from the GitHub repository:
git clone https://github.com/victoriyaforsythe/PyIRTAM.git
cd PyIRTAM
pip install .
For more details and usage examples, see the Jupyter tutorials.
Example: Daily Ionospheric Parameters (I have IRTAM coefficients)
PyIRTAM computes daily ionospheric parameters with 15-min resolution IRTAM coefficietns. The user provides the F10.7 index for the day of interest, the alon and alat grid, the vertical grid aalt, and the time array of interest ahr.
Define the F10.7 index in solar flux units (sfu):
F107 = 90.8
Define day of interest:
year = 2022
month = 1
day = 1
Run PyIRTAM (coefficients need to be placed in irtam_dir):
(f2_iri, f1_iri, e_iri, es_iri, sun, mag, edp_iri, f2_irtam, f1_irtam,
e_irtam, es_irtam, edp_irtam) = PyIRTAM.run_PyIRTAM(year, month, day, ahr,
alon, alat, aalt, f107,
irtam_dir=irtam_dir,
use_subdirs=True,
download=False)
In case you need to download the coefficients use True in the download input.
Tutorials
Tutorials with Notebooks are available tutorials
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
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 pyirtam-0.0.7.tar.gz.
File metadata
- Download URL: pyirtam-0.0.7.tar.gz
- Upload date:
- Size: 20.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff993af250b12e4ed9c00178ee13ffa370acdb7e8d6aba826df401b3d66e5260
|
|
| MD5 |
8127a73a6a127d95bbe42058c816eea3
|
|
| BLAKE2b-256 |
c37e52d00332b2e1bee61060b5d61e72c187b77a256750f7c937c02e17f78a45
|
File details
Details for the file pyirtam-0.0.7-py3-none-any.whl.
File metadata
- Download URL: pyirtam-0.0.7-py3-none-any.whl
- Upload date:
- Size: 15.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e281027e6e25aeb09032ab6dd8077feb14293d47bd422771c3cebd8f1e54604
|
|
| MD5 |
ebf3fb2516437c1044873bedf4b8a5a2
|
|
| BLAKE2b-256 |
7d246148989e83c338122f0e7ebbb9b5e4d1013f7802fc8453b27e4bc54f4642
|