Red Tide* Monitoring
- Location:
- {LOCATION}
- Sample Date:
- {SampleDate_t}
- Result (cells/liter):
- {Abundance}
Result Ranges:
not present/background (0 - 1,000)
very low (1,001 - 10,000)
low (10,001 - 100,000)
medium (100,001 - 1,000,000)
high (>1,000,000)
Source: Florida Fish & Wildlife Conservation Commission
* Karenia brevis
Public Notice of Pollution
- Incident Name:
- {INCIDENT_NAME}
- Report Date:
- {(data)=>{return new Date(data.DATE_TIME_OF_REPORT).toLocaleDateString("en-US")}}
- Location/Facility Name:
- {FACILITY_NAME}
- Incident Description:
- {INCIDENT_REPORT}
Source: FDEP Public Notice of Pollution
Pinellas County Red Tide Monitoring
- Location:
- {latestStation}
- Sample Date:
- {latestSampleDate}
- Count/Abundance:
- { (data) =>{ var sampleValue = data.latestSampleValue.slice(0,-4), resultUnits = data.latestSampleValue.slice(-3), numericValue = !isNaN(sampleValue), cells_l = data.cells_Per_Liter, sampleRange = ''; if (resultUnits.toLowerCase() === "#/l") { resultUnits = "cells/liter"; } if(sampleValue >= 1000000){ sampleRange = "high" }else if(sampleValue >= 100001){ sampleRange ="medium" }else if(sampleValue >= 10001){ sampleRange = "low"; }else if(sampleValue>= 1001){ sampleRange = "very low"; }else{ sampleRange = "not present/background"; } if(!cells_l){ //return sampleValue + " " + resultUnits + ' (' + sampleRange + ')'; return sampleValue + " " + resultUnits + (numericValue ? ' (' + sampleRange + ')' : ''); } //return ''+ sampleValue + ' (' + cells_l + ' ' + resultUnits + ')' + ' (' + sampleRange + ')'; return ''+ sampleValue + ' (' + cells_l + ' ' + resultUnits + ')' + (numericValue ? ' (' + sampleRange + ')' : ''); } }
Result Ranges:
not present/background (0 - 1,000)
very low (1,001 - 10,000)
low (10,001 - 100,000)
medium (100,001 - 1,000,000)
high (>1,000,000)
Source: {datasource}
Download Data
Bacteria Monitoring (Enterococcus)
- Location Name:
- {eventTextLocation}
- Sample Date/Time:
- {latestSampleDate}
- Sample Result *:
- {latestSampleValue}
- Status:
- {(data)=>{ if(data.status){ return data.status; } if(data.location_Type == 'BEACH' || ( data.datasource == "FLHEALTH" || data.datasource == "WIN_21FLDOH")){ var sampleValue = data.latestSampleValue.split(" ")[0]; if(isNaN(sampleValue) && data.datasource == "FLHEALTH"){ var matches = /(\d+)([U,B,Z])/.exec(sampleValue); if(!matches){ return "Unknown"; } //console.dir(matches); sampleValue = matches[1] >>> 0; } if(sampleValue <= 35.4){ return "Good" } if(sampleValue <= 70.4){ return "Moderate" } return "Poor" } if(data.location_Type == 'TIDAL, NON-BEACH'){ var sampleValue = parseInt(data.latestSampleValue.split(" ")[0]); if(sampleValue < 35){ return "Good" } if(sampleValue < 130){ return "Moderate" } return "Poor" } return "" }}
- {(data)=>{ if(data.datasource == "COSP_CoastalWQ" && (data.description || data.eventDescription)){ return "Description:"; }else{ return ""; } }}
- {(data)=>{ if(data.datasource == "COSP_CoastalWQ" && (data.description || data.eventDescription)){ return data.description || data.eventDescription; }else{ return ""; } }}
Result Ranges:
Below 35 – Good
{(data)=>{
if(data.location_Type == "BEACH" || data.datasource == "FLHEALTH" ){
return "36-70 – Moderate ";
}else{
return "36-130 – Moderate";
}
}}
{(data)=>{
if(data.location_Type == "BEACH" || data.datasource == "FLHEALTH"){
return "Above 70 – Poor";
}else{
return "Above 130 – Poor";
}
}}
Source: {datasource}
Download Data
* MPN = Most Probable Number
Bacteria Monitoring (E. coli)
- Location Name:
- {eventTextLocation}
- Sample Date/Time:
- {latestSampleDate}
- Sample Result (MPN/100 mL):
- {latestSampleValue}
- Status:
- {(data)=>{ if(data.status){ return data.status; } if(data.latestSampleValue.split(" ")[0] < 126){ return "Good" } if(data.latestSampleValue.split(" ")[0] < 410){ return "Moderate" } return "Poor" }}
- {(data)=>{ if(data.datasource == "COSP_CoastalWQ" && (data.description || data.eventDescription)){ return "Description:"; }else{ return ""; } }}
- {(data)=>{ if(data.datasource == "COSP_CoastalWQ" && (data.description || data.eventDescription)){ return data.description || data.eventDescription; }else{ return ""; } }}
Result Ranges*:
Below 126 – Good
126-410 – Moderate
Above 410 – Poor
*Ranges based on general criteria for bacteria in freshwater. Other, site-specific limits may apply.
Source: {datasource}
Download Data
* MPN = Most Probable Number
Algal Bloom Sampling Status
- Location:
- {locationString}
- Sample Date/Time:
- {(data)=>{return new Date(data.SampleDateTime).toLocaleString("en-US")}}
- Bloom Observed?
- {BloomObserved}
- Algae Type:
- {AlgalIDResult}
- Notes:
- {Comments}