Mercurial > dive4elements > river
changeset 7925:06a4071143b0
Importer: remove system property and documentation for bed height epochs.
author | "Tom Gottfried <tom@intevation.de>" |
---|---|
date | Tue, 10 Jun 2014 15:23:40 +0200 |
parents | a88e308567a1 |
children | e3b74679b2b4 |
files | backend/contrib/import_river.sh backend/contrib/run_hydr_morph.sh backend/doc/documentation/de/importer-hydr-morph.tex backend/src/main/java/org/dive4elements/river/importer/Config.java |
diffstat | 4 files changed, 0 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- a/backend/contrib/import_river.sh Tue Jun 10 15:11:36 2014 +0200 +++ b/backend/contrib/import_river.sh Tue Jun 10 15:23:40 2014 +0200 @@ -239,7 +239,6 @@ -Dflys.backend.importer.skip.morphological.width=true \ -Dflys.backend.importer.skip.flow.velocity=true \ -Dflys.backend.importer.skip.bed.height.single=true \ - -Dflys.backend.importer.skip.bed.height.epoch=true \ $JAR } @@ -287,7 +286,6 @@ -Dflys.backend.importer.skip.morphological.width=false \ -Dflys.backend.importer.skip.flow.velocity=false \ -Dflys.backend.importer.skip.bed.height.single=false \ - -Dflys.backend.importer.skip.bed.height.epoch=false \ $JAR } @@ -335,7 +333,6 @@ -Dflys.backend.importer.skip.morphological.width=true \ -Dflys.backend.importer.skip.flow.velocity=true \ -Dflys.backend.importer.skip.bed.height.single=true \ - -Dflys.backend.importer.skip.bed.height.epoch=true \ $JAR }
--- a/backend/contrib/run_hydr_morph.sh Tue Jun 10 15:11:36 2014 +0200 +++ b/backend/contrib/run_hydr_morph.sh Tue Jun 10 15:23:40 2014 +0200 @@ -43,7 +43,6 @@ IMPORTER_SKIP_MEASUREMENT_STATIONS=false IMPORTER_SKIP_BED_HEIGHT_SINGLE=false -IMPORTER_SKIP_BED_HEIGHT_EPOCH=false IMPORTER_SKIP_FLOW_VELOCITY=false IMPORTER_SKIP_MORPHOLOGICAL_WIDTH=false IMPORTER_SKIP_POROSITY=false @@ -79,7 +78,6 @@ -Dflys.backend.importer.dry.run=$IMPORTER_DRY_RUN \ -Dflys.backend.importer.skip.annotations=$IMPORTER_SKIP_ANNOTATIONS \ -Dflys.backend.importer.skip.bed.height.single=$IMPORTER_SKIP_BED_HEIGHT_SINGLE \ - -Dflys.backend.importer.skip.bed.height.epoch=$IMPORTER_SKIP_BED_HEIGHT_EPOCH \ -Dflys.backend.importer.skip.bwastr=$IMPORTER_SKIP_BWASTR \ -Dflys.backend.importer.skip.da50s=$IMPORTER_SKIP_DA50S \ -Dflys.backend.importer.skip.da66s=$IMPORTER_SKIP_DA66S \
--- a/backend/doc/documentation/de/importer-hydr-morph.tex Tue Jun 10 15:11:36 2014 +0200 +++ b/backend/doc/documentation/de/importer-hydr-morph.tex Tue Jun 10 15:23:40 2014 +0200 @@ -186,11 +186,6 @@ Es werden die CSV-Dateien aus dem Verzeichnis \textit{Morphologie/Sohlhoehen/Einzeljahre} geladen. -\subsubsection{Sohlhöhen (Epochen)} -Der Import Sohlhöhen-Epochen kann mit \textbf{-Dflys.backend.importer.skip.bed.height.epoch=true} -unterdrückt werden. Es werden die CSV-Dateien aus dem Verzeichnis -\textit{Morphologie/Sohlhoehen/Epochen} geladen. - \subsubsection{Sedimentdichte} Der Import der Sedimentdichte kann mit \textbf{-Dflys.backend.importer.skip.sediment.density=true}
--- a/backend/src/main/java/org/dive4elements/river/importer/Config.java Tue Jun 10 15:11:36 2014 +0200 +++ b/backend/src/main/java/org/dive4elements/river/importer/Config.java Tue Jun 10 15:23:40 2014 +0200 @@ -73,9 +73,6 @@ public static final String SKIP_DA66S = "flys.backend.importer.skip.da66s"; - public static final String SKIP_BED_HEIGHT_EPOCH = - "flys.backend.importer.skip.bed.height.epoch"; - public static final String SKIP_SEDIMENT_DENSITY = "flys.backend.importer.skip.sediment.density";