Make input data preparation more robust
Currently, input data preparation may fail at the concatenation step due to varying metadata.
We can use iris' equalise_attributes
function to deal with this. This will in effect just remove all conflicting attributes, thus potentially losing some metadata. Still, at the moment this is our best bet to be able to deal particularly with large datasets spanning many files.