Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/artifacts/minfo.xml @ 2702:4c00cf83fff1
Added state, calculation and csv exporter for MINFO flow velociy calculation.
flys-artifacts/trunk@4418 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 16 May 2012 08:37:27 +0000 |
parents | 1bc35de0b786 |
children | d8444fcb4e44 |
comparison
equal
deleted
inserted
replaced
2701:c553d4fa3957 | 2702:4c00cf83fff1 |
---|---|
34 <state id="state.minfo.dischargestate" description="state.minfo.dischargestate" state="de.intevation.flys.artifacts.states.DischargeState" helpText="help.minfo.dischargestate"> | 34 <state id="state.minfo.dischargestate" description="state.minfo.dischargestate" state="de.intevation.flys.artifacts.states.DischargeState" helpText="help.minfo.dischargestate"> |
35 <data name="total.channel" type="intoptions"/> | 35 <data name="total.channel" type="intoptions"/> |
36 <data name="main.channel" type="intoptions"/> | 36 <data name="main.channel" type="intoptions"/> |
37 </state> | 37 </state> |
38 | 38 |
39 <transition transition="de.intevation.flys.artifacts.transitions.DefaultTransition"> | |
40 <from state="state.minfo.dischargestate"/> | |
41 <to state="state.minfo.flow_velocity"/> | |
42 </transition> | |
43 | |
44 <state id="state.minfo.flow_velocity" description="state.minfo.flow_velocity" state="de.intevation.flys.artifacts.states.FlowVelocityState" helpText="help.minfo.flowvelocity"> | |
45 <outputmodes> | |
46 <outputmode name="flow_velocity_export" description="output.flow_velocity_export" mime-type="text/plain" type="export"> | |
47 <facets> | |
48 <facet name="csv" description="facet.flow_velocity_export.csv" /> | |
49 <!-- | |
50 <facet name="pdf" description="facet.historical_discharge.pdf" /> | |
51 --> | |
52 </facets> | |
53 </outputmode> | |
54 </outputmodes> | |
55 </state> | |
56 | |
39 </states> | 57 </states> |
40 | 58 |
41 </artifact> | 59 </artifact> |