We should not catch all the exceptions, only the ones we need to. Eg, within `reproject_data` function in `kaska/utils.py`
We should not catch all the exceptions, only the ones we need to.
Eg, within
reproject_datafunction inkaska/utils.py