GRID TO TIMESERIES: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Doeser (Diskussion | Beiträge) (Diese Seite wurde zum Übersetzen freigegeben) |
||
(4 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
<languages/> | |||
<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 | |||
!Argument | !Argument | ||
!Description | !Description | ||
Zeile 39: | Zeile 44: | ||
<!--T:3--> | |||
{| class="wikitable" | {| class="wikitable" | ||
|+Example for a [[TaskSrv-Verzeichnis:_Templates|Template]]- (Job Section) and [[TaskSrv-Verzeichnis:_Input|Input-File]] | |||
!Template-File | !Template-File | ||
!Input-File | !Input-File | ||
Zeile 46: | Zeile 53: | ||
Key=%1 | Key=%1 | ||
PointToTimeSeriesList=%2 | PointToTimeSeriesList=%2 | ||
RasterType=% | RasterType=%3 | ||
Scaling=% | Scaling=%4 | ||
InputGridFile=% | InputGridFile=%5 | ||
RememberInputGridFile=1 | RememberInputGridFile=1 | ||
</pre> | </pre> | ||
|<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 62: | Zeile 71: | ||
Append Radolan data | Append Radolan data | ||
<!--T:6--> | |||
[2] | [2] | ||
#INPUT (String) | #INPUT (String) | ||
Zeile 67: | Zeile 77: | ||
..\..\Function\PointToTimeSeries.List.txt | ..\..\Function\PointToTimeSeries.List.txt | ||
<!--T:7--> | |||
[3] | [3] | ||
#INPUT (Integer) | #INPUT (Integer) | ||
Zeile 72: | Zeile 83: | ||
1 | 1 | ||
<!--T:8--> | |||
[4] | [4] | ||
#INPUT (Single) | #INPUT (Single) | ||
Zeile 77: | Zeile 89: | ||
10.0 | 10.0 | ||
<!--T:9--> | |||
[5] | [5] | ||
#INPUT (Single) | #INPUT (Single) | ||
Zeile 82: | Zeile 95: | ||
..\..\Function\DateInputGrid.List.txt | ..\..\Function\DateInputGrid.List.txt | ||
<!--T:10--> | |||
</pre> | </pre> | ||
|} | |} | ||
</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 |