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

13 rows where docket_id = "EPA-HQ-OW-2013-0262" 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)

posted_year 2

  • 2014 9
  • 2021 4

document_type 2

  • Supporting & Related Material 10
  • Notice 3

agency_id 1

  • EPA 13
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-OW-2013-0262-0014 EPA None EPA-HQ-OW-2013-0262 Re-Issuance of a General Permit to the National Science Foundation for the Ocean Disposal of Man-Made Ice Piers from Its Station at McMurdo Sound in Antarctica Notice   2021-12-07T05:00:00Z 2021 12     2021-12-07T13:47:44Z 2021-26473 0 0 0900006484ea7a5d
EPA-HQ-OW-2013-0262-0010 EPA None EPA-HQ-OW-2013-0262 Re-Issuance of a General Permit to the National Science Foundation for the Ocean Disposal of Man-Made Ice Piers From its Station at McMurdo Sound in Antarctica Notice   2021-04-28T04:00:00Z 2021 4 2021-04-28T04:00:00Z 2021-05-29T03:59:59Z 2021-04-30T01:00:10Z 2021-08842 0 0 0900006484ab94de
EPA-HQ-OW-2013-0262-0012 EPA None EPA-HQ-OW-2013-0262 SPCC Plan for McMurdo - 2017 Revision Supporting & Related Material Guidance 2021-04-28T04:00:00Z 2021 4     2021-04-29T00:44:46Z   0 0 09000064849f132c
EPA-HQ-OW-2013-0262-0011 EPA None EPA-HQ-OW-2013-0262 MPRSA General Permit Application from NSF Supporting & Related Material Application 2021-04-28T04:00:00Z 2021 4     2021-04-29T00:44:54Z   0 0 09000064849efc11
EPA-HQ-OW-2013-0262-0002 EPA None EPA-HQ-OW-2013-0262 NOAA Memorandum Supporting & Related Material Memorandum 2014-04-22T04:00:00Z 2014 4     2014-04-22T15:11:50Z   0 0 0900006481435f9c
EPA-HQ-OW-2013-0262-0003 EPA None EPA-HQ-OW-2013-0262 US Fish and Wildlife Service (FWS) Memorandum Supporting & Related Material Memorandum 2014-04-22T04:00:00Z 2014 4     2014-04-22T15:12:05Z   0 0 0900006481435f9d
EPA-HQ-OW-2013-0262-0001 EPA None EPA-HQ-OW-2013-0262 General Permits: National Science Foundation; Ocean Disposal of Man-Made Ice Piers from its Base at McMurdo Sound in Antarctica Notice   2014-04-22T04:00:00Z 2014 4 2014-04-22T04:00:00Z   2014-04-22T15:10:34Z 2014-09136 0 0 09000064816c0823
EPA-HQ-OW-2013-0262-0009 EPA None EPA-HQ-OW-2013-0262 National Science Foundation (NSF) Spill Prevention Control and Countermeasures (SPCC) McMurdo Station 2012 Supporting & Related Material Report 2014-04-22T04:00:00Z 2014 4     2014-04-22T15:12:35Z   0 0 090000648143c2ad
EPA-HQ-OW-2013-0262-0004 EPA None EPA-HQ-OW-2013-0262 1991 USAP Final Supplemental EIS Supporting & Related Material Report 2014-04-22T04:00:00Z 2014 4     2014-04-22T15:13:20Z   0 0 090000648143c138
EPA-HQ-OW-2013-0262-0006 EPA None EPA-HQ-OW-2013-0262 Record of Environmental Review (ROER) Freeze Cell Installation 1998 Supporting & Related Material Form 2014-04-22T04:00:00Z 2014 4     2014-04-22T15:12:50Z   0 0 090000648143c13a
EPA-HQ-OW-2013-0262-0005 EPA None EPA-HQ-OW-2013-0262 1992 Ice Pier Initial Environmental Evaluation (IEE) Supporting & Related Material Report 2014-04-22T04:00:00Z 2014 4     2014-04-22T15:13:34Z   0 0 090000648143c139
EPA-HQ-OW-2013-0262-0007 EPA None EPA-HQ-OW-2013-0262 Record of Environmental Review (ROER) Freeze Cell Use 2000 Supporting & Related Material Form 2014-04-22T04:00:00Z 2014 4     2014-04-22T15:13:05Z   0 0 090000648143c13c
EPA-HQ-OW-2013-0262-0008 EPA None EPA-HQ-OW-2013-0262 United States Antarctic Program (USAP) Environmental Impact Statement (EIS) 1980 Supporting & Related Material Environmental Impact Statement 2014-04-22T04:00:00Z 2014 4     2014-04-22T15:12:20Z   0 0 090000648143c2ab

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