Skip to content

Commit

Permalink
anthro and rcat updates for workshop
Browse files Browse the repository at this point in the history
  • Loading branch information
jtgilbert committed Feb 12, 2024
1 parent 824dc61 commit f2c257b
Show file tree
Hide file tree
Showing 17 changed files with 5,918 additions and 3,073 deletions.
2 changes: 1 addition & 1 deletion RaveBusinessLogic/V2/Anthro.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<Layer id="lui_igo"/>
</Layers>
</View>
<View name="Sampling Units:IGOs and DGOs" id="igo_dgo">
<View name="Sampling Frames" id="igo_dgo">
<Description>This view displayis the sampling units (IGOs and DGOs)</Description>
<Layers>
<Layer id="hs"/>
Expand Down
22 changes: 19 additions & 3 deletions RaveBusinessLogic/V2/RCAT.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
<Node label="Historic Riparian" xpath="Intermediates/Raster[@id='HISTRIPARIAN']" type="raster" symbology="Rip_Veg" transparency="40"/>
<Node label="Existing Vegetated" xpath="Intermediates/Raster[@id='EXVEGETATED']" type="raster" symbology="Veg" transparency="40"/>
<Node label="Historic Vegetated" xpath="Intermediates/Raster[@id='HISTVEGETATED']" type="raster" symbology="Veg" transparency="40"/>
<Node label="Conversion" xpath="Intermediates/Raster[@id='CONVERSION']" type="raster" symbology="Veg_conversion_raster" transparency="40"/>
<Node label="Floodplain Accessibility Raster" xpath="Intermediates/Raster[@id='FPACCESS']" type="raster" symbology="FPAccess_Raster" transparency="40"/>
<Node label="Conversion" xpath="Intermediates/Raster[@id='CONVERSION']" type="raster" symbology="Veg_conversion_raster" transparency="40" id="conversion_raster"/>
<Node label="Floodplain Accessibility Raster" xpath="Intermediates/Raster[@id='FPACCESS']" type="raster" symbology="FPAccess_Raster" transparency="40" id="fpaccess_raster"/>
</Children>
</Node>
</Children>
Expand Down Expand Up @@ -93,7 +93,7 @@
<Layer id="rcat_condition_igo"/>
</Layers>
</View>
<View name="DGOs and IGOs" id="DGO_IGO">
<View name="Sample Frames" id="DGO_IGO">
<Description>This view shows the IGOs and DGOs</Description>
<Layers>
<Layer id="hillshade"/>
Expand All @@ -109,5 +109,21 @@
<Layer id="rvd"/>
</Layers>
</View>
<View name="Conversion" id="conv">
<Description>This view shows the riparian vegetation conversion type output overlayed on the conversion raster</Description>
<Layers>
<Layer id="hillshade"/>
<Layer id="conversion_raster"/>
<Layer id="Veg_conversion_igo"/>
</Layers>
</View>
<View name="Floodplain Accessibility" id="fpaccess">
<Description>This view shows the floodplain accessibility output overlayed on the floodplain accessibility raster</Description>
<Layers>
<Layer id="hillshade"/>
<Layer id="fpaccess_raster"/>
<Layer id="fpaccess_igo"/>
</Layers>
</View>
</Views>
</Project>
1,142 changes: 625 additions & 517 deletions Symbology/qgis/Anthro/DivPts_ct.qml

Large diffs are not rendered by default.

1,024 changes: 566 additions & 458 deletions Symbology/qgis/Anthro/DivPts_dens.qml

Large diffs are not rendered by default.

405 changes: 405 additions & 0 deletions Symbology/qgis/Anthro/road_valleybottom.qml

Large diffs are not rendered by default.

1,024 changes: 566 additions & 458 deletions Symbology/qgis/Anthro/roadcross_count.qml

Large diffs are not rendered by default.

1,026 changes: 567 additions & 459 deletions Symbology/qgis/Anthro/roadcross_density.qml

Large diffs are not rendered by default.

1,914 changes: 793 additions & 1,121 deletions Symbology/qgis/Shared/ownership.qml

Large diffs are not rendered by default.

