Publication describing the Sunny Day Flooding Sensors (SuDS): Gold et al., (2023)
Here are our main repos sorted by purpose:
Tutorials
- tutorials-v1 - a list of step-by-step instructions to build and deploy the SDFP loggers and cameras as described in Gold et al., (2023) (AC powered and wifi).
- tutorials-v2 - a list of step-by-step instructions to build and deploy version 2 of the SDFP loggers and cameras (solar powered and cellular).
APIs
- sdfp-api - an API that handles data I/O from SDFP loggers. Made with FastAPI.
- sdfp-photo-api - an API that handles photo I/O from SDFP flood cams. Made with FastAPI.
Logger/Gateway code
- SunnyD_CommsHub - code that runs on our deployed Raspberry Pis to communicate with loggers and transmit data to our cloud database.
- OpenLog_Artemis - fork of OpenLog_Artemis that runs on our pressure loggers.
Data viz and processing
- SunnyD-Flooding - web app for visualizing real-time data and pictures from SDFP loggers and cameras. Made with R Shiny.
- sdfp-processing - code for processing raw data from SDFP sensors and converting it to water depth.
- sdfp-drift - code for removing drift from water depths from SDFP sensors.
Significant changes in sensor functionality since publication:
- updated drift correction algorithm for outlier elimination (May 4, 2023)