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

9 rows where docket_id = "EPA-HQ-OAR-2005-0117" and posted_year = 2007 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype, posted_date, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 2

  • Supporting & Related Material 8
  • Notice 1

posted_year 1

  • 2007 · 9 ✖

agency_id 1

  • EPA 9
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-2005-0117-0164 EPA Standards of Performance for Stationary Sources and Emission Guidelines for Existing Sources: Large Municipal Waste Combustors EPA-HQ-OAR-2005-0117 Emissions from Large and Small Municipal Waste Combustion (MWC) Units at Maximum Achievable Control Technology (MACT) Compliance Supporting & Related Material Letter, Memorandum, Email 2007-08-15T04:00:00Z 2007 8     2007-08-15T23:29:30Z   0 0 0900006480276e8a
EPA-HQ-OAR-2005-0117-0162 EPA Standards of Performance for Stationary Sources and Emission Guidelines for Existing Sources: Large Municipal Waste Combustors EPA-HQ-OAR-2005-0117 Documentation that no public hearing was requested regarding the reconsideration proposal Supporting & Related Material Letter, Memorandum, Email 2007-04-13T04:00:00Z 2007 4     2007-04-13T18:31:59Z   0 0 09000064802255d2
EPA-HQ-OAR-2005-0117-0161 EPA Standards of Performance for Stationary Sources and Emission Guidelines for Existing Sources: Large Municipal Waste Combustors EPA-HQ-OAR-2005-0117 Standards of Performance for New Stationary Sources and Emission Guidelines for Existing Sources: Large Municipal Waste Combustors; Notice of Reconsideration of Final Rule Notice Federal Register Document 2007-03-20T04:00:00Z 2007 3 2007-03-20T04:00:00Z 2007-04-20T03:59:59Z 2011-06-11T16:00:39Z E7-05022 0 0 0900006480216912
EPA-HQ-OAR-2005-0117-0159 EPA Standards of Performance for Stationary Sources and Emission Guidelines for Existing Sources: Large Municipal Waste Combustors EPA-HQ-OAR-2005-0117 Standard for the Qualification and Certification of Resource Recovery Facility Operators - ASME QRO-1-1989 (Full Text) Supporting & Related Material Publication - Copyrighted Materials 2007-03-12T04:00:00Z 2007 3     2011-10-03T15:27:30Z   0 0 090000648020edb5
EPA-HQ-OAR-2005-0117-0157 EPA Standards of Performance for Stationary Sources and Emission Guidelines for Existing Sources: Large Municipal Waste Combustors EPA-HQ-OAR-2005-0117 Email from OMB-Robert Johansson(2/15/07) to Walt Stevenson Supporting & Related Material Letter, Memorandum, Email 2007-03-12T04:00:00Z 2007 3     2007-03-12T11:54:00Z   0 0 090000648020ed8b
EPA-HQ-OAR-2005-0117-0156 EPA Standards of Performance for Stationary Sources and Emission Guidelines for Existing Sources: Large Municipal Waste Combustors EPA-HQ-OAR-2005-0117 Comparison of Two Methods for Calculating CEMS Data Availability Supporting & Related Material Letter, Memorandum, Email 2007-03-12T04:00:00Z 2007 3     2007-03-12T11:53:59Z   0 0 090000648020ed82
EPA-HQ-OAR-2005-0117-0160 EPA Standards of Performance for Stationary Sources and Emission Guidelines for Existing Sources: Large Municipal Waste Combustors EPA-HQ-OAR-2005-0117 Federal Register Notice of 02-27-06, Subpart Da NSPS Revision - CEMS Data Availability Supporting & Related Material Federal Register Document 2007-03-12T04:00:00Z 2007 3     2007-06-26T14:09:54Z   0 0 090000648020edc1
EPA-HQ-OAR-2005-0117-0155 EPA Standards of Performance for Stationary Sources and Emission Guidelines for Existing Sources: Large Municipal Waste Combustors EPA-HQ-OAR-2005-0117 Comparison of Compliance Test Duration for Method 23 (Dioxins/Furans) and Method 29 (Metals and Mercury) for Large Municipal Waste Combustors (MWCs) Supporting & Related Material Letter, Memorandum, Email 2007-03-12T04:00:00Z 2007 3     2007-03-12T11:53:58Z   0 0 090000648020ed61
EPA-HQ-OAR-2005-0117-0158 EPA Standards of Performance for Stationary Sources and Emission Guidelines for Existing Sources: Large Municipal Waste Combustors EPA-HQ-OAR-2005-0117 QRO Operator Certification for Municipal Solid Waste Combustion Facilities- ASME Summary Supporting & Related Material Publication - Copyrighted Materials 2007-03-12T04:00:00Z 2007 3     2011-10-03T17:46:35Z   0 0 090000648020ed9e

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