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

7 rows where docket_id = "EPA-HQ-OAR-2001-0012" and posted_year = 2019 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2019 · 7 ✖

document_type 1

  • Supporting & Related Material 7

agency_id 1

  • EPA 7
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-2001-0012-0484 EPA 40 CFR Part 194: Criteria for the Certification and Recertification of the Waste Isolation Pilot Plant's Compliance with the 40 CFR Part 191 Disposal Regulations - Post Certification Decision (Conditions, Recertifications, and Modification, Suspension, or Revocation, if Required) Legacy Docket ID #: A-98-49 EPA-HQ-OAR-2001-0012 2016-2018 Biennial Environmental Compliance Determination (BECR) - Letter and Review Materials (April 2019) Supporting & Related Material Letter 2019-05-01T04:00:00Z 2019 5     2019-05-01T11:43:24Z   0 0 0900006483c1ea67
EPA-HQ-OAR-2001-0012-0478 EPA 40 CFR Part 194: Criteria for the Certification and Recertification of the Waste Isolation Pilot Plant's Compliance with the 40 CFR Part 191 Disposal Regulations - Post Certification Decision (Conditions, Recertifications, and Modification, Suspension, or Revocation, if Required) Legacy Docket ID #: A-98-49 EPA-HQ-OAR-2001-0012 ORNL CCP (CH & RH) Continued Compliance Letter and Report - May 2018 Supporting & Related Material Letter 2019-03-14T04:00:00Z 2019 3     2019-03-14T11:46:14Z   0 0 0900006483adca1d
EPA-HQ-OAR-2001-0012-0481 EPA 40 CFR Part 194: Criteria for the Certification and Recertification of the Waste Isolation Pilot Plant's Compliance with the 40 CFR Part 191 Disposal Regulations - Post Certification Decision (Conditions, Recertifications, and Modification, Suspension, or Revocation, if Required) Legacy Docket ID #: A-98-49 EPA-HQ-OAR-2001-0012 Advanced Mixed Waste Treatment Project (AMWTP) QA Audit Letter & Report - November 2018 Supporting & Related Material Letter 2019-03-14T04:00:00Z 2019 3     2019-03-14T11:30:41Z   0 0 0900006483adc7a4
EPA-HQ-OAR-2001-0012-0483 EPA 40 CFR Part 194: Criteria for the Certification and Recertification of the Waste Isolation Pilot Plant's Compliance with the 40 CFR Part 191 Disposal Regulations - Post Certification Decision (Conditions, Recertifications, and Modification, Suspension, or Revocation, if Required) Legacy Docket ID #: A-98-49 EPA-HQ-OAR-2001-0012 AMWTP CH Tier 1 Change (Mobile ISOCS) Inspection Letter & Report - March 2019 Supporting & Related Material Letter 2019-03-14T04:00:00Z 2019 3     2019-03-14T11:48:02Z   0 0 0900006483adcb3a
EPA-HQ-OAR-2001-0012-0482 EPA 40 CFR Part 194: Criteria for the Certification and Recertification of the Waste Isolation Pilot Plant's Compliance with the 40 CFR Part 191 Disposal Regulations - Post Certification Decision (Conditions, Recertifications, and Modification, Suspension, or Revocation, if Required) Legacy Docket ID #: A-98-49 EPA-HQ-OAR-2001-0012 LANL CH Tier 1 Change (MILCC3) Inspection Letter and Report - November 2018 Supporting & Related Material Letter 2019-03-14T04:00:00Z 2019 3     2019-03-14T11:48:01Z   0 0 0900006483adc7da
EPA-HQ-OAR-2001-0012-0480 EPA 40 CFR Part 194: Criteria for the Certification and Recertification of the Waste Isolation Pilot Plant's Compliance with the 40 CFR Part 191 Disposal Regulations - Post Certification Decision (Conditions, Recertifications, and Modification, Suspension, or Revocation, if Required) Legacy Docket ID #: A-98-49 EPA-HQ-OAR-2001-0012 ORNL CCP RH Tier 1 Change (Appendices G&H) Letter and Report - September 2018 Supporting & Related Material Letter 2019-03-14T04:00:00Z 2019 3     2019-03-14T11:44:52Z   0 0 0900006483adcaa9
EPA-HQ-OAR-2001-0012-0479 EPA 40 CFR Part 194: Criteria for the Certification and Recertification of the Waste Isolation Pilot Plant's Compliance with the 40 CFR Part 191 Disposal Regulations - Post Certification Decision (Conditions, Recertifications, and Modification, Suspension, or Revocation, if Required) Legacy Docket ID #: A-98-49 EPA-HQ-OAR-2001-0012 2017 Waste Isolation Pilot Plant (WIPP) Site (Subpart A, Monitoring, Emplacement) Inspections Letter and Reports Supporting & Related Material Letter 2019-03-14T04:00:00Z 2019 3     2019-03-14T11:45:39Z   0 0 0900006483adca7a

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