-
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.
- Loading branch information
1 parent
f2aacf7
commit 62b4f13
Showing
1 changed file
with
55 additions
and
0 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,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> |