documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where docket_id = "FWS-R5-ES-2012-0032" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| FWS-R5-ES-2012-0032-0003 | FWS | Criterion Power Partners LLC Wind Project FWS-R5-ES-2012-0032 | Draft Environmental Assessment for Proposed Issuance of an Incidental Take Permit for the Indiana Bat for the Criterion Habitat Conservation Plan, Garrett County, Maryland | Supporting & Related Material | Environmental Assessment | 2012-07-31T04:00:00Z | 2012 | 7 | 2012-07-31T13:01:41Z | 0 | 0 | 09000064810a4eb2 | |||
| FWS-R5-ES-2012-0032-0007 | FWS | Criterion Power Partners LLC Wind Project FWS-R5-ES-2012-0032 | Appendix C: Hibernacula Management Plan Outline for Criterion Wind Project Indiana Bat Habitat Conservation Plan, Garrett County, Maryland | Supporting & Related Material | Report | 2012-07-31T04:00:00Z | 2012 | 7 | 2012-07-31T13:01:41Z | 0 | 0 | 09000064810a4f5b | |||
| FWS-R5-ES-2012-0032-0002 | FWS | Criterion Power Partners LLC Wind Project FWS-R5-ES-2012-0032 | Criterion Power Partners, LLC Incidental Take Permit Application | Supporting & Related Material | Agency References | 2012-07-31T04:00:00Z | 2012 | 7 | 2012-07-31T13:01:41Z | 0 | 0 | 09000064810a4eb1 | |||
| FWS-R5-ES-2012-0032-0005 | FWS | Criterion Power Partners LLC Wind Project FWS-R5-ES-2012-0032 | Appendix A: Certificate of Public Convenience and Necessity Waiver for Criterion Wind Project Indiana Bat Habitat Conservation Plan, Garrett County, Maryland | Supporting & Related Material | Report | 2012-07-31T04:00:00Z | 2012 | 7 | 2012-07-31T13:01:41Z | 0 | 0 | 09000064810a4eb4 | |||
| FWS-R5-ES-2012-0032-0008 | FWS | Criterion Power Partners LLC Wind Project FWS-R5-ES-2012-0032 | Appendix D: Monitoring Plan for Criterion Wind Project Indiana Bat Habitat Conservation Plan, Garrett County, Maryland | Supporting & Related Material | Report | 2012-07-31T04:00:00Z | 2012 | 7 | 2012-07-31T13:01:41Z | 0 | 0 | 09000064810a4f5c | |||
| FWS-R5-ES-2012-0032-0004 | FWS | Criterion Power Partners LLC Wind Project FWS-R5-ES-2012-0032 | Criterion Wind Project Indiana Bat Habitat Conservation Plan, Garrett County, Maryland | Supporting & Related Material | Report | 2012-07-31T04:00:00Z | 2012 | 7 | 2012-07-31T13:01:41Z | 0 | 0 | 09000064810a4eb3 | |||
| FWS-R5-ES-2012-0032-0010 | FWS | Criterion Power Partners LLC Wind Project FWS-R5-ES-2012-0032 | Appendix F: Incidental Bird and Bat Casualty Procedure for Criterion Wind Project Indiana Bat Habitat Conservation Plan, Garrett County, Maryland | Supporting & Related Material | Report | 2012-07-31T04:00:00Z | 2012 | 7 | 2012-07-31T13:01:42Z | 0 | 0 | 09000064810a4f5e | |||
| FWS-R5-ES-2012-0032-0011 | FWS | Criterion Power Partners LLC Wind Project FWS-R5-ES-2012-0032 | Appendix G: Implementing Agreement for Criterion Wind Project Indiana Bat Habitat Conservation Plan, Garrett County, Maryland | Supporting & Related Material | Report | 2012-07-31T04:00:00Z | 2012 | 7 | 2012-07-31T13:01:42Z | 0 | 0 | 09000064810a4f5f | |||
| FWS-R5-ES-2012-0032-0001 | FWS | Criterion Power Partners LLC Wind Project FWS-R5-ES-2012-0032 | Draft Environmental Assessment, Habitat Conservation Plan, and Application for an Incidental Take Permit for Indiana Bat, Criterion Power Partners, LLC | Notice | 2012-07-31T04:00:00Z | 2012 | 7 | 2012-07-31T04:00:00Z | 2012-10-02T03:59:59Z | 2012-10-03T02:00:51Z | 2012-18633 | 0 | 0 | 09000064810b9503 | |
| FWS-R5-ES-2012-0032-0006 | FWS | Criterion Power Partners LLC Wind Project FWS-R5-ES-2012-0032 | Appendix B: Permit Area Legal Description for Criterion Wind Project Indiana Bat Habitat Conservation Plan, Garrett County, Maryland | Supporting & Related Material | Report | 2012-07-31T04:00:00Z | 2012 | 7 | 2012-07-31T13:01:41Z | 0 | 0 | 09000064810a4eb5 | |||
| FWS-R5-ES-2012-0032-0009 | FWS | Criterion Power Partners LLC Wind Project FWS-R5-ES-2012-0032 | Appendix E: FWS Template Language to be Included in Easement and Fee Simple Conveyances for Criterion Wind Project Indiana Bat Habitat Conservation Plan, Garrett County, Maryland | Supporting & Related Material | Report | 2012-07-31T04:00:00Z | 2012 | 7 | 2012-07-31T13:01:42Z | 0 | 0 | 09000064810a4f5d |
Advanced export
JSON shape: default, array, newline-delimited, object
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);