Alle Übersetzungen

Gib einen Nachrichtennamen ein, um alle verfügbaren Übersetzungen anzuzeigen.

Nachricht

Es wurde eine Übersetzung gefunden.

NameAktueller Text
 V Deutsch (de){| class="wikitable"
|+Description of the attributes of the Job
!Argument
!Description
!Type
|-
|Key
|A name or description
|String
|-
|PointToTimeSeriesList
|The name of the file where the Point/ Time Series pairs are given. <br/>The TaskSrv opens this file and reads the list. Each line contains ID row col and one full filename with a path.<br/><code>#</code> is a comment.<br/>No blanks in the path_filename are allowed.<br/>The format for a line is:<br/><br/>Example: 
<pre># ID Row Col Bin fullname
1 455 527 ..\..\admin_zre\00000001.bin
2 456 527 ..\..\admin_zre\00000002.bin</pre>
|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.<br/>The TaskSrv opens this file and reads the list. Each line contains one full filename with a path.<br/><code>#</code> is a comment.<br/>No blanks in the path_filename are allowed.<br/>The format for a line is:<br/>Date  FileName<br/>Date is ISO Format<br/><br/>Example:<br/>
<pre># #ISODATE InputGrid
20190704T00:00:00Z ..\ASC\00.asc
20190704T01:00:00Z ..\ASC\01.asc
20190704T02:00:00Z ..\ASC\02.asc</pre>
|String
|-
|RememberInputGridFile
|Indicates whether or not the InputGridFile is read only one at the beginning.<br/>Is the value True the file is opened one at the beginning and the filenames are read.<br/>Is the value False, the TaskSrv tries to open the file given in the variable list every time it iterates over the variables.
|Boolean
|}