layout: true <div class="my-footer"> <span> </span> </div> --- name: title class: left, middle ### Data, data everywhere ... information distillation for Lake Okeechobee and Caloosahatchee River condition assessment .pull-left[ #### TBEP Open Science Subcommittee *Sanibel-Captiva Conservation Foundation* *Conservancy of Southwest Florida* Paul Julian PhD<br>.small[[
](mailto: pjulian@sccf.org) pjulian@sccf.org] .small[ February 01, 2022 ] ] <!-- this ends up being the title slide since seal = FALSE--> .pull-right[ <img src="./plots/SCCF Logo knockout_c.png" width="40%" style="display: block; margin: auto;" /> <img src="./plots/ConSWFL.jpeg" width="40%" style="display: block; margin: auto;" /> ] .footnote[ .small[Use cursor keys for navigation, press .red["O"] for a slide .red[O]verview]
Download PDF Version
] --- name: land acknowledge background-image: url("plots/cre_mural.jpg") background-position: center background-size: contain class: center, middle <div class="box box2"> .large[The land on which we sit have been cared for by innumerable generations of original peoples of the past, whose memory we honor. The 2009 US apology to native peoples inaugurated an American context of reconciliation, which is an opportunity for healing, collaboration, and environmental conservation.] </div> --- name: caloosa ### Caloosahatchee River <img src="https://res.cloudinary.com/sanibel-captiva-conservation-foundation-recon/image/upload/f_auto,q_auto/v1492528911/ykycqy8te1jzihaue7se.png" width="75%" style="display: block; margin: auto;" /> * Historically the river was not connected to Lake Okeechobee -- * Channelized river and estuary are challenged by extremes of too much or too little water -- * In 2011, SCCF policy staff developed a weekly report of Caloosahatchee, estuary and coastal conditions to provide real time conditions to water managers at USACE and SFWMD .footnote[ .small[ [SCCFs Weekly Conditions](https://www.sccf.org/water-quality/caloosahatchee-condition-reports) ] ] --- name: caloosa2 ### Caloosahatchee River * Great reports that consolidated a lot of information into 1 - 2 pages * [Jan 18th report](https://www.sccf.org/downloadable-files/61e880e516a93c8e4a96456c.pdf) -- <img src="https://releasedatetv.com/wp-content/uploads/2017/07/howitsmade.jpg" width="75%" style="display: block; margin: auto;" /> .right[ .large[ pre 2021 ] ] --- name: how ### How It's Made (pre-2021) 1. visit [USACE](https://w3.saj.usace.army.mil/h2o/reports.htm) Daily Reports webpage * Check Lake Okeechobee Net Inflows - [link](https://w3.saj.usace.army.mil/h2o/reports/r-lonin.html) * Check Lake Okeechobee Net Outflows - [link](https://w3.saj.usace.army.mil/h2o/reports/r-lonf.html) * Check Lake Okeechobee & Vicinity - [Link](https://w3.saj.usace.army.mil/h2o/reports/r-oke.html) * Verify spillway volumes (S77, S78, S79, etc.) & Check rainfall values -- 2. Copy all data into spreadsheet to summarize and convert data -- 3. Check HAB update - * Red Tide (*Karina brevis*) Check FWC Red tide update - [link](https://myfwc.com/research/redtide/statewide/) * If in bloom period (Sept to December) check bloom map/remote sensing info * Freshwater Blue-Green Algae - Lee County Environmental Lab/FDEP information -- 4. Receive various other data from SCCF Marine Lab and other Stakeholders -- 5. ...other valuable information .small[ (i.e. Shellfish advisory, Beach Conditions, Wildlife Impacts, USACE water management, etc.)] -- 6. Consolidate info into word document, pdf and post --- name: how2 ### ...and now Steps 1 -3 and 6 can all be done via webscraping, API access to data, consistent calculations and consolidation via Open Science applications. A rudimentary example in `R`: ```r library(rvest) LO.url="https://w3.saj.usace.army.mil/h2o/reports/r-oke.html" webpage <- read_html(LO.url) node.val <- html_nodes(webpage,"pre") LO.text.vals <- html_text(node.val) strsplit(as.character(LO.text.vals),"\n")[[1]][2:11] ``` ``` ## [1] " U. S. Army Corps of Engineers, Jacksonville District" ## [2] " Lake Okeechobee and Vicinity Report" ## [3] " ** Preliminary Data - Subject to Revision **" ## [4] " " ## [5] "Data Ending 2400 hours 27 JAN 2022" ## [6] "_____________________________________________________________________________" ## [7] " " ## [8] "Okeechobee Lake Regulation Elevation Last Year 2YRS Ago" ## [9] " (ft-NGVD) (ft-NGVD) (ft-NGVD)" ## [10] " *Okeechobee Lake Elevation 15.07 15.57 12.80 (Official Elv)" ``` --- name: how2 ### ...and now * Using reproducible open science information gathering can be stream-lined * Removing time-constraint, more information can be also be included * Short term trends, weekly water budgets, etc. * One stop shop for information - [link](https://sccf-tech.github.io/CRE_Conditions/report/RegionalConditions) * If hosted through github (or other platforms) you can automate to auto-update (to some extent) <img src="./plots/ConditionsReport.png" width="60%" style="display: block; margin: auto;" /> --- name: how3 ### ... confession <img src="https://media3.giphy.com/media/xT5LMRU6L8ccSgjKeY/giphy.gif" width="30%" style="display: block; margin: auto;" /> -- The final conditions report is not 100% reproducible but is constructed using the daily [Regional Conditions](https://sccf-tech.github.io/CRE_Conditions/report/RegionalConditions) report The [Regional Conditions](https://sccf-tech.github.io/CRE_Conditions/report/RegionalConditions) report is also used to propagate the [Weekly Water Conditions Tracker](https://www.sccf.org/water-quality/weekly-water-conditions-tracker). -- .bold[Slowly evolving our process] - External sources of data (light attenuation, salinity, etc.) - As available or if suitable information is added such as drone images ([SCCF Drone](https://aerialwq.sccf.org/lighthouse/virtualtour/)), Wildlife, Algae conditions, etc. --- name: other ### Other tools/reports * Caloosahatchee Water Quality Dashboard - [link](https://sccf-tech.github.io/CREWQ_tracking/) * Lake Okeechobee WBID Evaluation - [link](https://sccf-tech.github.io/LakeO_WQ/WBIDEval/index.html) * Caloosahatchee River Rainfall and Discharge - [link](https://sccf-tech.github.io/CRE_Conditions/report/Caloosa) --- name: lake <img src="./plots/Lake_recess2.png" width="70%" style="display: block; margin: auto;" /> --- name: sharing ### Sharing is caring * Open science is a continuum (not open vs closed) -- * As code and tools are tested and put through its paces they can be shared (via GitHub, etc.) * Its not all or nothing -- * How do I share my reports, cool data visualizations or tools? -- * [GitHub Pages](https://pages.github.com/) * Build your own website hosted through Github (simple to fancy) * Here is our [https://sccf-tech.github.io/](https://sccf-tech.github.io/)... looks familiar? Because its based on [https://tbep-tech.github.io/](https://tbep-tech.github.io/) -- * [RStudio Connect](https://www.rstudio.com/products/connect/) * Server product from RStudio for secure sharing of applications, reports and plots. -- * Social Media *
: Strong [#rstat](https://twitter.com/search?q=%23rstat&src=typed_query) community * [Example](https://twitter.com/SwampThingPaul/status/1462772974935846923?s=20&t=d2vCwaw1aiHweKcAUrG6qw) * [Example](https://twitter.com/SwampThingPaul/status/1460349310177054731?s=20&t=d2vCwaw1aiHweKcAUrG6qw) --- name: concl ### Conclusion * Gone is the dark times of spreadsheets and countless folders of maps, graphs, etc. * Data aggregation across multiple agencies provides a clearer look at conditions * National Oceanic and Atmospheric Administration * United States Geological Survey * United States Army Corps of Engineers * South Florida Water Management District * Florida Fish and Wildlife Conservation Commission * Florida Department of Environmental Protection * Lee County Environmental Lab * Sanibel-Captiva Conservation Foundation Marine Lab * ... * Integrating spatial data and data visualizations has also improved how information is evaluated and conveyed * ...also occasionally we get to put together interesting ways to looks at large datasets to get a historical perspective on the system.