-
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
Showing
9 changed files
with
343 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,23 @@ | ||
{ | ||
"$schema": "https://xml.riverscapes.net/Symbology/web/vector.schema.json", | ||
"legend": [ | ||
["hsl(195, 78%, 77%)", "River Polygons (NHD Area)"] | ||
], | ||
"layerStyles": [ | ||
{ | ||
"id": "River Polygons outline", | ||
"type": "line", | ||
"source": "composite", | ||
"source-layer": "FlowArea-7fcprs", | ||
"layout": {}, | ||
"paint": {"line-color": "hsl(227, 81%, 59%)"} | ||
}, | ||
{ | ||
"id": "River Polygons fill", | ||
"type": "fill", | ||
"source": "composite", | ||
"source-layer": "FlowArea-7fcprs", | ||
"paint": {"fill-color": "hsl(195, 78%, 77%)"} | ||
} | ||
] | ||
} |
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,23 @@ | ||
{ | ||
"$schema": "https://xml.riverscapes.net/Symbology/web/vector.schema.json", | ||
"legend": [ | ||
["hsl(195, 80%, 71%)", "Ponds, Lakes, Reservoirs and Waterbodies"] | ||
], | ||
"layerStyles": [ | ||
{ | ||
"id": "Waterbody outline", | ||
"type": "line", | ||
"source": "composite", | ||
"source-layer": "FlowArea-7fcprs", | ||
"layout": {}, | ||
"paint": {"line-color": "hsl(200, 100%, 23%)"} | ||
}, | ||
{ | ||
"id": "Waterbody fill", | ||
"type": "fill", | ||
"source": "composite", | ||
"source-layer": "FlowArea-7fcprs", | ||
"paint": {"fill-color": "hsl(195, 80%, 71%)"} | ||
} | ||
] | ||
} |
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,52 @@ | ||
{ | ||
"$schema": "https://xml.riverscapes.net/Symbology/web/vector.schema.json", | ||
"legend": [ | ||
["hsl(52, 100%, 45%)", "Anthropogenically Limited"], | ||
["hsl(194, 100%, 50%)","Stream Power Limited"], | ||
["hsl(0, 100%, 48%)", "Slope Limited"], | ||
["hsl(314, 100%, 73%)","Potential Reservoir or Land Use Change"], | ||
["hsl(100, 100%, 23%)", "Naturally Vegetation Limited"], | ||
["hsl(32, 100%, 52%)", "Stream Size Limited"], | ||
["hsl(0, 0%, 65%)", "Dam Building Possible"], | ||
["hsl(0, 0%, 0%)", "Other"] | ||
], | ||
"layerStyles": [ | ||
{ | ||
"id": "Unsuitable or Limited Opportunities", | ||
"type": "line", | ||
"source": "composite", | ||
"source-layer": "BRAT_results-4wzuaw", | ||
"layout": {}, | ||
"paint": { | ||
"line-color": [ | ||
"match", | ||
["get", "Limitation"], | ||
["Dam Building Possible"], | ||
"hsl(0, 0%, 65%)", | ||
["Naturally Vegetation Limited"], | ||
"hsl(100, 100%, 23%)", | ||
["Anthropogenically Limited"], | ||
"hsl(52, 100%, 45%)", | ||
["Slope Limited"], | ||
"hsl(0, 100%, 48%)", | ||
["Potential Reservoir or Land Use Change"], | ||
"hsl(314, 100%, 73%)", | ||
["Stream Power Limited"], | ||
"hsl(194, 100%, 50%)", | ||
["Stream Size Limited"], | ||
"hsl(32, 100%, 52%)", | ||
["Other"], | ||
"hsl(0, 0%, 0%)", | ||
"#000000" | ||
], | ||
"line-opacity": [ | ||
"match", | ||
["get", "ReachCode"], | ||
[46006, 33600, 55800], | ||
1, | ||
0 | ||
] | ||
} | ||
} | ||
] | ||
} |
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,49 @@ | ||
{ | ||
"$schema": "https://xml.riverscapes.net/Symbology/web/vector.schema.json", | ||
"legend": [ | ||
["hsl(0, 100%, 48%)", "No Dams"], | ||
["hsl(40, 100%, 50%)", "Single Dam"], | ||
["hsl(60, 100%, 48%)","Small Complex (1-3 dams)"], | ||
["hsl(100, 100%, 45%)","Medium Complex (3-5 dams)"], | ||
["hsl(216, 100%, 45%)","Large Complex (>5 dams)"] | ||
], | ||
"layerStyles": [ | ||
{ | ||
"id": "Existing Dam Size", | ||
"type": "line", | ||
"source": "composite", | ||
"source-layer": "BRAT_results-4wzuaw", | ||
"layout": {}, | ||
"paint": { | ||
"line-color": [ | ||
"step", | ||
["get", "mCC_EX_CT"], | ||
"hsl(0, 100%, 48%)", | ||
0.000001, | ||
"hsl(40, 100%, 50%)", | ||
1, | ||
"hsl(40, 100%, 50%)", | ||
1.000001, | ||
"hsl(60, 100%, 48%)", | ||
3, | ||
"hsl(60, 100%, 48%)", | ||
3.000001, | ||
"hsl(100, 100%, 45%)", | ||
5, | ||
"hsl(100, 100%, 45%)", | ||
5.000001, | ||
"hsl(216, 100%, 45%)", | ||
10.81, | ||
"hsl(216, 100%, 45%)" | ||
], | ||
"line-opacity": [ | ||
"match", | ||
["get", "ReachCode"], | ||
[46006, 33600, 55800], | ||
1, | ||
0 | ||
] | ||
} | ||
} | ||
] | ||
} |
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,49 @@ | ||
{ | ||
"$schema": "https://xml.riverscapes.net/Symbology/web/vector.schema.json", | ||
"legend": [ | ||
["hsl(0, 100%, 48%)", "No Dams"], | ||
["hsl(40, 100%, 50%)", "Single Dam"], | ||
["hsl(60, 100%, 48%)","Small Complex (1-3 dams)"], | ||
["hsl(100, 100%, 45%)","Medium Complex (3-5 dams)"], | ||
["hsl(216, 100%, 45%)","Large Complex (>5 dams)"] | ||
], | ||
"layerStyles": [ | ||
{ | ||
"id": "Historic Dam Size", | ||
"type": "line", | ||
"source": "composite", | ||
"source-layer": "BRAT_results-4wzuaw", | ||
"layout": {}, | ||
"paint": { | ||
"line-color": [ | ||
"step", | ||
["get", "mCC_HPE_CT"], | ||
"hsl(0, 100%, 48%)", | ||
0.000001, | ||
"hsl(40, 100%, 50%)", | ||
1, | ||
"hsl(40, 100%, 50%)", | ||
1.000001, | ||
"hsl(60, 100%, 48%)", | ||
3, | ||
"hsl(60, 100%, 48%)", | ||
3.000001, | ||
"hsl(100, 100%, 45%)", | ||
5, | ||
"hsl(100, 100%, 45%)", | ||
5.000001, | ||
"hsl(216, 100%, 45%)", | ||
10.81, | ||
"hsl(216, 100%, 45%)" | ||
], | ||
"line-opacity": [ | ||
"match", | ||
["get", "ReachCode"], | ||
[46006, 55800], | ||
1, | ||
0 | ||
] | ||
} | ||
} | ||
] | ||
} |
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,50 @@ | ||
{ | ||
"$schema": "https://xml.riverscapes.net/Symbology/web/vector.schema.json", | ||
"legend": [ | ||
["hsl(0, 100%, 48%)", "None: 0 dams"], | ||
["hsl(40, 100%, 50%)", "Rare: 0-1 dams/km (0-2 dams/mi)"], | ||
["hsl(60, 100%, 48%)","Occasional: 1-5 dams/km (2-8 dams/mi)"], | ||
["hsl(100, 99%, 45%)","Frequent: 5-15 dams/km (8-24 dams/mi)"], | ||
["hsl(216, 100%, 45%)","Pervasive: 15-40 dams/km (24-64 dams/mi)"] | ||
], | ||
"layerStyles": [ | ||
{ | ||
"id": "Existing Dam Capacity ", | ||
"type": "line", | ||
"source": "composite", | ||
"source-layer": "oCC_EX-bmdfb2", | ||
"layout": {}, | ||
"paint": { | ||
"line-width": 1.25, | ||
"line-color": [ | ||
"step", | ||
["get", "oCC_EX"], | ||
"hsl(0, 100%, 48%)", | ||
0.000001, | ||
"hsl(40, 100%, 50%)", | ||
1, | ||
"hsl(40, 100%, 50%)", | ||
1.000001, | ||
"hsl(60, 100%, 48%)", | ||
5, | ||
"hsl(60, 100%, 48%)", | ||
5.000001, | ||
"hsl(100, 99%, 45%)", | ||
15, | ||
"hsl(100, 99%, 45%)", | ||
15.000001, | ||
"hsl(216, 100%, 45%)", | ||
31, | ||
"hsl(216, 100%, 45%)" | ||
], | ||
"line-opacity": [ | ||
"match", | ||
["get", "ReachCode"], | ||
[46006, 33600, 55800], | ||
1, | ||
0 | ||
] | ||
} | ||
} | ||
] | ||
} |
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,50 @@ | ||
{ | ||
"$schema": "https://xml.riverscapes.net/Symbology/web/vector.schema.json", | ||
"legend": [ | ||
["hsl(0, 100%, 48%)", "None: 0 dams"], | ||
["hsl(40, 100%, 50%)", "Rare: 0-1 dams/km (0-2 dams/mi)"], | ||
["hsl(60, 100%, 48%)","Occasional: 1-5 dams/km (2-8 dams/mi)"], | ||
["hsl(100, 99%, 45%)","Frequent: 5-15 dams/km (8-24 dams/mi)"], | ||
["hsl(216, 100%, 45%)","Pervasive: 15-40 dams/km (24-64 dams/mi)"] | ||
], | ||
"layerStyles": [ | ||
{ | ||
"id": "Historic Dam Capacity ", | ||
"type": "line", | ||
"source": "composite", | ||
"source-layer": "oCC_EX-bmdfb2", | ||
"layout": {}, | ||
"paint": { | ||
"line-width": 1.25, | ||
"line-color": [ | ||
"step", | ||
["get", "oCC_HPE"], | ||
"hsl(0, 100%, 48%)", | ||
0.000001, | ||
"hsl(40, 100%, 50%)", | ||
1, | ||
"hsl(40, 100%, 50%)", | ||
1.000001, | ||
"hsl(60, 100%, 48%)", | ||
5, | ||
"hsl(60, 100%, 48%)", | ||
5.000001, | ||
"hsl(100, 99%, 45%)", | ||
15, | ||
"hsl(100, 99%, 45%)", | ||
15.000001, | ||
"hsl(216, 100%, 45%)", | ||
31, | ||
"hsl(216, 100%, 45%)" | ||
], | ||
"line-opacity": [ | ||
"match", | ||
["get", "ReachCode"], | ||
[46006, 55800], | ||
1, | ||
0 | ||
] | ||
} | ||
} | ||
] | ||
} |
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,40 @@ | ||
{ | ||
"$schema": "https://xml.riverscapes.net/Symbology/web/vector.schema.json", | ||
"legend": [ | ||
["hsl(120, 100%, 33%)", "Conservation/Appropriate for Translocation"], | ||
["hsl(194, 100%, 50%)", "Encourage Beaver Expansion/Colonization"], | ||
["hsl(53, 100%, 45%)","Appropriate for Beaver Mimicry"], | ||
["hsl(24, 36%, 39%)", "Address Resource Limitations"], | ||
["hsl(240, 86%, 48%)", "Potential Floodpain/Side Channel Opportunities"], | ||
["hsl(0, 0%, 73%)", "Natural or Anthropogenic Limitations"] | ||
], | ||
"layerStyles": [ | ||
{ | ||
"id": "Restoration or Conservation Opportunities", | ||
"type": "line", | ||
"source": "composite", | ||
"source-layer": "BRAT_results-4wzuaw", | ||
"layout": {}, | ||
"paint": { | ||
"line-color": [ | ||
"match", | ||
["get", "Opportunity"], | ||
["Conservation/Appropriate for Translocation"], | ||
"hsl(120, 100%, 33%)", | ||
["Encourage Beaver Expansion/Colonization"], | ||
"hsl(194, 100%, 50%)", | ||
["Appropriate for Beaver Mimicry"], | ||
"hsl(53, 100%, 45%)", | ||
["Address Resource Limitations"], | ||
"hsl(24, 36%, 39%)", | ||
["Potential Floodpain/Side Channel Opportunities"], | ||
"hsl(240, 86%, 48%)", | ||
["Natural or Anthropogenic Limitations"], | ||
"hsl(0, 0%, 73%)", | ||
"#000000" | ||
], | ||
"line-width": ["match", ["get", "ReachCode"], [46003], 0.5, 1, [46007], 0.5, 1] | ||
} | ||
} | ||
] | ||
} |
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,7 @@ | ||
# QGIS Generated Color Map Export File | ||
INTERPOLATION:EXACT | ||
0,255,34,0,255,Unsuitable | ||
1,255,153,0,255,Barely,Suitable | ||
2,255,255,0,255,Moderately,Suitable | ||
3,122,171,0,255,Suitable | ||
4,0,97,0,255,Preferred |