Chapter 2 Project Map

The ArcGIS Online project map may be accessed below or at ArcGIS Online (Click Here).

The online map contains layers with the following data:

  • Project Watershed Boundaries

  • National Hydrography Database (rivers, lakes, streams, etc)

  • Anadromous Waters Catalog

    • Streams

    • Lakes

  • Kenai Peninsula Borough Parcel Boundaries

  • Thermal Imagery Data from NV5 Geospatial consultants report

    • Significant Thermal Features (identified from thermal imagery)

    • Longitudinal Temperature Profiles (main channel temperatures of study streams)

    • Water Temperature Logger Sites

knitr::opts_chunk$set(echo = TRUE, warning = F, message = F)
knitr::opts_knit$set(progress=FALSE, verbose=FALSE)
# clear environment
rm(list=ls())

# load packages
library(bookdown)
library(rmarkdown)
library(tidyverse)
library(googlesheets4)
library(DT)
library(plotly)
library(kableExtra)