- Jul 04, 2023
-
-
Dr T. Mona authored
-
Dr T. Mona authored
-
- Jun 20, 2023
-
-
L. Bower authored
-
- Jun 19, 2023
-
-
J.W. Smith authored
So that coordinator tests work with ews-epidemiology commit d344567 .
-
- Jun 14, 2023
-
-
Dr T. Mona authored
-
Dr T. Mona authored
-
Dr T. Mona authored
-
Dr T. Mona authored
-
Dr T. Mona authored
-
- Jun 08, 2023
-
-
L. Bower authored
-
- May 19, 2023
-
-
J.W. Smith authored
An error once happened where it seems the request content was lost before it could be used. This may mitigate the risk of it happening again.
-
- May 11, 2023
-
-
Dr T. Mona authored
This is an initial step to have multiple source file setup. This step is NOT utilising the grouped files yet.
-
- May 10, 2023
-
-
Dr T. Mona authored
Survey processor to handle WheatRustToolbox download and formating.
-
Dr T. Mona authored
New function to allow conversion of a series according to a provided dictionary. (Needed for WRT formating.)
-
Dr T. Mona authored
- Always create ExportCSV folder if it is not exist to allow merging. - Correcting messages to not have ODK as the default download. - Add ProcessorSurveysWRT import.
-
- May 05, 2023
-
-
L. Bower authored
moving log file output to before the assert statement, so we can more easily see which file is missing [if a file is missing]
-
- Apr 26, 2023
-
-
L. Bower authored
making gitignore ignore the contents of the log dir rather than the dir itself. Think it may be why the integration tests are failing
-
- Apr 24, 2023
-
-
L. Bower authored
-
- Apr 17, 2023
-
-
J.W. Smith authored
This allows the ODK export functionality to append latest changes to a single database path, instead of downloading the full database history which can stretch over many years. This saves a lot of time for the daily survey job. The WRSIS survey processor can already limit the download size to the current season(s) with a start-date parameter. The Kobotoolbox survey processor doesn't have a solution for avoiding the daily download of extensive historical data. This needs investigating further at some point.
-
J.W. Smith authored
-
J.W. Smith authored
This will be helpful in cases when a given day's source calculation fails as it allows the NAME spore dispersion model to run with the previous day's calculation, provided there are no new surveys on the latest day (which will only be known about once there is a successful download again).
-
J.W. Smith authored
This reverts commit d84d1b1e.
-
J.W. Smith authored
-
- Apr 12, 2023
-
-
L. Bower authored
some additional comments and code-tidying
-
- Mar 14, 2023
-
-
J.W. Smith authored
-
- Feb 07, 2023
-
-
J.W. Smith authored
See EpiModel commit 728921c.
-
- Jan 27, 2023
-
-
L. Bower authored
moving the check for the "live" flag into the runProcess function, so will be picked up when not running directly from the command line
-
- Jan 26, 2023
-
-
J.W. Smith authored
This is required for the standard epi model output, which has units of ha_infected per ha_cell, because the model risk thresholds are fitted for units of ha_infected per ha_wheat.
-
- Jan 24, 2023
-
-
J.W. Smith authored
-
J.W. Smith authored
Optional config argument to delete mid-process files at the end of a successful job. There is an associated command-line flag '--clearup'. The reason for this feature is to provide a way to slim down data volumes of production runs. A lot of processing files are generated and production runs may only need to retain configuration, logs and outputs. Also, the inputs might be archived separately, so they wouldn't need to be retained in prod runs. Currently, files are moved to a hard-coded 'recycling bin' directory, and there is a minimal set of files set for clearup: only the deposition and environment tar files. This change requires some standard structure to outputs of processor_in_job functions, which would be more robust if a class structure is implemented. TODO: Implement a test for file clearup.
-
J.W. Smith authored
chore: Tidy imports
-
J.W. Smith authored
-
J.W. Smith authored
-
- Jan 12, 2023
-
-
J.W. Smith authored
And reports are sorted by date. And assumed disease prevalence is set to medium, not low.
-
J.W. Smith authored
-
- Jan 11, 2023
-
-
J.W. Smith authored
Can be called with command line flag '-p Scraper'. To use, the config file requires the following minimal entry (with URL for South Asia): "Scraper" : { "ProcessPreJob" : "do_nothing_return_true", "ProcessInJob" : "process_in_job_media_scraper", "ProcessEWSPlotting" : "do_nothing", "seasonStartString" : "20220101", "URL" : "https://arrcc-viewer.onrender.com/assets/sample_data/data.zip" },
-
J.W. Smith authored
-
- Dec 16, 2022