Skip to content

Commit

Permalink
some anthro and rcat bl
Browse files Browse the repository at this point in the history
  • Loading branch information
jtgilbert committed Feb 5, 2024
1 parent e967c84 commit 824dc61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
8 changes: 4 additions & 4 deletions RaveBusinessLogic/V2/Anthro.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Children collapsed="true">
<Node label="IGO Outputs">
<Children collapsed="true">
<Node label="Land Use Intensity" xpath="Geopackage/Layers/Vector[@lyrName='vwIgos']" type="point" symbology="iPC_LU_igo" id="lui_igo" />
<Node label="Land Use Intensity (IGO)" xpath="Geopackage/Layers/Vector[@lyrName='vwIgos']" type="point" symbology="iPC_LU_igo" id="lui_igo" />
<Node label="Road Length" xpath="Geopackage/Layers/Vector[@lyrName='vwIgos']" type="point" symbology="road_len" />
<Node label="Road Density" xpath="Geopackage/Layers/Vector[@lyrName='vwIgos']" type="point" symbology="road_dens" id="rd_dens_igo"/>
<Node label="Railroad Length" xpath="Geopackage/Layers/Vector[@lyrName='vwIgos']" type="point" symbology="rail_len" />
Expand All @@ -23,8 +23,8 @@
</Node>
<Node label="Reach Outputs">
<Children collapsed="true">
<Node label="Land Ownership per Reach" xpath="Geopackage/Layers/Vector[@lyrName='vwReaches']" type="line" symbology="ADMIN_AGEN" />
<Node label="Land Use Intensity" xpath="Geopackage/Layers/Vector[@lyrName='vwReaches']" type="line" symbology="iPC_LU" />
<Node label="Land Ownership per Reach" xpath="Geopackage/Layers/Vector[@lyrName='vwReaches']" type="line" symbology="reach_ownership" />
<Node label="Land Use Intensity (Reach)" xpath="Geopackage/Layers/Vector[@lyrName='vwReaches']" type="line" symbology="iPC_LU" />
<Node label="Distance to Nearest Infrastructure" xpath="Geopackage/Layers/Vector[@lyrName='vwReaches']" type="line" symbology="oPC_Dist" />
<Node label="Distance to Railroad" xpath="Geopackage/Layers/Vector[@lyrName='vwReaches']" type="line" symbology="iPC_Rail" />
<Node label="Distance to Railroad in Valley Bottom" xpath="Geopackage/Layers/Vector[@lyrName='vwReaches']" type="line" symbology="iPC_RailVB" />
Expand All @@ -44,7 +44,7 @@
<Node label="Stream Crossings" xpath="Geopackage/Layers/Vector[@lyrName='road_crossings']" type="point" symbology="stream_crossings" />
<Node label="Private Land" xpath="Geopackage/Layers/Vector[@lyrName='private_land']" type="polygon" symbology="PVTLand" transparency="40"/>
<Node label="Railroads Within the Valley Bottom" xpath="Geopackage/Layers/Vector[@lyrName='rail_valleybottom']" type="line" symbology="railroads" />
<Node label="Roads Within the Valley Bottom" xpath="Geopackage/Layers/Vector[@lyrName='road_valleybottom']" type="line" symbology="roads" />
<Node label="Roads Within the Valley Bottom" xpath="Geopackage/Layers/Vector[@lyrName='road_valleybottom']" type="line" symbology="road_valleybottom" />
</Children>
</Node>
<Node label="Inputs" xpath="Realizations/Realization/Inputs">
Expand Down
7 changes: 3 additions & 4 deletions RaveBusinessLogic/V2/RCAT.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<Node label="Existing Vegetated" xpath="Intermediates/Raster[@id='EXVEGETATED']" type="raster" symbology="Veg" transparency="40"/>
<Node label="Historic Vegetated" xpath="Intermediates/Raster[@id='HISTVEGETATED']" type="raster" symbology="Veg" transparency="40"/>
<Node label="Conversion" xpath="Intermediates/Raster[@id='CONVERSION']" type="raster" symbology="Veg_conversion_raster" transparency="40"/>
<Node label="Floodplain Accessibility" xpath="Intermediates/Raster[@id='FPACCESS']" type="raster" symbology="FPAccess_Raster" transparency="40"/>
<Node label="Floodplain Accessibility Raster" xpath="Intermediates/Raster[@id='FPACCESS']" type="raster" symbology="FPAccess_Raster" transparency="40"/>
</Children>
</Node>
</Children>
Expand Down Expand Up @@ -78,7 +78,7 @@
<Node label="Digital Elevation Model">
<Children collapsed="true">
<Node label="Pit-filled DEM" xpath="Raster[@id='PITFILL']" type="raster" symbology="dem" transparency="40" id="dem" />
<Node label="Hillshade" xpath="Raster[@id='HILLSHADE']" type="raster" symbology="hillshade" transparency="40" id="hillshade" />
<Node label="Hillshade" xpath="Raster[@id='HILLSHADE']" type="raster" symbology="hillshade" id="hillshade" />
</Children>
</Node>
</Children>
Expand All @@ -90,8 +90,7 @@
<Description>This view is the riparian condition ouptut from RCAT</Description>
<Layers>
<Layer id="hillshade"/>
<Layer id="vb"/>
<Layer id="rcat_condition"/>
<Layer id="rcat_condition_igo"/>
</Layers>
</View>
<View name="DGOs and IGOs" id="DGO_IGO">
Expand Down

0 comments on commit 824dc61

Please sign in to comment.