Mercurial > dive4elements > river
diff backend/contrib/run_hydr_morph.sh @ 6417:14b5674e57a4
Importer: add skip flag for measurement stations to scripts
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Tue, 25 Jun 2013 15:18:43 +0200 |
parents | 5aa05a7a34b7 |
children | 25912df0facf |
line wrap: on
line diff
--- a/backend/contrib/run_hydr_morph.sh Tue Jun 25 09:01:45 2013 +0200 +++ b/backend/contrib/run_hydr_morph.sh Tue Jun 25 15:18:43 2013 +0200 @@ -42,6 +42,7 @@ IMPORTER_SKIP_W80_CSVS=false IMPORTER_SKIP_WST=false +IMPORTER_SKIP_MEASUREMENT_STATIONS=false IMPORTER_SKIP_BED_HEIGHT_SINGLE=false IMPORTER_SKIP_BED_HEIGHT_EPOCH=false IMPORTER_SKIP_FLOW_VELOCITY=false @@ -85,6 +86,7 @@ -Dflys.backend.importer.skip.fixations=$IMPORTER_SKIP_FIXATIONS \ -Dflys.backend.importer.skip.flood.water=$IMPORTER_SKIP_FLOOD_WATER \ -Dflys.backend.importer.skip.flood.protection=$IMPORTER_SKIP_FLOOD_PROTECTION \ + -Dflys.backend.importer.skip.measurement.stations=$IMPORTER_SKIP_MEASUREMENT_STATIONS \ -Dflys.backend.importer.skip.flow.velocity=$IMPORTER_SKIP_FLOW_VELOCITY \ -Dflys.backend.importer.skip.gauges=$IMPORTER_SKIP_GAUGES \ -Dflys.backend.importer.skip.historical.discharge.tables=$IMPORTER_SKIP_HISTORICAL_DISCHARGE_GAUGES \