Aside from the fact that data_grid is not determined from the data, it is also set in multiple places (for example when we make LatLonCoordinates, and in the configuration classes for the SFNO). We should refactor so data_grid is a (still hard-coded) attribute on DatasetInfo, and use its value from there consistently. This would later allow us to make data_grid determined automatically from the dataset, if we need to.
Aside from the fact that data_grid is not determined from the data, it is also set in multiple places (for example when we make LatLonCoordinates, and in the configuration classes for the SFNO). We should refactor so data_grid is a (still hard-coded) attribute on DatasetInfo, and use its value from there consistently. This would later allow us to make data_grid determined automatically from the dataset, if we need to.