FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit affcfcb6 authored by J.W. Smith's avatar J.W. Smith
Browse files

feat: Pass a simple dynamic host map to epi model

This is done with a set of <date_valid_from>: <host_file.tif> pairs in
the run configuration under ['Epidemiology']['Host']['HostRasters'].
This is an optional argument. The 'HostRaster' argument in the
configuration is still needed, but is renamed as 'TargetRaster' to
avoid confusion.

Cocnurrent changes were made in epi model.

This may one day be replaced by some 'host preprocessing' type
of EWS component.

Aspects to improve:

*  Currently, the dynamic host map has to be handled both in
ews-epidmiology for run time, and here for post-run in order
to convert units. It might be neater to do once in one place only
 by moving the unit conversion functionality into the epi model.

 * Implement testing for handling of dynamic host data.
parent b1702133
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment