MetaWards.extractors¶

These are the extractor functions that are used during a model run to extract data from the outbreak to process and write live to files. The functions divide into three main types, the most important of which are described below;

The functions that decide which output functions will be called
Functions that extract and output information from the outbreak
Functions that set up the different output_XXX functions

All of the above functions (and the many others in metawards.extractors) are described in more detail here;