Table of Contents

Class GISMO_WEL

Namespace
BlueM.Wave.Fileformats
Assembly
Wave.dll

Class for importing GISMO result files (.CSV,.ASC) For information about GISMO refer to http://www.sydro.de/ For file format info refer to https://wiki.bluemodel.org/index.php/WEL-Format_%28GISMO%29

public class GISMO_WEL : TimeSeriesFile
Inheritance
GISMO_WEL
Inherited Members

Constructors

GISMO_WEL(string)

public GISMO_WEL(string FileName)

Parameters

FileName string

Properties

UseImportDialog

Gibt an, ob beim Import des Dateiformats der Importdialog angezeigt werden soll

public override bool UseImportDialog { get; }

Property Value

bool

Methods

IsCSV()

Checks whether the GISMO result file is CSV (semicolon-separated) or ASC (space-separated)

public bool IsCSV()

Returns

bool

True if the file is CSV (semicolon-separated)

readFile()

Reads the selected series (see SelectedSeries) from the file and stores them as timeseries in TimeSeries

public override void readFile()

readSeriesInfo()

Reads information about the series contained in the file and stores it in TimeSeriesInfos

public override void readSeriesInfo()

verifyFormat(string)

Checks if the file is a GISMO result file (either *.CSV or *.ASC)

public static bool verifyFormat(string file)

Parameters

file string

file path

Returns

bool

True if the file is a GISMO result file