(This issue is spun out of a discussion on PR 184)
To quote Alden:
if [the pixel coordinates] match what you get from xr.load_dataset(ICON_EU_GRIB_FILENAME_FROM_DWD, engine='cfgrib') they are centers. Another way to confirm is the dataset bounds in gdalinfo should be 0.0625 / 2 wider than the min/max values here.
Perhaps these tests should be implemented as a test in src/reformatters/example/template_config_test.py.