USGS-R / drb-gw-hw-model-prep

Code repo to prepare groundwater and headwater-related datasets for modeling river temperature in the Delaware River Basin
Other
0 stars 3 forks source link

Add data related to segment canopy cover/shade? #6

Closed lekoenig closed 2 years ago

lekoenig commented 2 years ago

From Janet:

[Shade could be a] factor that might mediate the influence of atmospheric conditions vs groundwater discharge on temperature. Anyways, if we have reliable estimates that are easy to incorporate, it might be worth adding that to our list of data to pull.

Some ideas:

jds485 commented 2 years ago

The inland salinity pipeline has an NLCD 2011 riparian buffer target that could help. I don't think there are SB items for other land cover years, so this would be a static product

janetrbarclay commented 2 years ago

We're only adding static catchment attributes at this point, so I think that would be fine. Thanks!

lekoenig commented 2 years ago

Thanks, @jds485, that's exactly what we had in mind - to borrow that target from inland salinity 😉! I'll note here that StreamCat also has the following variables that might be of interest for NLCD years 2001, 2006, 2011, and 2016:

PctDecid2011CatRp100
PctConif2011CatRp100
PctMxFst2011CatRp100
lekoenig commented 2 years ago

CNPY11_BUFF100 is a variable included in the set of attributes compiled by Wieczorek et al. for NHDPlusv2 catchments. The data are downloaded from this ScienceBase repository. The original data source is the USFS Tree Canopy Cover dataset (2011). I've opted to use CNPY11_BUFF100 as a dataset to represent segment canopy cover/shade because it fits in readily with our existing workflow to download and aggregate various Wieczorek attributes.

However, I'll also add a couple brief notes about the StreamCat attributes listed above, even though we're not currently downloading/processing these data. CNPY11_BUFF100 is only available for 2011 and therefore represents a single snapshot of riparian canopy cover. In contrast, the StreamCat dataset includes three other NLCD years. The StreamCat variables are taken from NLCD land cover maps as opposed to the USFS tree canopy cover dataset. Here is the description of PctDecid2011CatRp100 (and PctDecid2011WsRp100 from the StreamCat data dictionary:

% of the local catchment (Cat) and upstream watershed (Ws) classified as deciduous forest land cover within a 100-m wide buffer of the NHD stream lines (Rp100). Derived as the intersection between RipBuf100 and nlcd2011.tif (class 41) landscape layers.

Because StreamCat uses the NLCD data, these attributes are separated by deciduous, coniferous, and mixed forest canopies. I could see an argument for using the StreamCat variables, for example, if water temperature is modulated by riparian cover/shade year-round (conifer forest) versus primary during the growing season (deciduous, mixed forest). But I'll leave that for now unless there's stronger interest in including the StreamCat variables or if riparian tree cover is deemed influential on the ML-based temperature predictions.