home / openregs

cfr_sections

Current Code of Federal Regulations (eCFR) — the actual text of federal regulations in force. Covers 19 CFR titles with 123,000+ regulatory sections and full-text search.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

2 rows where part_number = 622 and title_number = 49 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 49 · 2 ✖

part_number 1

  • 622 · 2 ✖

agency 1

  • FTA 2
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
49:49:7.1.2.1.9.1.1.1 49 Transportation VI   622 PART 622—ENVIRONMENTAL IMPACT AND RELATED PROCEDURES A Subpart A—Environmental Procedures   § 622.101 Cross-reference to procedures. FTA       The procedures for complying with the National Environmental Policy Act of 1969, as amended (42 U.S.C. 4321 et seq. ), and related statutes, regulations, and Executive Orders are set forth in part 771 of Title 23 of the CFR, including compliance with FTA's environmental review statute located at 49 U.S.C. 5323(c). The procedures for complying with 49 U.S.C. 303, commonly known as “Section 4(f),” are set forth in part 774 of Title 23 of the CFR. The procedures for complying with the Surface Transportation Project Delivery Program application requirements and termination are set forth in part 773 of Title 23 of the CFR. The procedures for participating and complying with the program for eliminating duplication of environmental reviews are set forth in part 778 of Title 23 of the CFR.
49:49:7.1.2.1.9.3.1.1 49 Transportation VI   622 PART 622—ENVIRONMENTAL IMPACT AND RELATED PROCEDURES C Subpart C—Requirements for Energy Assessments   § 622.301 Buildings. FTA     [45 FR 58038, Aug. 29, 1980] (a) FTA assistance for the construction, reconstruction, or modification of buildings for which applications are submitted to FTA after October 1, 1980, will be approved only after the completion of an energy assessment. An energy assessment shall consist of an analysis of the total energy requirements of a building, within the scope of the proposed construction activity and at a level of detail appropriate to that scope, which considers: (1) Overall design of the facility or modification, and alternative designs; (2) Materials and techniques used in construction or rehabilitation; (3) Special or innovative conservation features that may be used; (4) Fuel requirements for heating, cooling, and operations essential to the function of the structure, projected over the life of the facility and including projected costs of this fuel; and (5) Kind of energy to be used, including: (i) Consideration of opportunities for using fuels other than petroleum and natural gas, and (ii) Consideration of using alternative, renewable energy sources. (b) Compliance with the requirements of paragraph (a) of this section shall be documented as part of the Environmental Assessment or Environmental Impact Statement for projects which are subject to a requirement for one. Projects for which there is no environmental assessment or EIS shall document compliance by submission of appropriate material with the application for FTA assistance for actual construction. (c) The cost of undertaking and documenting an energy assessment may be eligible for FTA participation if the requirements of Federal Management Circular 74-4 (A-87) are met. (d) This requirement shall not apply to projects for which the final project application or environmental assessment have been submitted to FTA prior to October 1, 1980.

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 309.218ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API