home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

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

8 rows where docket_id = "EPA-HQ-OAR-2004-0405" and posted_year = 2023 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype, last_modified, posted_date (date), last_modified (date)

posted_year 1

  • 2023 · 8 ✖

document_type 1

  • Supporting & Related Material 8

agency_id 1

  • EPA 8
id agency_id docket_id title document_type subtype posted_date ▲ posted_year posted_month comment_start_date comment_end_date last_modified fr_doc_num open_for_comment withdrawn object_id
EPA-HQ-OAR-2004-0405-0179 EPA Acid Rain Program: Continuous Emission Monitoring Legacy Docket ID #: A-94-16 EPA-HQ-OAR-2004-0405 Response to Comments Document, Part 75 Technical Rule Revisions, October 7,1996 [A-94-16-V-C-1] Supporting & Related Material Comment Response 2023-12-11T05:00:00Z 2023 12     2023-12-11T19:11:56Z   0 0 09000064853066e5
EPA-HQ-OAR-2004-0405-0181 EPA Acid Rain Program: Continuous Emission Monitoring Legacy Docket ID #: A-94-16 EPA-HQ-OAR-2004-0405 Pressure and Temperature Effects in Dilution Extractive Continuous Emission Monitoring Systems, EPRI TR-10-1700. December 1994 [A-94-16-IV-J-1] Supporting & Related Material Publication - Copyrighted Materials 2023-12-11T05:00:00Z 2023 12     2023-12-11T19:11:58Z   0 0 09000064853066e7
EPA-HQ-OAR-2004-0405-0182 EPA Acid Rain Program: Continuous Emission Monitoring Legacy Docket ID #: A-94-16 EPA-HQ-OAR-2004-0405 Acid Rain Program Policy Manual Update #5 (March 1995) [A-94-16-IV-A-2] Supporting & Related Material Report 2023-12-11T05:00:00Z 2023 12     2023-12-11T19:11:59Z   0 0 09000064853066e8
EPA-HQ-OAR-2004-0405-0178 EPA Acid Rain Program: Continuous Emission Monitoring Legacy Docket ID #: A-94-16 EPA-HQ-OAR-2004-0405 Further Comments on Continuous Emission Monitoring (CEM) System Calibration Error Cheeks for Unit Off-line/On-line Conditions - J. A. Jahnke, PhD, Source Technology Associates (February 23, 1996) [A-94-16-IV-A-1] Supporting & Related Material Fact/Data Sheet 2023-12-11T05:00:00Z 2023 12     2023-12-11T19:11:55Z   0 0 0900006485306c2e
EPA-HQ-OAR-2004-0405-0177 EPA Acid Rain Program: Continuous Emission Monitoring Legacy Docket ID #: A-94-16 EPA-HQ-OAR-2004-0405 EPA Memoranda of meeting and telephone conversations with persons outside EPA [A-94-16-IV-E-1] Supporting & Related Material Meeting Materials 2023-12-11T05:00:00Z 2023 12     2023-12-11T19:11:54Z   0 0 0900006485306c2d
EPA-HQ-OAR-2004-0405-0180 EPA Acid Rain Program: Continuous Emission Monitoring Legacy Docket ID #: A-94-16 EPA-HQ-OAR-2004-0405 American Gas Association (AGA) Transmission Measurement Committee Report No. 7: Measurement of Gas By Turbine Meters (1985 edition) [A-94-16-IV-J-2] Supporting & Related Material Publication - Copyrighted Materials 2023-12-11T05:00:00Z 2023 12     2023-12-11T19:11:57Z   0 0 09000064853066e6
EPA-HQ-OAR-2004-0405-0183 EPA Acid Rain Program: Continuous Emission Monitoring Legacy Docket ID #: A-94-16 EPA-HQ-OAR-2004-0405 Acid Rain Program CEMS Submission Instructions (May 1995) [A-94-16-IV-A-6] Supporting & Related Material Report 2023-12-11T05:00:00Z 2023 12     2023-12-11T19:11:59Z   0 0 09000064853066e9
EPA-HQ-OAR-2004-0405-0184 EPA Acid Rain Program: Continuous Emission Monitoring Legacy Docket ID #: A-94-16 EPA-HQ-OAR-2004-0405 Draft rulemaking package for OMB review (June 20 1996) [A-94-16-IV-H-1 Supporting & Related Material Interagency Review 2023-12-11T05:00:00Z 2023 12     2023-12-11T19:12:00Z   0 0 09000064853066ea

Advanced export

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

CSV options:

CREATE TABLE documents (
    id TEXT PRIMARY KEY,
    agency_id TEXT,
    docket_id TEXT REFERENCES dockets(id),
    title TEXT,
    document_type TEXT,
    subtype TEXT,
    posted_date TEXT,
    posted_year INTEGER,
    posted_month INTEGER,
    comment_start_date TEXT,
    comment_end_date TEXT,
    last_modified TEXT,
    fr_doc_num TEXT,
    open_for_comment INTEGER,
    withdrawn INTEGER,
    object_id TEXT
);
CREATE INDEX idx_docs_agency ON documents(agency_id);
CREATE INDEX idx_docs_docket ON documents(docket_id);
CREATE INDEX idx_docs_date ON documents(posted_date);
CREATE INDEX idx_docs_year ON documents(posted_year);
CREATE INDEX idx_docs_type ON documents(document_type);
CREATE INDEX idx_docs_frnum ON documents(fr_doc_num);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 735.413ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API