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

10 rows where agency_id = "NRCS", document_type = "Notice" and posted_year = 2014 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2014 · 10 ✖

document_type 1

  • Notice · 10 ✖

agency_id 1

  • NRCS · 10 ✖
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-2014-0014-0001 NRCS Notice of Intent to Prepare a Supplemental Environmental Impact Statement for the East Locust Creek Watershed Revised Plan, Sullivan County, Missouri NRCS-2014-0014 Environmental Impact Statements; Availability, etc.: East Locust Creek Watershed Revised Plan, Sullivan County, MO Notice   2014-12-08T05:00:00Z 2014 12 2014-12-08T05:00:00Z 2015-01-23T04:59:59Z 2014-12-18T19:16:47Z 2014-28673 0 0 0900006481964067
NRCS-2014-0015-0001 NRCS Notice of Meeting of the Agricultural Air Quality Task Force (December 2014) NRCS-2014-0015 Meetings: Agricultural Air Quality Task Force Notice   2014-11-28T05:00:00Z 2014 11 2014-11-28T05:00:00Z 2014-12-06T04:59:59Z 2014-12-04T21:43:07Z 2014-28067 0 0 090000648194a690
NRCS-2014-0013-0001 NRCS Notice of Proposed Changes to Section I of the Iowa, Minnesota, North Dakota, and South Dakota State Technical Guides NRCS-2014-0013 Proposed Changes to Section I of the Iowa, Minnesota, North Dakota, and South Dakota State Technical Guides Notice   2014-11-05T05:00:00Z 2014 11 2014-11-05T05:00:00Z 2015-02-04T04:59:59Z 2015-04-14T02:03:00Z 2014-26294 0 0 090000648191544f
NRCS-2014-0012-0001 NRCS Notice of Availability of the Finding of No Significant Impact (FONSI) for the Upper Kanab Creek Watershed Vegetation Management Project NRCS-2014-0012 Findings of No Significant Impact: Upper Kanab Creek Watershed Vegetation Management Project Notice   2014-08-18T04:00:00Z 2014 8 2014-08-18T04:00:00Z   2014-08-19T20:08:22Z 2014-19519 0 0 090000648182aae6
NRCS-2014-0009-0001 NRCS Notice of Proposed Changes to the National Handbook of Conservation Practices for the Natural Resources Conservation Service Aug/Sept 2014 NRCS-2014-0009 Changes to the National Handbook of Conservation Practices for the Natural Resources Conservation Service Notice   2014-08-18T04:00:00Z 2014 8 2014-08-18T04:00:00Z 2014-09-18T03:59:59Z 2014-10-16T01:08:01Z 2014-19520 0 0 090000648182aa51
NRCS-2014-0010-0001 NRCS Notice of Meeting of the Agricultural Air Quality Task Force (August 2014) NRCS-2014-0010 Meetings: Agricultural Air Quality Task Force Notice   2014-07-31T04:00:00Z 2014 7 2014-07-31T04:00:00Z 2014-08-22T03:59:59Z 2014-08-01T17:14:15Z 2014-17992 0 0 09000064817f160f
NRCS-2014-0004-0001 NRCS Notice of Request for Revision of a Currently Approved Information Collection (2014) NRCS-2014-0004 Agency Information Collection Activities; Proposals, Submissions, and Approvals Notice   2014-05-20T04:00:00Z 2014 5 2014-05-20T04:00:00Z 2014-07-22T03:59:59Z 2014-05-28T12:39:25Z 2014-11680 0 0 09000064817056d8
NRCS-2014-0002-0001 NRCS Notice of Proposed Changes to the National Handbook of Conservation Practices for the Natural Resources Conservation Service NRCS-2014-0002 National Handbook of Conservation Practices; Proposed Changes Notice   2014-04-21T04:00:00Z 2014 4 2014-04-21T04:00:00Z 2014-05-22T03:59:59Z 2014-05-22T01:08:49Z 2014-08936 0 0 09000064816bdde7
NRCS-2014-0003-0001 NRCS Notice of Meeting of the Agricultural Air Quality Task Force (April 2014) NRCS-2014-0003 Meetings: Agricultural Air Quality Task Force Notice   2014-04-14T04:00:00Z 2014 4 2014-04-14T04:00:00Z 2014-05-02T03:59:59Z 2014-04-22T13:11:45Z 2014-08229 0 0 09000064816b2529
NRCS-2014-0001-0001 NRCS Conservation Innovation Grants Fiscal Year (FY) 2014 Announcement for Program Funding NRCS-2014-0001 Program Funding: Conservation Innovation Grants; Fiscal Year 2014 Notice   2014-02-06T05:00:00Z 2014 2 2014-02-06T05:00:00Z   2014-02-22T02:01:58Z 2014-02476 0 0 090000648154c7f4

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