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

RCAT Symbology and BL #613

Merged
merged 5 commits into from
May 30, 2023
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
52 changes: 39 additions & 13 deletions RaveBusinessLogic/V2/RCAT.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<Children collapsed="false">
<Node label="IGOs">
<Children>
<Node label="Riparian Condition" xpath="Geopackage/Layers/Vector[@lyrName='vwIgos']" type="point" symbology="condition_igo" />
<Node label="Riparian Condition" xpath="Geopackage/Layers/Vector[@lyrName='vwIgos']" type="point" symbology="condition_igo" id="rcat_condition_igo"/>
</Children>
</Node>
<Node label="Reaches">
<Children>
<Node label="Riparian Condition" xpath="Geopackage/Layers/Vector[@lyrName='vwReaches']" type="line" symbology="condition" />
<Node label="Riparian Condition" xpath="Geopackage/Layers/Vector[@lyrName='vwReaches']" type="line" symbology="condition" id="rcat_condition"/>
</Children>
</Node>
</Children>
Expand All @@ -22,16 +22,16 @@
<Children collapsed="true">
<Node label="IGOs">
<Children collapsed="true">
<Node label="Riparian Vegetation Departure" xpath="Outputs/Geopackage/Layers/Vector[@lyrName='vwIgos']" type="point" symbology="rvd_igo"/>
<Node label="Land Use Intensity" xpath="Outputs/Geopackage/Layers/Vector[@lyrName='vwIgos']" type="point" symbology=""/>
<Node label="Floodplain Accessibility" xpath="Outputs/Geopackage/Layers/Vector[@lyrName='vwIgos']" type="point" symbology=""/>
<Node label="Riparian Vegetation Departure" xpath="Outputs/Geopackage/Layers/Vector[@lyrName='vwIgos']" type="point" symbology="rvd_igo" id="rvd_igo"/>
<Node label="Land Use Intensity" xpath="Outputs/Geopackage/Layers/Vector[@lyrName='vwIgos']" type="point" symbology="iPC_LU_igo" id="LUI_igo" />
<Node label="Floodplain Accessibility" xpath="Outputs/Geopackage/Layers/Vector[@lyrName='vwIgos']" type="point" symbology="FPAccess_igo" id="fpaccess_igo"/>
</Children>
</Node>
<Node label="Reaches">
<Children collapsed="true">
<Node label="Riparian Vegetation Departure" xpath="Outputs/Geopackage/Layers/Vector[@lyrName='vwReaches']" type="line" symbology="rvd"/>
<Node label="Land Use Intensity" xpath="Outputs/Geopackage/Layers/Vector[@lyrName='vwReaches']" type="line" symbology="iPC_LU"/>
<Node label="Floodplain Accessibility" xpath="Outputs/Geopackage/Layers/Vector[@lyrName='vwReaches']" type="line" symbology="FPAccess"/>
<Node label="Riparian Vegetation Departure" xpath="Outputs/Geopackage/Layers/Vector[@lyrName='vwReaches']" type="line" symbology="rvd" id="rvd"/>
<Node label="Land Use Intensity" xpath="Outputs/Geopackage/Layers/Vector[@lyrName='vwReaches']" type="line" symbology="iPC_LU" id="LUI"/>
<Node label="Floodplain Accessibility" xpath="Outputs/Geopackage/Layers/Vector[@lyrName='vwReaches']" type="line" symbology="FPAccess" id="fpaccess"/>
</Children>
</Node>
<Node label="Rasters">
Expand All @@ -40,7 +40,7 @@
<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=""/>
<Node label="Conversion" xpath="Intermediates/Raster[@id='CONVERSION']" type="raster" symbology="Veg_Conversion" transparency="40"/>
<Node label="Floodplain Accessibility" xpath="Intermediates/Raster[@id='FPACCESS']" type="raster" symbology="FPAccess_Raster" transparency="40"/>
</Children>
</Node>
Expand All @@ -51,8 +51,8 @@
<Node label="Sampling Units">
<Children collapsed="true">
<Node label="Stream Reaches" xpath="Geopackage/Layers/Vector[@lyrName='reaches']" type="line" symbology="stream_reaches" />
<Node label="Integrated Geographic Objects (IGOs)" xpath="Geopackage/Layers/Vector[@lyrName='igo']" type="point" symbology="" />
<Node label="Discrete Geographic Objects (DGOs)" xpath="Geopackage/Layers/Vector[@lyrName='dgo']" type="polygon" symbology="" />
<Node label="Integrated Geographic Objects (IGOs)" xpath="Geopackage/Layers/Vector[@lyrName='igo']" type="point" symbology="IGO" id="igo" />
<Node label="Discrete Geographic Objects (DGOs)" xpath="Geopackage/Layers/Vector[@lyrName='dgo']" type="polygon" symbology="DGO" id="dgo" />
</Children>
</Node>
<Node label="Anthropogenic Datasets">
Expand All @@ -64,7 +64,7 @@
</Node>
<Node label="Valley Bottom">
<Children collapsed="true">
<Node label="Valley Bottom" xpath="Geopackage/Layers/Vector[@lyrName='valley_bottom']" type="polygon" symbology="vbet68_filled" />
<Node label="Valley Bottom" xpath="Geopackage/Layers/Vector[@lyrName='valley_bottom']" type="polygon" symbology="vbet68_filled" id="vb"/>
</Children>
</Node>
<Node label="Vegetation">
Expand All @@ -75,11 +75,37 @@
</Node>
<Node label="Digital Elevation Model">
<Children collapsed="true">
<Node label="Pit-filled DEM" xpath="Raster[@id='PITFILL']" type="raster" symbology="dem" transparency="40" />
<Node label="Pit-filled DEM" xpath="Raster[@id='PITFILL']" type="raster" symbology="dem" transparency="40" id="dem" />
</Children>
</Node>
</Children>
</Node>
</Children>
</Node>
<Views default ="RCAT_Condition">
<View name="Riparian Condition" id="RCAT_Condition">
<Description>This view is the riparian condition ouptut from RCAT</Description>
<Layers>
<Layer id="dem"/>
<Layer id="vb"/>
<Layer id="rcat_condition"/>
</Layers>
</View>
<View name="DGOs and IGOs" id="DGO_IGO">
<Description>This view shows the IGOs and DGOs</Description>
<Layers>
<Layer id="dem"/>
<Layer id="dgo"/>
<Layer id="igo"/>
</Layers>
</View>
<View name="RVD" id="rvd_rip">
<Description>This view shows the riparian vegetation departure (RVD) output overlayed on the existing riprarian vegetation raster</Description>
<Layers>
<Layer id="dem"/>
<Layer id="evt_rip"/>
<Layer id="rvd"/>
</Layers>
</View>
</Views>
</Project>
Binary file modified Symbology/esri/RCAT/FPAccess.lyr
Binary file not shown.
Binary file added Symbology/esri/RCAT/FPAccess_Raster.lyr
Binary file not shown.
Binary file added Symbology/esri/RCAT/FPAccess_igo.lyr
Binary file not shown.
Binary file added Symbology/esri/RCAT/Veg_Conversion.lyr
Binary file not shown.
Binary file modified Symbology/esri/RCAT/condition_igo.lyr
Binary file not shown.
Binary file added Symbology/esri/RCAT/iPC_LU_igo.lyr
Binary file not shown.
Binary file modified Symbology/esri/RCAT/rvd_igo.lyr
Binary file not shown.
Binary file added Symbology/esri/Shared/DGO.lyr
Binary file not shown.
Binary file added Symbology/esri/Shared/IGO.lyr
Binary file not shown.
Loading
Loading