GRID TO TIMESERIES

Aus TALSIM Docs
Diese Seite ist eine übersetzte Version der Seite GRID TO TIMESERIES und die Übersetzung ist zu 9 % abgeschlossen sowie aktuell.
Sprachen:

Extracts cell values from a grid and appends time series in Sydro binary format.

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.
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


Example for a Template- (Job Section) and Input-File
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