cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where part_number = 230 and title_number = 33 sorted by section_id
This data as json, CSV (advanced)
Suggested facets: amendment_citations, full_text
| section_id ▼ | title_number | title_name | chapter | subchapter | part_number | part_name | subpart | subpart_name | section_number | section_heading | agency | authority | source_citation | amendment_citations | full_text |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 33:33:3.0.1.1.8.0.1.1 | 33 | Navigation and Navigable Waters | II | 230 | PART 230—PROCEDURES FOR IMPLEMENTING NEPA | § 230.1 [Reserved] | USACE | ||||||||
| 33:33:3.0.1.1.8.0.1.2 | 33 | Navigation and Navigable Waters | II | 230 | PART 230—PROCEDURES FOR IMPLEMENTING NEPA | § 230.2 Applicability. | USACE | [90 FR 29464, July 3, 2025] | This regulation is applicable to the U.S. Army Corps of Engineers Civil Works program, except the permitting programs and the 33 U.S.C. 408 request for permission program covered in 33 CFR part 333. | ||||||
| 33:33:3.0.1.1.8.0.1.3 | 33 | Navigation and Navigable Waters | II | 230 | PART 230—PROCEDURES FOR IMPLEMENTING NEPA | §§ 230.3-230.8 [Reserved] | USACE | ||||||||
| 33:33:3.0.1.1.8.0.1.4 | 33 | Navigation and Navigable Waters | II | 230 | PART 230—PROCEDURES FOR IMPLEMENTING NEPA | § 230.9 Categorical exclusions. | USACE | Actions listed below when considered individually and cumulatively do not have significant effects on the quality of the human environment and are categorically excluded from NEPA documentation. However, district commanders should be alert for extraordinary circumstances which may dictate the need to prepare an EA or an EIS. Even though an EA or EIS is not indicated for a Federal action because of a “categorical exclusion”, that fact does not exempt the action from compliance with any other Federal law. For example, compliance with the Endangered Species Act, the Fish and Wildlife Coordination Act, the National Historic Preservation Act, the Clean Water Act, etc., is always mandatory, even for actions not requiring an EA or EIS. (a) For a period of one year from the effective date of these regulations, district commanders should maintain an information list on the type and number of categorical exclusion actions which due to extraordinary circumstances triggered the need for an EA and finding of no significant impact (FONSI) or an EIS. If a district commander determines that a categorical exclusion should be modified, the information will be furnished to the division commander, who will review and analyze the actions and circumstances to determine if there is a basis for recommending a modification to the list of categorical exclusions. HQUSACE (CECW-RE) will review recommended changes for Corps-wide consistency and revise the list accordingly. See 33 CFR part 325, appendix B for categorical exclusions for regulatory actions. (b) Activities at completed Corps projects which carry out the authorized project purposes. Examples include routine operation and maintenance actions, general administration, equipment purchases, custodial actions, erosion control, painting, repair, rehabilitation, replacement of existing structures and facilities such as buildings, roads, levees, groins and utilities, and installation of new buildings utilities, or roadways in developed areas. (c) Minor maintenance dredging using existi… |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE cfr_sections (
section_id TEXT PRIMARY KEY,
title_number INTEGER,
title_name TEXT,
chapter TEXT,
subchapter TEXT,
part_number TEXT,
part_name TEXT,
subpart TEXT,
subpart_name TEXT,
section_number TEXT,
section_heading TEXT,
agency TEXT,
authority TEXT,
source_citation TEXT,
amendment_citations TEXT,
full_text TEXT
);
CREATE INDEX idx_cfr_title ON cfr_sections(title_number);
CREATE INDEX idx_cfr_part ON cfr_sections(part_number);
CREATE INDEX idx_cfr_agency ON cfr_sections(agency);