// notice that for the moment we support only homogeneous interpolation on the 2D axis
final Map<String, InterpolationPolicy> axesInterpolations = extractInterpolation(reader,
extensions);
final Interpolation spatialInterpolation = extractSpatialInterpolation(axesInterpolations,
reader.getOriginalEnvelope());
final OverviewPolicy overviewPolicy = extractOverviewPolicy(extensions);
// TODO time interpolation
assert spatialInterpolation != null;
// build the grid coverage request
GridCoverageRequest gcr = new GridCoverageRequest();