Metadata-Version: 2.4
Name: thorr
Version: 1.0.2
Summary: THORR - A python package that generates river temperature in a continuous spatiotemporal manner. The name THORR is abbreviated from Thermal History Of Regulated Rivers.
Project-URL: GitHub, https://github.com/UW-SASWE/THORR
Project-URL: Webapp, https://depts.washington.edu/saswe/thorr
Author-email: George Darkwah <gdarkwah@uw.edu>, Faisal Hossain <fhossain@uw.edu>
Maintainer-email: George Darkwah <gdarkwah@uw.edu>
License-Expression: GPL-3.0-or-later
License-File: LICENSE.txt
Keywords: remote sensing,river-temperature,temperature,thermal infrared
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: geemap
Requires-Dist: geopandas
Requires-Dist: matplotlib
Requires-Dist: mysql-connector-python
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: psycopg[binary]
Requires-Dist: pycrs
Requires-Dist: rasterio
Requires-Dist: scikit-learn
Requires-Dist: setuptools
Requires-Dist: shapely
Requires-Dist: typer
Description-Content-Type: text/markdown

# Thermal History Of Regulated Rivers (THORR)

THORR is a data-driven approach to estimating water temperature in regulated rivers. We piloted the project in the Columbia River basin which is located northwest of the United States and southwest of Canada. The thermal stratification of deep reservoirs causes a thermal difference between the upstream and downstream sections of dams. Because of the spatial limitation of in-situ water temperature probes, it is difficult to obtain a spatially continuous representation of the temperature variation along regulated rivers. Satellite remote sensing offers a spatial advantage over point-based in-situ measurements. However, some of the challenges with remote sensing of water temperature include obstruction by clouds and the difficulty in obtaining the water temperature for narrow rivers. This results in temporal gaps in the satellite-based temperature. Also, because the satellites recorded the "skin" surface temperature, it is worth noting that remotely sensed water temperature may differ from in-situ water temperature measurements.

This GitHub contains the code and data used in the project as well as a copy of the THORR web app.

The [Data](https://github.com/UW-SASWE/THORR/tree/main/Data) folder contains all the GIS shapefiles, in-situ temperature records, and satellite data obtained from Landsat.  
The [Methods](https://github.com/UW-SASWE/THORR/tree/main/Methods) folder contains Jupyter Notebooks that were used to obtain and process the data and the code for the model development and evaluation.  
The results of this study can be found in the [Results](https://github.com/UW-SASWE/THORR/tree/main/Results) folder.  
Finally, the [Webapp](https://github.com/UW-SASWE/THORR/tree/main/Webapp) folder contains a clone of the [online tool](https://depts.washington.edu/saswe/hydrothermalviewer/) for viewing the spatially continuous thermal profile of the Columbia River and its adjoining tributaries.

Zenodo: [![DOI](https://zenodo.org/badge/721908733.svg)](https://zenodo.org/doi/10.5281/zenodo.10246698)

