annotate backend/doc/documentation/de/importer-hydr-morph.tex @ 6824:3717d9d2f659 double-precision

Importer Doc: force import of waterlevel WST-file in first run.
author Tom Gottfried <tom.gottfried@intevation.de>
date Wed, 14 Aug 2013 12:21:13 +0200
parents 6bf93fa1b744
children ee8b947b3f11
rev   line source
3661
3ea5e835ecce Initial checkin of documentation of importer and shape importer.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
1 \section{Fachdatenimport}
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
2
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
3 Der Fachdatenimporter dient dazu, hydrologische und morphologische Gew�sserdaten
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
4 aus dem Dateisystem in die FLYS3-Datenbank zu importieren. Das Werkzeug
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
5 orientiert sich hierbei an der Dateihierachie, so wie sie auch von Desktop-FLYS
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
6 ausgelesen wird. Der Import Vorgang ist in zwei Phasen unterteilt:
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
7
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
8 \begin{itemize}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
9 \item Lesen aller Daten eines Gew�ssers aus dem Dateisystem.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
10 \item Schreiben der erfolgreich eingelesenen Daten in die Datenbank.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
11 \end{itemize}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
12
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
13 Sollte beim Lese- oder Schreib-Vorgang eines Gew�ssers ein Fehler auftreten, so
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
14 werden s�mtliche Daten des Gew�ssers verworfen. Beide Phasen zusammen bilden
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
15 somit eine Transaktion.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
16
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
17 \textbf{Hinweis}
6675
c4e69a97e223 Importer doc: fixed typos, language and formatting issues for hydrological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6674
diff changeset
18 \\Der Import geht, wie auch Desktop-FLYS, davon aus, dass die Dateien Latin-1
3667
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
19 encodiert vorliegen! Stellen Sie also sicher, dass das von Ihnen verwendete
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
20 Encoding korrekt ist. Andernfalls ist es m�glich, dass es w�hrend des Imports zu
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
21 unerwarteten Problemen kommt.
3667
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
22
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
23 Der Importer ist ein in Java geschriebenes Werkzeug und kann von der Konsole aus
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
24 gestartet werden. S�mtlich Konfigurationen k�nnen �ber sogenannte
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
25 \textit{System-Properties} �bergeben werden. Eine \textit{System-Property} wird
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
26 dabei mittels \textit{-Dkey=value} beim Start �bergeben. Im folgenden Beispiel
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
27 w�rde der Importer mit einer Konfiguration \textit{flys.backend.importer.dry.run},
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
28 welche den Wert \textit{true} gesetzt hat, gestartet.
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
29
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
30 \begin{lstlisting}
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
31 java -Dflys.backend.importer.dry.run=true de.intevation.flys.importer.Importer
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
32 \end{lstlisting}
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
33
3680
61a6d226b7a4 Added error description of geo importer; fixed bugs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3675
diff changeset
34 Auf gleiche Weise k�nnen dem Importer s�mtliche Optionen zur Konfiguration
6675
c4e69a97e223 Importer doc: fixed typos, language and formatting issues for hydrological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6674
diff changeset
35 beim Start mitgegeben werden. Im Folgenden werden die m�glichen \textit{System-Properties} und
3667
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
36 ihre Auswirkung auf den Import genauer beschrieben. In den Kapiteln
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
37 \ref{configuration} und \ref{start-hydr} wird zur Einfachheit jedoch ein
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
38 Shellskript verwendet, das eine Standardkonfiguration vorgibt und den Importer
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
39 mit allen erforderlichen Konfigurationen startet.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
40
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
41
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
42 \subsection{Importierte Daten}
6700
95322836a6a3 Importer Dok: removed redundant doc and syntax error
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6699
diff changeset
43 \label{import_data}
6675
c4e69a97e223 Importer doc: fixed typos, language and formatting issues for hydrological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6674
diff changeset
44 In diesem Kapitel werden die verschiedenen Daten aufgelistet und erl�utert, wie sie vom
3667
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
45 Importer eingelesen werden.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
46
6810
e2cfa97b7bff Importer Doc: complete master data of gauges and waterlevel model and move to top.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6809
diff changeset
47 \subsubsection{Wasserstandsmodell-Stammdaten und H�henreferenz (Basis-*.wst-Datei)}
e2cfa97b7bff Importer Doc: complete master data of gauges and waterlevel model and move to top.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6809
diff changeset
48 Der Import von Wasserst�nden der Basis-*.wst-Datei
e2cfa97b7bff Importer Doc: complete master data of gauges and waterlevel model and move to top.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6809
diff changeset
49 kann mit \textbf{-Dflys.backend.importer.skip.wst=true} unterdr�ckt werden.
e2cfa97b7bff Importer Doc: complete master data of gauges and waterlevel model and move to top.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6809
diff changeset
50 Aus der Basis-*.wst-Datei wird auch die H�henreferenz und -einheit
e2cfa97b7bff Importer Doc: complete master data of gauges and waterlevel model and move to top.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6809
diff changeset
51 des Gew�ssers ausgelesen (z.B. 'NN + m').
e2cfa97b7bff Importer Doc: complete master data of gauges and waterlevel model and move to top.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6809
diff changeset
52 Der Import dieser Information in die Datenbank wird daher ebenfalls durch
e2cfa97b7bff Importer Doc: complete master data of gauges and waterlevel model and move to top.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6809
diff changeset
53 diese Option unterdr�ckt.
6824
3717d9d2f659 Importer Doc: force import of waterlevel WST-file in first run.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6811
diff changeset
54 Da es sich hierbei um Gew�sser-Stammdaten handelt,
3717d9d2f659 Importer Doc: force import of waterlevel WST-file in first run.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6811
diff changeset
55 kann diese Option erst genutzt werden, wenn sich das Gew�sser bereits
3717d9d2f659 Importer Doc: force import of waterlevel WST-file in first run.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6811
diff changeset
56 in der Datenbank befindet.
6810
e2cfa97b7bff Importer Doc: complete master data of gauges and waterlevel model and move to top.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6809
diff changeset
57
e2cfa97b7bff Importer Doc: complete master data of gauges and waterlevel model and move to top.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6809
diff changeset
58 \subsubsection{Pegel-Stammdaten (*.glt, *.at und *.sta-Dateien)}
e2cfa97b7bff Importer Doc: complete master data of gauges and waterlevel model and move to top.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6809
diff changeset
59 Der Import von Pegel- und Stammdaten kann mit \textbf{'-Dflys.backend.importer.skip.gauges=true'}
e2cfa97b7bff Importer Doc: complete master data of gauges and waterlevel model and move to top.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6809
diff changeset
60 unterdr�ckt werden. Die *.glt-Datei, die neben der Basis-*.wst-Datei liegt, wird zuerst
e2cfa97b7bff Importer Doc: complete master data of gauges and waterlevel model and move to top.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6809
diff changeset
61 ausgelesen. Es werden nur Stammdaten von Pegeln geladen, die in der .glt-Datei
e2cfa97b7bff Importer Doc: complete master data of gauges and waterlevel model and move to top.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6809
diff changeset
62 vermerkt sind.
e2cfa97b7bff Importer Doc: complete master data of gauges and waterlevel model and move to top.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6809
diff changeset
63
e2cfa97b7bff Importer Doc: complete master data of gauges and waterlevel model and move to top.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6809
diff changeset
64 Die System-Property \textbf{flys.backend.main.value.types} kann einen String
e2cfa97b7bff Importer Doc: complete master data of gauges and waterlevel model and move to top.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6809
diff changeset
65 mit g�ltigen Typen von Stammdaten enthalten. Vorbelegt ist \textit{QWTD-}.
e2cfa97b7bff Importer Doc: complete master data of gauges and waterlevel model and move to top.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6809
diff changeset
66
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
67 \subsubsection{Streckenfavoriten (*.km-Dateien)}
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
68 Der Import der Streckenfavoriten kann mit \textbf{-Dflys.backend.importer.skip.annotations=true}
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
69 unterdr�ckt werden.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
70
3667
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
71 Zur Klassifikation von Streckenfavoriten muss mittels\\
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
72 \textbf{-Dflys.backend.importer.annotation.types=DATEI} der Pfad zu einer
3667
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
73 XML-Datei angegeben werden. In dieser Datei werden die Typen und Regeln
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
74 festgelegt, anhand derer die Klassifikation w�hrend des Import-Vorgangs
3667
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
75 vorgenommen wird. Details hierzu befinden sich im Kapitel \ref{annotation-types}.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
76
5044
ebd958cee715 doc: Document BWASTR and w80 parsing.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5039
diff changeset
77 \subsubsection{Bundeswasserstra�en-IDs}
6675
c4e69a97e223 Importer doc: fixed typos, language and formatting issues for hydrological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6674
diff changeset
78 Der Import und die Zuweisung der Bundeswasserstra�en-IDs kann unterbunden werden
c4e69a97e223 Importer doc: fixed typos, language and formatting issues for hydrological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6674
diff changeset
79 mit \textbf{-Dflys.backend.importer.skip.bwastr=true}.
c4e69a97e223 Importer doc: fixed typos, language and formatting issues for hydrological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6674
diff changeset
80 Beim Import wird davon ausgegangen, dass sich die Datei \textbf{BWASTR\_ID.csv}
5044
ebd958cee715 doc: Document BWASTR and w80 parsing.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5039
diff changeset
81 neben der oder den zu importierenden gew-Dateien befindet.
ebd958cee715 doc: Document BWASTR and w80 parsing.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5039
diff changeset
82
4135
ac93f397018d Importer: Ignore historical discharge tables.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 3681
diff changeset
83 \subsubsection{Historische Abflusstafeln (*.at-Dateien)}
6675
c4e69a97e223 Importer doc: fixed typos, language and formatting issues for hydrological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6674
diff changeset
84 Mit \textbf{'-Dflys.backend.importer.skip.historical.discharge.tables=true'}
c4e69a97e223 Importer doc: fixed typos, language and formatting issues for hydrological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6674
diff changeset
85 kann der Import von historischen Abflusstafeln
4135
ac93f397018d Importer: Ignore historical discharge tables.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 3681
diff changeset
86 unterdr�ckt werden. Diese Flagge wird nur ausgewertet, wenn �berhaupt
ac93f397018d Importer: Ignore historical discharge tables.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 3681
diff changeset
87 Pegel-Daten (siehe oben) importiert werden.
ac93f397018d Importer: Ignore historical discharge tables.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 3681
diff changeset
88
6671
d6e21a9f0d91 Importer doc: comment out obsolete paragraph on invalid gauge numbers.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6636
diff changeset
89 % Mittels \textbf{-Dflys.backend.sta.parse.gauge.numbers=true} wird versucht, die
d6e21a9f0d91 Importer doc: comment out obsolete paragraph on invalid gauge numbers.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6636
diff changeset
90 % offiziellen Pegelnummern aus den Stammdaten zu extrahieren.
d6e21a9f0d91 Importer doc: comment out obsolete paragraph on invalid gauge numbers.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6636
diff changeset
91 % \textbf{Dies ist mit Vorsicht zu behandeln, denn die meisten STA-Dateien
d6e21a9f0d91 Importer doc: comment out obsolete paragraph on invalid gauge numbers.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6636
diff changeset
92 % enthalten invalide Pegelnummern.}
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
93
3667
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
94 \subsubsection{Zus�tzliche L�ngsschnitte (*.zus, *.wst-Dateien)}
6675
c4e69a97e223 Importer doc: fixed typos, language and formatting issues for hydrological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6674
diff changeset
95 Mit \textbf{-Dflys.backend.importer.skip.extra.wsts=true} kann
c4e69a97e223 Importer doc: fixed typos, language and formatting issues for hydrological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6674
diff changeset
96 der Import von zus�tzlichen L�ngs\-schnitten
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
97 unterdr�ckt werden. Es werden die *.zus- und *.wst-Dateien aus dem Verzeichnis
6675
c4e69a97e223 Importer doc: fixed typos, language and formatting issues for hydrological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6674
diff changeset
98 \textit{../Zus.L�ngsschnitte} relativ zur
c4e69a97e223 Importer doc: fixed typos, language and formatting issues for hydrological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6674
diff changeset
99 \textit{gewaesser}.wst-Datei betrachtet.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
100
3667
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
101 \subsubsection{Fixierungen (*.wst-Dateien)}
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
102 Der Import von Fixierungen kann mit \textbf{-Dflys.backend.importer.skip.fixations=true}
6675
c4e69a97e223 Importer doc: fixed typos, language and formatting issues for hydrological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6674
diff changeset
103 unterdr�ckt werden. Es werden die *.wst-Dateien aus
c4e69a97e223 Importer doc: fixed typos, language and formatting issues for hydrological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6674
diff changeset
104 \textit{../Fixierungen} relativ zur \textit{gewaesser}.wst-Datei betrachtet.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
105
3667
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
106 \subsubsection{Amtliche Linien (*.wst-Dateien)}
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
107 Der Import von amtlichen Linien kann mit \textbf{-Dflys.backend.importer.skip.official.lines=true}
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
108 unterdr�ckt werden. Es werden die \textit{Amtl\_Linien.wst}-Dateien aus dem
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
109 Verzeichnis \textit{../Basisdaten} und \textit{../Fixierungen} relativ zur
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
110 \textit{gewaesser.wst}-Datei betrachtet.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
111
6673
e67932fcde3d Importer Doc: document that Amtl_Linien.config is needed.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6672
diff changeset
112 F�r die Zuordnung zu den Hauptwerten wird zudem die Datei
6675
c4e69a97e223 Importer doc: fixed typos, language and formatting issues for hydrological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6674
diff changeset
113 \textit{Amtl\_Linien.config} ben�tigt.
6673
e67932fcde3d Importer Doc: document that Amtl_Linien.config is needed.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6672
diff changeset
114
3667
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
115 \subsubsection{Profilspuren (*.prf-Dateien)}
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
116 Der Import von Profilspuren kann mit \textbf{-Dflys.backend.importer.skip.prfs=true}
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
117 unterdr�ckt werden. Es werden rekursiv alle *.prf-Dateien aus \textit{../../..}
6674
516032b7df62 Importer doc: cross section import completed.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6673
diff changeset
118 relativ zur gewaesser.wst-Datei betrachtet.
516032b7df62 Importer doc: cross section import completed.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6673
diff changeset
119
516032b7df62 Importer doc: cross section import completed.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6673
diff changeset
120 Vor dem Import von Profilspuren werden mit Hilfe
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
121 eines L�ngen- und eines MD5-Summen-Vergleichs inhaltliche Duplikate
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
122 ausgeschlossen.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
123
5044
ebd958cee715 doc: Document BWASTR and w80 parsing.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5039
diff changeset
124 \subsubsection{Profilspuren (*.w80-Dateien)}
6674
516032b7df62 Importer doc: cross section import completed.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6673
diff changeset
125 Der Import von W80-Profilspuren kann mit \textbf{-Dflys.backend.importer.skip.w80s=true}
5044
ebd958cee715 doc: Document BWASTR and w80 parsing.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5039
diff changeset
126 unterdr�ckt werden. Es werden rekursiv alle *.w80-Dateien aus \textit{../../..}
6675
c4e69a97e223 Importer doc: fixed typos, language and formatting issues for hydrological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6674
diff changeset
127 relativ zur \textit{gewaesser}.wst-Datei betrachtet.
6674
516032b7df62 Importer doc: cross section import completed.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6673
diff changeset
128
516032b7df62 Importer doc: cross section import completed.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6673
diff changeset
129 \subsubsection{Profilspuren (*.d50-Dateien)}
516032b7df62 Importer doc: cross section import completed.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6673
diff changeset
130 Der Import von D50-Profilspuren kann mit \textbf{-Dflys.backend.importer.skip.da50s=true}
516032b7df62 Importer doc: cross section import completed.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6673
diff changeset
131 unterdr�ckt werden. Es werden rekursiv alle *.d50-Dateien aus \textit{../../..}
6675
c4e69a97e223 Importer doc: fixed typos, language and formatting issues for hydrological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6674
diff changeset
132 relativ zur \textit{gewaesser}.wst-Datei betrachtet.
6674
516032b7df62 Importer doc: cross section import completed.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6673
diff changeset
133
516032b7df62 Importer doc: cross section import completed.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6673
diff changeset
134 \subsubsection{Profilspuren (*.d66-Dateien)}
516032b7df62 Importer doc: cross section import completed.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6673
diff changeset
135 Der Import von D66-Profilspuren kann mit \textbf{-Dflys.backend.importer.skip.da66s=true}
516032b7df62 Importer doc: cross section import completed.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6673
diff changeset
136 unterdr�ckt werden. Es werden rekursiv alle *.d66-Dateien aus \textit{../../..}
6675
c4e69a97e223 Importer doc: fixed typos, language and formatting issues for hydrological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6674
diff changeset
137 relativ zur \textit{gewaesser}.wst-Datei betrachtet.
6674
516032b7df62 Importer doc: cross section import completed.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6673
diff changeset
138
516032b7df62 Importer doc: cross section import completed.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6673
diff changeset
139 \subsubsection{Profilspuren (*.csv-Dateien)}
516032b7df62 Importer doc: cross section import completed.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6673
diff changeset
140 Der Import von CSV-Profilspuren kann mit
516032b7df62 Importer doc: cross section import completed.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6673
diff changeset
141 \textbf{-Dflys.backend.importer.skip.w80.csvs=true}
516032b7df62 Importer doc: cross section import completed.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6673
diff changeset
142 unterdr�ckt werden.
516032b7df62 Importer doc: cross section import completed.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6673
diff changeset
143 Es werden rekursiv alle *.csv-Dateien aus
516032b7df62 Importer doc: cross section import completed.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6673
diff changeset
144 \textit{./Geodaesie/Querprofile/QP-Daten} im Verzeichnis des
516032b7df62 Importer doc: cross section import completed.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6673
diff changeset
145 Gew�ssers betrachtet.
5044
ebd958cee715 doc: Document BWASTR and w80 parsing.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5039
diff changeset
146
3667
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
147 \subsubsection{Hydraulische Kennzahlen (*.hyk)}
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
148 Der Import von hydraulischen Kennzahlen kann mit \textbf{-Dflys.backend.importer.skip.hyks=true} unterdr�ckt
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
149 werden. Es werden rekursiv alle *.hyk-Dateien aus \textit{../../..} relativ zur
6675
c4e69a97e223 Importer doc: fixed typos, language and formatting issues for hydrological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6674
diff changeset
150 \textit{gewaesser}.wst-Datei betrachtet. Vor dem Import werden mit Hilfe eines L�ngen- und
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
151 eines MD5-Summen-Vergleichs inhaltliche Duplikate ausgeschlossen.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
152
3667
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
153 \subsubsection{Hochwassermarken (*.zus, *.wst)}
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
154 Der Import von Hochwassermarken kann mit \textbf{-Dflys.backend.importer.skip.flood.water=true}
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
155 unterdr�ckt werden. Es werden die *.zus- und *.wst-Dateien aus dem Verzeichnis
6675
c4e69a97e223 Importer doc: fixed typos, language and formatting issues for hydrological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6674
diff changeset
156 \textit{../HW-Marken} relativ zur \textit{gewaesser}.wst-Datei betrachtet.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
157
6675
c4e69a97e223 Importer doc: fixed typos, language and formatting issues for hydrological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6674
diff changeset
158 \subsubsection{Hochwasserschutzanlagen (*.zus, *.wst)}
c4e69a97e223 Importer doc: fixed typos, language and formatting issues for hydrological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6674
diff changeset
159 Mit \textbf{-Dflys.backend.importer.skip.flood.protection=true}
c4e69a97e223 Importer doc: fixed typos, language and formatting issues for hydrological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6674
diff changeset
160 kann der Import von Hochwasserschutzanlagen
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
161 unterdr�ckt werden. Es werden die *.zus- und *.wst-Dateien aus dem Verzeichnis
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
162 \textit{../HW-Schutzanlagen} relativ zur \textit{gewaesser.wst}-Datei betrachtet.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
163
6696
d226f76f880a Importer Dok: documented measurement stations
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6675
diff changeset
164 \subsubsection{Messstellen-Stammdaten}
6699
f1aefaa0e0fa Importer Doc: small corrections to configuration and typo
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6698
diff changeset
165 Mit \textbf{-Dflys.backend.importer.skip.measurement.stations=true}
6696
d226f76f880a Importer Dok: documented measurement stations
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6675
diff changeset
166 kann der Import von Messstellen-Stammdaten aus
d226f76f880a Importer Dok: documented measurement stations
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6675
diff changeset
167 \textit{Morphologie/Basisdaten/Messstellen-Stammdaten.csv}
d226f76f880a Importer Dok: documented measurement stations
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6675
diff changeset
168 unterdr�ckt werden.
d226f76f880a Importer Dok: documented measurement stations
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6675
diff changeset
169
3668
2a3bc47d1ba9 Mention the structure of a river directory and describe the morphological file import in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3667
diff changeset
170 \subsubsection{Sohlh�hen (Peilungen)}
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
171 Der Import von Sohlh�hen-Peilungen kann mit \textbf{-Dflys.backend.importer.skip.bed.height.single=true}
6697
ccb069b9417c Importer Doc: small corrections to morphological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6696
diff changeset
172 unterdr�ckt werden. Es werden die CSV-Dateien aus dem Verzeichnis
3668
2a3bc47d1ba9 Mention the structure of a river directory and describe the morphological file import in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3667
diff changeset
173 \textit{Morphologie/Sohlhoehen/Einzeljahre} geladen.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
174
3668
2a3bc47d1ba9 Mention the structure of a river directory and describe the morphological file import in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3667
diff changeset
175 \subsubsection{Sohlh�hen (Epochen)}
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
176 Der Import Sohlh�hen-Epochen kann mit \textbf{-Dflys.backend.importer.skip.bed.height.epoch=true}
6697
ccb069b9417c Importer Doc: small corrections to morphological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6696
diff changeset
177 unterdr�ckt werden. Es werden die CSV-Dateien aus dem Verzeichnis
3668
2a3bc47d1ba9 Mention the structure of a river directory and describe the morphological file import in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3667
diff changeset
178 \textit{Morphologie/Sohlhoehen/Epochen} geladen.
2a3bc47d1ba9 Mention the structure of a river directory and describe the morphological file import in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3667
diff changeset
179
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
180 \subsubsection{Sedimentdichte}
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
181 Der Import der Sedimentdichte kann mit
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
182 \textbf{-Dflys.backend.importer.skip.sediment.density=true}
6697
ccb069b9417c Importer Doc: small corrections to morphological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6696
diff changeset
183 unterdr�ckt werden. Es werden die CSV-Dateien aus dem Verzeichnis
3668
2a3bc47d1ba9 Mention the structure of a river directory and describe the morphological file import in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3667
diff changeset
184 \textit{Morphologie/Sedimentdichte} geladen.
2a3bc47d1ba9 Mention the structure of a river directory and describe the morphological file import in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3667
diff changeset
185
2a3bc47d1ba9 Mention the structure of a river directory and describe the morphological file import in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3667
diff changeset
186 \subsubsection{Morphologische Breite}
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
187 Der Import der morphologischen Breite kann mit
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
188 \textbf{-Dflys.backend.importer.skip.morphological.width=true}
6697
ccb069b9417c Importer Doc: small corrections to morphological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6696
diff changeset
189 unterdr�ckt werden. Es werden alle CSV-Dateien aus dem Verzeichnis
3668
2a3bc47d1ba9 Mention the structure of a river directory and describe the morphological file import in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3667
diff changeset
190 \textit{Morphologie/morphologische\_Breite} geladen.
2a3bc47d1ba9 Mention the structure of a river directory and describe the morphological file import in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3667
diff changeset
191
2a3bc47d1ba9 Mention the structure of a river directory and describe the morphological file import in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3667
diff changeset
192 \subsubsection{Flie�geschwindigkeit}
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
193 Der Import der Flie�geschwindigkeit kann mit
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
194 \textbf{-Dflys.backend.importer.skip.flow.velocity=true}
6697
ccb069b9417c Importer Doc: small corrections to morphological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6696
diff changeset
195 unterdr�ckt werden. Es werden die CSV-Dateien aus dem Verzeichnis\\
3668
2a3bc47d1ba9 Mention the structure of a river directory and describe the morphological file import in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3667
diff changeset
196 \textit{Morphologie/Geschwindigkeit\_Schubspannung/Modellrechnungen} und\\
2a3bc47d1ba9 Mention the structure of a river directory and describe the morphological file import in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3667
diff changeset
197 \textit{Morphologie/Geschwindigkeit\_Schubspannung/v-Messungen} geladen.
2a3bc47d1ba9 Mention the structure of a river directory and describe the morphological file import in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3667
diff changeset
198
2a3bc47d1ba9 Mention the structure of a river directory and describe the morphological file import in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3667
diff changeset
199 \subsubsection{Sedimentfracht}
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
200 Der Import der Sedimentfracht kann mit
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
201 \textbf{-Dflys.backend.importer.skip.sediment.yield=true}
6697
ccb069b9417c Importer Doc: small corrections to morphological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6696
diff changeset
202 unterdr�ckt werden. Es werden die CSV-Dateien aus dem Verzeichnis
3668
2a3bc47d1ba9 Mention the structure of a river directory and describe the morphological file import in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3667
diff changeset
203 \textit{Morphologie/Fracht} geladen. Dabei werden die Dateien aus dem
2a3bc47d1ba9 Mention the structure of a river directory and describe the morphological file import in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3667
diff changeset
204 Unterverzeichnissen \textit{Einzeljahre} und \textit{Epochen} entsprechend als
6697
ccb069b9417c Importer Doc: small corrections to morphological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6696
diff changeset
205 \textit{Einzeljahre} und \textit{Epochen} gespeichert.
3668
2a3bc47d1ba9 Mention the structure of a river directory and describe the morphological file import in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3667
diff changeset
206
6697
ccb069b9417c Importer Doc: small corrections to morphological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6696
diff changeset
207 \subsubsection{Wasserspiegellagen f�r M-INFO}
ccb069b9417c Importer Doc: small corrections to morphological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6696
diff changeset
208 Der Import der f�r M-INFO spezifischen Wasserspiegellagen kann mit\\
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
209 \textbf{-Dflys.backend.importer.skip.waterlevels=true}
6697
ccb069b9417c Importer Doc: small corrections to morphological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6696
diff changeset
210 unterdr�ckt werden. Es werden die CSV-Dateien aus dem Verzeichnis
3668
2a3bc47d1ba9 Mention the structure of a river directory and describe the morphological file import in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3667
diff changeset
211 \textit{Morphologie/Fixierungsanalyse/Wasserspiegellagen} geladen.
2a3bc47d1ba9 Mention the structure of a river directory and describe the morphological file import in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3667
diff changeset
212
6697
ccb069b9417c Importer Doc: small corrections to morphological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6696
diff changeset
213 \subsubsection{Wasserspiegeldifferenzen f�r M-INFO}
ccb069b9417c Importer Doc: small corrections to morphological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6696
diff changeset
214 Der Import der f�r M-INFO spezifischen Wasserspiegeldifferenzen kann mit\\
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
215 \textbf{-Dflys.backend.importer.skip.waterlevel.differences=true}
6697
ccb069b9417c Importer Doc: small corrections to morphological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6696
diff changeset
216 unterdr�ckt werden. Es werden die CSV-Dateien aus dem Verzeichnis
3668
2a3bc47d1ba9 Mention the structure of a river directory and describe the morphological file import in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3667
diff changeset
217 \textit{Morphologie/Fixierungsanalyse/Wasserspiegeldifferenzen} geladen.
2a3bc47d1ba9 Mention the structure of a river directory and describe the morphological file import in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3667
diff changeset
218
2a3bc47d1ba9 Mention the structure of a river directory and describe the morphological file import in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3667
diff changeset
219 \subsubsection{Transport Abfluss Beziehung}
3675
1785ec25930c Added manual line breaks.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3674
diff changeset
220 Der Import der Daten f�r die Transport Abfluss Beziehung kann mit\\
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
221 \textbf{flys.backend.importer.skip.sq.relation=true} unterdr�ckt
6697
ccb069b9417c Importer Doc: small corrections to morphological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6696
diff changeset
222 werden. Es werden die CSV-Dateien unter
3668
2a3bc47d1ba9 Mention the structure of a river directory and describe the morphological file import in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3667
diff changeset
223 \textit{Feststofftransport-Abfluss-Beziehung} geladen.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
224
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
225
3667
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
226 \subsection{Klassifikation von Streckenfavoriten}
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
227 \label{annotation-types}
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
228 Streckenfavoriten werden aus KM-Dateien importiert. Um die einzelnen Eintr�ge
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
229 einer Kategorie (Br�cke, Pegel, etc.) zuzuordnen, kann eine XML angegeben werden,
3667
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
230 in der Regeln f�r diese Klassifikation definiert werden. Schematisch gliedert
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
231 sich diese Datei in die zwei Bereiche 'types' und 'patterns':
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
232
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
233 \begin{lstlisting}
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
234 <annotation>
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
235 <types>
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
236 <type>...</type>
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
237 <type>...</type>
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
238 ...
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
239 </types>
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
240 <patterns>
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
241 <pattern>...</pattern>
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
242 <pattern>...</pattern>
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
243 ...
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
244 </patterns>
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
245 </annotation>
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
246 \end{lstlisting}
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
247
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
248 In der Sektion \textit{types} werden die Kategorien vereinbart, in die klassifiziert
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
249 werden soll. Dies geschieht mit entsprechenden Zeilen in der XML Datei. Es folgt
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
250 ein Auszug aus einer solchen Datei:
3667
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
251
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
252 \begin{lstlisting}
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
253 <type name="Pegel"/>
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
254 <type name="Br�cke"/>
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
255 ...
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
256 <type name="Sonstige" default="true"/>
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
257 \end{lstlisting}
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
258
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
259 Das Attribut 'default' darf maximal einmal vergeben werden und besagt, dass diese
3667
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
260 Kategorie gew�hlt werden soll, wenn keine andere Kategorie zugeordnet werden kann.
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
261
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
262 In der Sektion 'patterns' werden dann die Regeln definiert, die einzelne Eintr�ge
3667
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
263 den zuvor definierten Kategorien zuordnet. Hierf�r k�nnen zwei Arten von
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
264 Definitionen angegeben werden:
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
265
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
266 \begin{lstlisting}
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
267 <file pattern="^Br�cken$" type="Br�cke"/>
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
268 \end{lstlisting}
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
269
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
270 oder
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
271
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
272 \begin{lstlisting}
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
273 <line pattern="^Br�cke[:\s].*$" type="Br�cke"/>
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
274 \end{lstlisting}
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
275
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
276 Die erste Variante bestimmt die Kategorie, die pro KM-Datei gelten soll.
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
277 \textit{pattern} ist hierbei ein regul�rer Ausdruck, der auf den Dateinamen
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
278 angewandt wird. Passt der Name der Datei auf den regul�ren Ausdruck, wird
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
279 \textit{type} als Vorgabe angenommen. Treffen mehrere \textit{file}-Regeln zu,
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
280 wird der erste Treffer angewandt. Findet keine der \textit{file}-Regeln Anwendung, wird
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
281 die Kategorie ausgew�hlt, die in der \textit{types}-Section das Attribut
3667
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
282 \textit{default} gesetzt hat.
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
283
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
284 Die zweite Regel-Variante \textit{line} wird auf jeden Eintrag innerhalb einer KM-Datei
3667
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
285 auf den Bezeichner der Streckenfavoriten angewandt. Als Muster dient auch hier
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
286 ein regul�rer Ausdruck, der �ber das Attribut \textit{pattern} definiert wird.
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
287 Die Kategorie wird im Trefferfall �ber das Attribut \textit{type} bestimmt.
3667
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
288 Treffen mehrere Regeln zu, wird die Kategorie gew�hlt, die zum ersten Treffer
6699
f1aefaa0e0fa Importer Doc: small corrections to configuration and typo
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6698
diff changeset
289 geh�rt. Trifft keine Regel zu, wird der Eintrag der Kategorie zugeteilt, die f�r
3667
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
290 die beinhaltende Datei als Vorgabe gilt.
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
291
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
292
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
293 \subsection{Konfiguration}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
294 \label{configuration}
3681
1bef83948d61 Corrected name of run scripts for importers in docu.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3680
diff changeset
295 Zum Starten des Importers ist es notwendig, in der Datei
1bef83948d61 Corrected name of run scripts for importers in docu.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3680
diff changeset
296 \textit{contrib/run\_hydr\_morph.sh} die Variablen am Anfang der Datei
1bef83948d61 Corrected name of run scripts for importers in docu.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3680
diff changeset
297 anzupassen. Im folgenden werden notwendige und optionale Einstellungen
1bef83948d61 Corrected name of run scripts for importers in docu.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3680
diff changeset
298 beschrieben, die beim Starten des Importers ber�cksichtigt werden. Folgende
1bef83948d61 Corrected name of run scripts for importers in docu.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3680
diff changeset
299 Einstellungen sind zwangsl�ufig an die bestehende Umgebung anzupassen:
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
300
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
301 \textbf{BACKEND\_USER}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
302 \\Der Nutzername, der zum Verbinden zur Datenbank verwendet werden soll.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
303
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
304 \textbf{BACKEND\_PASS}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
305 \\Das Passwort, welches in Kombination mit \textbf{BACKEND\_USER} zum Verbinden
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
306 zur Datenbank verwendet werden soll.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
307
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
308 \textbf{BACKEND\_HOST}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
309 \\Der Datenbank-Host. In der Regel sollte hier \textit{localhost} eingetragen
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
310 werden, da es empfohlen wird, den Importer auf dem selben Host zu starten, auf
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
311 dem auch die Datenbank l�uft.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
312
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
313 \textbf{BACKEND\_PORT}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
314 \\Der Port auf dem die Datenbank zu erreichen ist. Bei einer Oracle XE Instanz
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
315 z.B.: \textit{1521}, sofern nicht anders konfiguriert.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
316
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
317 \textbf{BACKEND\_NAME}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
318 \\Der Name der Datenbank Instanz. Beispielsweise \textit{XE} bei einer Oracle XE
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
319 Instanz.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
320
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
321 \textbf{BACKEND\_DB\_PREFIX}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
322 \\Der Pr�fix zum Aufbau einer Datenbankverbindung. F�r Oracle z.B.: \textit{jdbc:oracle:thin:@}.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
323
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
324 \textbf{BACKEND\_DB\_DRIVER}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
325 \\Der Name des JDBC-Treibers, der es erlaubt das Protokoll der Datenbank zu
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
326 sprechen. Im Falle einer Oracle XE w�re dies z.B.: \textit{oracle.jdbc.OracleDriver}.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
327
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
328 \textbf{BACKEND\_DB\_DIALECT}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
329 \\Der Hibernate-Dialekt, den die Datenbank versteht. Im Falle einer Oracle-XE
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
330 w�re dies z.B.: \textit{org.hibernate.dialect.OracleDialect}.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
331
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
332
3675
1785ec25930c Added manual line breaks.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3674
diff changeset
333 Weitere Details zum Verbinden zu einer Oracle Datenbank finden Sie unter\\
6699
f1aefaa0e0fa Importer Doc: small corrections to configuration and typo
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6698
diff changeset
334 \href{http://www.orafaq.com/wiki/JDBC}{http://www.orafaq.com/wiki/JDBC}.
f1aefaa0e0fa Importer Doc: small corrections to configuration and typo
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6698
diff changeset
335
f1aefaa0e0fa Importer Doc: small corrections to configuration and typo
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6698
diff changeset
336 Alle weiteren Einstellungen sind optional anpassbar:
3669
25b5af0cdf89 Describe Log4J configuration in importer documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3668
diff changeset
337
25b5af0cdf89 Describe Log4J configuration in importer documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3668
diff changeset
338 \textbf{LOG4J\_CONFIG}
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
339 \\Der Fachdatenimport verwendet die externe Bibliothek \textit{Apache Log4J} zum Loggen
3669
25b5af0cdf89 Describe Log4J configuration in importer documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3668
diff changeset
340 von Informationen. Dazu ist es notwendig eine entsprechende Konfiguration beim
25b5af0cdf89 Describe Log4J configuration in importer documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3668
diff changeset
341 Start anzugeben. \textit{LOG4J\_CONFIG} verweist in diesem Fall auf eine externe
25b5af0cdf89 Describe Log4J configuration in importer documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3668
diff changeset
342 Datei zur Konfiguration von Log4J. Im Standardfall wird die Datei
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
343 \textit{conf/log4j.properties} verwendet, welche eine sinnvolle Standardkonfiguration
3669
25b5af0cdf89 Describe Log4J configuration in importer documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3668
diff changeset
344 enth�lt. Sollten Sie diese Konfiguration verwenden, wird beim Import eine
25b5af0cdf89 Describe Log4J configuration in importer documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3668
diff changeset
345 Log-Datei namens \textit{import.log} erstellt, die maximal 100 MB gro� werden
25b5af0cdf89 Describe Log4J configuration in importer documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3668
diff changeset
346 kann. Sollte die Log-Datei gr��er als 100 MB anwachsen, wird die aktuelle Datei
25b5af0cdf89 Describe Log4J configuration in importer documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3668
diff changeset
347 nach \textit{import.log.1} umbenannt und eine neue Datei \textit{import.log}
25b5af0cdf89 Describe Log4J configuration in importer documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3668
diff changeset
348 wird begonnen. Maximal werden 10 Log-Dateien gespeichert. F�r weitere Details
25b5af0cdf89 Describe Log4J configuration in importer documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3668
diff changeset
349 zu Log4J siehe Online Dokumentation unter
25b5af0cdf89 Describe Log4J configuration in importer documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3668
diff changeset
350 \href{http://logging.apache.org/log4j/1.2/}{http://logging.apache.org/log4j/1.2/}
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
351
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
352
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
353 \textbf{IMPORTER\_MAINVALUE\_TYPES}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
354 \\Diese Einstellung erlaubt die Angabe eines Textes, der aus den g�ltigen Typen
6699
f1aefaa0e0fa Importer Doc: small corrections to configuration and typo
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6698
diff changeset
355 f�r Hauptwerte zusammengesetzt ist. \textit{QWTD-} ist standardm��ig gesetzt.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
356
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
357 \textbf{IMPORTER\_ANNOTATION\_TYPES}
6700
95322836a6a3 Importer Dok: removed redundant doc and syntax error
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6699
diff changeset
358 \\Diese Einstellung verweist auf eine Datei (relativ zum Ort der \textit{run\_hydr\_morph.sh}
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
359 im Dateisystem), die die m�glichen Typen von Streckenfavoriten und deren Regeln
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
360 definiert. Siehe hierzu auch Kapitel \ref{annotation-types}.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
361
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
362
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
363 Die im folgenden beschriebenen Einstellungen k�nnen jeweils die Werte
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
364 \textit{true} oder \textit{false} annehmen und sind optional anzupassen.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
365
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
366 \textbf{IMPORTER\_DRY\_RUN}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
367 \\Falls \textit{true} gesetzt wird, wird der Import nur simuliert. Es werden
6699
f1aefaa0e0fa Importer Doc: small corrections to configuration and typo
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6698
diff changeset
368 keine Daten in die Datenbank geschrieben. Die Log-Dateien k�nnen dann verwendet werden, um Fehler in den Daten vor dem Schreiben in die
f1aefaa0e0fa Importer Doc: small corrections to configuration and typo
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6698
diff changeset
369 Datenbank zu ermitteln.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
370
6700
95322836a6a3 Importer Dok: removed redundant doc and syntax error
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6699
diff changeset
371 Die weiteren Optionen entsprechen jenen, die in Kapitel \ref{import_data}
95322836a6a3 Importer Dok: removed redundant doc and syntax error
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6699
diff changeset
372 bereits erl�utert wurden.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
373
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
374 \subsection{Fehler und Warnungen}
6702
b6df7e2e6ad1 Importer Doc: Errors not documented so far
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6701
diff changeset
375 Selbsterkl�rende Meldungen sind hier nicht alle aufgef�hrt.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
376
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
377 \subsubsection{Fehler}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
378
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
379 \textbf{error while parsing gew}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
380 \\Die GEW-Datei ist fehlerhaft oder konnte nicht ge�ffnet werden.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
381
6824
3717d9d2f659 Importer Doc: force import of waterlevel WST-file in first run.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6811
diff changeset
382 \textbf{River not yet in database. You cannot skip importing waterlevel model.}
3717d9d2f659 Importer Doc: force import of waterlevel WST-file in first run.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6811
diff changeset
383 \\\textbf{-Dflys.backend.importer.skip.wst=true} wurde verwendet,
3717d9d2f659 Importer Doc: force import of waterlevel WST-file in first run.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6811
diff changeset
384 obwohl sich das Gew�sser noch nicht in der Datenbank befindet
3717d9d2f659 Importer Doc: force import of waterlevel WST-file in first run.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6811
diff changeset
385 (siehe Kapitel \ref{import_data}).
3717d9d2f659 Importer Doc: force import of waterlevel WST-file in first run.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6811
diff changeset
386
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
387 \textbf{File 'XYZ' is broken!}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
388 \\Die Datei XYZ ist inkonsistent und f�hrt zu Fehlern.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
389
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
390 \textbf{Error while parsing file for morph. width.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
391 \\Beim Lesen der morphologischen Breite trat ein Fehler auf.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
392
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
393 \textbf{Error while storing flow velocity model.}
3680
61a6d226b7a4 Added error description of geo importer; fixed bugs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3675
diff changeset
394 \\Beim Schreiben eines Flie�geschwindigkeitsmodells trat ein Fehler auf.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
395
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
396 \textbf{Error while storing flow velocity measurement.}
3680
61a6d226b7a4 Added error description of geo importer; fixed bugs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3675
diff changeset
397 \\Beim Schreiben einer Flie�geschwindigkeitsmessung trat ein Fehler auf.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
398
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
399 \textbf{Error while storing sediment yield.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
400 \\Beim Schreiben einer Sedimentablagerung trat ein Fehler auf.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
401
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
402 \textbf{Error while storing waterlevel diff.}
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
403 \\Beim Schreiben einer Wasserspiegeldifferenz trat ein Fehler auf.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
404
6715
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
405 \textbf{No core data file '...' found}
6742
30c4276d09f8 Importer Doc: fix syntax error.
Tom Gottfried <tom@intevation.de>
parents: 6715
diff changeset
406 \\Keine \textit{Stammdaten\_Messstellen.csv} gefunden.
6715
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
407
6701
f4303cacaf96 Importer doc: Document error when no measurement station fits station in SQ-file
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6700
diff changeset
408 \textbf{No measurement stations found at km \#}
f4303cacaf96 Importer doc: Document error when no measurement station fits station in SQ-file
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6700
diff changeset
409 \\F�r eine in einer SQ-Beziehungs-Datei gegebene Station liegt
f4303cacaf96 Importer doc: Document error when no measurement station fits station in SQ-file
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6700
diff changeset
410 keine Messstelle vor.
f4303cacaf96 Importer doc: Document error when no measurement station fits station in SQ-file
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6700
diff changeset
411
6702
b6df7e2e6ad1 Importer Doc: Errors not documented so far
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6701
diff changeset
412 \textbf{No km for measurement station: Can not reference measurement station: ...}
b6df7e2e6ad1 Importer Doc: Errors not documented so far
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6701
diff changeset
413 \\In der gegebenen Zeile einer SQ-Beziehungs-Datei liegt ist keine
b6df7e2e6ad1 Importer Doc: Errors not documented so far
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6701
diff changeset
414 Station gegeben. Damit ist keine Zuordnung zu einer Messstelle m�glich.
b6df7e2e6ad1 Importer Doc: Errors not documented so far
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6701
diff changeset
415 Die Zeile wird verworfen.
b6df7e2e6ad1 Importer Doc: Errors not documented so far
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6701
diff changeset
416
b6df7e2e6ad1 Importer Doc: Errors not documented so far
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6701
diff changeset
417 \textbf{Incomplete SQ-relation row (missing a, b, Qmax or parameter): ...}
b6df7e2e6ad1 Importer Doc: Errors not documented so far
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6701
diff changeset
418 \\In der gegebenen Zeile einer SQ-Beziehungs-Datei liegt mindestens
b6df7e2e6ad1 Importer Doc: Errors not documented so far
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6701
diff changeset
419 ein Pflicht-Wert nicht vor. Die Zeile wird verworfen.
b6df7e2e6ad1 Importer Doc: Errors not documented so far
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6701
diff changeset
420
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
421 \textbf{Error while storing sq relation.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
422 \\Beim Schreiben einer S(Q) Beziehung trat ein Fehler auf.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
423
6702
b6df7e2e6ad1 Importer Doc: Errors not documented so far
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6701
diff changeset
424 \textbf{Unknown bed height type: \#. File ignored.}
b6df7e2e6ad1 Importer Doc: Errors not documented so far
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6701
diff changeset
425 \\Die gegebene Aufnahmeart ist unbekannt. Die Datei wird ignoriert.
b6df7e2e6ad1 Importer Doc: Errors not documented so far
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6701
diff changeset
426 \\Bekannte Aufnahmearten:
b6df7e2e6ad1 Importer Doc: Errors not documented so far
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6701
diff changeset
427 \begin{itemize}
b6df7e2e6ad1 Importer Doc: Errors not documented so far
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6701
diff changeset
428 \item Querprofile
b6df7e2e6ad1 Importer Doc: Errors not documented so far
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6701
diff changeset
429 \item Fl�chenpeilung
b6df7e2e6ad1 Importer Doc: Errors not documented so far
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6701
diff changeset
430 \item Fl�chen- u. Querprofilpeilungen
b6df7e2e6ad1 Importer Doc: Errors not documented so far
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6701
diff changeset
431 \item DGM
b6df7e2e6ad1 Importer Doc: Errors not documented so far
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6701
diff changeset
432 \item TIN
b6df7e2e6ad1 Importer Doc: Errors not documented so far
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6701
diff changeset
433 \item Modell
b6df7e2e6ad1 Importer Doc: Errors not documented so far
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6701
diff changeset
434 \end{itemize}
b6df7e2e6ad1 Importer Doc: Errors not documented so far
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6701
diff changeset
435
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
436 \textbf{Error reading PRF file.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
437 \\Beim Lesen einer PRF-Datei trat ein Fehler auf.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
438
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
439 \textbf{Error closing PRF file.}
3680
61a6d226b7a4 Added error description of geo importer; fixed bugs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3675
diff changeset
440 \\Beim Schlie�en einer PRF-Datei trat ein Fehler auf.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
441
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
442 \textbf{HYK 1: not enough elements in line \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
443 \\Eine Zeile in einer HYK-Datei hat nicht gen�gend Elemente.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
444
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
445 \textbf{HYK 2: not enough elements in line \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
446 \\Eine Zeile in einer HYK-Datei hat nicht gen�gend Elemente.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
447
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
448 \textbf{HYK 5: not enough elements in line \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
449 \\Eine Zeile in einer HYK-Datei hat nicht gen�gend Elemente.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
450
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
451 \textbf{HYK 6: not enough elements in line \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
452 \\Eine Zeile in einer HYK-Datei hat nicht gen�gend Elemente.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
453
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
454 \textbf{HYK: parsing num zones, bottom or top height failed in line \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
455 \\Die Anzahl der Zonen oder Daten �ber die Zonen sind nicht korrekt.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
456
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
457 \textbf{HYK: HYK: number of flow zones mismatches in line \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
458 \\Die Anzahl der Zonen oder Daten �ber die Zonen sind nicht korrekt.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
459
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
460 \textbf{HYK: cannot parse number in line \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
461 \\Eine Zahl wurde erwartet.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
462
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
463 \textbf{HYK: Error reading file.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
464 \\Beim Lesen einer HYK-Datei trat ein Fehler auf.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
465
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
466 \textbf{HYK: Error closing file.}
3680
61a6d226b7a4 Added error description of geo importer; fixed bugs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3675
diff changeset
467 \\Beim Schlie�en einer HYK-Datei trat ein Fehler auf.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
468
6702
b6df7e2e6ad1 Importer Doc: Errors not documented so far
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6701
diff changeset
469 \textbf{Null Start time will be ignored}
b6df7e2e6ad1 Importer Doc: Errors not documented so far
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6701
diff changeset
470 \\F�r ein Zeitintervall wurde keine Anfangszeit gegeben.
b6df7e2e6ad1 Importer Doc: Errors not documented so far
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6701
diff changeset
471
6762
54addebfcda4 Importer Doc: error in W80CSV-Parser.
Tom Gottfried <tom@intevation.de>
parents: 6747
diff changeset
472 \textbf{Skipping malformed w80csv line \#}
54addebfcda4 Importer Doc: error in W80CSV-Parser.
Tom Gottfried <tom@intevation.de>
parents: 6747
diff changeset
473 \\Die genannte Zeile einer QP-Daten-CSV-Datei wurde verworfen
54addebfcda4 Importer Doc: error in W80CSV-Parser.
Tom Gottfried <tom@intevation.de>
parents: 6747
diff changeset
474 (z.B.\ weil keine H�he gegeben war).
54addebfcda4 Importer Doc: error in W80CSV-Parser.
Tom Gottfried <tom@intevation.de>
parents: 6747
diff changeset
475
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
476 \subsubsection{Warnungen}
6824
3717d9d2f659 Importer Doc: force import of waterlevel WST-file in first run.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6811
diff changeset
477 \textbf{No unit given. Waterlevel-model WST-file has to be imported already.}
3717d9d2f659 Importer Doc: force import of waterlevel WST-file in first run.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6811
diff changeset
478 \\Es wird keine H�henreferenz mit dazugeh�riger Einheit importiert.
3717d9d2f659 Importer Doc: force import of waterlevel WST-file in first run.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6811
diff changeset
479 Dies ist nur m�glich, wenn sich die Gew�sser-Stammdaten bereits
3717d9d2f659 Importer Doc: force import of waterlevel WST-file in first run.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6811
diff changeset
480 in der Datenbank befinden (siehe Kapitel \ref{import_data}).
3717d9d2f659 Importer Doc: force import of waterlevel WST-file in first run.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6811
diff changeset
481
6809
4ff177f48952 WstParser and Importer doc: More sensible default unit and warn if it is used.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6762
diff changeset
482 \textbf{no unit and height reference found. Using default.}
4ff177f48952 WstParser and Importer doc: More sensible default unit and warn if it is used.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6762
diff changeset
483 \\Aus einer WST-Datei konnte keine H�henreferenz
4ff177f48952 WstParser and Importer doc: More sensible default unit and warn if it is used.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6762
diff changeset
484 mit dazugeh�riger Einheit ausgelesen werden.
4ff177f48952 WstParser and Importer doc: More sensible default unit and warn if it is used.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6762
diff changeset
485 Als Default wird 'm �. unbekannte Referenz' verwendet.
4ff177f48952 WstParser and Importer doc: More sensible default unit and warn if it is used.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6762
diff changeset
486 Dies hat nur im Falle der Basis-WST-Datei einen Einfluss auf den Import.
4ff177f48952 WstParser and Importer doc: More sensible default unit and warn if it is used.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6762
diff changeset
487
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
488 \textbf{annotation type file 'XYZ' is not readable.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
489 \\Die Datein XYZ kann nicht gelesen werden.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
490
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
491 \textbf{cannot parse annotation types file.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
492 \\W�hrend der Verarbeitung der Annotationsdatei ist Fehler aufgetreten.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
493
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
494 \textbf{Cannot read directory.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
495 \\Verzeichnis konnte nicht gelesen werden.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
496
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
497 \textbf{no official lines wst file found}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
498 \\Keine Datei mit amtlichen Linien gefunden.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
499
6715
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
500 \textbf{Invalid bwastr-id line: ...}
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
501 \\Aus einer Zeile in \textbf{BWASTR\_ID.csv} konnte kein Gew�sser bzw.
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
502 Bundeswasserstra�en-ID gelesen werden.
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
503
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
504 \textbf{cannot read fixations wst file directory}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
505 \\Das Verzeichnis mit den Fixierungen kann nicht gelesen werden.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
506
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
507 \textbf{cannot read extra longitudinal wst file directory}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
508 \\Das Verzeichnis mit den zus�tzlichen L�ngsschnitten kann nicht gelesen werden.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
509
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
510 \textbf{cannot read gauges from 'XYZ'}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
511 \\Die Pegelg�ltigkeiten k�nnen nicht gelesen werden.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
512
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
513 \textbf{HYK file 'XYZ' seems to be a duplicate.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
514 \\Die HYK-Datei wurde unter anderem Namen aber gleichen Inhalts bereits
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
515 gefunden.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
516
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
517 \textbf{PRF file 'XYZ' seems to be a duplicate.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
518 \\Die PRF-Datei wurde unter anderem Namen aber mit gleichem Inhalt bereits
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
519 gefunden.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
520
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
521 \textbf{Skip invalid SedimentYield: time interval or unit null!}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
522 \\Eine Sedimentablagerung ist ung�ltig und wurde ausgelassen.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
523
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
524 \textbf{skip flow velocity model: No discharge zone specified.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
525 \\Da kein Abflussbereich angegeben wurde, wurde das Flie�geschwindigkeitsmodell ausgelassen.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
526
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
527 \textbf{skip invalid waterlevel - no unit set!}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
528 \\Ein einheitenloser Wasserstand wurde ausgelassen.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
529
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
530 \textbf{Cannot parse time range.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
531 \\Das Zeitformat wurde nicht erkannt.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
532
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
533 \textbf{skip invalid data line \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
534 \\Ung�ltige Datenzeile wurde ausgelassen.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
535
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
536 \textbf{Error while parsing sq relation row \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
537 \\Eine Zeile in der S(Q)-Beziehung ist ung�ltig.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
538
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
539 \textbf{GLT: no gauge found in line \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
540 \\In der GLT-Datei wurde ein Pegel erwartet, aber nicht gefunden.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
541
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
542 \textbf{GLT: line \# has not enough columns.}
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
543 \\Eine Zeile in der Pegelg�ltigkeitsdatei hat nicht genug Spalten.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
544
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
545 \textbf{Error while parsing flow velocity values.}
6715
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
546 \\Invalide Datenzeile in einer Datei mit einer Flie�geschwindigkeitsmessung.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
547
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
548 \textbf{skip invalid data line: \#}
6715
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
549 \\Invalide Datenzeile (weniger als acht Spalten)
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
550 in einer Datei mit einer Flie�geschwindigkeitsmessung.
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
551
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
552 \textbf{Unparseable flow velocity values: ...}
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
553 \\Invalide Werte in einer Datenzeile einer Flie�geschwindigkeitsmessung.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
554
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
555 \textbf{skip invalid waterlevel line: \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
556 \\Invalide Datenzeile in einer Datei mit Wasserstandsdifferenzen.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
557
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
558 \textbf{Error while parsing value: \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
559 \\Invalide Datenzeile in einer Datei mit Wasserstandsdifferenzen.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
560
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
561 \textbf{Error while parsing station: \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
562 \\Invalide Datenzeile in einer Datei mit Wasserstandsdifferenzen.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
563
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
564 \textbf{skip invalid MainValue part: \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
565 \\Invalide Datenzeile in einer Datei Flie�geschwindigkeitsmodellen.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
566
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
567 \textbf{skip invalid gauge part: \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
568 \\Invalide Datenzeile in einer Datei Flie�geschwindigkeitsmodellen.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
569
3669
25b5af0cdf89 Describe Log4J configuration in importer documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3668
diff changeset
570 \textbf{Error while parsing Q value: $<Q>$}
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
571 \\Invalide Datenzeile in einer Datei Flie�geschwindigkeitsmodellen.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
572
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
573 \textbf{skip invalid data line: \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
574 \\Invalide Datenzeile in einer Datei Flie�geschwindigkeitsmodellen.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
575
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
576 \textbf{Error while parsing flow velocity values.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
577 \\Invalide Datenzeile in einer Datei Flie�geschwindigkeitsmodellen.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
578
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
579 \textbf{Error while parsing number from data row: \#}
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
580 \\In der eingelesenen Zeile konnte keine Zahl gefunden werden.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
581
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
582 \textbf{Unknown meta line: \#}
6715
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
583 \\Meta-Informationen unbekannt. Werden ignoriert.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
584
6715
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
585 \textbf{Unparseable numbers in '...'}
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
586 \\Invalide Zahlen in einer Datenzeile in einer Datei mit Sedimentdichten.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
587
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
588 \textbf{skip invalid data line: \#}
6715
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
589 \\Invalide Datenzeile in einer Datei mit Sedimentdichten wird ignoriert.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
590
6715
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
591 \textbf{SDP: No km nor density given. Skip line}
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
592 \\Weder Station noch Dichte gegeben in einer Datenzeile in einer Datei mit Sedimentdichten.
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
593 Zeile wird ignoriert.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
594
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
595 \textbf{STA file is empty}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
596 \\Stammdatendatei ist leer oder hat zu wenige Zeilen.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
597
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
598 \textbf{STA file has not enough lines}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
599 \\Stammdatendatei ist leer oder hat zu wenige Zeilen.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
600
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
601 \textbf{STA file is too short}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
602 \\Stammdatendatei ist leer oder hat zu wenige Zeilen.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
603
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
604 \textbf{First line in STA file is too short.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
605 \\Die erste Zeile der Stammdaten ist zu kurz.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
606
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
607 \textbf{STA: second line is too short}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
608 \\Die zweite Zeile ist zu kurz.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
609
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
610 \textbf{STA: parsing of the datum of the gauge failed}
6715
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
611 \\Die Station in der Stammdatendatei konnte nicht gelesen werden.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
612
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
613 \textbf{STA: 'XYZ' is not a valid long number.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
614 \\Die Pegelnummer ist invalide.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
615
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
616 \textbf{STA: Not enough columns for aeo and datum}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
617 \\AEO und Pegelnullpunkt k�nnen nicht ermittelt werden.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
618
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
619 \textbf{STA: cannot parse aeo or datum.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
620 \\AEO oder Pegelnullpunkt sind invalide.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
621
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
622 \textbf{STA: value not parseable in line \#}
6715
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
623 \\Wert ist nicht als Zahl zu interpretieren (meist Kommentare).
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
624
6747
39f68dd8c188 Importer Dok: added missing warnings to hydr-morph section
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6742
diff changeset
625 \textbf{STA: Invalid date ...}
39f68dd8c188 Importer Dok: added missing warnings to hydr-morph section
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6742
diff changeset
626 \textbf{STA: Invalid start date ...}
39f68dd8c188 Importer Dok: added missing warnings to hydr-morph section
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6742
diff changeset
627 \textbf{STA: Invalid end date ...}
39f68dd8c188 Importer Dok: added missing warnings to hydr-morph section
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6742
diff changeset
628 \textbf{STA: Need start date.}
39f68dd8c188 Importer Dok: added missing warnings to hydr-morph section
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6742
diff changeset
629 \\M�gliche Datumsangabe zu Hauptwert ist kein g�ltiger Zeitraum.
39f68dd8c188 Importer Dok: added missing warnings to hydr-morph section
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6742
diff changeset
630
3669
25b5af0cdf89 Describe Log4J configuration in importer documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3668
diff changeset
631 \textbf{PRF: cannot open file $<FILE>$}
6715
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
632 \\Die PRF-Datei kann nicht ge�ffnet werden.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
633
6715
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
634 \textbf{PRF: First line does not look like a PRF data pattern.}
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
635 \\Erste Zeile entspricht nicht der PRF-Spezifikation.
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
636
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
637 \textbf{PRF: premature EOF. Expected integer in line 2}
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
638 \\Zweite Zeile entspricht nicht der PRF-Spezifikation.
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
639
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
640 \textbf{PRF: Expected $<num>$ in line 2}
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
641 \\Zweite Zeile entspricht nicht der PRF-Spezifikation.
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
642
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
643 \textbf{PRF: invalid integer in line 2}
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
644 \\Zweite Zeile entspricht nicht der PRF-Spezifikation.
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
645
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
646 \textbf{PRF: premature EOF. Expected pattern for km extraction}
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
647 \\Vierte Zeile entspricht nicht der PRF-Spezifikation.
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
648
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
649 \textbf{PRF: line 4 does not look like a PRF km extraction pattern.}
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
650 \\Vierte Zeile entspricht nicht der PRF-Spezifikation.
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
651
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
652 \textbf{PRF: premature EOF. Expected skip row count.}
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
653 \\F�nfte Zeile entspricht nicht der PRF-Spezifikation.
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
654
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
655 \textbf{PRF: line 5 is not an positive integer.}
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
656 \\F�nfte Zeile entspricht nicht der PRF-Spezifikation.
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
657
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
658 \textbf{PRF: cannot extract km in line \#}
6715
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
659 \\Der gegebenen Zeile konnte die Station nicht entnommen werden.
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
660
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
661 Das PRF-Format ist komplex! Bei oben genannten Fehlern sollten ggf. weitere
3669
25b5af0cdf89 Describe Log4J configuration in importer documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3668
diff changeset
662 Information zur genaueren Analyse herangezogen werden.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
663
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
664 \textbf{cannot access WST file $FILE$}
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
665 \\Die WST-Datei konnte nicht gefunden werden.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
667 \textbf{Found an invalid row in the AT file.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
668 \\Eine Zeile in einer AT-Datei ist nicht korrekt.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
669
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
670 \textbf{AT: invalid number $XYZ$}
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
671 \\Eine Zahl wurde erwartet aber nicht gefunden.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
672
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
673 \textbf{Try to add Q range without waterlevel!}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
674 \\Q-Bereich ohne Wasserstand gefunden.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
675
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
676 \textbf{Error while parsing Q range: \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
677 \\Invalider Q-Bereich
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
678
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
679 \textbf{skip invalid waterlevel line: \#}
6715
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
680 \\Ung�ltige Wasserstands-Zeile.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
681
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
682 \textbf{Error while parsing number values: \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
683 \\Ung�ltige Zahlenwerte.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
684
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
685 \textbf{ANN: not enough columns in line \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
686 \\Nicht genug Zeichenspalten in KM-Datei
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
687
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
688 \textbf{ANN: invalid number in line \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
689 \\Ung�ltige Zahl.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
690
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
691 \textbf{ANN: cannot parse 'Unterkante' in line \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
692 \\Die Unterkante in einer KM-Datei konnte nicht gelesen werden.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
693
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
694 \textbf{ANN: cannot parse 'Unterkante' or 'Oberkante' in line \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
695 \\Unter- oder Oberkannte liegen in einem falschen Format vor.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
696
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
697 \textbf{ANN: duplicated annotation 'XYZ' in line \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
698 \\Ein Duplikat eines Streckenfavoriten wurde gefunden.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
699
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
700 \textbf{ANN: 'XYZ' is not a directory.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
701 \\Unterverzeichnis konnte nicht ge�ffnet werden.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
702
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
703 \textbf{ANN: cannot list directory 'XYZ'}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
704 \\Unterverzeichnis konnte nicht durchsucht werden.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
705
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
706 \textbf{BHP: Meta line did not match any known type: \#}
6715
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
707 \\Meta-Informationen unbekannt. Werden ignoriert.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
708
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
709 \textbf{BHP: Error while parsing timeinterval!}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
710 \\Ung�ltiges Zeitinterval.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
711
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
712 \textbf{BHP: Error while parsing year!}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
713 \\Ung�ltige Jahresangabe.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
714
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
715 \textbf{BHP: Error while parsing sounding width!}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
716 \\Unbekannte Peilungsbreite.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
717
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
718 \textbf{BHP: Error while parsing range!}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
719 \\Bereichsangabe fehlerhaft.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
720
6747
39f68dd8c188 Importer Dok: added missing warnings to hydr-morph section
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6742
diff changeset
721 \textbf{BHP: Could not parse sounding width in line '...'. -> Set default value '0'}
39f68dd8c188 Importer Dok: added missing warnings to hydr-morph section
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6742
diff changeset
722 \\Peilbreite in gegebener Zeile wurde nicht als g�ltige Zahl erkannt. Setze 0.
39f68dd8c188 Importer Dok: added missing warnings to hydr-morph section
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6742
diff changeset
723
6715
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
724 \textbf{Unparseable number in data row: \#}
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
725 \\In der gegebenen Zeile wurde eine Zahl erwartet,
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
726 es konnte aber an entsprechender Stelle nichts als solche gelesen werden.
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
727
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
728 \textbf{MWP: Unknown meta line: \#}
6715
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
729 \\Meta-Informationen unbekannt. Werden ignoriert.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
730
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
731 \textbf{MWP: skip invalid data line: \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
732 \\Ung�ltige Datenzeile wurde �bersprungen.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
733
6715
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
734 \textbf{MWP: unparseable number in data row: \#}
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
735 \\Falsche Zahlenformat.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
736
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
737 \textbf{ANNCLASS: rule has no name}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
738 \\Klassifizierungsregel f�r Streckenfavoriten hat keinen Namen.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
739
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
740 \textbf{ANNCLASS: pattern has no 'pattern' attribute.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
741 \\Klassifizierungsmuster f�r Streckenfavoriten hat kein Muster.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
742
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
743 \textbf{ANNCLASS: pattern has unknown type 'XYZ'}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
744 \\Klassifizierungsmuster f�r Streckenfavoriten konnte keinem Typ zugeordnet werden.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
745
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
746 \textbf{ANNCLASS: pattern 'XYZ' is invalid.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
747 \\Klassifizierungsmuster f�r Streckenfavoriten ist ung�ltig.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
748
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
749 \textbf{BSP: Error while parsing data row.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
750 \\Ung�ltige Datenzeile.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
751
6715
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
752 \textbf{duplicate station '...': -> ignored}
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
753 \\Duplikat einer Station. Wird ignoriert.
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
754
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
755 \textbf{BSP: unparseable height ...}
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
756 \\Nicht lesbare Sohlh�he in einer Sohlh�hen-Datei.
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
757
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
758 \textbf{BSP: unparseable uncertainty value ...}
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
759 \\Nicht lesbare Unsicherheit in einer Sohlh�hen-Datei.
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
760
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
761 \textbf{BSP: unparseable data gap ...}
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
762 \\Nicht lesbare Datenl�cke in einer Sohlh�hen-Datei.
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
763
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
764 \textbf{BSP: unparseable sounding width ...}
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
765 \\Nicht lesbare Peilbreite in einer Sohlh�hen-Datei.
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
766
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
767 \textbf{BSP: unparseable width ...}
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
768 \\Nicht lesbare Breite in einer Sohlh�hen-Datei.
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
769
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
770 \textbf{BSP: unparseable value in data row.}
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
771 \\Nicht lesbare Werte in einer Sohlh�hen-Datei.
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
772
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
773 \textbf{SYP: Unknown meta line: \#}
6715
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
774 \\Meta-Informationen unbekannt. Werden ignoriert.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
775
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
776 \textbf{SYP: skip invalid data line \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
777 \\Ung�ltige Datenzeile wurde �bersprungen.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
778
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
779 \textbf{SYP: Error while parsing numbers in \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
780 \\Ung�ltige Zahlenformatierung.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
781
3669
25b5af0cdf89 Describe Log4J configuration in importer documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3668
diff changeset
782 \textbf{SYP: Unknown time interval string 'XYZ'}
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
783 \\Falsches Datumformat.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
784
3669
25b5af0cdf89 Describe Log4J configuration in importer documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3668
diff changeset
785 \textbf{SYP: Error while parsing years 'XYZ'}
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
786 \\Falsches Jahreszahlformat.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
787
3669
25b5af0cdf89 Describe Log4J configuration in importer documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3668
diff changeset
788 \textbf{SYP: Error while parsing ranges of 'XYZ'}
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
789 \\Bereichsangaben fehlerhaft.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
790
3669
25b5af0cdf89 Describe Log4J configuration in importer documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3668
diff changeset
791 \textbf{SYP: Unknown grain fraction 'XYZ'}
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
792 \\Unbekannte Kornfraktion.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
793
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
794 \textbf{WST: invalid number.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
795 \\Ung�ltige Zahl.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
796
3680
61a6d226b7a4 Added error description of geo importer; fixed bugs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3675
diff changeset
797 \textbf{WST: km $km$ ($<Zeile>$) found more than once. $->$ ignored.}
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
798 \\Ein Kilometer ist doppelt in einer WST-Datei enthalten.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
799
6747
39f68dd8c188 Importer Dok: added missing warnings to hydr-morph section
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6742
diff changeset
800 \textbf{WST: String ... could not be interpreted as valid timestamp}
39f68dd8c188 Importer Dok: added missing warnings to hydr-morph section
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6742
diff changeset
801 \\In einer Kopfzeile einer WST-Datei konnte ein Eintrag nicht als Datum erkannt werden.
39f68dd8c188 Importer Dok: added missing warnings to hydr-morph section
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6742
diff changeset
802
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
803 \textbf{HYK: zone coordinates swapped in line \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
804 \\Flie�zonenkordinaten wurden in umgekehrter Reihenfolge angeben.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
805
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
806 \textbf{BHS: Skip invalid file 'XYZ'}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
807 \\Die Inhalte der Datei sind ung�ltig.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
808
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
809 \textbf{ISQ: Unable to store sq relation value.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
810 \\S(Q) Beziehung konnte nicht gespeichert werden.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
811
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
812 \textbf{ISQ: Cannot determine sq relation without time interval.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
813 \\Einer S(Q)-Beziehung ist keine zeitliche G�ltigkeit zugeordnet.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
814
6715
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
815 \textbf{Unparseable ... in sq relation row: ...}
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
816 \\Der gegebene Wert in der gegebenen Zeile konnte nicht als Zahl gelesen werden.
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
817
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
818 \textbf{IWD: skip invalid waterlevel difference - no unit set!}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
819 \\Wasserstandsdifferenz hat keine Einheit.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
820
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
821 \textbf{BHE: Skip file - invalid current elevation model.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
822 \\H�henmodell ung�ltig.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
823
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
824 \textbf{BHE: Skip file - invalid time range.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
825 \\Zeitbereich ung�ltig.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
826
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
827 \textbf{BHE: Skip file - invalid km range.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
828 \\Kilometerbereich ung�ltig.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
829
6715
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
830 \textbf{No upper value for range found in ...}
6747
39f68dd8c188 Importer Dok: added missing warnings to hydr-morph section
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6742
diff changeset
831 \textbf{No range found for measurement station '...'}
39f68dd8c188 Importer Dok: added missing warnings to hydr-morph section
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6742
diff changeset
832 \\Streckeng�ltigkeit einer Messstelle in \textit{Stammdaten\_Messstellen.csv} ung�ltig.
6715
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
833
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
834 \textbf{invalid gauge found: ...}
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
835 \\Kein g�ltiger Pegel zur Messstelle gegeben.
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
836
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
837 \textbf{Found invalid observation time ...}
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
838 \textbf{Observation time date invalid: ...}
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
839 \textbf{Observation time date not parseable: ...}
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
840 \\Kein g�ltiger zeitlicher Bezug zur Messstelle gegeben.
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
841
6747
39f68dd8c188 Importer Dok: added missing warnings to hydr-morph section
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6742
diff changeset
842 \textbf{No gauge found for measurement station '...'}
39f68dd8c188 Importer Dok: added missing warnings to hydr-morph section
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6742
diff changeset
843 \\Der in \textit{Stammdaten\_Messstellen.csv} gegebene Pegel existiert nicht in der Datenbank.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
844
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
845 \subsection{Hinweise zum Betrieb}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
846 Aufgrund des hohen Speicherverbrauchs des Importers wird empfohlen, der JVM
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
847 mindestens 8 GiB Hauptspeicher zuzuordnen. Dies kann beim Starten des Java
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
848 Prozesses mittels folgendem Parameter '-Xmx8192m' getan werden. Das
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
849 Shellskript zum Starten des Importers setzt diesen Wert standardm��ig.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
850 Besonders speicherintensiv ist der Import der HYKs und der PRFs.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
851 Hier ist es unter Umst�nden empfehlenswert, diese in zwei oder drei
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
852 Schritten zu importieren. Zuerst die sonstigen hydrologischen Daten importieren;
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
853 anschlie�end einen Import-Vorgang ausschlie�lich f�r HYKs starten; anschlie�end
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
854 einen Import-Vorgang f�r PRFs starten. Siehe Kapitel \ref{configuration} f�r
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
855 weitere Informationen zum Aktivieren/Deaktivieren einzelner Dateitypen beim
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
856 Import.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
857
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
858
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
859 \subsection{Starten des Fachdaten Importers}
3667
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
860 \label{start-hydr}
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
861 Der Fachdaten Importer wird mit Hilfe eines Shellskripts von einer Konsole
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
862 gestartet. Dazu f�hren folgenden Befehl aus:\\
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
863
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
864 \begin{lstlisting}
6811
6bf93fa1b744 Geo-importer and doc: use commandline-argument instead of configuration for river selection.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6810
diff changeset
865 ./run_hydr_morph.sh pfad/zur/beispiel.gew
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
866 \end{lstlisting}
6811
6bf93fa1b744 Geo-importer and doc: use commandline-argument instead of configuration for river selection.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6810
diff changeset
867 \textbf{INFO\_GEW}
6bf93fa1b744 Geo-importer and doc: use commandline-argument instead of configuration for river selection.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6810
diff changeset
868 Der �bergebene Pfad muss auf eine valide *.gew Datei verweisen (bekannt aus
6bf93fa1b744 Geo-importer and doc: use commandline-argument instead of configuration for river selection.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6810
diff changeset
869 Desktop-FLYS). Wichtig f�r den Importer sind in dieser Datei die Zeilen, die mit
6bf93fa1b744 Geo-importer and doc: use commandline-argument instead of configuration for river selection.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6810
diff changeset
870 \textit{WSTDatei:} beginnen. In ihnen wird der Pfad zu der zentralen WST-Datei
6bf93fa1b744 Geo-importer and doc: use commandline-argument instead of configuration for river selection.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6810
diff changeset
871 des jeweiligen Gew�ssers angegeben. Alle anderen importierten Dateien werden in
6bf93fa1b744 Geo-importer and doc: use commandline-argument instead of configuration for river selection.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6810
diff changeset
872 ihrer Lage im Dateisystem relativ zur Lage dieser Datei betrachtet.
6bf93fa1b744 Geo-importer and doc: use commandline-argument instead of configuration for river selection.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6810
diff changeset
873 Ebenfalls wichtig ist die Zeile beginnend mit \textit{Gew�sser:}
6bf93fa1b744 Geo-importer and doc: use commandline-argument instead of configuration for river selection.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6810
diff changeset
874 in der der Name des Gew�ssers festgelegt wird.
6bf93fa1b744 Geo-importer and doc: use commandline-argument instead of configuration for river selection.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6810
diff changeset
875
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
876 Nachdem der Prompt der Konsole zur�ckkehrt, ist der Import abgeschlossen oder es
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
877 ist ein Fehler aufgetreten. Weitere Informationen entnehmen Sie der Log-Datei.
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
878
6698
cc22e3cfd0f5 Importer Dok: document import_river.sh
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6697
diff changeset
879 Um einen Gew�sserdatensatz in einem Durchlauf (inkl.\ Geodaten)
cc22e3cfd0f5 Importer Dok: document import_river.sh
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6697
diff changeset
880 zu importieren, kann auch das Skript \textit{import\_river.sh} verwendet werden.
cc22e3cfd0f5 Importer Dok: document import_river.sh
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6697
diff changeset
881
cc22e3cfd0f5 Importer Dok: document import_river.sh
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6697
diff changeset
882 Details zur Verwendung erhalten Sie auf der Kommandozeile mit
cc22e3cfd0f5 Importer Dok: document import_river.sh
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6697
diff changeset
883 \begin{lstlisting}
cc22e3cfd0f5 Importer Dok: document import_river.sh
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6697
diff changeset
884 ./import_river.sh --help
cc22e3cfd0f5 Importer Dok: document import_river.sh
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6697
diff changeset
885 \end{lstlisting}
cc22e3cfd0f5 Importer Dok: document import_river.sh
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6697
diff changeset
886 Alternativ k�nnen auch in diesem Skript einige Variablen
cc22e3cfd0f5 Importer Dok: document import_river.sh
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6697
diff changeset
887 (\textit{DEFAULT\_*}) angepasst werden.

http://dive4elements.wald.intevation.org