Skip to content

Python library supporting data access and analysis for riometer instrument data

License

Notifications You must be signed in to change notification settings

ucalgary-srs/pyUCRio

Repository files navigation

PyUCRio

Github tests PyPI version PyPI Python versions DOI

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:

Installation

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 .

Usage

You can import the library like so:

>>> import pyucrio
>>> rio = pyucrio.PyUCRio()

Contributing

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.

About

Python library supporting data access and analysis for riometer instrument data

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published