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

12 rows where docket_id = "EPA-HQ-OPP-2009-0879" and posted_year = 2024 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2024 · 12 ✖

document_type 1

  • Supporting & Related Material 12

agency_id 1

  • EPA 12
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-OPP-2009-0879-0224 EPA None EPA-HQ-OPP-2009-0879 VFSMOD Input Definitions, Literature References and Sensitivity Analyses for Evaluating Vegetative Filter Strips in Pesticide Risk Assessment Supporting & Related Material Risk Assessment 2024-05-21T04:00:00Z 2024 5     2024-05-21T20:04:56Z   0 0 09000064864dcafb
EPA-HQ-OPP-2009-0879-0228 EPA None EPA-HQ-OPP-2009-0879 An Analysis of the Appropriate Sampling Frequency Necessary for Pesticide Monitoring Programs in Flowing Surface Water using Seawave-Qex Supporting & Related Material Meeting Materials 2024-05-21T04:00:00Z 2024 5     2024-05-21T20:05:03Z   0 0 09000064864dcb0b
EPA-HQ-OPP-2009-0879-0226 EPA None EPA-HQ-OPP-2009-0879 EPA’s Plant Assessment Tool: A Non-Target Plant Exposure Model used in Endangered Species Assessments Supporting & Related Material Meeting Materials 2024-05-21T04:00:00Z 2024 5     2024-05-21T20:04:59Z   0 0 09000064864dcb09
EPA-HQ-OPP-2009-0879-0231 EPA None EPA-HQ-OPP-2009-0879 Utilizing High-Resolution Imagery to Establish a Lawn Adjustment Factor for Pesticide Risk Assessment for Residential Turfgrass Uses Supporting & Related Material Meeting Materials 2024-05-21T04:00:00Z 2024 5     2024-05-21T20:05:08Z   0 0 09000064864dcb0e
EPA-HQ-OPP-2009-0879-0229 EPA None EPA-HQ-OPP-2009-0879 Development of a Stewardship Assessment Tool for Evaluating the Effectiveness of Field-Level Conservation Practices in Reducing Off-Field Pesticide Transport Supporting & Related Material Meeting Materials 2024-05-21T04:00:00Z 2024 5     2024-05-21T20:05:04Z   0 0 09000064864dcb0c
EPA-HQ-OPP-2009-0879-0230 EPA None EPA-HQ-OPP-2009-0879 Development and Evaluation of Spatial Groundwater Scenarios Supporting & Related Material Meeting Materials 2024-05-21T04:00:00Z 2024 5     2024-05-21T20:05:06Z   0 0 09000064864dcb0d
EPA-HQ-OPP-2009-0879-0232 EPA None EPA-HQ-OPP-2009-0879 Environmental Modeling Public Meeting (EMPM) Agenda – October 10, 2023 Topic: Surface water, groundwater, and endangered species assessment modeling Supporting & Related Material Meeting Materials 2024-05-21T04:00:00Z 2024 5     2024-05-21T20:05:10Z   0 0 09000064864dcaef
EPA-HQ-OPP-2009-0879-0222 EPA None EPA-HQ-OPP-2009-0879 PWC-PREP Tool A user-friendly tool to facilitate preparation of label-compliant Pesticide in Water Calculator (PWC) batch input files Supporting & Related Material Meeting Materials 2024-05-21T04:00:00Z 2024 5     2024-05-21T20:04:47Z   0 0 09000064864dcaf9
EPA-HQ-OPP-2009-0879-0223 EPA None EPA-HQ-OPP-2009-0879 Automated Probabilistic Co-Occurrence Assessments for Federally Listed Species in Aquatic and Terrestrial Domains Supporting & Related Material Meeting Materials 2024-05-21T04:00:00Z 2024 5     2024-05-21T20:04:49Z   0 0 09000064864dcafa
EPA-HQ-OPP-2009-0879-0225 EPA None EPA-HQ-OPP-2009-0879 Pesticides are Important and Often Overlooked Stressors of Invertebrates in Small Urban Streams Supporting & Related Material Meeting Materials 2024-05-21T04:00:00Z 2024 5     2024-05-21T20:04:57Z   0 0 09000064864dcafc
EPA-HQ-OPP-2009-0879-0227 EPA None EPA-HQ-OPP-2009-0879 VFSMOD Project Progress Update Supporting & Related Material Meeting Materials 2024-05-21T04:00:00Z 2024 5     2024-05-21T20:05:01Z   0 0 09000064864dcb0a
EPA-HQ-OPP-2009-0879-0221 EPA None EPA-HQ-OPP-2009-0879 2023 EMPM Presentation EFED Dirk PWC 3 Update FINAL Supporting & Related Material Meeting Materials 2024-05-21T04:00:00Z 2024 5     2024-05-21T20:04:45Z   0 0 09000064864dcaf8

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