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

9 rows where agency_id = "NRCS", document_type = "Notice" and posted_year = 2012 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2012 · 9 ✖

document_type 1

  • Notice · 9 ✖

agency_id 1

  • NRCS · 9 ✖
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
NRCS-2012-0004-0001 NRCS Notice of Proposed Changes to the National Handbook of Conservation Practices (August 2012) NRCS-2012-0004 Proposed Changes to National Handbook of Conservation Practices Notice   2012-12-14T05:00:00Z 2012 12 2012-12-14T05:00:00Z 2013-01-15T04:59:59Z 2013-01-17T16:52:50Z 2012-30158 0 0 090000648118c621
NRCS-2012-0006-0001 NRCS Gulf Coast Pipeline Project NRCS-2012-0006 Records of Decisions: Gulf Coast Pipeline Project Notice   2012-11-06T05:00:00Z 2012 11 2012-11-06T05:00:00Z   2013-01-17T18:48:19Z 2012-26979 0 0 090000648115f3ff
NRCS-2012-0005-0001 NRCS Proposed Changes to VA State Tech Guide - September 2012 NRCS-2012-0005 Proposed Changes to Section IV of Virginia State Technical Guide Notice   2012-09-07T04:00:00Z 2012 9 2012-09-07T04:00:00Z   2012-10-04T15:18:03Z 2012-22079 0 0 090000648110b76e
NRCS-2012-0001-0002 NRCS 2012 Notices of Meeting of the Agricultural Air Quality Task Force NRCS-2012-0001 Meetings: Agricultural Air Quality Task Force Notice   2012-07-12T04:00:00Z 2012 7 2012-07-12T04:00:00Z   2012-08-16T16:24:55Z 2012-16975 0 0 0900006481088f95
NRCS-2011-0027-0002 NRCS Environmental Impact Statements: Upper Deckers Creek Watershed, Preston County, WV NRCS-2011-0027 Environmental Impact Statements;Availability, etc.: Upper Deckers Creek Watershed, Preston County, WV; Withdrawal Notice   2012-03-06T05:00:00Z 2012 3 2012-03-06T05:00:00Z   2012-03-24T19:32:27Z 2012-05429 0 0 0900006480fcfcb6
NRCS-2011-0026-0001 NRCS Changes in Hydric Soils Database Selection Criteria NRCS-2011-0026 Changes in Hydric Soils Database Selection Criteria Notice   2012-02-29T05:00:00Z 2012 2 2012-02-29T05:00:00Z 2012-03-31T03:59:59Z 2012-03-01T18:24:39Z 2012-04733 0 0 0900006480fc8e24
NRCS-2012-0002-0001 NRCS Records of Decisions; Availability, etc.: Federal Highway Administration, Mississippi Department of Transportation Project FHWA-TN-EIS-04-01-F NRCS-2012-0002 Records of Decisions; Availability, etc.: Federal Highway Administration, Mississippi Department of Transportation Project FHWA-TN-EIS-04-01-F Notice   2012-02-14T05:00:00Z 2012 2 2012-02-14T05:00:00Z   2012-03-01T18:50:01Z 2012-03313 0 0 0900006480fb562b
NRCS-2012-0001-0001 NRCS 2012 Notices of Meeting of the Agricultural Air Quality Task Force NRCS-2012-0001 Meetings: Agricultural Air Quality Task Force Notice   2012-01-12T05:00:00Z 2012 1 2012-01-12T05:00:00Z   2012-03-01T18:34:25Z 2012-00469 0 0 0900006480f93de9
NRCS-2011-0025-0001 NRCS Cooperative Conservation Partnership Initiative and Wetlands Reserve Enhancement Program (FY 2012) NRCS-2011-0025 Cooperative Conservation Partnership Initiative and Wetlands Reserve Enhancement Program Notice   2012-01-03T05:00:00Z 2012 1 2012-01-03T05:00:00Z   2012-03-01T18:19:51Z 2011-33692 0 0 0900006480f8cb92

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