Super-observations¶
The CSO package contains a tool to average pixels into super-observations.
Create super-observations¶
The configuration of a job to create super-observations looks like:
! single step:
cso.gridded.class : utopya.UtopyaJobStep
! super-observation creation task:
cso.gridded.task.class : cso.CSO_SuperObs
cso.gridded.task.args : '${PWD}/rc/settings.rc', \
rcbase='cso.superobs'
The actual work is done by the CSO_SuperObs
class,
see its description for details on the configuration.