Publications by Mickey Campbell

Firefighter monitoring data exploration

24.09.2020

The purpose of this document is to perform some initial data exploration on the firefighter monitoring data provided by Joe Sol and Joe Domitrovich of the USDA Forest Service. There are a lot of data, and the structure of the data is somewhat complex, so I figured I’d put together a markdown document that will provide some initial inight into h...

1908 sym R (3234 sym/8 pcs)

GEDI Scaled Biomass Uncertainty Modelin

16.02.2021

Introduction I figure Markdown will be easier so that I can just demo what the script is doing without having to share data along with the script. But, happy to share data and the script if we need to go that route. Nothing exciting going on here, just some basic project setup. library(stringr) library(rgdal) ## Warning: package 'rgdal' was buil...

3384 sym R (75633 sym/40 pcs)

Canopy Height Model Quantile Analysis

17.05.2021

1. Load canopy height model and generate quantiles I generated a small, 1 m spatial resolution canopy height model from Katherine’s lidar data. I’ll read this in, and then generate a 30 m aggregate image with 101 bands, representing the 0th through the 100th quantiles of 1 m canopy height pixel values within each 30 m aggregate pixel. library...

2699 sym R (8780 sym/16 pcs) 12 img