-
Notifications
You must be signed in to change notification settings - Fork 1
/
regs-usace.Rmd
executable file
·133 lines (109 loc) · 3.32 KB
/
regs-usace.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
---
pagetitle: "Regulations"
output:
html_document:
css: [libs/styles.css, libs/regs-usace_tiles.css]
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = F, warning = F, message = F)
```
<style>
.section h5 {
margin-top: 0;
}
</style>
<h1>
<a href="./regs.html" style="text-decoration:none;">
<i class="fa fa-arrow-circle-left" style="color:#0b56a6"></i>
</a> Regulations
</h1>
<br>
<div style="clear:both;"></div>
## USACE-led Processes
Projects in state waters require authorization from the U.S. Army Corps of Engineers (USACE) regardless of whether the project is grid-connected or not. See further definitions and requirements in <a href="https://www.govinfo.gov/content/pkg/FR-2017-01-06/pdf/2016-31355.pdf" target="_blank">Nationwide Permit 52 </a> (p. 73-74; Water-Based Renewable Energy Generation Pilot Projects, Effective Date: March 19, 2017; Expiration Date: March 18, 2022). Authorization from the USACE encompasses the following regulatory elements:
<div style="clear:both;"></div>
<div class="tiles">
<div class="tile-01">
<a href="https://openei.org/wiki/MHK-env/Regulations/CWA-401" target="_blank">
<h5>Clean Water Act §401</h5>
<p>(CWA §401)</p>
</a>
</div>
<div class="tile-02">
<a href="https://openei.org/wiki/MHK-env/Regulations/CWA-404" target="_blank">
<h5>Clean Water Act §404</h5>
<p>(CWA §404)</p>
</a>
</div>
<div class="tile-03">
<a href="https://openei.org/wiki/MHK-env/Regulations/CWA-408" target="_blank">
<h5>Clean Water Act §408</h5>
<p>(CWA §408)</p>
</a>
</div>
<div class="tile-04">
<a href="https://openei.org/wiki/MHK-env/Regulations/CZMA" target="_blank">
<h5>Coastal Zone Management Act</h5>
<p>(CZMA)</p>
</a>
</div>
<div class="tile-05">
<a href="https://openei.org/wiki/MHK-env/Regulations/ESA" target="_blank">
<h5>Endangered Species Act</h5>
<p>(ESA)</p>
</a>
</div>
<div class="tile-06">
<a href="https://openei.org/wiki/MHK-env/Regulations/RHA-10" target="_blank">
<h5>Rivers and Harbors Act §10</h5>
<p>(RHA §10)</p>
</a>
</div>
<div class="tile-07">
<a href="https://openei.org/wiki/MHK-env/Regulations/NEPA" target="_blank">
<h5>National Environmental Policy Act</h5>
<p>(NEPA)</p>
</a>
</div>
<div class="tile-08">
<a href="https://openei.org/wiki/MHK-env/Regulations/FWCA" target="_blank">
<h5>Fish and Wildlife Coordination Act</h5>
<p>(FWCA)</p>
</a>
</div>
<div class="tile-09">
<a href="https://openei.org/wiki/MHK-env/Regulations/NHPA" target="_blank">
<h5>National Historic Preservation Act</h5>
<p>(NHPA)</p>
</a>
</div>
<div class="tile-10">
<a href="https://openei.org/wiki/MHK-env/Regulations/Essential_Fish_Habitat" target="_blank">
<h5>Essential Fish Habitat</h5>
<p>(EFH)</p>
</a>
</div>
<div class="tile-11">
<a href="https://openei.org/wiki/MHK-env/Regulations/MBTA" target="_blank">
<h5>Migratory Bird Treaty Act</h5>
<p>(MBTA)</p>
</a>
</div>
<div class="tile-12">
<a href="https://openei.org/wiki/MHK-env/Regulations/PATON" target="_blank">
<h5>Private Aids to Navigation</h5>
<p>(PATONs)</p>
</a>
</div>
<div class="tile-13">
<a href="https://openei.org/wiki/MHK-env/Regulations/MMPA" target="_blank">
<h5>Marine Mammal Protection Act</h5>
<p>(MMPA)</p>
</a>
</div>
</div>
<script>
$("#usace-led-processes > div.tiles > div > p").remove();
</script>
<br>
<br>