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

add RSContextBC project type #659

Merged
merged 1 commit into from
Sep 26, 2023
Merged
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
80 changes: 80 additions & 0 deletions RaveBusinessLogic/V2/RSContextBC.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
<?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>Riverscapes Context</Name>
<ProjectType>RSContextBC</ProjectType>
<Node xpathlabel="Name" xpath="Realizations/Realization">
<Children collapsed="false">
<Node label="Transportation Local">
<Children collapsed="true">
<Node xpathlabel="Name" xpath="Datasets/Geopackage/Layers/Vector[@lyrName='dra_dgtl_road_atlas_mpar_sp']" type="line" symbology="roads" id="roads" />
</Children>
</Node>
<Node label="Hydrology">
<Children collapsed="false">
<Node label="Flow Lines" xpath="Datasets/Geopackage[@id='hydrology']/Layers/Vector[@lyrName='flow_lines']" type="line"/>
<Node label="Waterbodies" xpath="Datasets/Geopackage[@id='hydrology']/Layers/Vector[@lyrName='waterbodies']" type="polygon"/>
<Node label="Watershed" xpath="Datasets/Geopackage[@id='hydrology']/Layers/Vector[@lyrName='watershed']" type="polygon"/>
</Children>
</Node>
<Node label="Biogeoclimate">
<Children collapsed="true">
<Node xpathlabel="Name" xpath="Datasets/Geopackage/Layers/Vector[@lyrName='bec_biogeoclimatic_poly']" type="polygon"/>
</Children>
</Node>
<Node label="Vegetation">
<Children collapsed="true">
<Node xpathlabel="Name" xpath="Datasets/Geopackage/Layers/Vector[@lyrName='veg_comp_lyr_r1_poly']" type="polygon" id="exveg" />
</Children>
</Node>
<Node label="Topography and Derivatives">
<Children collapsed="true">
<Node label="DEM (10 m NED)" xpath="Datasets/DEM[@id='dem']" type="raster" symbology="dem" transparency="40" id="dem" />
<Node label="Slope Analysis" xpath="Datasets/Raster[@id='SLOPE']" type="raster" symbology="slope" transparency="40" />
</Children>
</Node>
<Node label="Hillshade">
<Children collapsed="true">
<Node xpathlabel="Name" xpath="Datasets/Hillshade[@id='hillshade']" type="raster" symbology="hillshade" id="hs" />
</Children>
</Node>
<Node label="Log File" xpath="Logs/LogFile" type="file" />
</Children>
</Node>
<Views default="Default">
<View name="Hydrology" id="Default">
<Layers>
<Layer id="perrenial" />
<Layer id="intermittent" />
<Layer id="huc10" /> <!-- A test to see if we like it and to see if we avoid the webrave problem of green fill with HUC8-->
</Layers>
</View>
<View name="Topography" id="Topography">
<Layers>
<Layer id="perrenial" />
<Layer id="intermittent" />
<Layer id="dem" />
<Layer id="hs" />
</Layers>
</View>
<View name="Transportation" id="Transportation">
<Layers>
<Layer id="roads" />
<Layer id="railroads" />
</Layers>
</View>
<View name="Existing Vegetation" id="veg">
<Layers>
<Layer id="perrenial" />
<Layer id="intermittent" />
<Layer id="exveg" />
</Layers>
</View>
<View name="Land Ownership" id="land">
<Layers>
<Layer id="perrenial" />
<Layer id="intermittent" />
<Layer id="owner" />
</Layers>
</View>
</Views>
</Project>