<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://www.talsim.de/docs/index.php?action=history&amp;feed=atom&amp;title=GRID_TO_TIMESERIES%2Fde</id>
	<title>GRID TO TIMESERIES/de - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://www.talsim.de/docs/index.php?action=history&amp;feed=atom&amp;title=GRID_TO_TIMESERIES%2Fde"/>
	<link rel="alternate" type="text/html" href="https://www.talsim.de/docs/index.php?title=GRID_TO_TIMESERIES/de&amp;action=history"/>
	<updated>2026-04-04T11:30:05Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in TALSIM Docs</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://www.talsim.de/docs/index.php?title=GRID_TO_TIMESERIES/de&amp;diff=3830&amp;oldid=prev</id>
		<title>FuzzyBot: Übernehme Bearbeitung einer neuen Version der Quellseite</title>
		<link rel="alternate" type="text/html" href="https://www.talsim.de/docs/index.php?title=GRID_TO_TIMESERIES/de&amp;diff=3830&amp;oldid=prev"/>
		<updated>2020-09-23T12:53:20Z</updated>

		<summary type="html">&lt;p&gt;Übernehme Bearbeitung einer neuen Version der Quellseite&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
Extracts cell values from a grid and appends time series in Sydro binary format.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Description of the attributes of the Job&lt;br /&gt;
!Argument&lt;br /&gt;
!Description&lt;br /&gt;
!Type&lt;br /&gt;
|-&lt;br /&gt;
|Key&lt;br /&gt;
|A name or description&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|PointToTimeSeriesList&lt;br /&gt;
|The name of the file where the Point/ Time Series pairs are given. &amp;lt;br/&amp;gt;The TaskSrv opens this file and reads the list. Each line contains ID row col and one full filename with a path.&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;#&amp;lt;/code&amp;gt; is a comment.&amp;lt;br/&amp;gt;No blanks in the path_filename are allowed.&amp;lt;br/&amp;gt;The format for a line is:&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Example: &lt;br /&gt;
&amp;lt;pre&amp;gt;# ID Row Col Bin fullname&lt;br /&gt;
1 455 527 ..\..\admin_zre\00000001.bin&lt;br /&gt;
2 456 527 ..\..\admin_zre\00000002.bin&amp;lt;/pre&amp;gt;&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|RasterType&lt;br /&gt;
|Type of Grid. Can be 0 = Integer or 1 = Real&lt;br /&gt;
|Integer&lt;br /&gt;
|-&lt;br /&gt;
|Scaling&lt;br /&gt;
|Scaling factor. Scales all grid values from the input grid files. &lt;br /&gt;
|Real&lt;br /&gt;
|-&lt;br /&gt;
|InputGridFile&lt;br /&gt;
|The name of the file where the input grid files are given.&amp;lt;br/&amp;gt;The TaskSrv opens this file and reads the list. Each line contains one full filename with a path.&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;#&amp;lt;/code&amp;gt; is a comment.&amp;lt;br/&amp;gt;No blanks in the path_filename are allowed.&amp;lt;br/&amp;gt;The format for a line is:&amp;lt;br/&amp;gt;Date   FileName&amp;lt;br/&amp;gt;Date is ISO Format&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Example:&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;# #ISODATE InputGrid&lt;br /&gt;
20190704T00:00:00Z ..\ASC\00.asc&lt;br /&gt;
20190704T01:00:00Z ..\ASC\01.asc&lt;br /&gt;
20190704T02:00:00Z ..\ASC\02.asc&amp;lt;/pre&amp;gt;&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|RememberInputGridFile&lt;br /&gt;
|Indicates whether or not the InputGridFile is read only one at the beginning.&amp;lt;br/&amp;gt;Is the value True the file is opened one at the beginning and the filenames are read.&amp;lt;br/&amp;gt;Is the value False, the TaskSrv tries to open the file given in the variable list every time it iterates over the variables.&lt;br /&gt;
|Boolean&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Example for a [[TaskSrv-Verzeichnis:_Templates|Template]]- (Job Section) and [[TaskSrv-Verzeichnis:_Input|Input-File]]&lt;br /&gt;
!Template-File&lt;br /&gt;
!Input-File&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;pre&amp;gt;[GrdToTS]&lt;br /&gt;
Key=%1&lt;br /&gt;
PointToTimeSeriesList=%2&lt;br /&gt;
RasterType=%3&lt;br /&gt;
Scaling=%4&lt;br /&gt;
InputGridFile=%5&lt;br /&gt;
RememberInputGridFile=1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;[INPUT]&lt;br /&gt;
&lt;br /&gt;
Count=1&lt;br /&gt;
First=1&lt;br /&gt;
Last=1&lt;br /&gt;
&lt;br /&gt;
[1]&lt;br /&gt;
#INPUT (String)&lt;br /&gt;
Name=Key&lt;br /&gt;
Append Radolan data&lt;br /&gt;
&lt;br /&gt;
[2]&lt;br /&gt;
#INPUT (String)&lt;br /&gt;
Name=Point/Time Series pair list&lt;br /&gt;
..\..\Function\PointToTimeSeries.List.txt&lt;br /&gt;
&lt;br /&gt;
[3]&lt;br /&gt;
#INPUT (Integer)&lt;br /&gt;
Name=RasterType&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
[4]&lt;br /&gt;
#INPUT (Single)&lt;br /&gt;
Name=Scaling&lt;br /&gt;
10.0&lt;br /&gt;
&lt;br /&gt;
[5]&lt;br /&gt;
#INPUT (Single)&lt;br /&gt;
Name=Input Grid File&lt;br /&gt;
..\..\Function\DateInputGrid.List.txt&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
</feed>