PyUCRio is a Python library providing data access and analysis support for RF instrument data provided by the University of Calgary. This presently includes the NORSTAR riometers, and the SWAN Hyper Spectral Riometers (HSR).
PyUCRio officially supports Python 3.9+.
Some links to help:
PyUCRio is available on PyPI so pip can be used to install it:
$ pip install pyucrio
Futhermore, if you want the most bleeding edge version of PyUCRio, you can install it directly from the Github repository:
$ git clone https://github.com/ucalgary-srs/pyUCRio.git
$ cd pyUCRio
$ pip install .
You can import the library like so:
>>> import pyucrio
>>> rio = pyucrio.PyUCRio()
Bug reports, feature suggestions, and other contributions are greatly appreciated!
Templates for bug report and feature suggestions can be found when creating a Github Issue. If you have questions or issues installing PyUCRio, we encourage that you open up a topic in the Github Discussions page.