diff --git a/app/static/images/boathouse_map.png b/app/static/images/boathouse_map.png new file mode 100644 index 0000000..02a398a Binary files /dev/null and b/app/static/images/boathouse_map.png differ diff --git a/app/static/style.css b/app/static/style.css index cb6724b..5e7a01d 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -329,6 +329,15 @@ nav a:hover { z-index: 0; } +.map_img { + display: block; + margin: 20px auto; + max-width: 645px; + width: 100%; + height: auto; +} + + .auth-container { display: flex; flex-direction: row; diff --git a/app/templates/about.html b/app/templates/about.html index 4b65bcd..e0eafcb 100644 --- a/app/templates/about.html +++ b/app/templates/about.html @@ -3,7 +3,7 @@ {% block content %}

Flagging Program

- Of the many services that the CRWA provides to the greater Boston community, one of those is monitoring whether it is safe to boat in the Charles River.The CRWA + Of the many services that the CRWA provides to the greater Boston community, one of those is monitoring whether it is safe to boat in the Charles River. The CRWA Flagging Program uses a system of color-coded flags to indicate whether or not the river's water quality is safe for boating at 13 boating locations between Watertown and Boston. Flag colors are based on E. coli and cyanobacteria (blue-green algae) levels, as well as if a CSO discharge has occurred in the last 48 hours. Blue flags indicate suitable boating conditions and red flags indicate potential health risks. @@ -17,10 +17,14 @@

Flagging Program

-

Water Contamination

+

Water Quality

+

+ CRWA conducts water quality sampling every week during the peak recreational season in the Lower Basin + (final 10 miles of the river from the Watertown Dam to the New Charles River Dam) from May to late October. + During monitoring events, CRWA measures water temperature and depth and collects water quality samples at four sampling locations. +

+ Map of the 13 boathouses for the 4 reaches (as of 2025)

- CRWA conducts water quality sampling every week during the peak recreational season in the Lower Basin from May to late October. - During monitoring events, CRWA measures water temperature and depth and collects water quality samples at four sampling locations in the Lower Basin. G&L Laboratory in Quincy analyzes the samples for E. coli bacteria. Water temperature and depth are measured in situ with a digital field thermometer and a digital depth finder, respectively. Sampling locations are center channel sites, upstream of the following bridges: North Beacon Street, Larz Anderson Memorial Bridge, Boston University Bridge, and Longfellow Bridge. All samples are manual grab samples collected from a boat. @@ -43,12 +47,12 @@

Cyanobacteria

Cyanobacteria, also called blue-green algae, are microscopic cells that naturally grow in rivers and lakes. Cyanobacteria populations can explode in warm water with excess nutrients, and exposure to these blooms can have negative health effects for humans, animals, and ecosystems. CRWA monitors cyanobacteria levels in the Charles River Basin in Boston and Cambridge during the summer and reports high levels to the Department of Public Health. - (CRWA Website) + (CRWA Website)

Predictive Models

As part of our public notification program, CRWA uses statistical models to predict the likelihood that water quality will be in violation of the State's recreational water quality standard threshold value at each of our four sampling reaches. - The models use antecedent rainfall, river flow, wind speed and air and water temperature to make predictions every hour throughout the recreational season. Models are necessary to produce real time water quality forecasts + The models use antecedent rainfall, river flow, relative humidity, photosynthetic active radiation, gage height, dew point, and pressure to make predictions every hour throughout the recreational season. Models are necessary to produce real time water quality forecasts because E. coli analysis requires at least 24 hours between sample collection and result reporting. These hourly forecasts allow boaters to make informed decisions about their desired contact with the river based on current river water quality conditions. (2024 Flagging Report) @@ -56,7 +60,7 @@

Predictive Models

CRWA's predictive models utilize live data from a HOBOlink RX3000 Remote Monitoring Station device, which is stationed at a boathouse on the Charles River. (You can download the latest raw data from this device - here.) Additionally, the model utilizes + here.) Additionally, the model utilizes data from two USGS stream gauges located in Waltham and Brookline.

Credits

@@ -70,11 +74,9 @@

Credits

The predictive model currently being used for the flagging program website was developed and deployed by Laura Xia (MIT, class of 2026). - - - - + She has updated the model with new data to reflect the changing conditions of the Charles River. + She has also updated the model itself to regress on the log E. coli concentration directly instead of using a logistic regression. + Various aspects like feature selection, weight balancing, and mixed effects were explored in depth in this process.

This website is open source. You can view the source code and a list of contributors diff --git a/app/templates/index.html b/app/templates/index.html index d11c5c1..82e2867 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -34,7 +34,7 @@

About CRWA's Water Quality Models

who recommends bloom advisories.
  • If CRWA's water quality models predict E. coli bacteria levels that exceed the State's recreational water quality standard threshold value, red flags will be flown at the affected boathouses. CRWA estimates E. coli - bacteria levels using models that take into account a variety of environmental factors including rainfall and river + bacteria levels using models that take into account rainfall and river flow. CRWA collects water samples weekly to verify the model forecasts.
  • Stay Updated