FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
  1. Jan 24, 2023
  2. Jan 11, 2023
  3. Oct 03, 2022
  4. Aug 31, 2022
    • J.W. Smith's avatar
      feat: Source switch and split ProcessorComponents · cf4caf3f
      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.
      cf4caf3f
  5. Aug 25, 2022
  6. Aug 24, 2022
  7. Aug 19, 2022
  8. Aug 18, 2022
  9. Aug 17, 2022
    • J.W. Smith's avatar
      fix: Configurable survey server downtime · 2a75f271
      J.W. Smith authored
      There are now three different functions used to download surveys from
      three different server types: ODK, kobotoolbox and WRSIS. All three
      functions can use past downloads if there is no connection currently, but
      they have different hard-coded settings. This fix makes them
      consistent and configurable with the config parameter
      ['Survey']['AcceptableDowntimeDays'].
      2a75f271
  10. Aug 16, 2022
  11. Aug 12, 2022
  12. Aug 09, 2022
  13. Jul 27, 2022
  14. Jul 26, 2022
  15. Jul 04, 2022
    • J.W. Smith's avatar
      fix: Runnable for multiple diseases · 8bbf8760
      J.W. Smith authored
      An input argument config['Epidemiology']['Deposition']['VariableNames']
      is expected as a list, so that a different variable name can be loaded
       for each listed disease. The list parsing has a bug, and is picked up
      only now because the config file now provides a list of variable names.
      8bbf8760
    • J.W. Smith's avatar
      fix: Typo · 52f725a6
      J.W. Smith authored
      52f725a6
    • J.W. Smith's avatar
      refactor: Epi in-job calc re-arranged slightly · 3f6acd9c
      J.W. Smith authored
      The preparation of deposition data is quite long winded so it is moved
      a standalone function.
      3f6acd9c
  16. Jun 30, 2022
  17. Jun 29, 2022
    • J.W. Smith's avatar
      chore: Modify epi plotting details · 60664d13
      J.W. Smith authored
      The second plot is changed to cover the whole simulated period, from
      the start of the season to the end of the forecast period.
      Epi plot titles have also been reworded.
      60664d13
    • J.W. Smith's avatar
      feat: ssh will not prompt user · a37b74ad
      J.W. Smith authored
      The ssh commands now do not check new server identities. This prevents a
      user prompt on first-time use, which otherwise inhibits Amazon Web
      Server instances.
      a37b74ad
  18. Jun 27, 2022
  19. May 19, 2022
  20. May 12, 2022
  21. May 10, 2022
    • J.W. Smith's avatar
      chore: Consolidate Survey support files · d50b7df7
      J.W. Smith authored
      There are a number of supporting resources for running the EWS pipeline,
      including shapefiles, preprocessed files, server credentials and some
      config files, all of which are not git controlled. The plan is to consolidate them in a dedicated directory for each project, called Resources. This commit applies that changes for the Advisory component of the EWS. It has been tested for both Ethiopia and SouthAsia.
      d50b7df7
  22. May 06, 2022
    • J.W. Smith's avatar
      feat: Revised Epidemiology timespan and plotting · 552cc1eb
      J.W. Smith authored
      * configurable timespan can now state a fixed date in the past with a
        string <YYYYMMDD>.
      
      * Epi plotting now generates two figures, one for integrated epi risk
        over past dates (from start of CalculationSpanDays until
         --start-date date), and a second for
        integrated epi risk over future dates (from date of --start-date
        until  end of configured CalculationSpanDays)
      552cc1eb
  23. Apr 29, 2022
  24. Apr 26, 2022
    • J.W. Smith's avatar
      feat: Change NAME depo output to nc instead of txt · a3f86374
      J.W. Smith authored
      Will has been sending both netcdf and txt versions of NAME results for a while now.
      When fully adopted and txt results are no longer sent, this has the
      advantage of smaller data load on storage and transfer.
      Here, the nc has been implemented for deposition only, since it is a
      straightforward change.
      The environmental suitability input (NAME met output) still needs to
      be done.
      a3f86374
  25. Apr 05, 2022
  26. Feb 25, 2022
  27. Jan 12, 2022
Loading