Requirements: Python 3, h5py, GDAL and python-gdal
Suggestion: use virtualenv
python3 -m venv <dirname>
cd <dirname>
source bin/activate
pip install -e git+https://github.com/ITHACA-org/gpm-accumul.git@master#egg=ERDS
pip install GDAL==$(gdal-config --version) --global-option=build_ext --global-option="-I/usr/include/gdal"
From the command line, activate the virtualenv, then cd to src/erds and: python3 erds.py
With cron, insert a job. In this case enter the full path to the python3 in the virtual env e.g. /path/to/virtualenv/bin/python3