Skip to content

Commit

Permalink
RSC NZ BL
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbaileynar committed Dec 2, 2024
1 parent f2aacf7 commit 62b4f13
Showing 1 changed file with 55 additions and 0 deletions.
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>

0 comments on commit 62b4f13

Please sign in to comment.