UCSBCarpentry / 2022-08-09-ucsb-r-geospatial

This is the repo for UCSB Lib's R Geospatial workshop on August 9 and 11, 2022
https://ucsbcarpentry.github.io/2022-08-09-ucsb-r-geospatial/
Other
0 stars 0 forks source link

Ep 11: check mean tree height #20

Open djhunter opened 2 years ago

djhunter commented 2 years ago

mean_tree_height_AOI <- extract(x = HARV_CHM, y = aoi_boundary_HARV, fun = mean) mean_tree_height_AOI It appears that the mean height value, extracted from our LiDAR data derived canopy height model is 22.43 meters.

I'm getting 19.34446, not 22.43.