Skip to content

ucalgary-srs/pyUCalgarySRS

Repository files navigation

PyUCalgarySRS

GitHub tests PyPI version PyPI Python versions

This is the Python library for retrieving and loading data provided by UCalgary Space Remote Sensing. More information including tutorials and dataset descriptions can be found on our open data platform at https://data.phys.ucalgary.ca.

Note

This library is primarily a sub-dependency for higher-level data access and analysis support libraries PyAuroraX and PyUCRio. We recommend using those libraries for accessing and analyzing optical (all-sky imager, spectrograph) data and riometer data, respectively.

PyUCalagarySRS currently supports Python 3.10+.

Some links to help:

Installation

Installation can be done using pip:

$ pip install pyucalgarysrs

For the most bleeding edge version of PyUCalgarySRS, you can install it directly from the Github repository:

$ pip install pyucalgarysrs@git+https://github.com/ucalgary-srs/pyUCalgarySRS

[OR]

$ git clone https://github.com/ucalgary-srs/pyUCalgarySRS.git
$ cd pyUCalgarySRS
$ pip install .

Usage

Below is how the library can be imported and initialized:

import pyucalgarysrs
srs = pyucalgarysrs.PyUCalgarySRS()

A large collection of examples can be found in the examples directory.

About

Python library for interacting with the UCalgary Space Remote Sensing Open Science Platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors