}
// COVERAGE NAME
// Add the accepted variable to the list of coverages name
final Name coverageName = getCoverageName(varName);
final CoordinateSystem cs = NetCDFCRSUtilities.getCoordinateSystem(variable);
final SimpleFeatureType indexSchema = getIndexSchema(coverageName, cs);
// get variable adapter which maps to a coverage in the end
final VariableAdapter vaAdapter = getCoverageDescriptor(coverageName);