https://github.com/cuspaceflight/tawhiri
CUSF Landing Prediction Software
https://github.com/cuspaceflight/tawhiri
Last synced: 8 months ago
JSON representation
CUSF Landing Prediction Software
- Host: GitHub
- URL: https://github.com/cuspaceflight/tawhiri
- Owner: cuspaceflight
- License: gpl-3.0
- Created: 2013-01-29T17:24:33.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2021-06-29T15:01:56.000Z (almost 5 years ago)
- Last Synced: 2025-04-10T15:46:13.809Z (about 1 year ago)
- Language: Python
- Homepage: http://predict.habhub.org/
- Size: 945 KB
- Stars: 22
- Watchers: 27
- Forks: 38
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tāwhirimātea
[](https://readthedocs.org/projects/tawhiri/?badge=latest)
## 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](http://en.wikipedia.org/wiki/M%C4%81ori_people)
god of weather, which rather aptly
“drove Tangaroa and his progeny into the sea ”
[(WP)](http://en.wikipedia.org/wiki/Tawhiri).
## More information
Please see the [CUSF wiki](http://www.cusf.co.uk/wiki/), which contains pages
on [Tawhiri](http://www.cusf.co.uk/wiki/tawhiri:start) and [prediction in
general](http://www.cusf.co.uk/wiki/landing_predictor).
[More detailed API and setup documentation](http://tawhiri.cusf.co.uk/).
## Setup
### Predictor
…is written for Python 3, is compatible with Python 2, and needs Cython:
```bash
$ 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 was written before Python had good cooperative concurrency
support, and so is instead a [separate
application](https://github.com/cuspaceflight/tawhiri-downloader) in OCaml.
## License
Tawhiri is Copyright 2014 (see AUTHORS & individual files) and licensed under
the [GNU GPL 3](http://gplv3.fsf.org/) (see LICENSE).