Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blm meeting prep #696

Merged
merged 3 commits into from
Feb 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 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 Expand Up @@ -92,7 +92,7 @@
<Layer id="lui_igo"/>
</Layers>
</View>
<View name="Sampling Units:IGOs and DGOs" id="igo_dgo">
<View name="Sampling Frames" id="igo_dgo">
<Description>This view displayis the sampling units (IGOs and DGOs)</Description>
<Layers>
<Layer id="hs"/>
Expand Down
27 changes: 21 additions & 6 deletions RaveBusinessLogic/V2/RCAT.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
<Node label="Historic Riparian" xpath="Intermediates/Raster[@id='HISTRIPARIAN']" type="raster" symbology="Rip_Veg" transparency="40"/>
<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="Conversion" xpath="Intermediates/Raster[@id='CONVERSION']" type="raster" symbology="Veg_conversion_raster" transparency="40" id="conversion_raster"/>
<Node label="Floodplain Accessibility Raster" xpath="Intermediates/Raster[@id='FPACCESS']" type="raster" symbology="FPAccess_Raster" transparency="40" id="fpaccess_raster"/>
</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,11 +90,10 @@
<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">
<View name="Sample Frames" id="DGO_IGO">
<Description>This view shows the IGOs and DGOs</Description>
<Layers>
<Layer id="hillshade"/>
Expand All @@ -110,5 +109,21 @@
<Layer id="rvd"/>
</Layers>
</View>
<View name="Conversion" id="conv">
<Description>This view shows the riparian vegetation conversion type output overlayed on the conversion raster</Description>
<Layers>
<Layer id="hillshade"/>
<Layer id="conversion_raster"/>
<Layer id="Veg_conversion_igo"/>
</Layers>
</View>
<View name="Floodplain Accessibility" id="fpaccess">
<Description>This view shows the floodplain accessibility output overlayed on the floodplain accessibility raster</Description>
<Layers>
<Layer id="hillshade"/>
<Layer id="fpaccess_raster"/>
<Layer id="fpaccess_igo"/>
</Layers>
</View>
</Views>
</Project>
Loading
Loading