-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into RCAT_Web_symbology
- Loading branch information
Showing
36 changed files
with
20,624 additions
and
1,272 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<!DOCTYPE qgis PUBLIC 'http://mrcc.com/qgis.dtd' 'SYSTEM'> | ||
<qgis version="3.28.13-Firenze" styleCategories="Symbology"> | ||
<renderer-v2 forceraster="0" referencescale="-1" type="singleSymbol" symbollevels="0" enableorderby="0"> | ||
<symbols> | ||
<symbol name="0" is_animated="0" alpha="1" clip_to_extent="1" type="fill" frame_rate="10" force_rhr="0"> | ||
<data_defined_properties> | ||
<Option type="Map"> | ||
<Option name="name" value="" type="QString"/> | ||
<Option name="properties"/> | ||
<Option name="type" value="collection" type="QString"/> | ||
</Option> | ||
</data_defined_properties> | ||
<layer enabled="1" class="SimpleFill" locked="0" pass="0"> | ||
<Option type="Map"> | ||
<Option name="border_width_map_unit_scale" value="3x:0,0,0,0,0,0" type="QString"/> | ||
<Option name="color" value="151,219,242,153" type="QString"/> | ||
<Option name="joinstyle" value="bevel" type="QString"/> | ||
<Option name="offset" value="0,0" type="QString"/> | ||
<Option name="offset_map_unit_scale" value="3x:0,0,0,0,0,0" type="QString"/> | ||
<Option name="offset_unit" value="MM" type="QString"/> | ||
<Option name="outline_color" value="110,110,110,255" type="QString"/> | ||
<Option name="outline_style" value="no" type="QString"/> | ||
<Option name="outline_width" value="0.46" type="QString"/> | ||
<Option name="outline_width_unit" value="MM" type="QString"/> | ||
<Option name="style" value="solid" type="QString"/> | ||
</Option> | ||
<data_defined_properties> | ||
<Option type="Map"> | ||
<Option name="name" value="" type="QString"/> | ||
<Option name="properties"/> | ||
<Option name="type" value="collection" type="QString"/> | ||
</Option> | ||
</data_defined_properties> | ||
</layer> | ||
</symbol> | ||
</symbols> | ||
<rotation/> | ||
<sizescale/> | ||
</renderer-v2> | ||
<blendMode>0</blendMode> | ||
<featureBlendMode>0</featureBlendMode> | ||
<layerGeometryType>2</layerGeometryType> | ||
</qgis> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.