FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
  1. Jan 10, 2024
  2. Dec 29, 2023
  3. Dec 28, 2023
  4. Dec 22, 2023
  5. Dec 21, 2023
  6. Dec 12, 2023
  7. Nov 30, 2023
  8. Nov 23, 2023
  9. Nov 22, 2023
    • Dr T. Mona's avatar
      feat: netCDF4 handling tools: · 3645946e
      Dr T. Mona authored
      - reformate a Dataframe to a Series,
      - create bounderies for coordinates,
      - check if a unit is CF convention compliant,
      - create netCDF file from a Series
      3645946e
  10. Nov 20, 2023
  11. Nov 06, 2023
  12. Nov 01, 2023
  13. Oct 31, 2023
  14. Oct 19, 2023
  15. Oct 18, 2023
  16. Oct 17, 2023
  17. Oct 11, 2023
  18. Oct 10, 2023
  19. Oct 05, 2023
  20. Oct 04, 2023
  21. Sep 29, 2023
  22. Sep 28, 2023
  23. Sep 27, 2023
  24. Sep 26, 2023
  25. Sep 25, 2023
  26. Sep 18, 2023
    • J.W. Smith's avatar
      feat: Pass a simple dynamic host map to epi model · affcfcb6
      J.W. Smith authored
      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.
      affcfcb6
  27. Sep 04, 2023
    • J.W. Smith's avatar
      refactor: Utilise epi updater to speed up runs · b1702133
      J.W. Smith authored
      See EpiModel.EpiPrep.updater.update_input() docstring for comments.
      
      This should substantially speed up production epi runs, particularly
      towards the end of the season.
      
      This commit also unifies deposition and env suit preparation code.
      b1702133
Loading