- Apr 05, 2021
-
-
J.W. Smith authored
Also, now: * using python to incorporate the manual survey removals and additions. * Attempting to grab a copy of the cluster calcs processed surveydata file.
-
- Mar 17, 2021
-
-
J.W. Smith authored
-
J.W. Smith authored
-
J.W. Smith authored
-
Dr T. Mona authored
-
- Mar 16, 2021
-
-
J.W. Smith authored
-
J.W. Smith authored
For now, one set for production, called 'live', and a second for development 'ewsdev'. Advise any clone of the repo creates its own set of these config files. This resolves the issue of having local uncommitted modifications to config files.
-
- Mar 15, 2021
-
-
J.W. Smith authored
-
- Mar 10, 2021
-
-
Dr T. Mona authored
- dedicated run functions, - work folder for each run, - hadling multiple post processes so not just NAME data can be use as an input, - general tidy up the code.
-
- Mar 09, 2021
-
-
J.W. Smith authored
A basic script that checks the ARRCC media scraper web tool for latest entries and provides rough formatting for input to NAME source calcs. The idea is to email this to a list of maintainers (me, @tm689, @rs481) regularly (once a week). Because the system isn't smart enough to filter out any irrelevant news reports (e.g. general early season advice without a specific rust sighting), human intervention is required to filter and append to the survey data. The media scraper checker is set as a cron task to run every Monday at midday.
-
Dr T. Mona authored
-
Dr T. Mona authored
-
Dr T. Mona authored
Back run handling. If env.suit. results are available in a _bak folder, copy results from the _bak folder and skip env.suit. calc.
- Mar 08, 2021
-
-
Dr T. Mona authored
-
- Mar 02, 2021
-
-
Dr T. Mona authored
- Mar 01, 2021
-
-
J.W. Smith authored
-
J.W. Smith authored
The method in this example may become the official method of downoading Ethiopia wheat rust surveys. Based on proposed API provided by CSM on 23 September 2020.
-
- Feb 22, 2021
-
-
J.W. Smith authored
A useful function in ProcessorUtils is subprocess_and_log, which builds a subprocess command and write its stdout and stderr to the log handler. Beforehand, failures only ever generated an error message, but there are some use cases where another log type is preferred. This adds a log type option to the function, and uses it in one case where a warning is more appropriate.
-
- Jan 27, 2021
-
-
J.W. Smith authored
From 3rd February 2021 each Wednesday, Will at the Met Office will send deposition and env suit met calcs using analysis meteorology. The results can be compared with standard calcs using forecast meteorology. To get a simple reproduction of the layout, the analysis jobs are handled in a separate workspace. Crontab will be switched on after 27th Jan.
-
J.W. Smith authored
-
J.W. Smith authored
The tarred directory of files from the Met Office includes the NAME .txt files to use as input, as well as various log files and diagnostic plots. The number of log files changed recently but shouldn't affect the operatinal calcs. This change means the check for a complete transfer of incoming files cares only about the NAME .txt files.
-
- Jan 21, 2021
-
-
J.W. Smith authored
Output was tested against EWS-Coordinator v1.1 and found to be the same. v1.1 and v2.0 were running alongside for two weeks to monitor the new system and it performed as well as v1.1.
-
J.W. Smith authored
-
J.W. Smith authored
This should only apply to the operational copy of the EWS-Coordinator. If you want to run a separate copy for any reason, make these changes to point to your separate workspace. The git ignored files still need pointing to, but they don't need to be duplicated. Your local version of these changes can be stashed while pushing and pulling to/from the master branch.
-
J.W. Smith authored
In operational version, this is needed for survey results. The way this is implemented, it can be configured for any other component too.
-
- Jan 05, 2021
-
-
J.W. Smith authored
-
J.W. Smith authored
-
J.W. Smith authored
-
J.W. Smith authored
-
J.W. Smith authored
-
J.W. Smith authored
-
- Jan 04, 2021
-
-
J.W. Smith authored
-
J.W. Smith authored
-
J.W. Smith authored
-
J.W. Smith authored
Updating Env Suit v2.0 calculation. Copied from operational EnvProcessor.py in master branch. Not tested for this commit.
-
J.W. Smith authored
Hard-coded check of length of exported survey data as a basic check of ODK Briefcase for robustness (in particular for exports from Ethiopia). Currently, 2715 is an expected minimum for Ethiopia. Any small increases in coming weeks are unlikely to lead to not catching an incomplete export. This check is not important for SouthAsia data export which has been reliable. Because of the large data size, this 2715 limit is almost ineffective for South Asia anyway.
-
J.W. Smith authored
-
J.W. Smith authored
-