-
Notifications
You must be signed in to change notification settings - Fork 5
/
README.rmd
26 lines (19 loc) · 1.63 KB
/
README.rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
date: "`r format(Sys.time(), '%d %B %Y')`"
output:
github_document:
toc: yes
always_allow_html: yes
urlcolor: blue
css: "./inst/app/www/stye.css"
---
```{r setup, include=FALSE, eval = FALSE}
knitr::opts_chunk$set(echo = FALSE, message = FALSE, warning = FALSE)
```
## Overview
Growing Shade is a prioritization tool for tree canopy enhancement and preservation. Growing Shade was conceptualized by the Metropolitan Council, Tree Trust, and The Nature Conservancy with a focus on the Twin Cities (Minnesota) area. All analyses and code were developed by Ellen Esch. The Twin Cities version of Growing Shade can be accessed at: www.growingshade.com or https://metrotransitmn.shinyapps.io/growing-shade/.
The components of Growing Shade relevant to population demographics (i.e., determining environmental justice priority areas) can be scaled to any area within the United States. The components relevant to the tree canopy have been parameterized to the Twin Cities region, but should work pretty well in other temperate areas with deciduous and coniferous trees.
**This repository walks through the creation and aggregation of data used in interactive mapping tool.**
## Getting started
The `01_tutorial.Rmd` script walks through the steps to get a working versions for different areas. Depending on what data is available for various regions, the `02_geographies.Rmd` and `03_treecanopy.Rmd` scripts may also be needed (although this data can be created through other methods).
Most packages are available on CRAN, so can be downloaded through standard procedures. There are two specific packages which should be downloaded from GitHub versions.