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

i4Ds/IRISreader

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

  IRISreader

The IRISreader library provides functionality to read IRIS level 2 data by the IRIS satellite and to process it for big data applications. IRISreader works best with a Jupyter notebook.

If you came here to look for something that provides a good python replacement for IDL code and is well-integrated into SunPy, have a look at IRISpy.

Warning: Due to the end of project funding, IRISreader is no longer maintained. If you are interested in maintaining it, let me know!

Installation

To install the latest stable release from pypi, run

pip install irisreader

To install the current development version, clone the repository

git clone https://github.com/i4Ds/IRISreader.git

and run

sudo python3 setup.py install

to install the library.

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, suggestions and feedback 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

Packages

No packages published