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

RSC NZ BL #766

Merged
merged 1 commit into from
Dec 2, 2024
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
55 changes: 55 additions & 0 deletions RaveBusinessLogic/V2/RSContextNZ.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<?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">
<!-- <Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./XSD/project_explorer.xsd"> -->
<Name>Riverscapes Context</Name>
<ProjectType>RSContext</ProjectType>
<Node xpathlabel="Name" xpath="Realizations/Realization">
<Children collapsed="false">
<Node label="Hydrography">
<Children collapsed="false">
<Node label="Hydrography">
<Children collapsed="true">
<Node label="Hydro Junctions" xpath="Datasets/Geopackage[@id='HYDROGRAPHY']/Layers/Vector[@lyrName='junctions']" type="line" symbology="junctions" id="junctions" />
<Node label="Perennial Drainage Network" xpath="Datasets/Geopackage[@id='HYDROGRAPHY']/Layers/Vector[@lyrName='riverlines']" type="line" symbology="nhdperrenial" id="riverlines" />
<Node label="Catchments" xpath="Datasets/Geopackage[@id='HYDROGRAPHY']/Layers/Vector[@lyrName='catchments']" type="line" symbology="nhdperrenial" id="catchments" />
</Children>
</Node>
<Node label="Watershed Boundaries">
<Children collapsed="true">
<Node label="Watersheds" xpath="Datasets/Geopackage[@id='HYDROGRAPHY']/Layers/Vector[@lyrName='watersheds']" type="polygon" symbology="watesheds" />
</Children>
</Node>
</Children>
</Node>
<Node label="Topography and Derivatives">
<Children collapsed="true">
<Node label="DEM (8 m)" xpath="Datasets/Raster[@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/Raster[@id='HILLSHADE']" type="raster" symbology="hillshade" id="hs" />
</Children>
</Node>
<Node label="Log File" xpath="Logs/LogFile" type="file" />
<Node label="Metrics" xpath="Datasets/File" type="file" />
</Children>
</Node>
<Views default="Default">
<View name="Hydrology" id="Default">
<Layers>
<Layer id="riverlines" />
<Layer id="hs" /> <!-- 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="riverlines" />
<Layer id="intermittent" />
<Layer id="dem" />
<Layer id="hs" />
</Layers>
</View>
</Views>
</Project>
Loading