/IRISreader

IRISreader is a Python library that allows for efficient browsing through IRIS satellite data in order to simplify machine learning applications

Primary LanguageJupyter NotebookMIT LicenseMIT

  IRISreader

The IRISreader library provides functionality to read IRIS level 2 data by the IRIS satellite and to process it for big data applications.

Warning:

IRISreader is currently under heavy development and not yet available in a stable version.

Installation

To install the library run (Linux / OSX):

sudo python3 setup.py install

To test it go to the Python console, cd to the IRISreader directory and run:

from irisreader.data import sample_sji
sji_data = sample_sji()
sji_data.plot(0)

Documentation

The documentation is available here.

Contact

For questions and suggestions, please contact me via email.