You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vignettes/04-synthesis-data.Rmd
+24-77Lines changed: 24 additions & 77 deletions
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,6 @@ The objective of this vignette is to walk through how to combine our several typ
5
5
For the first analysis, we want to figure out how the number of sufficiently warm days affects the amount of canopy cover at our site. We do this by combining the canopy cover data with the meteorological data on growing degree days, then modeling and plotting their relationship. We are specifically interested in figuring out when the increase in canopy cover starts to slow down in response to warm temperature days.
6
6
7
7
The second analysis compares greenness from image data with canopy cover.
8
-
The second analysis uses the gdal_translate tool from the [GDAL](https://www.gdal.org/) package.
9
-
You can use one of the prepared downloads availble on the GDAL web site to install the needed software tool.
10
-
Alternatively, it's possible to download and build the tools on your system.
11
-
For example, on the Mac, the command is `brew install gdal`.
12
8
13
9
## Get and join data
14
10
@@ -18,12 +14,15 @@ The second is the cumulative growing degree days for all of 2017, which were cal
18
14
They are combined by their common column, the date.
0 commit comments