Skip to content

Aerocene/tawhiri

This branch is 1 commit behind cuspaceflight/tawhiri:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d642938 · Sep 1, 2019
Aug 19, 2014
Oct 24, 2014
Sep 1, 2019
Nov 27, 2016
Nov 27, 2016
Nov 17, 2014
Nov 14, 2014
Oct 24, 2014
Mar 9, 2014
Sep 16, 2014
Jan 14, 2015
Oct 24, 2014
Nov 14, 2014
Nov 27, 2016

Repository files navigation

Tāwhirimātea

Documentation Status

Introduction

Tawhiri is the name given to the next version of the CUSF Landing Prediction Software, which will probably be different enough from the current version (see below) to warrant a new name.

The name comes from a Māori god of weather, which rather aptly “drove Tangaroa and his progeny into the sea ” (WP).

More information

Please see the CUSF wiki, which contains pages on Tawhiri and prediction in general.

More detailed API and setup documentation.

Setup

Predictor

…is written for Python 3, is compatible with Python 2, and needs Cython:

$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ python setup.py build_ext --inplace

The last line (re-)builds the Cython extensions, and needs to be run again after modifying any .pyx files.

Downloader

The downloader uses gevent, so we are disappointingly restricted to running it under Python 2 for now (Issue #18).

$ sudo aptitude install libevent-dev libjasper-dev libopenjpeg-dev libpng-dev

Acquire a sufficiently modern version of libgrib-api-dev from APT. The version in 12.04 is too old. 1.10.4 is known to work.

$ virtualenv -p python2 venv
$ source venv/bin/activate
$ pip install numpy
$ pip install pygrib==2.0.0 pyproj 'gevent<1.0'

License

Tawhiri is Copyright 2014 (see AUTHORS & individual files) and licensed under the GNU GPL 3 (see LICENSE).

Packages

No packages published

Languages

  • Python 100.0%