GRID TO TIMESERIES: Unterschied zwischen den Versionen
Doeser (Diskussion | Beiträge) (Bereitete die Seite zur Übersetzung vor) |
Doeser (Diskussion | Beiträge) (Diese Seite wurde zum Übersetzen freigegeben) |
||
Zeile 1: | Zeile 1: | ||
<languages/> | <languages/> | ||
<translate> | <translate> | ||
<!--T:1--> | |||
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. | ||
<!--T:2--> | |||
{| class="wikitable" | {| class="wikitable" | ||
|+Description of the attributes of the Job | |+Description of the attributes of the Job | ||
Zeile 42: | Zeile 44: | ||
<!--T:3--> | |||
{| class="wikitable" | {| class="wikitable" | ||
|+Example for a [[TaskSrv-Verzeichnis:_Templates|Template]]- (Job Section) and [[TaskSrv-Verzeichnis:_Input|Input-File]] | |+Example for a [[TaskSrv-Verzeichnis:_Templates|Template]]- (Job Section) and [[TaskSrv-Verzeichnis:_Input|Input-File]] | ||
Zeile 57: | Zeile 60: | ||
|<pre>[INPUT] | |<pre>[INPUT] | ||
<!--T:4--> | |||
Count=1 | Count=1 | ||
First=1 | First=1 | ||
Last=1 | Last=1 | ||
<!--T:5--> | |||
[1] | [1] | ||
#INPUT (String) | #INPUT (String) | ||
Zeile 66: | Zeile 71: | ||
Append Radolan data | Append Radolan data | ||
<!--T:6--> | |||
[2] | [2] | ||
#INPUT (String) | #INPUT (String) | ||
Zeile 71: | Zeile 77: | ||
..\..\Function\PointToTimeSeries.List.txt | ..\..\Function\PointToTimeSeries.List.txt | ||
<!--T:7--> | |||
[3] | [3] | ||
#INPUT (Integer) | #INPUT (Integer) | ||
Zeile 76: | Zeile 83: | ||
1 | 1 | ||
<!--T:8--> | |||
[4] | [4] | ||
#INPUT (Single) | #INPUT (Single) | ||
Zeile 81: | Zeile 89: | ||
10.0 | 10.0 | ||
<!--T:9--> | |||
[5] | [5] | ||
#INPUT (Single) | #INPUT (Single) | ||
Zeile 86: | Zeile 95: | ||
..\..\Function\DateInputGrid.List.txt | ..\..\Function\DateInputGrid.List.txt | ||
<!--T:10--> | |||
</pre> | </pre> | ||
|} | |} | ||
</translate> | </translate> |
Aktuelle Version vom 23. September 2020, 13:50 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 |