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

14 rows where docket_id = "EPA-R09-OAR-2017-0473" and posted_year = 2018 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Supporting & Related Material 10
  • Other 3
  • Notice 1

posted_year 1

  • 2018 · 14 ✖

agency_id 1

  • EPA 14
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-R09-OAR-2017-0473-0034 EPA None EPA-R09-OAR-2017-0473 Permits: Clean Air Act Prevention of Significant Deterioration; Palmdale Energy LLC, Palmdale Energy Project Notice   2018-12-11T05:00:00Z 2018 12 2018-12-11T05:00:00Z   2019-01-30T19:03:20Z 2018-26687 0 0 09000064839809ce
EPA-R09-OAR-2017-0473-0033 EPA None EPA-R09-OAR-2017-0473 Final Permit Decision - Permit Effective as of Oct. 25, 2018 Other   2018-10-26T04:00:00Z 2018 10 2018-10-26T04:00:00Z   2018-12-07T17:04:42Z   0 0 090000648385a548
EPA-R09-OAR-2017-0473-0031 EPA None EPA-R09-OAR-2017-0473 Section 7 (Re-Posting Select Documents Due to regulations.gov System Error) Supporting & Related Material   2018-05-15T04:00:00Z 2018 5     2018-05-25T19:12:11Z   0 0 090000648326bc10
EPA-R09-OAR-2017-0473-0032 EPA None EPA-R09-OAR-2017-0473 Section 12 - Re-Post of Document 12.20 Due to regulations.gov System Error Supporting & Related Material   2018-05-15T04:00:00Z 2018 5     2018-05-25T19:12:39Z   0 0 090000648326c123
EPA-R09-OAR-2017-0473-0030 EPA None EPA-R09-OAR-2017-0473 Administrative Record Index - Final Permit Decision, Palmdale Energy Project Other   2018-04-27T04:00:00Z 2018 4 2018-04-27T04:00:00Z   2018-04-28T15:25:12Z   0 0 09000064831f337e
EPA-R09-OAR-2017-0473-0029 EPA None EPA-R09-OAR-2017-0473 Section 13 - Final Permit Documents and Notifications Supporting & Related Material   2018-04-27T04:00:00Z 2018 4     2018-04-28T15:24:53Z   0 0 09000064831f1bb2
EPA-R09-OAR-2017-0473-0026 EPA None EPA-R09-OAR-2017-0473 Section 8 (Additional Documents) - Other Supporting Material Supporting & Related Material   2018-04-25T04:00:00Z 2018 4     2020-01-31T06:56:13Z   0 0 090000648301db49
EPA-R09-OAR-2017-0473-0027 EPA None EPA-R09-OAR-2017-0473 Section 12 - Material Cited in Response to Comments Supporting & Related Material   2018-04-25T04:00:00Z 2018 4     2020-01-31T06:56:14Z   0 0 0900006483052e54
EPA-R09-OAR-2017-0473-0028 EPA None EPA-R09-OAR-2017-0473 PSD Permit for Palmdale Energy Project 2018-04-25 Other   2018-04-25T04:00:00Z 2018 4 2018-04-25T04:00:00Z   2018-04-26T12:49:41Z   0 0 09000064831c72f4
EPA-R09-OAR-2017-0473-0025 EPA None EPA-R09-OAR-2017-0473 Section 11 - Comments Received on the EPA's Proposed Permit Decision - Document 11.5.1 ONLY - See Comments section of Docket for comments Supporting & Related Material   2018-04-17T04:00:00Z 2018 4     2018-04-18T01:36:59Z   0 0 090000648304543a
EPA-R09-OAR-2017-0473-0021 EPA None EPA-R09-OAR-2017-0473 Section 1 (Additional Documents) - PSD Permit Application Documents Supporting & Related Material   2018-04-17T04:00:00Z 2018 4     2018-04-18T01:36:38Z   0 0 090000648301d66a
EPA-R09-OAR-2017-0473-0024 EPA None EPA-R09-OAR-2017-0473 Section 10 - Public Hearing and Webinar Material Supporting & Related Material   2018-04-17T04:00:00Z 2018 4     2018-04-18T01:36:02Z   0 0 0900006483044e69
EPA-R09-OAR-2017-0473-0023 EPA None EPA-R09-OAR-2017-0473 Section 9 - Notifications During Public Comment Period Supporting & Related Material   2018-04-17T04:00:00Z 2018 4     2018-04-18T01:38:33Z   0 0 0900006483045294
EPA-R09-OAR-2017-0473-0022 EPA None EPA-R09-OAR-2017-0473 Section 4 (Additional Documents) - National Historic Preservation Act Supporting & Related Material   2018-04-17T04:00:00Z 2018 4     2018-04-18T01:37:52Z   0 0 090000648301da67

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