An open API service indexing awesome lists of open source software.

https://github.com/hcab14/iri-octave

International Reference Ionosphere (irimodel.org) octave binding
https://github.com/hcab14/iri-octave

ionosphere iri octave

Last synced: 24 days ago
JSON representation

International Reference Ionosphere (irimodel.org) octave binding

Awesome Lists containing this project

README

        

# iri-octave
[International Reference Ionosphere](http://irimodel.org) octave binding

## prerequisites:
* wget
* [octave](https://www.gnu.org/software/octave/)

## build
* the original IRI2016 code is not touched (and not part of this git repository), instead
* `make` downloads IRI code and data files from http://irimodel.org and compiles iri.oct
* when not using `bash` (e.g. `zsh`) build with `make SHELL=bash`

## example octave script
* see [iri_test.m](https://github.com/hcab14/iri-octave/blob/master/m/iri_test.m)