// TODO: we may consider adding support for external folder where to store both config file
// and script file
createConfigFile(configFile);
config = Config.readFrom(url);
DBDialect dialect = DBDialect.getDBDialect(config);
connection = dialect.getConnection();
// Step 3: configure raster into DB in case they haven't been imported by hand
// Manual import may be preferred by the user when dealing with huge datasets
if (!isMosaicAlreadyInDB(connection)) {
if (LOGGER.isLoggable(Level.FINE)) {