net.simplace.model.dwd.WeatherFileFromGridCreator

Name_state Id_state Schleswig-Holstein 1 Hamburg 2 Niedersachsen 3 Bremen 4 Nordrhein-Westfalen 5 Hessen 6 Rheinland-Pfalz 7 Baden-Württemberg 8 Bayern 9 Saarland 10 Berlin 11 Brandenburg 12 Mecklenburg-Vorpommern 13 Sachsen 14 Sachsen-Anhalt 15 Thüringen 16


public class WeatherFileFromGridCreator extends net.simplace.app.MainApp {
// Public Constructors
public WeatherFileFromGridCreator(String aWorkDir);


// Class Methods
public static void main(String[] args);


// Public Instance Methods
public void create1x1CSVFiles(WeatherStation.TYPE aDataType, boolean
aUseCroplandMask, int aNumberOfBundesland) throws IOException;

public void createMeanRasterFile(WeatherStation.TYPE aDataType, boolean
aUseCroplandMask);

public void createMeanCSVFiles(WeatherStation.TYPE aType, boolean
aUseCroplandMask, int aNumberOfBundesland, Vector aCellSizeFactors);

public void createMeanRasterFiles(WeatherStation.TYPE aType, boolean
aUseCroplandMask, int aNumberOfBundesland, Vector aCellSizeFactor);

public void transformFiles() throws FileNotFoundException, IOException;



}



Hierarchy: java.lang.Object - net.simplace.util.FWApplication - net.simplace.app.MainApp - WeatherFileFromGridCreator