No support is guaranteed and testing has only been completed on Windows.
Sample sites are included with the script, additional analyses can be completed using the software at njcook.uk.
This is a python application, but the required software is included so there is no need to set up a python environment. As soon as the app is downloaded, it is ready to run as-is on windows by using the OEN_Vis_Tool.bat script.This script can be run by double clicking it directly. This may prompt windows to warn you about this file. All that this file does is point the included python interpreter to the python application so it can be replaced or modified if desired.
A goal of this project is to encourage people to look into the open source Wind Engineering Cookbook for R that is hosted at njcook.uk.
After downloading the R software and completing the OEN analysis of a site, in order to add the models to the tool, they must be saved as a CSV. Currently the OEN app is not agnostic to the column headers so, a specific file structure must be used. Each site has 3 data files associated with it: XXXX.Flagged_Obs.csv, XXXX.OEN.Weather.csv, and XXXX.WSP.Interp.csv. The format of these files must match the files currently found in the data directory. I hope to add more support for this in the future, it has not really been implemented now.