earthkit.geo.grids._regrid.backends.db.is_gridbox_default¶
- earthkit.geo.grids._regrid.backends.db.is_gridbox_default(inter)¶
Check if the interpolation method is the default grid-box-average.
In this case it should be just the string “grid-box-average” but now it is a dictionary. Until it is fixed in MIR we need this check.