Tutorial
Spatial Data Tutorial Series Capstone Challenges
Last Updated: Oct 7, 2020
Authors: Leah A. Wasser, Claire Lunch, Kate Thibault, Natalie Robinson
Last Updated: Oct 7, 2020
These capstone challenges utilize the skills that you learned in the previous tutorials in the:
You will need the most current version of R and, preferably, RStudio
loaded
on your computer to complete this tutorial.
install.packages("raster")
install.packages("rgdal")
install.packages("sp")
More on Packages in R – Adapted from Software Carpentry.
These remote sensing data files provide information on the vegetation at the National Ecological Observatory Network's San Joaquin Experimental Range and Soaproot Saddle field sites. The entire dataset can be accessed by request from the NEON Data Portal.
Download DatasetThe Normalized Difference Vegetation Index (NDVI) is calculated using the equation:
(NIR - Red) / (NIR + Red)
where NIR is the near infrared band in an image and Red is the red band in an image.
Use the Red (Band 58 in the GeoTIFF files) and the NIR (band 90 in the GeoTIFF files) GeoTIFF files to
If you have some of your own data that you'd like to explore for this activity, feel free to do so. Otherwise, use the vegetation structure data that we've provided in the data downloads for this workshop.
D17_2013_vegStr.csv
and D17_2013_SOAP_vegStr.csv
. (Note that previously the
working directory was set to SJER. You'll have to change this to easily access the
SOAP vegetation data).California
group: