Skip to content

Commit

Permalink
Added new symbology files for LUI, riparian condition, riparian conve…
Browse files Browse the repository at this point in the history
…rsion, and updated business logic.
  • Loading branch information
ChloeSeeborg authored and jtgilbert committed May 2, 2024
1 parent b8d5ead commit 6a47ef0
Show file tree
Hide file tree
Showing 4 changed files with 8,283 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RaveBusinessLogic/V2/pibo_riverscapes.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://xml.riverscapes.net/RaveBusinessLogic/XSD/project_explorer.xsd">
<Name>PIBO and Riverscapes Data</Name>
<Name>PIBO and Riverscapes data for Clearwater</Name>
<ProjectType>pibo_riverscapes</ProjectType>
<Node xpathlabel="Name">
<Children collapsed="false">
<Node label="PIBO Points" xpath="Realizations/Realization/Datasets">
<Children collapsed="true">
<Node label="Active Status" xpath="Geopackage/Layers/Vector[@lyrName='PIBO_points']" type="point" symbology="pibo_active_sym" id="pibo_active"/>
<Node label="Site Designation" xpath="Geopackage/Layers/Vector[@lyrName='PIBO_points']" type="point" symbology="sitedes_sym" id="pibo_sitedes"/>
<Node label="Land Use Intensity" xpath="Geopackage/Layers/Vector[@lyrName='PIBO_points']" type="point" symbology="iPC_LU_igo" id="lui"/>
<Node label="Riparian Condition" xpath="Geopackage/Layers/Vector[@lyrName='PIBO_points']" type="point" symbology="condition_igo_v2" id="rcat_condition"/>
<Node label="Riparian Conversion" xpath="Geopackage/Layers/Vector[@lyrName='PIBO_points']" type="point" symbology="Veg_conversion_igo" id="rcat_conversion"/>
<Node label="Land Use Intensity" xpath="Geopackage/Layers/Vector[@lyrName='PIBO_points']" type="point" symbology="lui_sym" id="lui"/>
<Node label="Riparian Condition" xpath="Geopackage/Layers/Vector[@lyrName='PIBO_points']" type="point" symbology="cond_sym" id="rcat_condition"/>
<Node label="Riparian Conversion" xpath="Geopackage/Layers/Vector[@lyrName='PIBO_points']" type="point" symbology="conv_sym" id="rcat_conversion"/>
<Node label="Existing Dam Capacity" xpath="Geopackage/Layers/Vector[@lyrName='PIBO_points']" type="point" symbology="capacity_sym" id="brat_capacity"/>
<Node label="Risk" xpath="Geopackage/Layers/Vector[@lyrName='PIBO_points']" type="point" symbology="risk_sym" id="brat_risk"/>
<Node label="Restoration and Conservation Opportunities" xpath="Geopackage/Layers/Vector[@lyrName='PIBO_points']" type="point" symbology="opportunity_sym" id="brat_opportunity"/>
Expand Down
Loading

0 comments on commit 6a47ef0

Please sign in to comment.