2,194 changes: 2,194 additions & 0 deletions Symbology/qgis/Shared/reach_ownership.qml

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions Symbology/web/Anthro/DivPts_ct.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"$schema": "https://xml.riverscapes.xyz/Symbology/web/vector.schema.json",
"legend": [
["hsl(115, 48%, 70%)", "< 2"],
["hsl(146, 30%, 68%)", "2 - 5"],
["hsl(200, 31%, 68%)", "5 - 8"],
["hsl(227, 59%, 74%)", "8 - 11"],
["hsl(257, 100%, 70%)", "> 11"]
["hsl(115, 48%, 70%)", "0 - 1"],
["hsl(146, 30%, 68%)", "1 - 2"],
["hsl(200, 31%, 68%)", "2 - 5"],
["hsl(227, 59%, 74%)", "5 - 10"],
["hsl(257, 100%, 70%)", "> 10"]
],
"layerStyles": [
{
Expand Down Expand Up @@ -36,21 +36,21 @@
["get", "DivPts_ct"],
0,
"hsl(115, 48%, 70%)",
2,
1,
"hsl(115, 48%, 70%)",
2.001,
1.001,
"hsl(146, 30%, 68%)",
5,
2,
"hsl(146, 30%, 68%)",
5.001,
2.001,
"hsl(200, 31%, 68%)",
8,
5,
"hsl(200, 31%, 68%)",
8.001,
5.001,
"hsl(227, 59%, 74%)",
11,
10,
"hsl(227, 59%, 74%)",
11.001,
10.001,
"hsl(257, 100%, 70%)",
10000000.00,
"hsl(257, 100%, 70%)"
Expand Down
26 changes: 13 additions & 13 deletions Symbology/web/Anthro/DivPts_dens.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"$schema": "https://xml.riverscapes.xyz/Symbology/web/vector.schema.json",
"legend": [
["hsl(115, 48%, 70%)", "< 0.00008"],
["hsl(146, 30%, 68%)", "0.00008 - 0.00015"],
["hsl(200, 31%, 68%)", "0.00015 - 0.00020"],
["hsl(227, 59%, 74%)", "0.00020 - 0.00050"],
["hsl(257, 100%, 70%)", "> 0.00050"]
["hsl(115, 48%, 70%)", "< 0.0005"],
["hsl(146, 30%, 68%)", "0.0005 - 0.001"],
["hsl(200, 31%, 68%)", "0.001 - 0.002"],
["hsl(227, 59%, 74%)", "0.002 - 0.005"],
["hsl(257, 100%, 70%)", "> 0.005"]
],
"layerStyles": [
{
Expand Down Expand Up @@ -36,21 +36,21 @@
["get", "DivPts_dens"],
0,
"hsl(115, 48%, 70%)",
0.000080000000,
0.00050000000,
"hsl(115, 48%, 70%)",
0.0000800000001,
0.000500000001,
"hsl(146, 30%, 68%)",
0.00015,
0.001,
"hsl(146, 30%, 68%)",
0.00015001,
0.0010001,
"hsl(200, 31%, 68%)",
0.0002,
0.002,
"hsl(200, 31%, 68%)",
0.0002001,
0.002001,
"hsl(227, 59%, 74%)",
0.0005,
0.005,
"hsl(227, 59%, 74%)",
0.0005001,
0.005001,
"hsl(257, 100%, 70%)",
1.00,
"hsl(257, 100%, 70%)"
Expand Down
File renamed without changes.
110 changes: 110 additions & 0 deletions Symbology/web/Anthro/reach_ownership.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
{
"$schema": "https://xml.riverscapes.net/Symbology/web/vector.schema.json",
"legend": [

["hsl(0, 0%, 59%)","Private"],
["hsl(135, 48%, 75%)","United States Forest Service"],
["hsl(49, 100%, 77%)","Bureau of Land Management"],
["hsl(273, 100%, 80%)","National Park Service"],
["hsl(0, 0%, 100%)","None"],
["hsl(58, 75%, 65%)","United States Army Corps of Engineers"],
["hsl(224, 42%, 40%)","United States Bureau of Reclamation"],
["hsl(7, 27%, 53%)","United States Department of Agriculture"],
["hsl(298, 88%, 67%)","United States Department of Interior"],
["hsl(296, 100%, 85%)","United States Department Of Defence"],
["hsl(171, 37%, 53%)","United States Fish and Wildlife Service"],
["hsl(20, 51%, 69%)","United States Department of Energy"],
["hsl(213, 100%, 73%)","State"],
["hsl(34, 100%, 66%)", "Bureau of Indian Affairs"],
["hsl(253, 52%, 66%)","Forest Service"],
["hsl(141, 47%, 44%)","Bonneville Power Administration"],
["hsl(178, 43%, 32%)","USCG"],
["hsl(32, 54%, 73%)","BOP"],
["hsl(284, 43%, 35%)","IBWC"],
["hsl(283, 20%, 42%)","FAA"],
["hsl(339, 56%, 68%)","United States Department of Justice"],
["hsl(312, 55%, 58%)","United States Navy"],
["hsl(0, 45%, 47%)","USMC"],
["hsl(283, 20%, 42%)","FHA"],
["hsl(160, 60%, 55%)","GSA"],
["hsl(195, 75%, 76%)","VA"],
["hsl(333, 88%, 69%)","United States Army"],
["hsl(15, 56%, 58%)","United States Air Force"],
["hsl(0, 0%, 70%)","Unknown"]
],
"layerStyles": [
{
"id": "Land Ownership per Reach",
"type": "line",
"source": "composite",
"source-layer": "BRAT_results-4wzuaw",
"layout": {},
"paint": {
"line-color": [
"case",
["match", ["get", "ownership"], ["PVT"], true, false],
"hsl(0, 0%, 59%)",
["match", ["get", "ownership"], ["USFS"], true, false],
"hsl(135, 48%, 75%)",
["match", ["get", "ownership"], ["BLM"], true, false],
"hsl(49, 100%, 77%)",
["match", ["get", "ownership"], ["NPS"], true, false],
"hsl(273, 100%, 80%)",
["match", ["get", "ownership"], ["None"], true, false],
"hsl(0, 0%, 100%)",
["match", ["get", "ownership"], ["USACE"], true, false],
"hsl(58, 75%, 65%)",
["match", ["get", "ownership"], ["USBR"], true, false],
"hsl(224, 42%, 40%)",
["match", ["get", "ownership"], ["USDA"], true, false],
"hsl(7, 27%, 53%)",
["match", ["get", "ownership"], ["DOI"], true, false],
"hsl(298, 88%, 67%)",
["match", ["get", "ownership"], ["DOD"], true, false],
"hsl(296, 100%, 85%)",
["match", ["get", "ownership"], ["FWS"], true, false],
"hsl(171, 37%, 53%)",
["match", ["get", "ownership"], ["DOE"], true, false],
"hsl(20, 51%, 69%)",
["match", ["get", "ownership"], ["ST"], true, false],
"hsl(213, 100%, 73%)",
["match", ["get", "ownership"], ["BIA"], true, false],
"hsl(34, 100%, 66%)",
["match", ["get", "ownership"], ["4USFS"], true, false],
"hsl(135, 48%, 75%)",
["match", ["get", "ownership"], ["BPA"], true, false],
"hsl(141, 47%, 44%)",
["match", ["get", "ownership"], ["USCG"], true, false],
"hsl(178, 43%, 32%)",
["match", ["get", "ownership"], ["BOP"], true, false],
"hsl(32, 54%, 73%)",
["match", ["get", "ownership"], ["IBWC"], true, false],
"hsl(284, 43%, 35%)",
["match", ["get", "ownership"], ["FAA"], true, false],
"hsl(283, 20%, 42%)",
["match", ["get", "ownership"], ["DOJ"], true, false],
"hsl(339, 56%, 68%)",
["match", ["get", "ownership"], ["NAVY"], true, false],
"hsl(312, 55%, 58%)",
["match", ["get", "ownership"], ["USMC"], true, false],
"hsl(0, 45%, 47%)",
["match", ["get", "ownership"], ["FHA"], true, false],
"hsl(283, 20%, 42%)",
["match", ["get", "ownership"], ["GSA"], true, false],
"hsl(160, 60%, 55%)",
["match", ["get", "ownership"], ["VA"], true, false],
"hsl(195, 75%, 76%)",
["match", ["get", "ownership"], ["ARMY"], true, false],
"hsl(333, 88%, 69%)",
["match", ["get", "ownership"], ["USAF"], true, false],
"hsl(15, 56%, 58%)",
[">", ["get", "ownership"], 31],
"hsl(0, 0%, 70%)",
["match", ["get", "ownership"], [5, 7, 17, 28], true, false],
"hsl(0, 0%, 70%)",
"#000000"
]
}
}
]
}
16 changes: 16 additions & 0 deletions Symbology/web/Anthro/road_valleybottom.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"$schema": "https://xml.riverscapes.net/Symbology/web/vector.schema.json",
"legend": [
["hsl(0, 0%, 0%)", "Roads in the Valley Bottom"]
],
"layerStyles": [
{
"id": "road-vb",
"type": "line",
"source": "composite",
"source-layer": "road_valleybottom",
"layout": {},
"paint": {"line-color": "hsl(0, 0%, 0%)"}
}
]
}
26 changes: 13 additions & 13 deletions Symbology/web/Anthro/roadcross_count.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"$schema": "https://xml.riverscapes.xyz/Symbology/web/vector.schema.json",
"legend": [
["hsl(42, 79%, 58%)", "< 5"],
["hsl(28, 85%, 56%)", "5 - 10"],
["hsl(17, 90%, 54%)", "10 - 20"],
["hsl(352, 100%, 49%)", "20 - 50"],
["hsl(0, 100%, 39%)", "> 50"]
["hsl(42, 79%, 58%)", "0 - 1"],
["hsl(28, 85%, 56%)", "1 - 2"],
["hsl(17, 90%, 54%)", "2 - 5"],
["hsl(352, 100%, 49%)", "5 - 10"],
["hsl(0, 100%, 39%)", "> 10"]
],
"layerStyles": [
{
Expand Down Expand Up @@ -36,21 +36,21 @@
["get", "RoadX_ct"],
0,
"hsl(42, 79%, 58%)",
5,
1,
"hsl(42, 79%, 58%)",
5.001,
1.001,
"hsl(28, 85%, 56%)",
10,
2,
"hsl(28, 85%, 56%)",
10.001,
2.001,
"hsl(17, 90%, 54%)",
20,
5,
"hsl(17, 90%, 54%)",
20.001,
5.001,
"hsl(352, 100%, 49%)",
50,
10,
"hsl(352, 100%, 49%)",
50.001,
10.001,
"hsl(0, 100%, 39%)",
10000000.00,
"hsl(0, 100%, 39%)"
Expand Down
14 changes: 7 additions & 7 deletions Symbology/web/Anthro/roadcross_density.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"legend": [
["hsl(42, 79%, 58%)", "< 0.001"],
["hsl(28, 85%, 56%)", "0.001 - 0.005"],
["hsl(17, 90%, 54%)", "0.005 - 0.008"],
["hsl(352, 100%, 49%)", "0.008 - 0.01"],
["hsl(0, 100%, 39%)", "> 0.01"]
["hsl(17, 90%, 54%)", "0.005 - 0.01"],
["hsl(352, 100%, 49%)", "0.01 - 0.02"],
["hsl(0, 100%, 39%)", "> 0.02"]
],
"layerStyles": [
{
Expand Down Expand Up @@ -44,13 +44,13 @@
"hsl(28, 85%, 56%)",
0.005001,
"hsl(17, 90%, 54%)",
0.00800,
0.0100,
"hsl(17, 90%, 54%)",
0.008001,
0.01001,
"hsl(352, 100%, 49%)",
0.0100,
0.0200,
"hsl(352, 100%, 49%)",
0.01001,
0.02001,
"hsl(0, 100%, 39%)",
1.00,
"hsl(0, 100%, 39%)"
Expand Down
20 changes: 10 additions & 10 deletions Symbology/web/Shared/ownership.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"legend": [
["hsl(34, 100%, 66%)", "Bureau of Indian Affairs (BIA)"],
["hsl(49, 100%, 77%)", "Bureau of Land Management (BLM)"],
["hsl(80, 100%, 87%)", "Bureau of Reclamation (USBR)"],
["hsl(90, 58%, 74%)", "US Fish and Wldlife Service (FWS)"],
["hsl(100, 51%, 60%)", "US Forest Service (USFS)"],
["hsl(100, 100%, 33%)", "Department of Energy (DOE)"],
["hsl(214, 100%, 50%)", "Department of Defense (DOD)"],
["hsl(253, 100%, 24%)", "Bureau of Reclamation (USBR)"],
["hsl(171, 37%, 53%)", "US Fish and Wldlife Service (FWS)"],
["hsl(135, 48%, 75%)", "US Forest Service (USFS)"],
["hsl(20, 51%, 69%)", "Department of Energy (DOE)"],
["hsl(296, 100%, 85%)", "Department of Defense (DOD)"],
["hsl(213, 100%, 73%)", "State"],
["hsl(222, 100%, 87%)", "Local"],
["hsl(0, 0%, 88%)", "Private"],
Expand All @@ -29,13 +29,13 @@
["BLM"],
"hsl(49, 100%, 77%)",
["USBR"],
"hsl(80, 100%, 87%)",
"hsl(253, 100%, 24%)",
["FWS"],
"hsl(90, 58%, 74%)",
"hsl(171, 37%, 53%)",
["USFS"],
"hsl(100, 51%, 60%)",
"hsl(135, 48%, 75%)",
["DOE"],
"hsl(100, 100%, 33%)",
"hsl(20, 51%, 69%)",
["ST"],
"hsl(213, 100%, 73%)",
["LG"],
Expand All @@ -45,7 +45,7 @@
["UND"],
"hsl(0, 4%, 66%)",
["DOD"],
"hsl(214, 100%, 50%)",
"hsl(296, 100%, 85%)",
"#000000"
]
}
Expand Down

0 comments on commit f2c257b

Please sign in to comment.