Africa Nowcasting portal and processing code
## Africa Nowcasting real-time scripts
This Readme describes the scripts available in the repository and their usage. Note that some scripts require additional data/files that are not contained within the repository. The real-time workflows are controlled by systemd timers and services. Details of the workflow configuration are described elsewhere; this is merely a catalogue of the scripts in use as part of the real-time system.
### Cloud top temperature, Visible radiation, cores and nowcasts
The processing reads in CTT data (either in NetCDF format as delivered by EUMDAT or raw .gra files) and generates corresponding GeoTIFFs for the CTT, convective cores (current and recent) and nowcast probabilities.
Script: **sat_transfer.py**
Usage: sat_transfer.py [-h] [--startDate STARTDATE]
[--endDate ENDDATE]
[--toPortal TOPORTAL]
[--feed {eumdat,historical}]
[--fStruct {direct,YMD,YM}]
{realtime,historical}
`runmode` (required): real …