
Python data visualization library for the Super Dual Auroral Radar Network (SuperDARN).
This minor release includes: - Updated SciPy restriction and changes associated - NEW: True velocity in map plots - NEW: FITACF data detrending algorithm - Bug Fix: Updating HDW files on Windows fixed
pyDARN's documentation can be found here
pip install pydarn
Or read the installation guide.
If wish to get access to SuperDARN data please read the SuperDARN data access documentation. Please make sure to also read the documentation on citing superDARN and pydarn.
As a quick tutorial on using pydarn to read a non-compressed file:
import matplotlib.pyplot as plt
import pydarn
# read a non-compressed file
fitacf_file = '20190831.C0.cly.fitacf'
# pyDARN functions to read a fitacf file
fitacf_data, _ = pydarn.read_fitacf(fitacf_file)
pydarn.RTP.plot_summary(fitacf_data, beam_num=2)
plt.show()
For more information and tutorials on pyDARN please see the tutorial section.
We also have a Jupyter notebook with many examples to support our publication. This notebook may be out of date.
pyDARN is always looking for testers and developers keen on learning python, github, and/or SuperDARN data visualizations! Here are some ways to get started:
Please read pyDARN team on how to join the pyDARN team.
$ claude mcp add pydarn \
-- python -m otcore.mcp_server <graph>