PyUCRio
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.10+.
Some links to help:
Installation
Installation can be done using pip:
$ pip install pyucrio
For the most bleeding edge version of PyUCRio, you can install it directly from the Github repository:
$ pip install pyucrio@git+https://github.com/ucalgary-srs/pyUCRio
[OR]
$ git clone https://github.com/ucalgary-srs/pyUCRio.git
$ cd pyUCRio
$ pip install .
Usage
Below is how the library can be imported and initialized:
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.
A large collection of examples can be found in the examples directory.
Release files for pyucrio 1.9.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyucrio-1.9.0.tar.gz | 27.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyucrio-1.9.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 65.8 kB
Release files / pyucrio-1.9.0.tar.gz
| Download URL | pyucrio-1.9.0.tar.gz |
|---|---|
| Size | 27.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c55dbd57370cd37c21f6f4603634bf4df38c81539f5e15c6c77517a6aceb611a
|
|
BLAKE2b-256 checksum How to use checksums |
7e2e89d12ac818bcff962dcd8ce81008713ea20c52d5a4c314cb4d1c85b8106c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.4.3 CPython/3.13.15 Linux/6.18.33.2-microsoft-standard-WSL2
|
Release files / pyucrio-1.9.0-py3-none-any.whl
| Download URL | pyucrio-1.9.0-py3-none-any.whl |
|---|---|
| Size | 38.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1439906083e8e97a18efe213eeea699305dd7c97042e389a372f354701bf6827
|
|
BLAKE2b-256 checksum How to use checksums |
5e2aa52df392f7a810da44a81365426486a8a94d66057135942e528de9499c44
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.4.3 CPython/3.13.15 Linux/6.18.33.2-microsoft-standard-WSL2
|