Warning
This is a demo repository that is now deprecated. The combine tool is now part of ODS Tools and further details of this tool can be found here.
This folder contains the scripts necessary to run a demo of the method described in Combining_results_in_ORD_v1.1.pdf.
Run pip install -r requirements.txt.
To view the notebooks run jupyter lab
Project dependencies are specified in requirements.in and pip-tools is used
to specify the requirements.txt.
The PiWindExample/ contains the exposure files used in this demo. Run
install.sh to setup the PiWind model.
The full/ directory contains the full test exposure set for PiWind and the
split/ exposure set is the full exposure set split in two randomly. We run
the combining_ord procedure on the 10 location version of the exposure set.
The notebooks/ folder contains the demos for combining ORD files.
Note this directory was prepared using
jupytextand so the notebooks{filename}.ipynbare paired with a python script file{filename}.py.
There are two notebooks in this directory.
CombineORD.ipynb- Performs the full procedure for combining the results from thesplit/exposure set.- Example outputs from running using
MELT,QELTandSELTare stored in theoutputs/combined_ord-{m, q, s}eltdirectories respectively.
- Example outputs from running using
OutputComparison.ipynb- Compare the output ofCombineORD.ipynbwith the output from running PiWind on thefull/exposure set.