Skip to content

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

License

Notifications You must be signed in to change notification settings

DenisUllmann/IRISreader

 
 

Repository files navigation

  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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 63.9%
  • HTML 34.5%
  • Python 1.6%