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

4 rows where part_number = 580 and title_number = 10 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 10 · 4 ✖

part_number 1

  • 580 · 4 ✖

agency 1

  • DOE 4
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
10:10:5.0.1.2.7.0.1.1 10 Energy II G 580 PART 580—CURTAILMENT PRIORITIES FOR ESSENTIAL AGRICULTURAL USES       § 580.01 Purpose. DOE       The purpose of this part is to implement the authority granted to the Secretary of Energy in section 401 of the Natural Gas Policy Act of 1978, Public Law 95-621, 92 Stat. 3394-3395 (1978).
10:10:5.0.1.2.7.0.1.2 10 Energy II G 580 PART 580—CURTAILMENT PRIORITIES FOR ESSENTIAL AGRICULTURAL USES       § 580.02 Definitions. DOE       (a) Terms defined in section 2 of the Natural Gas Policy Act of 1978 shall have the same meaning, as applicable, for purposes of this part, unless further defined in paragraph (b) of this section. (b) The following definitions are applicable to this part: (1) Commercial establishment means any establishment, (including institutions and local, state and federal government agencies) engaged primarily in the sale of goods or services, where natural gas is used for purposes other than those involving manufacturing or electric power generation. (2) Essential agricultural use means any use of natural gas: (i) For agricultural production, natural fiber production, natural fiber processing, food processing, food quality maintenance, irrigation pumping, crop drying; or (ii) As a process fuel or feedstock in the production of fertilizer, agricultural chemicals, animal feed, or food which the Secretary of Agriculture determines is necessary for full food and fiber production. (3) Essential agricultural user means any person who uses natural gas for an essential agricultural use as defined in paragraph (b)(2) of this section. (4) Hospital means a facility whose primary function is delivering medical care to patients who remain at the facility, including nursing and convalescent homes. Outpatient clinics or doctors' offices are not included in this definition. (5) High-priority use means any use of natural gas by a high-priority user as defined in paragraph (a)(6) of this section. (6) High-priority user means, in no specific order, any person who uses natural gas: (i) In a residence, or (ii) In a commercial establishment in amounts of less than 50 Mcf on a peak day; or (iii) In any school or hospital; or (iv) For minimum plant protection when operations are shut down, for police protection, for fire protection, in a sanitation facility, in a correctional facility, or for emergency situations pursuant to 18 CFR 2.78(a)(4). (7) Interstate pipeline means any person engaged in natural gas transportatio…
10:10:5.0.1.2.7.0.1.3 10 Energy II G 580 PART 580—CURTAILMENT PRIORITIES FOR ESSENTIAL AGRICULTURAL USES       § 580.03 Curtailment priorities. DOE       (a) Notwithstanding any provision of law other than section 401(b) of the Natural Gas Policy Act of 1978, or any other rule, regulation, or order of the Department of Energy, the Federal Energy Regulatory Commission or their predecessor agencies, and to the maximum extent practicable, no curtailment plan of an interstate pipeline may provide for curtailment of deliveries of natural gas for any essential agricultural use, unless: (1) Such curtailment does not reduce the quantity of natural gas delivered for such use below the use requirement certified by the Secretary of Agriculture under section 401(c) of the Natural Gas Policy Act of 1978 in order to meet the requirements of full food and fiber production; or (2) Such curtailment is necessary in order to meet the requirements of high-priority users; or (3) The Federal Energy Regulatory Commission, in consultation with the Secretary of Agriculture, determines, by rule or order issued pursuant to section 401(b) of the Natural Gas Policy Act of 1978, that use of a fuel (other than natural gas) is economically practicable and that the fuel is reasonably available as an alternative for such essential agricultural use. (b) Any essential agricultural user who also qualifies as a high-priority user shall be a high-priority user for purposes of paragraph (a) of this section. (c) The specific relative order of priority for all uses and users of natural gas, including high-priority and essential agricultural uses and users, shall remain as reflected in effective curtailment plans of interstate pipelines filed with the Federal Energy Regulatory Commission to the extent that the relative order of priorities does not conflict with paragraph (a) of this section. (d) Nothing in this rule shall prohibit the injection of natural gas into storage by interstate pipelines or deliveries to its customers for their injection into storage unless it is demonstrated to the Federal Energy Regulatory Commission that these injections or deliveries are not reasonably necessary to meet t…
10:10:5.0.1.2.7.0.1.4 10 Energy II G 580 PART 580—CURTAILMENT PRIORITIES FOR ESSENTIAL AGRICULTURAL USES       § 580.04 Administrative procedures. [Reserved] DOE        

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 1003.151ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API