This application demonstrates two projects developed by the University of Iowa Hydroinformatics Lab (UIHI Lab): HydroLang and HydroCompute.
- HydroLang is an open-source web framework for hydrology and water resources research. It provides JavaScript functions for retrieving and manipulating hydrologic data, performing statistical operations, generating graphical data representaitons, and mapping geospatial data.
- HydroCompute is an open-source a computational library for hydrology and environmental sciences that runs natively in the web browser. It leverages state of the art computation standards to allow web applications to access the computation capabilities of the devices they are running on. This includes multithreading with web workers, GPU processing, and running executables built in web assembly (WASM).
This application is the solution of HydroCompute Case Study 3: Dashboard for Station Statistical Analysis tutorial developed by University of Iowa Hydroinformatics Lab for the 2023 CIROH Developer Conference.