BayStat Solutions Reporting - Maryland Dept. Of Natural Resources 2000 - 2014
State of Maryland
@usgov.state_of_maryland_baystat_solutions_reporting_maryland_e1a41689
State of Maryland
@usgov.state_of_maryland_baystat_solutions_reporting_maryland_e1a41689
Chesapeake Bay restoration solutions, Best Management Practices (BMPs), progress reporting by tributary basin. Goals are a subset of the overall Environmental Protection Agency (EPA) Total Maximum Daily Load (TMDL).
Organization: State of Maryland
Last updated: 2020-11-10T17:23:57.527412
Tags: basin, bay, best, bmp, chesapeake, management, practice, solutions
CREATE TABLE table_1 (
"basin_name" VARCHAR,
"best_management_practice" VARCHAR,
"n_2000" DOUBLE -- 2000,
"n_2001" DOUBLE -- 2001,
"n_2002" DOUBLE -- 2002,
"n_2003" DOUBLE -- 2003,
"n_2004" DOUBLE -- 2004,
"n_2005" DOUBLE -- 2005,
"n_2006" DOUBLE -- 2006,
"n_2007" DOUBLE -- 2007,
"n_2008" DOUBLE -- 2008,
"n_2009" DOUBLE -- 2009,
"n_2010" DOUBLE -- 2010,
"n_2011" DOUBLE -- 2011,
"n_2012" DOUBLE -- 2012,
"n_2013" DOUBLE -- 2013,
"n_2014" DOUBLE -- 2014,
"n_2015" DOUBLE -- 2015,
"n_2013_goal" DOUBLE -- 2013 Goal,
"n_2015_goal" DOUBLE -- 2015 Goal,
"footnote" VARCHAR,
"note1" VARCHAR,
"note2" VARCHAR,
"note3" VARCHAR
);Anyone who has the link will be able to view this.