Skip to content

Commit

Permalink
initial beaver activity bl
Browse files Browse the repository at this point in the history
  • Loading branch information
jtgilbert authored and philipbaileynar committed Oct 9, 2024
1 parent 6607c11 commit 907a8dc
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions RaveBusinessLogic/V2/Beaver_Activity.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?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>Beaver Activity</Name>
<ProjectType>Beaver_Activity</ProjectType>
<Node xpathlabel="Name" xpath="Realizations/Realization">
<Children collapsed="false">
<Node label="Project Report" xpath="Outputs/HTMLFile" type="report" />
<Node label="Outputs" xpath="Outputs">
<Children collapsed="false">
<Node label="Beaver Dam Density (IGO)" xpath="Geopackage/Layers/Vector[@lyrName='igos']" type="point" id="dam_density_igo" symbology="dam_density_igo" filter="&quot;FCode&quot; in (46006, 55800, 33600)" />
<Node label="Beaver Dam Density (DGO)" xpath="Geopackage/Layers/Vector[@lyrName='dgos']" type="polygon" id="dam_density_dgo" symbology="dam_density_dgo" filter="&quot;FCode&quot; in (46006, 55800, 33600)" />
<Node label="Beaver Dam Density (IGO; All)" xpath="Geopackage/Layers/Vector[@lyrName='igos']" type="point" id="dam_density_igo_all" symbology="dam_density_igo" />
<Node label="Beaver Dam Density (DGO; All)" xpath="Geopackage/Layers/Vector[@lyrName='dgos']" type="polygon" id="dam_density_dgo_all" symbology="dam_density_dgo" />
</Children>
</Node>
<Node label="Inputs" xpath="Outputs">
<Children collapsed="true">
<Node label="Integrated Geographic Objects" xpath="Geopackage/Layers/Vector[@lyrName='igos']" type="point" symbology="IGO" />
<Node label="Discrete Geographic Objects" xpath="Geopackage/Layers/Vector[@lyrName='dgos']" type="polygon" symbology="DGO" />
<Node label="Dams" xpath="Geopackage/Layers/Vector[@lyrName='dams']" type="point" id="dams" symbology="beaver_dams" />
</Children>
</Node>
</Children>
</Node>
<Views default="dam_density_igo">
<View name="Beaver Dam Density (IGO)" id="dam_density_igo">
<Description>Beaver dam density attributed to the Integrated Geographic Objects</Description>
<Layers>
<Layer id="dam_density_igo" />
</Layers>
</View>
<View name="Beaver Dam Density (DGO)" id="dam_density_dgo">
<Description>Beaver dam density attributed to the Discrete Geographic Objects</Description>
<Layers>
<Layer id="dam_density_dgo" />
</Layers>
</View>
</Views>
</Project>

0 comments on commit 907a8dc

Please sign in to comment.