-
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.
anthro and rcat updates for workshop
- Loading branch information
Showing
17 changed files
with
5,918 additions
and
3,073 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
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
File renamed without changes.
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,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" | ||
] | ||
} | ||
} | ||
] | ||
} |
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,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%)"} | ||
} | ||
] | ||
} |
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
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
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