GRID TO TIMESERIES: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Doeser (Diskussion | Beiträge) (Bereitete die Seite zur Übersetzung vor) |
||
Zeile 1: | Zeile 1: | ||
<languages/> | |||
<translate> | |||
Extracts cell values from a grid and appends time series in Sydro binary format. | Extracts cell values from a grid and appends time series in Sydro binary format. | ||
Zeile 86: | Zeile 88: | ||
</pre> | </pre> | ||
|} | |} | ||
</translate> |
Version vom 23. September 2020, 13:49 Uhr
Extracts cell values from a grid and appends time series in Sydro binary format.
Argument | Description | Type |
---|---|---|
Key | A name or description | String |
PointToTimeSeriesList | The name of the file where the Point/ Time Series pairs are given. The TaskSrv opens this file and reads the list. Each line contains ID row col and one full filename with a path. # is a comment.No blanks in the path_filename are allowed. The format for a line is: Example: # ID Row Col Bin fullname 1 455 527 ..\..\admin_zre\00000001.bin 2 456 527 ..\..\admin_zre\00000002.bin |
String |
RasterType | Type of Grid. Can be 0 = Integer or 1 = Real | Integer |
Scaling | Scaling factor. Scales all grid values from the input grid files. | Real |
InputGridFile | The name of the file where the input grid files are given. The TaskSrv opens this file and reads the list. Each line contains one full filename with a path. # is a comment.No blanks in the path_filename are allowed. The format for a line is: Date FileName Date is ISO Format Example: # #ISODATE InputGrid 20190704T00:00:00Z ..\ASC\00.asc 20190704T01:00:00Z ..\ASC\01.asc 20190704T02:00:00Z ..\ASC\02.asc |
String |
RememberInputGridFile | Indicates whether or not the InputGridFile is read only one at the beginning. Is the value True the file is opened one at the beginning and the filenames are read. Is the value False, the TaskSrv tries to open the file given in the variable list every time it iterates over the variables. |
Boolean |
Template-File | Input-File |
---|---|
[GrdToTS] Key=%1 PointToTimeSeriesList=%2 RasterType=%3 Scaling=%4 InputGridFile=%5 RememberInputGridFile=1 |
[INPUT] Count=1 First=1 Last=1 [1] #INPUT (String) Name=Key Append Radolan data [2] #INPUT (String) Name=Point/Time Series pair list ..\..\Function\PointToTimeSeries.List.txt [3] #INPUT (Integer) Name=RasterType 1 [4] #INPUT (Single) Name=Scaling 10.0 [5] #INPUT (Single) Name=Input Grid File ..\..\Function\DateInputGrid.List.txt |