CUSF Standalone Predictor - Version 2
 
 
 
 
 
 
Go to file
jonsowman 015430c863 more info in readme 2010-05-29 00:12:07 +01:00
css moved to workingdir 2010-05-27 21:36:13 +01:00
icons before revert 2010-05-26 22:37:33 +01:00
images moved to workingdir 2010-05-27 21:36:13 +01:00
js moved some JS functions to js/pred.js 2010-05-28 23:27:26 +01:00
pred_src testing the new dap predictor 2010-05-26 23:01:47 +01:00
run_files before revert 2010-05-26 22:37:33 +01:00
.gitignore updated gitignore 2010-05-28 23:38:41 +01:00
README.markdown more info in readme 2010-05-29 00:12:07 +01:00
ajax.php handles JSON 404, verifies model 2010-05-28 23:17:49 +01:00
automatic_forecast_error_log.txt before revert 2010-05-26 22:37:33 +01:00
do_auto_prediction.py before revert 2010-05-26 22:37:33 +01:00
example_scenario.ini ignores gfs files 2010-05-26 23:04:36 +01:00
forecast_arguments before revert 2010-05-26 22:37:33 +01:00
graph.py before revert 2010-05-26 22:37:33 +01:00
index.1.php moved to workingdir 2010-05-27 21:36:13 +01:00
index.1.php.old moved to workingdir 2010-05-27 21:36:13 +01:00
index.html.old moved to workingdir 2010-05-27 21:36:13 +01:00
index.php sorted out automatic form population with PHP 2010-05-29 00:04:59 +01:00
new.csv merging dap branch 2010-05-26 23:25:49 +01:00
style.css before revert 2010-05-26 22:37:33 +01:00
test.raw_grib before revert 2010-05-26 22:37:33 +01:00
valid_model_run running normal prediction setup 2010-05-28 12:44:38 +01:00
valid_time_update_errorlog.txt before revert 2010-05-26 22:37:33 +01:00

README.markdown

CUSF standalone predictor

Working on improving the Cambridge University Spaceflight landing predictor, used for predicting the flight path and landing location of latex balloons.

Install

The source for the prediction software itself is in pred_src and instructions for building it can be found there.

The ./preds directory needs to have rwx access by the PHP interpreter and the get_wind_data.py python script.

Information

A cronjob should be run to delete directories in the preds directory after a given number of days, perhaps 7 or 10.

The directory names are UUIDs comprised of an SHA1 hash of the launch parameters, and re-running predictions will overwrite data in the existing directory, rather than create a new one.

Credits

Credit as detailed in individual files, but notably:

  • Rich Wareham - The new predictor and the hourly predictor system
  • Fergus Noble, Ed Moore and many others

Jon Sowman 2010
http://www.hexoc.com
jon@hexoc.com