GRID TO TIMESERIES: Unterschied zwischen den Versionen
(Die Seite wurde neu angelegt: „Extracts cell values from a grid and appends time series in Sydro binary format. {| class="wikitable" !Argument !Description !Type |- |Key |A name or descript…“) |
Keine Bearbeitungszusammenfassung |
||
Zeile 36: | Zeile 36: | ||
|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. | |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 | |Boolean | ||
|} | |||
{| class="wikitable" | |||
!Template-File | |||
!Input-File | |||
|- | |||
|<pre>[GrdToTS] | |||
Key=%1 | |||
PointToTimeSeriesList=%2 | |||
RasterType=%5 | |||
Scaling=%6 | |||
InputGridFile=%7 | |||
RememberInputGridFile=1 | |||
</pre> | |||
|<pre>[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 | |||
</pre> | |||
|} | |} |
Version vom 9. Juli 2019, 13:08 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=%5 Scaling=%6 InputGridFile=%7 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 |