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 = "FRA-2010-0052" and posted_year = 2020 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2020 · 13 ✖

document_type 1

  • Other 13

agency_id 1

  • FRA 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
FRA-2010-0052-0055 FRA Utah Transit Authority Front Runner - Positive Train Control Plans FRA-2010-0052 US DOT/FRA- Approval Letter Other Report 2020-11-19T05:00:00Z 2020 11 2020-11-19T05:00:00Z   2020-11-19T13:53:35Z   0 0 090000648496837d
FRA-2010-0052-0054 FRA Utah Transit Authority Front Runner - Positive Train Control Plans FRA-2010-0052 Utah Transity Authority Front Runner (UFRC) Q3 2020 PTC Progress Report Other Report 2020-11-17T05:00:00Z 2020 11 2020-11-17T05:00:00Z   2020-11-17T19:41:17Z   0 0 0900006484964da6
FRA-2010-0052-0053 FRA Utah Transit Authority Front Runner - Positive Train Control Plans FRA-2010-0052 RRS-201015-006 UFRC Mandatory Directive Expedient Release Field Test Request Conditional Approval Other Decision 2020-11-03T05:00:00Z 2020 11 2020-11-03T05:00:00Z   2024-11-06T23:41:07Z   1 0 0900006484948cdc
FRA-2010-0052-0052 FRA Utah Transit Authority Front Runner - Positive Train Control Plans FRA-2010-0052 RRS-200924-001 UFRC PTCSP Second Notice of Delay Letter Other Letter(s) 2020-10-07T04:00:00Z 2020 10 2020-10-07T04:00:00Z   2024-11-12T23:25:11Z   1 0 09000064848e56c9
FRA-2010-0052-0051 FRA Utah Transit Authority Front Runner - Positive Train Control Plans FRA-2010-0052 Utah Transit Authority Front Runner (UFRC) Q2 2020 PTC Progress Report Other Report 2020-08-13T04:00:00Z 2020 8 2020-08-13T04:00:00Z   2020-08-13T14:59:36Z   0 0 09000064847fc403
FRA-2010-0052-0050 FRA Utah Transit Authority Front Runner - Positive Train Control Plans FRA-2010-0052 RRS-200608-011 UFRC PTCIP RFA 8.0 APPROVAL LETTER Other Decision 2020-07-14T04:00:00Z 2020 7 2020-07-14T04:00:00Z   2024-11-06T23:37:15Z   1 0 09000064847533ab
FRA-2010-0052-0049 FRA Utah Transit Authority Front Runner - Positive Train Control Plans FRA-2010-0052 Utah Transit Authority Front Runner (UFRC) PTC Safety Plan (PTCSP) Version 2.0 - June 2020 Other Report 2020-06-26T04:00:00Z 2020 6 2020-06-26T04:00:00Z   2020-06-26T19:20:37Z   0 0 0900006484710d91
FRA-2010-0052-0048 FRA Utah Transit Authority Front Runner - Positive Train Control Plans FRA-2010-0052 Utah Transit Authority Front Runner (UFRC) Q1 2020 PTC Progress Report Other Report 2020-05-18T04:00:00Z 2020 5 2020-05-18T04:00:00Z   2020-05-18T14:44:21Z   0 0 0900006484632eb9
FRA-2010-0052-0047 FRA Utah Transit Authority Front Runner - Positive Train Control Plans FRA-2010-0052 RRS-200430-002 NOTICE OF DELAY UFRC PTCSP Other Letter(s) 2020-05-05T04:00:00Z 2020 5 2020-05-05T04:00:00Z   2024-11-12T23:19:23Z   1 0 0900006484560978
FRA-2010-0052-0046 FRA Utah Transit Authority Front Runner - Positive Train Control Plans FRA-2010-0052 Utah Transit Authority Front Runner (UFRC) 2019 Annual PTC Progress Report Other Report 2020-04-03T04:00:00Z 2020 4 2020-04-03T04:00:00Z   2020-04-03T16:27:29Z   0 0 09000064844862fc
FRA-2010-0052-0045 FRA Utah Transit Authority Front Runner - Positive Train Control Plans FRA-2010-0052 Utah Transit Authority Front Runner (UFRC) Q4 2019 PTC Progress Report Other Report 2020-02-26T05:00:00Z 2020 2 2020-02-26T05:00:00Z   2020-02-26T16:38:26Z   0 0 09000064843b6849
FRA-2010-0052-0044 FRA Utah Transit Authority Front Runner - Positive Train Control Plans FRA-2010-0052 U.S.DOT/FRA - Acknowledgement Letter Other Acknowledgement Letter/Receipt 2020-01-06T05:00:00Z 2020 1 2020-01-06T05:00:00Z   2024-11-12T23:15:15Z   1 0 0900006484271898
FRA-2010-0052-0043 FRA Utah Transit Authority Front Runner - Positive Train Control Plans FRA-2010-0052 Utah Transit Authority Front Runner (UFRC) PTC Safety Plan (PTCSP) Version 1.0 - December 2019 Other Report 2020-01-02T05:00:00Z 2020 1 2020-01-02T05:00:00Z   2020-01-02T15:30:22Z   0 0 09000064842645aa

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