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

11 rows where agency_id = "EPA" and docket_id = "EPA-R09-OAR-2007-0657" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, posted_date, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 3

  • Supporting & Related Material 9
  • Proposed Rule 1
  • Rule 1

posted_year 1

  • 2007 11

agency_id 1

  • EPA · 11 ✖
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-2007-0657-0010 EPA None EPA-R09-OAR-2007-0657 62 FR 54587, Approval and Promulgation of Implementation Plans; California State Implementation Plan Revision, Bay Area Air Quality Management District, Direct Final Rule, October 21, 1997 Supporting & Related Material   2007-10-15T04:00:00Z 2007 10     2007-10-15T16:11:05Z   0 0 09000064802a035a
EPA-R09-OAR-2007-0657-0002 EPA None EPA-R09-OAR-2007-0657 Approval and Promulgation of Implementation Plans; Revisions to the California State Implementation Plan; San Francisco Bay Area, Direct Final Rule, pre-publication, signed version, September 20, 2007 Supporting & Related Material   2007-10-15T04:00:00Z 2007 10     2007-10-15T16:11:00Z   0 0 0900006480297fa7
EPA-R09-OAR-2007-0657-0004 EPA None EPA-R09-OAR-2007-0657 The San Francisco Bay Area Transportation Air Quality Conformity Protocol – Conformity Procedures (July 26, 2006) and San Francisco Bay Area Transportation Air Quality Conformity Protocol - Interagency Consultation Procedures (July 26, 2006), adopted by BAAQMD on July 19, 2006, by ABAG on July 20, 2006, and by MTC on July 26, 2006 Supporting & Related Material   2007-10-15T04:00:00Z 2007 10     2007-10-15T16:11:01Z   0 0 0900006480298009
EPA-R09-OAR-2007-0657-0007 EPA None EPA-R09-OAR-2007-0657 Vagenas, Ginger, Air Planning Office, U.S. EPA, Region 9; Technical Support Document for the Direct-Final Approval Supporting & Related Material   2007-10-15T04:00:00Z 2007 10     2007-10-15T16:11:04Z   0 0 0900006480298046
EPA-R09-OAR-2007-0657-0006 EPA None EPA-R09-OAR-2007-0657 Witherspoon, Catherine, Executive Officer, California Air Resources Board, Submittal of San Francisco Bay Area Transportation Air Quality Conformity Procedures, letter and enclosures, December 20, 2006 Supporting & Related Material   2007-10-15T04:00:00Z 2007 10     2007-10-15T16:11:03Z   0 0 0900006480298041
EPA-R09-OAR-2007-0657-0003 EPA None EPA-R09-OAR-2007-0657 Approval and Promulgation of Implementation Plans; Revisions to the California State Implementation Plan; San Francisco Bay Area, Proposed Rule, pre-publication, signed version, September 20, 2007 Supporting & Related Material   2007-10-15T04:00:00Z 2007 10     2007-10-15T16:11:01Z   0 0 0900006480297fb3
EPA-R09-OAR-2007-0657-0008 EPA None EPA-R09-OAR-2007-0657 58 FR 62188, Criteria and Procedures for Determining Conformity to State or Federal Implementation Plans of Transportation Plans, Programs, or Projects Funded or Approved Under Title 23 U.S.C. or the Federal Transit Act, Final Rule, November 24, 1993 Supporting & Related Material   2007-10-15T04:00:00Z 2007 10     2007-10-15T16:11:04Z   0 0 0900006480298049
EPA-R09-OAR-2007-0657-0005 EPA None EPA-R09-OAR-2007-0657 Kenny, Michael P., Executive Officer, California Air Resources Board, Submittal of San Francisco Bay Area Transportation Air Quality Conformity Criteria and Procedures, letter only, August 6, 1998 Supporting & Related Material   2007-10-15T04:00:00Z 2007 10     2007-10-15T16:11:02Z   0 0 090000648029803b
EPA-R09-OAR-2007-0657-0009 EPA None EPA-R09-OAR-2007-0657 62 FR 37172, Approval and Promulgation of Implementation Plans; California State Implementation Plan Revision, Bay Area Air Quality Management District, Proposed Rule, July 11, 1997 Supporting & Related Material   2007-10-15T04:00:00Z 2007 10     2007-10-15T16:11:05Z   0 0 09000064802a0354
EPA-R09-OAR-2007-0657-0001 EPA None EPA-R09-OAR-2007-0657 Approval and Promulgation of Implementation Plans; Revisions to the California State Implementation Plan; San Francisco Bay Area Rule   2007-10-12T04:00:00Z 2007 10 2007-10-12T04:00:00Z 2007-11-14T04:59:59Z 2008-01-08T21:15:18Z E7-20059 0 0 09000064802ff59f
EPA-R09-OAR-2007-0657-0011 EPA None EPA-R09-OAR-2007-0657 Approval and Promulgation of Implementation Plans; Revisions to the California State Implementation Plan; San Francisco Bay Area Proposed Rule   2007-10-12T04:00:00Z 2007 10 2007-10-12T04:00:00Z 2007-11-14T04:59:59Z 2008-01-08T21:10:59Z E7-20058 0 0 09000064802ff5e7

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