Mercurial > dive4elements > river
changeset 7326:5e621410db05 double-precision
Importer: skip historical discharge tables per default as they come via ETL.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Tue, 15 Oct 2013 14:45:46 +0200 |
parents | 78ea9d267f76 |
children | bb9735fbb680 |
files | backend/contrib/import_river.sh backend/contrib/run_hydr_morph.sh |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/backend/contrib/import_river.sh Tue Oct 15 10:11:38 2013 +0200 +++ b/backend/contrib/import_river.sh Tue Oct 15 14:45:46 2013 +0200 @@ -210,7 +210,7 @@ -Dflys.backend.importer.skip.flood.water=false \ -Dflys.backend.importer.skip.flood.protection=false \ -Dflys.backend.importer.skip.gauges=false \ - -Dflys.backend.importer.skip.historical.discharge.tables=false \ + -Dflys.backend.importer.skip.historical.discharge.tables=true \ -Dflys.backend.importer.skip.hyks=false \ -Dflys.backend.importer.skip.official.lines=false \ -Dflys.backend.importer.skip.prfs=true \
--- a/backend/contrib/run_hydr_morph.sh Tue Oct 15 10:11:38 2013 +0200 +++ b/backend/contrib/run_hydr_morph.sh Tue Oct 15 14:45:46 2013 +0200 @@ -33,7 +33,7 @@ IMPORTER_SKIP_FLOOD_WATER=false IMPORTER_SKIP_FLOOD_PROTECTION=false IMPORTER_SKIP_GAUGES=false -IMPORTER_SKIP_HISTORICAL_DISCHARGE_GAUGES=false +IMPORTER_SKIP_HISTORICAL_DISCHARGE_GAUGES=true IMPORTER_SKIP_HYKS=false IMPORTER_SKIP_OFFICIAL_LINES=false IMPORTER_SKIP_PRFS=false