annotate backend/doc/documentation/de/importer-hydr-morph.tex @ 7357:9d3e44ab25f2

Refactoring: Move functionality of BedHeightAccess into BedHeightFacet for now. Idea is that Artifact and Access are lightweight. Access access the 'data' ('parameterization') attached to artifact, not the data delivered by means of artifact and its parameterization.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 16 Oct 2013 10:42:45 +0200
parents f7032e1b1433
children 6599ee317069
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
6934
ee8b947b3f11 Importer doc: added remark considering re-import of modified data
Tom Gottfried <tom@intevation.de>
parents: 6824
diff changeset
13 Beim Import wird versucht, Datens�tze nicht zu importieren,
ee8b947b3f11 Importer doc: added remark considering re-import of modified data
Tom Gottfried <tom@intevation.de>
parents: 6824
diff changeset
14 die bereits in der Datenbank vorhanden sind.
ee8b947b3f11 Importer doc: added remark considering re-import of modified data
Tom Gottfried <tom@intevation.de>
parents: 6824
diff changeset
15 Dies kann aber nicht immer eindeutig bestimmt werden,
ee8b947b3f11 Importer doc: added remark considering re-import of modified data
Tom Gottfried <tom@intevation.de>
parents: 6824
diff changeset
16 so dass vor dem Import ge�nderter Daten
ee8b947b3f11 Importer doc: added remark considering re-import of modified data
Tom Gottfried <tom@intevation.de>
parents: 6824
diff changeset
17 ein L�schen der entsprechenden Datens�tze in der Datenbank notwendig sein kann,
7325
78ea9d267f76 Add warning on errors when importing duplicates.
Tom Gottfried <tom@intevation.de>
parents: 6934
diff changeset
18 da sonst m�glicherweise aus fachlicher Sicht Duplikate in der Datenbank vorhanden sind,
78ea9d267f76 Add warning on errors when importing duplicates.
Tom Gottfried <tom@intevation.de>
parents: 6934
diff changeset
19 ge�nderte Daten nicht importiert werden
78ea9d267f76 Add warning on errors when importing duplicates.
Tom Gottfried <tom@intevation.de>
parents: 6934
diff changeset
20 oder es zu unerwarteten Fehlern kommt.
6934
ee8b947b3f11 Importer doc: added remark considering re-import of modified data
Tom Gottfried <tom@intevation.de>
parents: 6824
diff changeset
21
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
22 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
23 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
24 somit eine Transaktion.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
25
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
26 \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
27 \\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
28 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
29 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
30 unerwarteten Problemen kommt.
3667
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
31
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
32 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
33 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
34 \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
35 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
36 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
37 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
38
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
39 \begin{lstlisting}
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
40 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
41 \end{lstlisting}
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
42
3680
61a6d226b7a4 Added error description of geo importer; fixed bugs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3675
diff changeset
43 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
44 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
45 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
46 \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
47 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
48 mit allen erforderlichen Konfigurationen startet.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
49
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
50
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
51 \subsection{Importierte Daten}
6700
95322836a6a3 Importer Dok: removed redundant doc and syntax error
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6699
diff changeset
52 \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
53 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
54 Importer eingelesen werden.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
55
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
56 \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
57 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
58 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
59 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
60 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
61 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
62 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
63 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
64 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
65 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
66
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
67 \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
68 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
69 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
70 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
71 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
72
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
73 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
74 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
75
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
76 \subsubsection{Streckenfavoriten (*.km-Dateien)}
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
77 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
78 unterdr�ckt werden.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
79
3667
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
80 Zur Klassifikation von Streckenfavoriten muss mittels\\
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
81 \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
82 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
83 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
84 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
85
5044
ebd958cee715 doc: Document BWASTR and w80 parsing.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5039
diff changeset
86 \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
87 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
88 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
89 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
90 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
91
4135
ac93f397018d Importer: Ignore historical discharge tables.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 3681
diff changeset
92 \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
93 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
94 kann der Import von historischen Abflusstafeln
4135
ac93f397018d Importer: Ignore historical discharge tables.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 3681
diff changeset
95 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
96 Pegel-Daten (siehe oben) importiert werden.
ac93f397018d Importer: Ignore historical discharge tables.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 3681
diff changeset
97
6671
d6e21a9f0d91 Importer doc: comment out obsolete paragraph on invalid gauge numbers.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6636
diff changeset
98 % 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
99 % 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
100 % \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
101 % enthalten invalide Pegelnummern.}
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
102
3667
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
103 \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
104 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
105 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
106 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
107 \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
108 \textit{gewaesser}.wst-Datei betrachtet.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
109
3667
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
110 \subsubsection{Fixierungen (*.wst-Dateien)}
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
111 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
112 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
113 \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
114
3667
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
115 \subsubsection{Amtliche Linien (*.wst-Dateien)}
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
116 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
117 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
118 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
119 \textit{gewaesser.wst}-Datei betrachtet.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
120
6673
e67932fcde3d Importer Doc: document that Amtl_Linien.config is needed.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6672
diff changeset
121 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
122 \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
123
3667
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
124 \subsubsection{Profilspuren (*.prf-Dateien)}
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
125 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
126 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
127 relativ zur gewaesser.wst-Datei betrachtet.
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 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
130 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
131 ausgeschlossen.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
132
5044
ebd958cee715 doc: Document BWASTR and w80 parsing.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5039
diff changeset
133 \subsubsection{Profilspuren (*.w80-Dateien)}
6674
516032b7df62 Importer doc: cross section import completed.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6673
diff changeset
134 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
135 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
136 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
137
516032b7df62 Importer doc: cross section import completed.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6673
diff changeset
138 \subsubsection{Profilspuren (*.d50-Dateien)}
516032b7df62 Importer doc: cross section import completed.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6673
diff changeset
139 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
140 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
141 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
142
516032b7df62 Importer doc: cross section import completed.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6673
diff changeset
143 \subsubsection{Profilspuren (*.d66-Dateien)}
516032b7df62 Importer doc: cross section import completed.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6673
diff changeset
144 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
145 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
146 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
147
516032b7df62 Importer doc: cross section import completed.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6673
diff changeset
148 \subsubsection{Profilspuren (*.csv-Dateien)}
516032b7df62 Importer doc: cross section import completed.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6673
diff changeset
149 Der Import von CSV-Profilspuren kann mit
516032b7df62 Importer doc: cross section import completed.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6673
diff changeset
150 \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
151 unterdr�ckt werden.
516032b7df62 Importer doc: cross section import completed.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6673
diff changeset
152 Es werden rekursiv alle *.csv-Dateien aus
516032b7df62 Importer doc: cross section import completed.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6673
diff changeset
153 \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
154 Gew�ssers betrachtet.
5044
ebd958cee715 doc: Document BWASTR and w80 parsing.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5039
diff changeset
155
3667
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
156 \subsubsection{Hydraulische Kennzahlen (*.hyk)}
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
157 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
158 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
159 \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
160 eines MD5-Summen-Vergleichs inhaltliche Duplikate ausgeschlossen.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
161
3667
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
162 \subsubsection{Hochwassermarken (*.zus, *.wst)}
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
163 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
164 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
165 \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
166
6675
c4e69a97e223 Importer doc: fixed typos, language and formatting issues for hydrological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6674
diff changeset
167 \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
168 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
169 kann der Import von Hochwasserschutzanlagen
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
170 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
171 \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
172
6696
d226f76f880a Importer Dok: documented measurement stations
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6675
diff changeset
173 \subsubsection{Messstellen-Stammdaten}
6699
f1aefaa0e0fa Importer Doc: small corrections to configuration and typo
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6698
diff changeset
174 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
175 kann der Import von Messstellen-Stammdaten aus
d226f76f880a Importer Dok: documented measurement stations
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6675
diff changeset
176 \textit{Morphologie/Basisdaten/Messstellen-Stammdaten.csv}
d226f76f880a Importer Dok: documented measurement stations
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6675
diff changeset
177 unterdr�ckt werden.
d226f76f880a Importer Dok: documented measurement stations
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6675
diff changeset
178
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
179 \subsubsection{Sohlh�hen (Peilungen)}
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
180 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
181 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
182 \textit{Morphologie/Sohlhoehen/Einzeljahre} geladen.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
183
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 \subsubsection{Sohlh�hen (Epochen)}
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
185 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
186 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
187 \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
188
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
189 \subsubsection{Sedimentdichte}
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
190 Der Import der Sedimentdichte kann mit
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
191 \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
192 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
193 \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
194
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
195 \subsubsection{Morphologische Breite}
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
196 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
197 \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
198 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
199 \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
200
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
201 \subsubsection{Flie�geschwindigkeit}
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
202 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
203 \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
204 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
205 \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
206 \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
207
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
208 \subsubsection{Sedimentfracht}
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
209 Der Import der Sedimentfracht kann mit
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
210 \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
211 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
212 \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
213 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
214 \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
215
6697
ccb069b9417c Importer Doc: small corrections to morphological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6696
diff changeset
216 \subsubsection{Wasserspiegellagen f�r M-INFO}
ccb069b9417c Importer Doc: small corrections to morphological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6696
diff changeset
217 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
218 \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
219 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
220 \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
221
6697
ccb069b9417c Importer Doc: small corrections to morphological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6696
diff changeset
222 \subsubsection{Wasserspiegeldifferenzen f�r M-INFO}
ccb069b9417c Importer Doc: small corrections to morphological data
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6696
diff changeset
223 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
224 \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
225 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
226 \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
227
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
228 \subsubsection{Transport Abfluss Beziehung}
3675
1785ec25930c Added manual line breaks.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3674
diff changeset
229 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
230 \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
231 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
232 \textit{Feststofftransport-Abfluss-Beziehung} geladen.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
233
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
234
3667
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
235 \subsection{Klassifikation von Streckenfavoriten}
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
236 \label{annotation-types}
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
237 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
238 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
239 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
240 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
241
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
242 \begin{lstlisting}
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
243 <annotation>
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
244 <types>
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
245 <type>...</type>
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
246 <type>...</type>
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
247 ...
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
248 </types>
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
249 <patterns>
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
250 <pattern>...</pattern>
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
251 <pattern>...</pattern>
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
252 ...
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
253 </patterns>
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
254 </annotation>
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
255 \end{lstlisting}
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
256
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
257 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
258 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
259 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
260
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
261 \begin{lstlisting}
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
262 <type name="Pegel"/>
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
263 <type name="Br�cke"/>
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
264 ...
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
265 <type name="Sonstige" default="true"/>
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
266 \end{lstlisting}
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
267
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
268 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
269 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
270
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
271 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
272 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
273 Definitionen angegeben werden:
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
274
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
275 \begin{lstlisting}
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
276 <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
277 \end{lstlisting}
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
278
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
279 oder
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
280
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
281 \begin{lstlisting}
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
282 <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
283 \end{lstlisting}
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
284
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
285 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
286 \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
287 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
288 \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
289 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
290 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
291 \textit{default} gesetzt hat.
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
292
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
293 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
294 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
295 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
296 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
297 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
298 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
299 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
300
9b08db037ee5 Fixes and structural changes in the german documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3666
diff changeset
301
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
302 \subsection{Konfiguration}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
303 \label{configuration}
3681
1bef83948d61 Corrected name of run scripts for importers in docu.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3680
diff changeset
304 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
305 \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
306 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
307 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
308 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
309
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
310 \textbf{BACKEND\_USER}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
311 \\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
312
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
313 \textbf{BACKEND\_PASS}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
314 \\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
315 zur Datenbank verwendet werden soll.
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\_HOST}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
318 \\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
319 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
320 dem auch die Datenbank l�uft.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
321
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
322 \textbf{BACKEND\_PORT}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
323 \\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
324 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
325
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
326 \textbf{BACKEND\_NAME}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
327 \\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
328 Instanz.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
329
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
330 \textbf{BACKEND\_DB\_PREFIX}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
331 \\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
332
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
333 \textbf{BACKEND\_DB\_DRIVER}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
334 \\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
335 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
336
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
337 \textbf{BACKEND\_DB\_DIALECT}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
338 \\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
339 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
340
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
341
3675
1785ec25930c Added manual line breaks.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3674
diff changeset
342 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
343 \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
344
f1aefaa0e0fa Importer Doc: small corrections to configuration and typo
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6698
diff changeset
345 Alle weiteren Einstellungen sind optional anpassbar:
3669
25b5af0cdf89 Describe Log4J configuration in importer documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3668
diff changeset
346
25b5af0cdf89 Describe Log4J configuration in importer documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3668
diff changeset
347 \textbf{LOG4J\_CONFIG}
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
348 \\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
349 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
350 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
351 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
352 \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
353 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
354 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
355 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
356 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
357 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
358 zu Log4J siehe Online Dokumentation unter
25b5af0cdf89 Describe Log4J configuration in importer documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3668
diff changeset
359 \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
360
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 \textbf{IMPORTER\_MAINVALUE\_TYPES}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
363 \\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
364 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
365
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
366 \textbf{IMPORTER\_ANNOTATION\_TYPES}
6700
95322836a6a3 Importer Dok: removed redundant doc and syntax error
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6699
diff changeset
367 \\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
368 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
369 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
370
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
371
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
372 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
373 \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
374
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
375 \textbf{IMPORTER\_DRY\_RUN}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
376 \\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
377 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
378 Datenbank zu ermitteln.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
379
6700
95322836a6a3 Importer Dok: removed redundant doc and syntax error
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6699
diff changeset
380 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
381 bereits erl�utert wurden.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
382
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
383 \subsection{Fehler und Warnungen}
6702
b6df7e2e6ad1 Importer Doc: Errors not documented so far
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6701
diff changeset
384 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
385
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
386 \subsubsection{Fehler}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
387
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
388 \textbf{error while parsing gew}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
389 \\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
390
6824
3717d9d2f659 Importer Doc: force import of waterlevel WST-file in first run.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6811
diff changeset
391 \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
392 \\\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
393 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
394 (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
395
7343
d93bb557a94f Do not log trace of WST-Parser parse exception and document it.
Tom Gottfried <tom@intevation.de>
parents: 7325
diff changeset
396 \textbf{Stations in 'XYZ' near line \# not ordered. File rejected.}
d93bb557a94f Do not log trace of WST-Parser parse exception and document it.
Tom Gottfried <tom@intevation.de>
parents: 7325
diff changeset
397 \\Die Stationen in einer WST-Datei sind nicht konsequent auf- oder
d93bb557a94f Do not log trace of WST-Parser parse exception and document it.
Tom Gottfried <tom@intevation.de>
parents: 7325
diff changeset
398 absteigend geordnet. Die Datei wird verworfen.
d93bb557a94f Do not log trace of WST-Parser parse exception and document it.
Tom Gottfried <tom@intevation.de>
parents: 7325
diff changeset
399
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
400 \textbf{File 'XYZ' is broken!}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
401 \\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
402
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
403 \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
404 \\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
405
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
406 \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
407 \\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
408
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
409 \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
410 \\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
411
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
412 \textbf{Error while storing sediment yield.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
413 \\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
414
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
415 \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
416 \\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
417
6715
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
418 \textbf{No core data file '...' found}
6742
30c4276d09f8 Importer Doc: fix syntax error.
Tom Gottfried <tom@intevation.de>
parents: 6715
diff changeset
419 \\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
420
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
421 \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
422 \\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
423 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
424
6702
b6df7e2e6ad1 Importer Doc: Errors not documented so far
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6701
diff changeset
425 \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
426 \\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
427 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
428 Die Zeile wird verworfen.
b6df7e2e6ad1 Importer Doc: Errors not documented so far
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6701
diff changeset
429
b6df7e2e6ad1 Importer Doc: Errors not documented so far
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6701
diff changeset
430 \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
431 \\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
432 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
433
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
434 \textbf{Error while storing sq relation.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
435 \\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
436
6702
b6df7e2e6ad1 Importer Doc: Errors not documented so far
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6701
diff changeset
437 \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
438 \\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
439 \\Bekannte Aufnahmearten:
b6df7e2e6ad1 Importer Doc: Errors not documented so far
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6701
diff changeset
440 \begin{itemize}
b6df7e2e6ad1 Importer Doc: Errors not documented so far
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6701
diff changeset
441 \item Querprofile
b6df7e2e6ad1 Importer Doc: Errors not documented so far
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6701
diff changeset
442 \item Fl�chenpeilung
b6df7e2e6ad1 Importer Doc: Errors not documented so far
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6701
diff changeset
443 \item Fl�chen- u. Querprofilpeilungen
b6df7e2e6ad1 Importer Doc: Errors not documented so far
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6701
diff changeset
444 \item DGM
b6df7e2e6ad1 Importer Doc: Errors not documented so far
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6701
diff changeset
445 \item TIN
b6df7e2e6ad1 Importer Doc: Errors not documented so far
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6701
diff changeset
446 \item Modell
b6df7e2e6ad1 Importer Doc: Errors not documented so far
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6701
diff changeset
447 \end{itemize}
b6df7e2e6ad1 Importer Doc: Errors not documented so far
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6701
diff changeset
448
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
449 \textbf{Error reading PRF file.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
450 \\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
451
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
452 \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
453 \\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
454
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
455 \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
456 \\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
457
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
458 \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
459 \\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
460
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
461 \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
462 \\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
463
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
464 \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
465 \\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
466
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
467 \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
468 \\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
469
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
470 \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
471 \\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
472
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
473 \textbf{HYK: cannot parse number in line \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
474 \\Eine Zahl wurde erwartet.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
475
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
476 \textbf{HYK: Error reading file.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
477 \\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
478
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
479 \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
480 \\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
481
6702
b6df7e2e6ad1 Importer Doc: Errors not documented so far
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6701
diff changeset
482 \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
483 \\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
484
6762
54addebfcda4 Importer Doc: error in W80CSV-Parser.
Tom Gottfried <tom@intevation.de>
parents: 6747
diff changeset
485 \textbf{Skipping malformed w80csv line \#}
54addebfcda4 Importer Doc: error in W80CSV-Parser.
Tom Gottfried <tom@intevation.de>
parents: 6747
diff changeset
486 \\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
487 (z.B.\ weil keine H�he gegeben war).
54addebfcda4 Importer Doc: error in W80CSV-Parser.
Tom Gottfried <tom@intevation.de>
parents: 6747
diff changeset
488
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
489 \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
490 \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
491 \\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
492 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
493 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
494
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
495 \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
496 \\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
497 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
498 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
499 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
500
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
501 \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
502 \\Die Datein XYZ kann nicht gelesen werden.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
503
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
504 \textbf{cannot parse annotation types file.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
505 \\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
506
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
507 \textbf{Cannot read directory.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
508 \\Verzeichnis konnte 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{no official lines wst file found}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
511 \\Keine Datei mit amtlichen Linien gefunden.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
512
6715
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
513 \textbf{Invalid bwastr-id line: ...}
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
514 \\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
515 Bundeswasserstra�en-ID gelesen werden.
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
516
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
517 \textbf{cannot read fixations wst file directory}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
518 \\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
519
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
520 \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
521 \\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
522
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
523 \textbf{cannot read gauges from 'XYZ'}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
524 \\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
525
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
526 \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
527 \\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
528 gefunden.
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{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
531 \\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
532 gefunden.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
533
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
534 \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
535 \\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
536
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
537 \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
538 \\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
539
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
540 \textbf{skip invalid waterlevel - no unit set!}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
541 \\Ein einheitenloser Wasserstand wurde ausgelassen.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
542
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
543 \textbf{Cannot parse time range.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
544 \\Das Zeitformat wurde nicht erkannt.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
545
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
546 \textbf{skip invalid data line \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
547 \\Ung�ltige Datenzeile wurde ausgelassen.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
548
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
549 \textbf{Error while parsing sq relation row \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
550 \\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
551
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
552 \textbf{GLT: no gauge found in line \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
553 \\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
554
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
555 \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
556 \\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
557
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
558 \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
559 \\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
560
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
561 \textbf{skip invalid data line: \#}
6715
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
562 \\Invalide Datenzeile (weniger als acht Spalten)
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
563 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
564
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
565 \textbf{Unparseable flow velocity values: ...}
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
566 \\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
567
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
568 \textbf{skip invalid waterlevel line: \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
569 \\Invalide Datenzeile in einer Datei mit Wasserstandsdifferenzen.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
570
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
571 \textbf{Error while parsing value: \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
572 \\Invalide Datenzeile in einer Datei mit Wasserstandsdifferenzen.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
573
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
574 \textbf{Error while parsing station: \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
575 \\Invalide Datenzeile in einer Datei mit Wasserstandsdifferenzen.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
576
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
577 \textbf{skip invalid MainValue part: \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
578 \\Invalide Datenzeile in einer Datei Flie�geschwindigkeitsmodellen.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
579
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
580 \textbf{skip invalid gauge part: \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
581 \\Invalide Datenzeile in einer Datei Flie�geschwindigkeitsmodellen.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
582
3669
25b5af0cdf89 Describe Log4J configuration in importer documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3668
diff changeset
583 \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
584 \\Invalide Datenzeile in einer Datei Flie�geschwindigkeitsmodellen.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
585
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
586 \textbf{skip invalid data line: \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
587 \\Invalide Datenzeile in einer Datei Flie�geschwindigkeitsmodellen.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
588
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
589 \textbf{Error while parsing flow velocity values.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
590 \\Invalide Datenzeile in einer Datei Flie�geschwindigkeitsmodellen.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
591
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
592 \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
593 \\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
594
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
595 \textbf{Unknown meta line: \#}
6715
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
596 \\Meta-Informationen unbekannt. Werden ignoriert.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
597
6715
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
598 \textbf{Unparseable numbers in '...'}
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
599 \\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
600
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
601 \textbf{skip invalid data line: \#}
6715
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
602 \\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
603
6715
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
604 \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
605 \\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
606 Zeile wird ignoriert.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
607
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
608 \textbf{STA file is empty}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
609 \\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
610
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
611 \textbf{STA file has not enough lines}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
612 \\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
613
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
614 \textbf{STA file is too short}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
615 \\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
616
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
617 \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
618 \\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
619
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
620 \textbf{STA: second line is too short}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
621 \\Die zweite Zeile ist zu kurz.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
622
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
623 \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
624 \\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
625
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
626 \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
627 \\Die Pegelnummer ist invalide.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
628
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
629 \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
630 \\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
631
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
632 \textbf{STA: cannot parse aeo or datum.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
633 \\AEO oder Pegelnullpunkt sind invalide.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
634
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
635 \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
636 \\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
637
6747
39f68dd8c188 Importer Dok: added missing warnings to hydr-morph section
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6742
diff changeset
638 \textbf{STA: Invalid date ...}
39f68dd8c188 Importer Dok: added missing warnings to hydr-morph section
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6742
diff changeset
639 \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
640 \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
641 \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
642 \\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
643
3669
25b5af0cdf89 Describe Log4J configuration in importer documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3668
diff changeset
644 \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
645 \\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
646
6715
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
647 \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
648 \\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
649
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
650 \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
651 \\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
652
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
653 \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
654 \\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
655
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
656 \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
657 \\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
658
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
659 \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
660 \\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
661
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
662 \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
663 \\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
664
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
665 \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
666 \\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
667
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
668 \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
669 \\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
670
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
671 \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
672 \\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
673
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
674 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
675 Information zur genaueren Analyse herangezogen werden.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
676
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
677 \textbf{cannot access WST file $FILE$}
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
678 \\Die WST-Datei konnte nicht gefunden werden.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
679
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
680 \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
681 \\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
682
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
683 \textbf{AT: invalid number $XYZ$}
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
684 \\Eine Zahl wurde erwartet aber nicht gefunden.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
685
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
686 \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
687 \\Q-Bereich ohne Wasserstand gefunden.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
688
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
689 \textbf{Error while parsing Q range: \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
690 \\Invalider Q-Bereich
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
691
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
692 \textbf{skip invalid waterlevel line: \#}
6715
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
693 \\Ung�ltige Wasserstands-Zeile.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
694
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
695 \textbf{Error while parsing number values: \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
696 \\Ung�ltige Zahlenwerte.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
697
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
698 \textbf{ANN: not enough columns in line \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
699 \\Nicht genug Zeichenspalten in KM-Datei
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
700
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
701 \textbf{ANN: invalid number in line \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
702 \\Ung�ltige Zahl.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
703
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
704 \textbf{ANN: cannot parse 'Unterkante' in line \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
705 \\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
706
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
707 \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
708 \\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
709
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
710 \textbf{ANN: duplicated annotation 'XYZ' in line \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
711 \\Ein Duplikat eines Streckenfavoriten wurde gefunden.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
712
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
713 \textbf{ANN: 'XYZ' is not a directory.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
714 \\Unterverzeichnis konnte nicht ge�ffnet werden.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
715
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
716 \textbf{ANN: cannot list directory 'XYZ'}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
717 \\Unterverzeichnis konnte nicht durchsucht werden.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
718
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
719 \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
720 \\Meta-Informationen unbekannt. Werden ignoriert.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
721
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
722 \textbf{BHP: Error while parsing timeinterval!}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
723 \\Ung�ltiges Zeitinterval.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
724
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
725 \textbf{BHP: Error while parsing year!}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
726 \\Ung�ltige Jahresangabe.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
727
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
728 \textbf{BHP: Error while parsing sounding width!}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
729 \\Unbekannte Peilungsbreite.
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{BHP: Error while parsing range!}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
732 \\Bereichsangabe fehlerhaft.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
733
7345
f7032e1b1433 Importer doc: fix syntax error.
Tom Gottfried <tom@intevation.de>
parents: 7343
diff changeset
734 \textbf{BHP: Could not parse sounding width in line '...'. -$>$ Set default value '0'}
6747
39f68dd8c188 Importer Dok: added missing warnings to hydr-morph section
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6742
diff changeset
735 \\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
736
6715
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
737 \textbf{Unparseable number in data row: \#}
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
738 \\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
739 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
740
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
741 \textbf{MWP: Unknown meta line: \#}
6715
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
742 \\Meta-Informationen unbekannt. Werden ignoriert.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
743
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
744 \textbf{MWP: skip invalid data line: \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
745 \\Ung�ltige Datenzeile wurde �bersprungen.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
746
6715
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
747 \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
748 \\Falsche Zahlenformat.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
749
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
750 \textbf{ANNCLASS: rule has no name}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
751 \\Klassifizierungsregel f�r Streckenfavoriten hat keinen Namen.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
752
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
753 \textbf{ANNCLASS: pattern has no 'pattern' attribute.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
754 \\Klassifizierungsmuster f�r Streckenfavoriten hat kein Muster.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
755
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
756 \textbf{ANNCLASS: pattern has unknown type 'XYZ'}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
757 \\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
758
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
759 \textbf{ANNCLASS: pattern 'XYZ' is invalid.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
760 \\Klassifizierungsmuster f�r Streckenfavoriten ist ung�ltig.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
761
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
762 \textbf{BSP: Error while parsing data row.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
763 \\Ung�ltige Datenzeile.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
764
7345
f7032e1b1433 Importer doc: fix syntax error.
Tom Gottfried <tom@intevation.de>
parents: 7343
diff changeset
765 \textbf{duplicate station '...': -$>$ ignored}
6715
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
766 \\Duplikat einer Station. Wird ignoriert.
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
767
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
768 \textbf{BSP: unparseable height ...}
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
769 \\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
770
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
771 \textbf{BSP: unparseable uncertainty value ...}
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
772 \\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
773
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
774 \textbf{BSP: unparseable data gap ...}
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
775 \\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
776
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
777 \textbf{BSP: unparseable sounding width ...}
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
778 \\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
779
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
780 \textbf{BSP: unparseable width ...}
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
781 \\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
782
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
783 \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
784 \\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
785
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
786 \textbf{SYP: Unknown meta line: \#}
6715
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
787 \\Meta-Informationen unbekannt. Werden ignoriert.
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
788
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
789 \textbf{SYP: skip invalid data line \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
790 \\Ung�ltige Datenzeile wurde �bersprungen.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
791
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
792 \textbf{SYP: Error while parsing numbers in \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
793 \\Ung�ltige Zahlenformatierung.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
794
3669
25b5af0cdf89 Describe Log4J configuration in importer documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3668
diff changeset
795 \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
796 \\Falsches Datumformat.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
797
3669
25b5af0cdf89 Describe Log4J configuration in importer documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3668
diff changeset
798 \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
799 \\Falsches Jahreszahlformat.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
800
3669
25b5af0cdf89 Describe Log4J configuration in importer documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3668
diff changeset
801 \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
802 \\Bereichsangaben fehlerhaft.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
803
3669
25b5af0cdf89 Describe Log4J configuration in importer documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3668
diff changeset
804 \textbf{SYP: Unknown grain fraction 'XYZ'}
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
805 \\Unbekannte Kornfraktion.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
806
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
807 \textbf{WST: invalid number.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
808 \\Ung�ltige Zahl.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
809
7345
f7032e1b1433 Importer doc: fix syntax error.
Tom Gottfried <tom@intevation.de>
parents: 7343
diff changeset
810 \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
811 \\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
812
6747
39f68dd8c188 Importer Dok: added missing warnings to hydr-morph section
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6742
diff changeset
813 \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
814 \\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
815
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
816 \textbf{HYK: zone coordinates swapped in line \#}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
817 \\Flie�zonenkordinaten wurden in umgekehrter Reihenfolge angeben.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
818
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
819 \textbf{BHS: Skip invalid file 'XYZ'}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
820 \\Die Inhalte der Datei sind ung�ltig.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
821
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
822 \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
823 \\S(Q) Beziehung konnte nicht gespeichert werden.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
824
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
825 \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
826 \\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
827
6715
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
828 \textbf{Unparseable ... in sq relation row: ...}
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
829 \\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
830
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
831 \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
832 \\Wasserstandsdifferenz hat keine Einheit.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
833
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
834 \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
835 \\H�henmodell ung�ltig.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
836
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
837 \textbf{BHE: Skip file - invalid time range.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
838 \\Zeitbereich ung�ltig.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
839
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
840 \textbf{BHE: Skip file - invalid km range.}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
841 \\Kilometerbereich ung�ltig.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
842
6715
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
843 \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
844 \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
845 \\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
846
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
847 \textbf{invalid gauge found: ...}
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
848 \\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
849
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
850 \textbf{Found invalid observation time ...}
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
851 \textbf{Observation time date invalid: ...}
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
852 \textbf{Observation time date not parseable: ...}
5da894daef32 Importer Doc: completed and corrected section with warnings.
Tom Gottfried <tom@intevation.de>
parents: 6702
diff changeset
853 \\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
854
6747
39f68dd8c188 Importer Dok: added missing warnings to hydr-morph section
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6742
diff changeset
855 \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
856 \\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
857
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
858 \subsection{Hinweise zum Betrieb}
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
859 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
860 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
861 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
862 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
863 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
864 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
865 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
866 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
867 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
868 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
869 Import.
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
870
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
871
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
872 \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
873 \label{start-hydr}
3666
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
874 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
875 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
876
9f768a9034f4 Transfered README into latex documentation (german).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3661
diff changeset
877 \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
878 ./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
879 \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
880 \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
881 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
882 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
883 \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
884 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
885 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
886 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
887 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
888
3673
b6fb31fad420 Fixed bugs in hydrological and morphological documentation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3669
diff changeset
889 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
890 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
891
6698
cc22e3cfd0f5 Importer Dok: document import_river.sh
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6697
diff changeset
892 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
893 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
894
cc22e3cfd0f5 Importer Dok: document import_river.sh
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6697
diff changeset
895 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
896 \begin{lstlisting}
cc22e3cfd0f5 Importer Dok: document import_river.sh
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6697
diff changeset
897 ./import_river.sh --help
cc22e3cfd0f5 Importer Dok: document import_river.sh
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6697
diff changeset
898 \end{lstlisting}
cc22e3cfd0f5 Importer Dok: document import_river.sh
Tom Gottfried <tom.gottfried@intevation.de>
parents: 6697
diff changeset
899 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
900 (\textit{DEFAULT\_*}) angepasst werden.

http://dive4elements.wald.intevation.org