GithubHelp home page GithubHelp logo

limlug / tawhiri Goto Github PK

View Code? Open in Web Editor NEW

This project forked from projecthorus/tawhiri

0.0 0.0 0.0 643 KB

CUSF Landing Prediction Software

Home Page: http://predict.habhub.org/

License: GNU General Public License v3.0

Python 82.16% Cython 16.45% Dockerfile 1.39%

tawhiri's Introduction

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).

This repository is a fork of the original CUSF repository with the following additions:

  • Docker container build scripts.
  • Addition of 'reverse profile' predictions, allowing estimation of balloon launch sites.
  • Addition of KML and CSV formatted responses.

SondeHub Tawhiri Instance

An instance of this predictor is used within the SondeHub Radiosonde and Amateur balloon tracking database and mapping system, with the main API URL available at: https://api.v2.sondehub.org/tawhiri (e.g. replace http://predict.cusf.co.uk/api/v1/ in the CUSF API documentation with https://api.v2.sondehub.org/tawhiri)

Please note this API is intended for use by the SondeHub and SondeHub-Amateur tracker websites, for other internal SondeHub use, and limited use by other amateur high-altitude-ballooning applications (e.g. ChaseMapper). If you intend to use this API heavily, or in a commercial setting, please contact us to discuss options. Heavy use of this API may result in it rate limiting or IP blocks.

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 (>3.6, due to the use of f-strings) 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.

Run with:

$ tawhiri-webapp runserver

Downloader

The downloader was written before Python had good cooperative concurrency support, and so is instead a separate application in OCaml.

A containerised version of tawhiri-downloader, intended for use within the SondeHub system is available here: https://github.com/projecthorus/tawhiri-downloader-container/

License

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

tawhiri's People

Contributors

danielrichman avatar adamgreig avatar mattjudge avatar priyeshpatel avatar rjw57 avatar darksidelemm avatar snh avatar theskorm avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.