ecohealthalliance / open-rvfcast

Wellcome Open RVFCast project repository
Other
0 stars 0 forks source link

Set up containerization and GH action to include grib system tools #7

Open noamross opened 1 year ago

noamross commented 1 year ago

Will require https://confluence.ecmwf.int/display/ECC/Releases . This is on Homebrew but may require a manual build/install for CI worksflows (in which case a Docker image may make sense).

n8layman commented 1 month ago

https://github.com/ecohealthalliance/RVF-EWS/blob/main/rvf-ews.R

emmamendelsohn commented 1 month ago

https://github.com/ecohealthalliance/RVF-EWS/blob/main/rvf-ews.R

The readme on the RVF-EWS repo has a thorough overview of the steps to run the pipeline

n8layman commented 1 month ago

Python scripts aren't necessary. Provide them the processed weather data and other layers using GitHub actions rather than have them do it themselves which means we don't need to provide python scripts. They just need the output.

n8layman commented 1 month ago

Run as a GitHub action cron job to generate a spatial layer. We don't need to hand over the whole repo just make it open and hand them the outputs. Identify where the script is located if they do need it.