Mercurial > dive4elements > river
annotate backend/contrib/run_hydr_morph.sh @ 9041:b10b49a749ff
Changed assembly so it doesnt stop if manual is not present
author | gernotbelger |
---|---|
date | Wed, 02 May 2018 15:24:04 +0200 |
parents | 1fec0a06d833 |
children | 9f83ebf67c92 |
rev | line source |
---|---|
3683
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
1 #!/bin/bash |
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
2 |
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
3 ######################### CONFIG OPTIONS ############################ |
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
4 BACKEND_USER="flys28" |
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
5 BACKEND_PASS="flys28" |
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
6 BACKEND_HOST="czech-republic.atlas.intevation.de" |
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
7 BACKEND_PORT="1521" |
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
8 BACKEND_NAME="XE" |
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
9 LOG4J_CONFIG="conf/log4j.properties" |
8675
ae3df0f96e15
Mavenize importer packaging and allow packaging for specific versions and database systems.
Tom Gottfried <tom@intevation.de>
parents:
8674
diff
changeset
|
10 JAR="bin/river-backend-1.0-SNAPSHOT*.jar" |
3683
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
11 ##################################################################### |
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
12 |
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
13 |
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
14 ########################## Oracle Settings ########################## |
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
15 BACKEND_DB_PREFIX="jdbc:oracle:thin:@" |
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
16 BACKEND_DB_DRIVER="oracle.jdbc.OracleDriver" |
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
17 BACKEND_DB_DIALECT="org.hibernate.dialect.OracleDialect" |
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
18 BACKEND_URL=$BACKEND_DB_PREFIX//$BACKEND_HOST:$BACKEND_PORT/$BACKEND_NAME |
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
19 ##################################################################### |
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
20 |
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
21 |
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
22 ######################## Custom Importer Settings ################### |
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
23 IMPORTER_DRY_RUN=false |
6449
25912df0facf
Import main values of type '-' by default
Tom Gottfried <tom.gottfried@intevation.de>
parents:
6417
diff
changeset
|
24 IMPORTER_MAINVALUE_TYPES=QWTD- |
3683
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
25 IMPORTER_ANNOTATION_TYPES="conf/annotation-types.xml" |
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
26 |
5043
63ad79657453
importer: Sort options alphabetically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
5042
diff
changeset
|
27 IMPORTER_SKIP_ANNOTATIONS=false |
63ad79657453
importer: Sort options alphabetically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
5042
diff
changeset
|
28 IMPORTER_SKIP_BWASTR=false |
63ad79657453
importer: Sort options alphabetically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
5042
diff
changeset
|
29 IMPORTER_SKIP_DA50S=false |
63ad79657453
importer: Sort options alphabetically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
5042
diff
changeset
|
30 IMPORTER_SKIP_DA66S=false |
63ad79657453
importer: Sort options alphabetically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
5042
diff
changeset
|
31 IMPORTER_SKIP_EXTRA_WST=false |
63ad79657453
importer: Sort options alphabetically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
5042
diff
changeset
|
32 IMPORTER_SKIP_FIXATIONS=false |
63ad79657453
importer: Sort options alphabetically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
5042
diff
changeset
|
33 IMPORTER_SKIP_FLOOD_WATER=false |
63ad79657453
importer: Sort options alphabetically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
5042
diff
changeset
|
34 IMPORTER_SKIP_FLOOD_PROTECTION=false |
3683
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
35 IMPORTER_SKIP_GAUGES=false |
7326
5e621410db05
Importer: skip historical discharge tables per default as they come via ETL.
Tom Gottfried <tom@intevation.de>
parents:
6816
diff
changeset
|
36 IMPORTER_SKIP_HISTORICAL_DISCHARGE_GAUGES=true |
5043
63ad79657453
importer: Sort options alphabetically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
5042
diff
changeset
|
37 IMPORTER_SKIP_HYKS=false |
63ad79657453
importer: Sort options alphabetically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
5042
diff
changeset
|
38 IMPORTER_SKIP_OFFICIAL_LINES=false |
3683
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
39 IMPORTER_SKIP_PRFS=false |
4766
655e86f025c1
run_hydr_morph.sh: Add SKIP_DA50 and SKIP_W80 flags.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
4711
diff
changeset
|
40 IMPORTER_SKIP_W80S=false |
5807
b9ae676a9afe
Config: Add new flag to skip w80-csv imports (which are not done yet anyways).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
5086
diff
changeset
|
41 IMPORTER_SKIP_W80_CSVS=false |
5043
63ad79657453
importer: Sort options alphabetically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
5042
diff
changeset
|
42 IMPORTER_SKIP_WST=false |
3683
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
43 |
6417
14b5674e57a4
Importer: add skip flag for measurement stations to scripts
Tom Gottfried <tom@intevation.de>
parents:
5838
diff
changeset
|
44 IMPORTER_SKIP_MEASUREMENT_STATIONS=false |
8674
44ba71b0b75a
(issue1763) Correct properties in importer scripts.
Tom Gottfried <tom@intevation.de>
parents:
8056
diff
changeset
|
45 IMPORTER_SKIP_BED_HEIGHT=false |
5043
63ad79657453
importer: Sort options alphabetically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
5042
diff
changeset
|
46 IMPORTER_SKIP_FLOW_VELOCITY=false |
3683
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
47 IMPORTER_SKIP_MORPHOLOGICAL_WIDTH=false |
7882
4534659e200e
Add porosity importer to helper script.
Tom Gottfried <tom@intevation.de>
parents:
7326
diff
changeset
|
48 IMPORTER_SKIP_POROSITY=false |
5043
63ad79657453
importer: Sort options alphabetically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
5042
diff
changeset
|
49 IMPORTER_SKIP_SEDIMENT_DENSITY=false |
8056
d86cc6a17b7a
Importer: Import sediment load at measurement stations.
Tom Gottfried <tom@intevation.de>
parents:
8032
diff
changeset
|
50 IMPORTER_SKIP_SEDIMENT_LOAD=false |
8032
fd3a24336e6a
SCHEMA CHANGE and Importer (only longitudinal section data so far): only grain fractions given now in schema are valid. We are handling sediment loads, not yields.
"Tom Gottfried <tom@intevation.de>"
parents:
7925
diff
changeset
|
51 IMPORTER_SKIP_SEDIMENT_LOAD_LS=false |
5043
63ad79657453
importer: Sort options alphabetically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
5042
diff
changeset
|
52 IMPORTER_SKIP_SQ_RELATION=false |
3683
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
53 IMPORTER_SKIP_WATERLEVELS=false |
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
54 IMPORTER_SKIP_WATERLEVEL_DIFFERENCES=false |
9013
1fec0a06d833
Import for S-INFO/U-INFO added (new skip parameters)
mschaefer
parents:
8675
diff
changeset
|
55 |
1fec0a06d833
Import for S-INFO/U-INFO added (new skip parameters)
mschaefer
parents:
8675
diff
changeset
|
56 IMPORTER_SKIP_SINFO_BED_MOBILITY=false |
1fec0a06d833
Import for S-INFO/U-INFO added (new skip parameters)
mschaefer
parents:
8675
diff
changeset
|
57 IMPORTER_SKIP_SINFO_SELECTED_ADDITIONAL=false |
1fec0a06d833
Import for S-INFO/U-INFO added (new skip parameters)
mschaefer
parents:
8675
diff
changeset
|
58 IMPORTER_SKIP_SINFO_INFRASTRUCTURE=false |
1fec0a06d833
Import for S-INFO/U-INFO added (new skip parameters)
mschaefer
parents:
8675
diff
changeset
|
59 IMPORTER_SKIP_SINFO_CHANNEL=false |
1fec0a06d833
Import for S-INFO/U-INFO added (new skip parameters)
mschaefer
parents:
8675
diff
changeset
|
60 IMPORTER_SKIP_SINFO_COLLISION=false |
1fec0a06d833
Import for S-INFO/U-INFO added (new skip parameters)
mschaefer
parents:
8675
diff
changeset
|
61 IMPORTER_SKIP_SINFO_DAILY_DISCHARGE=false |
1fec0a06d833
Import for S-INFO/U-INFO added (new skip parameters)
mschaefer
parents:
8675
diff
changeset
|
62 IMPORTER_SKIP_SINFO_TKH=false |
1fec0a06d833
Import for S-INFO/U-INFO added (new skip parameters)
mschaefer
parents:
8675
diff
changeset
|
63 IMPORTER_SKIP_SINFO_FLOW_DEPTH=false |
1fec0a06d833
Import for S-INFO/U-INFO added (new skip parameters)
mschaefer
parents:
8675
diff
changeset
|
64 IMPORTER_SKIP_SINFO_DEPTH_EVOLUTION=false |
1fec0a06d833
Import for S-INFO/U-INFO added (new skip parameters)
mschaefer
parents:
8675
diff
changeset
|
65 IMPORTER_SKIP_UINFO_SALIX=false |
1fec0a06d833
Import for S-INFO/U-INFO added (new skip parameters)
mschaefer
parents:
8675
diff
changeset
|
66 IMPORTER_SKIP_UINFO_VEGETATION=false |
1fec0a06d833
Import for S-INFO/U-INFO added (new skip parameters)
mschaefer
parents:
8675
diff
changeset
|
67 |
3683
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
68 ##################################################################### |
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
69 |
6816
a3c4f094707e
Importer: set memory size according to doc
Tom Gottfried <tom.gottfried@intevation.de>
parents:
6811
diff
changeset
|
70 MIN_MEMORY="8192m" |
3683
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
71 |
5066
8208df10df79
Update run example scripts to work with the new packaging
Andre Heinecke <aheinecke@intevation.de>
parents:
4766
diff
changeset
|
72 ######################### Run Importer ############################## |
6811
6bf93fa1b744
Geo-importer and doc: use commandline-argument instead of configuration for river selection.
Tom Gottfried <tom.gottfried@intevation.de>
parents:
6651
diff
changeset
|
73 INFO_GEW=$1 |
6bf93fa1b744
Geo-importer and doc: use commandline-argument instead of configuration for river selection.
Tom Gottfried <tom.gottfried@intevation.de>
parents:
6651
diff
changeset
|
74 |
5066
8208df10df79
Update run example scripts to work with the new packaging
Andre Heinecke <aheinecke@intevation.de>
parents:
4766
diff
changeset
|
75 OPTIONAL_LIBS="${DIR}"/../opt |
8208df10df79
Update run example scripts to work with the new packaging
Andre Heinecke <aheinecke@intevation.de>
parents:
4766
diff
changeset
|
76 if [ -d "$OPTIONAL_LIBS" ]; then |
8208df10df79
Update run example scripts to work with the new packaging
Andre Heinecke <aheinecke@intevation.de>
parents:
4766
diff
changeset
|
77 export PATH="$OPTIONAL_LIBS/bin:$PATH" |
8208df10df79
Update run example scripts to work with the new packaging
Andre Heinecke <aheinecke@intevation.de>
parents:
4766
diff
changeset
|
78 export LD_LIBRARY_PATH="$OPTIONAL_LIBS/lib:$LD_LIBRARY_PATH" |
8208df10df79
Update run example scripts to work with the new packaging
Andre Heinecke <aheinecke@intevation.de>
parents:
4766
diff
changeset
|
79 export LD_LIBRARY_PATH="$OPTIONAL_LIBS/lib64:$LD_LIBRARY_PATH" |
8208df10df79
Update run example scripts to work with the new packaging
Andre Heinecke <aheinecke@intevation.de>
parents:
4766
diff
changeset
|
80 fi |
3683
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
81 |
6651
8782ba5cb222
Importer scripts: add default encoding to correctly read gew-files
Tom Gottfried <tom@intevation.de>
parents:
6449
diff
changeset
|
82 # Default encoding. Change here if necessary |
8782ba5cb222
Importer scripts: add default encoding to correctly read gew-files
Tom Gottfried <tom@intevation.de>
parents:
6449
diff
changeset
|
83 export LC_ALL=de_DE@euro |
3683
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
84 |
5066
8208df10df79
Update run example scripts to work with the new packaging
Andre Heinecke <aheinecke@intevation.de>
parents:
4766
diff
changeset
|
85 exec java -jar \ |
3683
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
86 -Xmx$MIN_MEMORY \ |
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
87 -server \ |
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
88 -Dlog4j.configuration=file://`readlink -f $LOG4J_CONFIG` \ |
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
89 -Dflys.backend.importer.infogew.file=$INFO_GEW \ |
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
90 -Dflys.backend.main.value.types=$IMPORTER_MAINVALUE_TYPES \ |
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
91 -Dflys.backend.importer.annotation.types=$IMPORTER_ANNOTATION_TYPES \ |
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
92 -Dflys.backend.importer.dry.run=$IMPORTER_DRY_RUN \ |
5042
70650981a54d
importer: Sort options alphabetically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
5018
diff
changeset
|
93 -Dflys.backend.importer.skip.annotations=$IMPORTER_SKIP_ANNOTATIONS \ |
8674
44ba71b0b75a
(issue1763) Correct properties in importer scripts.
Tom Gottfried <tom@intevation.de>
parents:
8056
diff
changeset
|
94 -Dflys.backend.importer.skip.bed.height=$IMPORTER_SKIP_BED_HEIGHT \ |
5018
e939098ee272
run_hydr_morph.sh,Config: Add flags for importer to skip bwastr_id.csv parsing.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
4766
diff
changeset
|
95 -Dflys.backend.importer.skip.bwastr=$IMPORTER_SKIP_BWASTR \ |
4766
655e86f025c1
run_hydr_morph.sh: Add SKIP_DA50 and SKIP_W80 flags.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
4711
diff
changeset
|
96 -Dflys.backend.importer.skip.da50s=$IMPORTER_SKIP_DA50S \ |
4711
35dd03e04e38
Added new parameter SKIP_DA66S to importer.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
4135
diff
changeset
|
97 -Dflys.backend.importer.skip.da66s=$IMPORTER_SKIP_DA66S \ |
3683
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
98 -Dflys.backend.importer.skip.extra.wsts=$IMPORTER_SKIP_EXTRA_WST \ |
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
99 -Dflys.backend.importer.skip.fixations=$IMPORTER_SKIP_FIXATIONS \ |
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
100 -Dflys.backend.importer.skip.flood.water=$IMPORTER_SKIP_FLOOD_WATER \ |
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
101 -Dflys.backend.importer.skip.flood.protection=$IMPORTER_SKIP_FLOOD_PROTECTION \ |
6417
14b5674e57a4
Importer: add skip flag for measurement stations to scripts
Tom Gottfried <tom@intevation.de>
parents:
5838
diff
changeset
|
102 -Dflys.backend.importer.skip.measurement.stations=$IMPORTER_SKIP_MEASUREMENT_STATIONS \ |
5042
70650981a54d
importer: Sort options alphabetically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
5018
diff
changeset
|
103 -Dflys.backend.importer.skip.flow.velocity=$IMPORTER_SKIP_FLOW_VELOCITY \ |
70650981a54d
importer: Sort options alphabetically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
5018
diff
changeset
|
104 -Dflys.backend.importer.skip.gauges=$IMPORTER_SKIP_GAUGES \ |
70650981a54d
importer: Sort options alphabetically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
5018
diff
changeset
|
105 -Dflys.backend.importer.skip.historical.discharge.tables=$IMPORTER_SKIP_HISTORICAL_DISCHARGE_GAUGES \ |
70650981a54d
importer: Sort options alphabetically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
5018
diff
changeset
|
106 -Dflys.backend.importer.skip.hyks=$IMPORTER_SKIP_HYKS \ |
70650981a54d
importer: Sort options alphabetically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
5018
diff
changeset
|
107 -Dflys.backend.importer.skip.morphological.width=$IMPORTER_SKIP_MORPHOLOGICAL_WIDTH \ |
7882
4534659e200e
Add porosity importer to helper script.
Tom Gottfried <tom@intevation.de>
parents:
7326
diff
changeset
|
108 -Dflys.backend.importer.skip.porosity=$IMPORTER_SKIP_POROSITY \ |
5042
70650981a54d
importer: Sort options alphabetically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
5018
diff
changeset
|
109 -Dflys.backend.importer.skip.official.lines=$IMPORTER_SKIP_OFFICIAL_LINES \ |
70650981a54d
importer: Sort options alphabetically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
5018
diff
changeset
|
110 -Dflys.backend.importer.skip.prfs=$IMPORTER_SKIP_PRFS \ |
3683
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
111 -Dflys.backend.importer.skip.sediment.density=$IMPORTER_SKIP_SEDIMENT_DENSITY \ |
8056
d86cc6a17b7a
Importer: Import sediment load at measurement stations.
Tom Gottfried <tom@intevation.de>
parents:
8032
diff
changeset
|
112 -Dflys.backend.importer.skip.sediment.load=$IMPORTER_SKIP_SEDIMENT_LOAD \ |
8032
fd3a24336e6a
SCHEMA CHANGE and Importer (only longitudinal section data so far): only grain fractions given now in schema are valid. We are handling sediment loads, not yields.
"Tom Gottfried <tom@intevation.de>"
parents:
7925
diff
changeset
|
113 -Dflys.backend.importer.skip.sediment.load.ls=$IMPORTER_SKIP_SEDIMENT_LOAD_LS \ |
5042
70650981a54d
importer: Sort options alphabetically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
5018
diff
changeset
|
114 -Dflys.backend.importer.skip.sq.relation=$IMPORTER_SKIP_SQ_RELATION \ |
70650981a54d
importer: Sort options alphabetically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
5018
diff
changeset
|
115 -Dflys.backend.importer.skip.w80s=$IMPORTER_SKIP_W80S \ |
5807
b9ae676a9afe
Config: Add new flag to skip w80-csv imports (which are not done yet anyways).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
5086
diff
changeset
|
116 -Dflys.backend.importer.skip.w80.csvs=$IMPORTER_SKIP_W80_CSVS \ |
3683
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
117 -Dflys.backend.importer.skip.waterlevels=$IMPORTER_SKIP_WATERLEVELS \ |
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
118 -Dflys.backend.importer.skip.waterlevel.differences=$IMPORTER_SKIP_WATERLEVEL_DIFFERENCES \ |
5042
70650981a54d
importer: Sort options alphabetically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
5018
diff
changeset
|
119 -Dflys.backend.importer.skip.wst=$IMPORTER_SKIP_WST \ |
9013
1fec0a06d833
Import for S-INFO/U-INFO added (new skip parameters)
mschaefer
parents:
8675
diff
changeset
|
120 -Dflys.backend.importer.skip.sinfo.bed_mobility=$IMPORTER_SKIP_SINFO_BED_MOBILITY \ |
1fec0a06d833
Import for S-INFO/U-INFO added (new skip parameters)
mschaefer
parents:
8675
diff
changeset
|
121 -Dflys.backend.importer.skip.sinfo.selected_additional=$IMPORTER_SKIP_SINFO_SELECTED_ADDITIONAL \ |
1fec0a06d833
Import for S-INFO/U-INFO added (new skip parameters)
mschaefer
parents:
8675
diff
changeset
|
122 -Dflys.backend.importer.skip.sinfo.infrastructure=$IMPORTER_SKIP_SINFO_INFRASTRUCTURE \ |
1fec0a06d833
Import for S-INFO/U-INFO added (new skip parameters)
mschaefer
parents:
8675
diff
changeset
|
123 -Dflys.backend.importer.skip.sinfo.channel=$IMPORTER_SKIP_SINFO_CHANNEL \ |
1fec0a06d833
Import for S-INFO/U-INFO added (new skip parameters)
mschaefer
parents:
8675
diff
changeset
|
124 -Dflys.backend.importer.skip.sinfo.collision=$IMPORTER_SKIP_SINFO_COLLISION \ |
1fec0a06d833
Import for S-INFO/U-INFO added (new skip parameters)
mschaefer
parents:
8675
diff
changeset
|
125 -Dflys.backend.importer.skip.sinfo.daily_discharge=$IMPORTER_SKIP_SINFO_DAILY_DISCHARGE \ |
1fec0a06d833
Import for S-INFO/U-INFO added (new skip parameters)
mschaefer
parents:
8675
diff
changeset
|
126 -Dflys.backend.importer.skip.sinfo.tkh=$IMPORTER_SKIP_SINFO_TKH \ |
1fec0a06d833
Import for S-INFO/U-INFO added (new skip parameters)
mschaefer
parents:
8675
diff
changeset
|
127 -Dflys.backend.importer.skip.sinfo.flow_depth=$IMPORTER_SKIP_SINFO_FLOW_DEPTH \ |
1fec0a06d833
Import for S-INFO/U-INFO added (new skip parameters)
mschaefer
parents:
8675
diff
changeset
|
128 -Dflys.backend.importer.skip.sinfo.depth_evolution=$IMPORTER_SKIP_SINFO_DEPTH_EVOLUTION \ |
1fec0a06d833
Import for S-INFO/U-INFO added (new skip parameters)
mschaefer
parents:
8675
diff
changeset
|
129 -Dflys.backend.importer.skip.uinfo.salix=$IMPORTER_SKIP_UINFO_SALIX \ |
1fec0a06d833
Import for S-INFO/U-INFO added (new skip parameters)
mschaefer
parents:
8675
diff
changeset
|
130 -Dflys.backend.importer.skip.uinfo.vegetation=$IMPORTER_SKIP_UINFO_VEGETATION \ |
3683
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
131 -Dflys.backend.user=$BACKEND_USER \ |
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
132 -Dflys.backend.password=$BACKEND_PASS \ |
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
133 -Dflys.backend.url=$BACKEND_URL \ |
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
134 -Dflys.backend.driver=$BACKEND_DB_DRIVER \ |
4298ef9bd4a6
Added run scripts for both importers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
135 -Dflys.backend.dialect=$BACKEND_DB_DIALECT \ |
5066
8208df10df79
Update run example scripts to work with the new packaging
Andre Heinecke <aheinecke@intevation.de>
parents:
4766
diff
changeset
|
136 $JAR |