DssatOutputParserBase
DSSAT 출력 파일 파싱을 위한 공통 기본 클래스입니다. 시계열(Time-series) 데이터 파싱 로직을 공통화하여 제공합니다.
Methods
public method ParseGenericTimeSeries``2(System.String,System.Action{``0,System.String},System.Func{System.String,System.Collections.Generic.Dictionary{System.String,System.ValueTuple{System.Int32,System.Int32}},``1})
제네릭 시계열 데이터 파싱 메서드입니다.
Parameters:
| Name | Description |
|---|---|
| filePath | 파일 경로 |
| parseRunHeader | Run 헤더 파싱 델리게이트 |
| parseRecord | 레코드 파싱 델리게이트 |
Returns: 파싱된 실행 데이터 목록