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
- Host: GitHub
- URL: https://github.com/hcab14/iri-octave
- Owner: hcab14
- License: gpl-3.0
- Created: 2018-01-02T11:35:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-08T16:49:28.000Z (about 5 years ago)
- Last Synced: 2025-02-15T02:18:09.431Z (3 months ago)
- Topics: ionosphere, iri, octave
- Language: C++
- Size: 19.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)