High Altitude Balloon Landing Prediction Software
Project description
# Tāwhirimātea
[![Documentation Status](https://readthedocs.org/projects/tawhiri/badge/?version=latest)](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 uses gevent, so we are disappointingly restricted to running it under Python 2 for now (Issue #18).
`bash $ 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.
`bash $ 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](http://gplv3.fsf.org/) (see LICENSE).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file Tawhiri-0.2.0.tar.gz
.
File metadata
- Download URL: Tawhiri-0.2.0.tar.gz
- Upload date:
- Size: 353.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d9785846385c9bdabd10bb563fe2bc6f2b35e9d79d09f2ea9b31de0b5b9b5fa |
|
MD5 | 4183da9f30099742ecbbe047cdbb7b3a |
|
BLAKE2b-256 | 806e5a27b9bd666ad468176a7d0cf83461ac09c4e168ff568dfd8e0bb11c7610 |
File details
Details for the file Tawhiri-0.2.0.linux-x86_64.tar.gz
.
File metadata
- Download URL: Tawhiri-0.2.0.linux-x86_64.tar.gz
- Upload date:
- Size: 339.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8d5aebcf2d310087658eec51a15093b3b2712123ac4a832fe9bc9dde361e497 |
|
MD5 | a3029e035f718aea7d567b1868367787 |
|
BLAKE2b-256 | db910c77700cf031995a3a2c3863d125b3560ee2c18c9e159860f8592528e894 |