Publications by Mickey Campbell

Hovermap Trajectory vs. USGS DTM Interpolation Correction

24.01.2024

R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within...

3253 sym R (6428 sym/18 pcs) 6 img

Modeling Levan and Hovermap Travel Rates

29.11.2023

Modeling Levan and Hovermap Travel Rates Author Michael Campbell Introduction In 2016, we ran our first travel rate experiment. Thirty-one study subjects walked 22 transects, each 100m in length, through central Wasatch foothills outside of Levan, UT featuring juniper-sagebrush vegetation. Study subjects were timed with stopwatches, the results...

13207 sym Python (35137 sym/14 pcs) 12 img

CamWordleWorld

04.11.2023

CamWordleWorld Author Mickey Campbell What in god’s sweet name have I done? I’ve clearly got too much time on my hands, so I thought I’d do a little data exploration on our ongoing Wordle competition. I exported our CamWordleWorld chat to a text file, and then did some data cleanup to get a table of our daily scores. Here’s that table: ...

1617 sym Python (5312 sym/12 pcs) 8 img

Exploring calculate_vi() Parallel Processing Time

12.09.2023

Exploring calculate_vi() Parallel Processing Time Introduction The objective of this document is to provide some quantification and visualization of the differences in processing times produced by parallelization of Katherine’s VisiMod::calculate_vi() tool. I ran every combination of the following: Spatial scope: omnidirectional (“omnidir”)...

6035 sym 7 img 1 tbl

Generating a Symmetrical Slope-Travel Rate Function

06.09.2023

Introduction The relationship between slope and travel rates is, generally, that steeper slopes, both uphill and downhill, tend to slow one down while traveling on foot. The specific quantitative nature of that relationship has been explored in many studies, including several of our own. Most resulting slope-travel rate functions are asymmetric...

6181 sym R (4625 sym/19 pcs) 3 img

Hospitals Data Exploration

28.08.2023

Introduction One of the critical inputs to the Estimated Ground Evacuation Time layer (EGET) is point locations of medical facilities. They represent the end points of the travel time analysis that forms the foundation of the dataset. Given that we are in the process of updating and improving EGET, we need to ensure that we are using the best a...

12524 sym R (8202 sym/28 pcs) 9 img 16 tbl

Monroe Mountain Field Site Sampling (v3)

28.07.2023

Update 7/28/2023 Two additional changes were made: Base the land cover part of the masking process on LANDFIRE Existing Vegetation Type instead of NLCD Reduce number of points from 50 to 24 This updated Markdown document reflects the changes above. Update 7/22/2023 After a meeting on 7/6/2023 where I shared the results of the initial site plac...

19731 sym R (40418 sym/46 pcs) 23 img

Monroe Mountain Field Site Sampling (v3)

27.07.2023

Update 7/22/2023 After a meeting on 7/6/2023 where I shared the results of the initial site placement, we decided to make a few key changes to the sampling procedure: Broaden the range of slopes to include areas +/- 30 degrees Limit the sampling area of interest to a bounding box surrounding planned burn units Remove the constraint of only samp...

19482 sym R (39575 sym/43 pcs) 23 img

Monroe Mountain Field Site Sampling v2

22.07.2023

Update 7/22/2023 After a meeting on 7/6/2023 where I shared the results of the initial site placement, we decided to make a few key changes to the sampling procedure: Broaden the range of slopes to include areas +/- 30 degrees Limit the sampling area of interest to a bounding box surrounding planned burn units Remove the constraint of only samp...

19477 sym R (39867 sym/43 pcs) 23 img

Nearest Centroid Sampling Example

05.07.2023

It’s always easier to look at data than it is to talk about data. So, here’s what I was trying to explain in my last email… I’ll create a two-band raster with random values, and run sample_nc() on it using different parameters to see how those parameters result in different sampling schemes. First, I’ll run: nSamp = 10 k = 6 library...

753 sym R (1070 sym/10 pcs) 2 img