Water temperature data collected from North Callahan and Trail Creeks in northern Idaho using HOBO Tidbit temperature loggers. Data is recorded at 15-minute intervals in degrees Celsius. Five sites are included within the dataset: two sites from North Callahan Creek (Upper and Lower) and three sites from Trail Creek (Lower, Upper-Below Bridge, Upper-Above Bridge).
	NOTE:  The Trail Creek Upper-Below Bridge site is now the middle site because it was thought to be lost in October 2020, when the new upper site above the bridge was added.  Consequently, longer time series including winter 2019-2020.

Temporal range of data collection and geographic coordinates for each site is as follows:
	North Callahan Lower | Oct 2020 to Sep 2021 | 48.455278	-116.100058
	North Callahan Upper | Oct 2020 to Sep 2021 | 48.469728	-116.136611
	Trail Lower | Oct 2020 to Sep 2021 | 48.558403	-116.362633
	Trail Upper-Below Bridge | Jul 2019 to Sep 2020 | 48.54793	-116.360978
	Trail Upper-Above Bridge | Oct 2020 to Aug 2021 | 48.545795	-116.360428
		NOTE: The Trail Upper-Below Bridge site was deployed in 2019, not recovered during the 2020 field season, and found in September 2021, so the data includes the 2019-2020 period.

NOTE: The Upper North Callahan Site may be biased upwards because the large boulder may add heat during summer. The lower site should be deemed more reliable.

Data contents include raw and cleaned data files (.csv), and georeferenced images (jpeg) for all 5 sites. Raw data files include all downloaded data. Cleaned data files have pre- and post-deployment records removed, and datetimes have been transformed into ISO8601 format as described below.

Data files are named by serial number of data logger at each site:
	North Callahan Lower | 20644270
	North Callahan Upper | 20644267
	Trail Lower | 20644266
	Trail Upper-Below Bridge | 20644265
	Trail Upper-Above Bridge | 20644268

Cleaned data files have three fields with the following headers:
	obs_num | integer observation number assigned by temperature logger
	datetime | datetime of observation in ISO8601 format (yyyymmddThh:mm:ss-07:00);
		Where, "T is a delimitator between date and time
		and time is recorded in local time which is -07:00 from UTC or GMT
	temp_c | recorded water temperature in degrees Celsius at the time of observation	