Mercurial > dive4elements > river
changeset 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 | c1b01cf2e91b |
children | c702bac7f72e 47f4d2c1866a 641fd5bd6965 |
files | backend/contrib/import_river.sh backend/contrib/run_hydr_morph.sh |
diffstat | 2 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/backend/contrib/import_river.sh Tue Jun 25 09:01:45 2013 +0200 +++ b/backend/contrib/import_river.sh Tue Jun 25 15:18:43 2013 +0200 @@ -215,6 +215,7 @@ -Dflys.backend.importer.skip.prfs=false \ -Dflys.backend.importer.skip.w80s=false \ -Dflys.backend.importer.skip.wst=true \ + -Dflys.backend.importer.skip.measurement.stations=true \ -Dflys.backend.importer.skip.waterlevel.differences=true \ -Dflys.backend.importer.skip.waterlevels=true \ -Dflys.backend.importer.skip.sq.relation=true \ @@ -260,6 +261,7 @@ -Dflys.backend.importer.skip.prfs=true \ -Dflys.backend.importer.skip.w80s=true \ -Dflys.backend.importer.skip.wst=true \ + -Dflys.backend.importer.skip.measurement.stations=false \ -Dflys.backend.importer.skip.waterlevel.differences=false \ -Dflys.backend.importer.skip.waterlevels=false \ -Dflys.backend.importer.skip.sq.relation=false \ @@ -305,6 +307,7 @@ -Dflys.backend.importer.skip.prfs=true \ -Dflys.backend.importer.skip.w80s=true \ -Dflys.backend.importer.skip.wst=false \ + -Dflys.backend.importer.skip.measurement.stations=true \ -Dflys.backend.importer.skip.waterlevel.differences=true \ -Dflys.backend.importer.skip.waterlevels=true \ -Dflys.backend.importer.skip.sq.relation=true \
--- 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 \