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

initial landscape synthesis project #678

Merged
merged 1 commit into from
Jan 3, 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
33 changes: 33 additions & 0 deletions RaveBusinessLogic/V2/landscape_synthesis.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?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>Landscape Synthesis</Name>
<ProjectType>lanscape_synthesis</ProjectType>
<Node xpathlabel="Name" xpath="Realizations/Realization">
<Children collapsed="false">
<Node label="Landscape Metrics">
<Children>
<Node label="Drainage Density" xpath="Datasets/Geopackage/Layers/Vector[@lyrName='blm_restoration_landscapes']" type="polygon" symbology="drainage_density" id="drainage_density"/>
<Node label="Proportion Valley Bottom" xpath="Datasets/Geopackage/Layers/Vector[@lyrName='blm_restoration_landscapes']" type="polygon" symbology="proportion_vb" id="proportion_vb"/>
<Node label="Acres of Valley Bottom per Mile of Channel" xpath="Datasets/Geopackage/Layers/Vector[@lyrName='blm_restoration_landscapes']" type="polygon" symbology="acres_vb_mile" id="acres_vb_mi"/>
<Node label="Proportion Riparian in Valley Bottom" xpath="Datasets/Geopackage/Layers/Vector[@lyrName='blm_restoration_landscapes']" type="polygon" symbology="prop_rip" id="prop_rip"/>
</Children>
</Node>
<Node label="BLM Metrics">
<Children>
<Node label="Proportion of Channels on BLM" xpath="Datasets/Geopackage/Layers/Vector[@lyrName='blm_restoration_landscapes']" type="polygon" symbology="prop_chan_blm" id="prop_chan_blm"/>
<Node label="Proportion Riverscape on BLM" xpath="Datasets/Geopackage/Layers/Vector[@lyrName='blm_restoration_landscapes']" type="polygon" symbology="prop_vb_blm" id="prop_vb_blm"/>
<Node label="Proportion of Landscape in BLM Valley Bottom" xpath="Datasets/Geopackage/Layers/Vector[@lyrName='blm_restoration_landscapes']" type="polygon" symbology="proportion_vb_blm" id="proportion_vb_blm"/>
<Node label="Proportion Riparian in BLM Valley Bottoms" xpath="Datasets/Geopackage/Layers/Vector[@lyrName='blm_restoration_landscapes']" type="polygon" symbology="prop_rip_blm" id="prop_rip_blm"/>
</Children>
</Node>
<Node label="Metrics Table" xpath="Datasets/CSV[@id='METRIC_TABLE']" type="file"/>
</Children>
</Node>
<Views default="DEFAULT">
<View name="Proportion of Riverscape that is BLM" id="DEFAULT">
<Layers>
<Layer id="prop_vb_blm" />
</Layers>
</View>
</Views>
</Project>
1,060 changes: 1,060 additions & 0 deletions Symbology/qgis/landscape_synthesis/acres_vb_mile.qml

Large diffs are not rendered by default.

1,017 changes: 1,017 additions & 0 deletions Symbology/qgis/landscape_synthesis/drainage_density.qml

Large diffs are not rendered by default.

1,061 changes: 1,061 additions & 0 deletions Symbology/qgis/landscape_synthesis/prop_chan_blm.qml

Large diffs are not rendered by default.

1,060 changes: 1,060 additions & 0 deletions Symbology/qgis/landscape_synthesis/prop_rip.qml

Large diffs are not rendered by default.

1,061 changes: 1,061 additions & 0 deletions Symbology/qgis/landscape_synthesis/prop_rip_blm.qml

Large diffs are not rendered by default.

1,061 changes: 1,061 additions & 0 deletions Symbology/qgis/landscape_synthesis/prop_vb_blm.qml

Large diffs are not rendered by default.

1,061 changes: 1,061 additions & 0 deletions Symbology/qgis/landscape_synthesis/proportion_vb.qml

Large diffs are not rendered by default.

1,061 changes: 1,061 additions & 0 deletions Symbology/qgis/landscape_synthesis/proportion_vb_blm.qml

Large diffs are not rendered by default.

Loading