Skip to content

Commit c99e8ed

Browse files
KellyMWhiteheadphilipbaileynar
authored andcommitted
Add bankfull products to rave
1 parent 8062e12 commit c99e8ed

3 files changed

Lines changed: 8 additions & 0 deletions

File tree

12.5 KB
Binary file not shown.

RaveAddIn/XML/rs_context.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@
2525
<Node label="Lakes, Ponds, Reservoirs and Water Bodies" xpath="Realizations/RSContext/Vector[@id='NHDWaterbody']" type="vector" symbology="waterbody" />
2626
<Node label="Canals and Ditches" xpath="Realizations/RSContext/Vector[@id='Canals']" type="vector" symbology="canals_ditches" />
2727
<Node label="Pipes and Ditches" xpath="Realizations/RSContext/Vector[@id='NHDFlowline']" type="vector" symbology="pipes" />
28+
<Node label="Estimated Bankfull">
29+
<Children>
30+
<Node xpathlabel="Name" xpath="Realizations/RSContext/Geopackage/Layers/Vector[@id='NETWORK']" type="vector" symbology="bankfull_flowlines"/>
31+
<Node xpathlabel="Name" xpath="Realizations/RSContext/Geopackage/Layers/Vector[@id='BANKFULL_CHANNEL']" type="vector" symbology="bankfull_channel"/>
32+
<!-- <Node xpathlabel="Name" xpath="Realizations/RSContext/Geopackage/Layers/Vector[@id='COMPOSITE_CHANNEL_AREA']" type="vector" symbology="bankfull_nhd"/> -->
33+
</Children>
34+
</Node>
2835
<Node label="Segmented Hydrography">
2936
<Children>
3037
<Node xpathlabel="Name" xpath="Realizations/RSContext/Geopackage/Layers/Vector[@id='NETWORK300M']" type="vector" symbology="" />

RaveAddIn/XML/vbet.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<Node label="Hydrography">
3434
<Children collapsed="true">
3535
<Node xpathlabel="Name" xpath="Realizations/VBET/Intermediates/Geopackage/Layers/Vector[@id='VBET_NETWORK']" type="vector" symbology="" />
36+
<Node label="VBET Network with Bankfull" xpath="Realizations/VBET/Intermediates/Geopackage/Layers/Vector[@id='VBET_NETWORK']" type="vector" symbology="bankfull_flowlines"/>
3637
<Node label="Full NHD HR+ Drainage Network" xpath="Realizations/VBET/Inputs/Geopackage/Layers/Vector[@id='FLOWLINES']" type="vector" symbology="flow_lines" />
3738
<Node label="Perrenial Drainage Network" xpath="Realizations/VBET/Inputs/Geopackage/Layers/Vector[@id='FLOWLINES']" type="vector" symbology="nhdperrenial" />
3839
<Node label="Intermittent Drainage Network" xpath="Realizations/VBET/Inputs/Geopackage/Layers/Vector[@id='FLOWLINES']" type="vector" symbology="nhdintermittent" />

0 commit comments

Comments
 (0)