NEON

Harvard Forest Soils Analysis


The National Ecological Observatory Network has invested in high-resolution airborne imaging of their field sites. Elevation models generated from LiDAR can be used to map the topography and vegetation structure at the sites.

Check to see if there is a data directory in your workspace with HARV subdirectory in it. If not, Download the data and extract it into your working directory. The HARV directory contains spatial data for Harvard Forest including raster data for a digital terrain model (HARV_dtmFull.tif) and a digital surface model (HARV_dsmFull.tif), and polygon data for the site boundary (harv_boundary.shp) and the soil types (harv_soils.shp).

  1. Make a map of the harv_soils data with the polygons colored based on DRAINAGE_C column. Use the viridis color ramp.
  2. Make a map of the harv_soils data with one facet (i.e., subplot) for each category in the DRAINAGE_C column.
  3. Using the HARV_dtmFull.tif data extract the maximum elevation (i.e., the DTM value) within each soils polygon. To get the maximum elevation instead of the mean value use the max function instead of mean. Display a vector of the resulting elevations.
  4. Add the vector of elevations from (3) to the original sf object and display the resulting data frame.
  5. Make a map of the soil polygons colored based on their maximum elevation. Use the viridis color ramp.
  6. Make a map that is the same as (5), but preserves the UTM coordinates on the axes.
[click here for output] [click here for output] [click here for output] [click here for output] [click here for output] [click here for output]