- Oct 03, 2022
-
-
L. Bower authored
-
- Sep 20, 2022
-
-
Dr T. Mona authored
WRSIS HTTP response should have 'response' in it which contains the survey information, even if it is empty: {'msg': 'successful', 'response': {'Rust Survey Data': []}, 'status': '200'}
-
- Sep 06, 2022
-
-
Dr T. Mona authored
The WRSIS download KEY column is an intger which made a problem in the survey data remove subprocess. The solution is to read the KEY column always as a string.
-
Dr T. Mona authored
Date formating is necessery for the WRSIS API.
-
- Aug 31, 2022
-
-
J.W. Smith authored
-
J.W. Smith authored
1) There is now a python alternative to the R-based wheat-source- generation, called source_gen. The functionality to call source_gen has been added (see ProcessorSurveys.pyL939 and L1032-1040), but not yet switched on while we await testing of output at the Met Office. 2) ProcessorComponents was huge (2100 lines!) and the structure was not apparent. Each component's supporting functions are now in a separate directory. There is also a ProcessorServer.py relating to file down/up-loads. ProcessorComponents is now essentially a directory to import all the functions. This might inspire a more systematic (object-oriented?) structure for each component within coordinator in the future.
-