FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
  1. May 16, 2024
  2. May 13, 2024
  3. May 10, 2024
  4. May 09, 2024
  5. May 08, 2024
  6. Apr 10, 2024
  7. Apr 05, 2024
  8. Mar 21, 2024
  9. Mar 01, 2024
  10. Feb 29, 2024
    • Dr T. Mona's avatar
      feat: Advanced grouping. · 7211f6db
      Dr T. Mona authored
      - Individual grouping based on GroupBy content (defined in config)
      - Allow grouping by multiple columns
      - Handling NaN while creating individual groups
      - Handling '+' separrated group names
      7211f6db
  11. Feb 27, 2024
  12. Feb 14, 2024
  13. Feb 07, 2024
  14. Feb 05, 2024
  15. Jan 31, 2024
  16. Oct 19, 2023
  17. Oct 17, 2023
  18. Oct 11, 2023
  19. Sep 25, 2023
  20. Aug 22, 2023
    • J.W. Smith's avatar
      feat: Script to download the new survey form · fb82d0ff
      J.W. Smith authored
      Not for immediate production, awaiting verification from Yoseph.
      
      Credentials to access the new survey form are available on episerver at
      /storage/app/EWS_prod/regions/EastAfrica/resources/coordinator/configs/
      Cred-ODK-EIAR_newODK.json
      fb82d0ff
  21. Aug 16, 2023
    • Dr T. Mona's avatar
      doc: description for grouping · de9f8174
      Dr T. Mona authored
      de9f8174
    • Dr T. Mona's avatar
      feat: Grouped surveys and source gen. · 62506376
      Dr T. Mona authored
      Adding the functionality to group surveys and run source gen on each groups. Grouping is only run if it is defined in the config (otherwise it use all available surveys), and it is based on the 'Origin' column of the surveys. All unique 'Origin' will create its own group alongside the ones defined in the config. Groups can be ignored by defining 'GroupsToIgnore' in the config (this has no effect on 'Origin' types).
      62506376
  22. Aug 10, 2023
  23. May 11, 2023
  24. May 10, 2023
    • Dr T. Mona's avatar
      Fix: folder creation and messaging fix. · b467d24e
      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.
      b467d24e
  25. Apr 17, 2023
  26. Jan 24, 2023
    • J.W. Smith's avatar
      feat: Clearup functionality · bce461a1
      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.
      bce461a1
  27. Nov 01, 2022
  28. Oct 26, 2022
  29. Oct 10, 2022
    • J.W. Smith's avatar
      chore: Switch source calc from R version to python · fec30843
      J.W. Smith authored
      This relates to developments to ease the maintenance
      of the forecast system. With this development, there is no R code to
      actively maintain. Moving from git project wheat-source-generation to
      ews-source-generation. The python code has been validated for
      identical performance to the R version. The only differences are
      small changes from the underlying shapefile reading packages
      (see notes-on-rewriting-in-python.txt in ews-source-generation).
      
      Keeping the option to used the R code for some time in case any
      follow-up investigation is required.
      fec30843
  30. Oct 03, 2022
  31. Sep 20, 2022
    • Dr T. Mona's avatar
      fix: Handle WRSIS response error · 07d39bdf
      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'}
      07d39bdf
  32. Sep 06, 2022
Loading