Zach Dorminey

image

image

Zach Dorminey

My name is Zach Dorminey. I am a first year PhD student in Geography at the Department of Geography and Sustainability at the University of Tennessee, Knoxville (UTK). I am focusing on quantitative methods in geographical information systems (GIS).

Background

I am from Morgantown, West Virginia where I grew up and attended West Virginia University (WVU). I graduated from WVU with a BS in Civil Engineering and worked for about 2 years in the industry. After exploring some opportunities in geography, I decided to go back to school and pursue in-depth quantitative methods in geography. This past summer, upon successful defense of my thesis “A Multi-Metric Approach to Fay-Herriot Small Area Estimation of Forests”, I graduated with an MS in Geography.

Research

My research interests include small area estimation, cluster analysis methods, and quantitative methods as a larger body of study. All my work points to my fascination with different methods to account for spatially related phenomena. I enjoy reading the original works foundational to quantitative methods in geography and learning how those works are vital to cutting edge research today.

Presentations

Most recently I presented a portion of my MS thesis work “Small Area Estimates of Virginia’s Forests from Coast to Mountains: How does canopy height help?” at the 2024 Annual Meeting of the Association of American Geographers in Honolulu, Hawaii. My more recent presentations include co-authorship on a presentation “Examining Inaccuracies in Small Area Estimation” at the SOMENS and NEMO Joint Meeting in 2023. My early research work, Assessing the Spatial Clustering of Right of Way Permits in Davidson County, Tennessee, utilized Ripley’s K function to compare the clustering tendencies of right of way permits to the distribution of addresses. I developed an R Shiny app in this work so that my methods are easily visualized and repeated with different datasets without the need for the user to have experience with GIS. I presented a poster on this work at GeoSym 2023 at UTK and at AAG 2023 Annual Meeting in Denver.

library("shiny")
library("spatstat")

ui <- fluidpage(
    #Asks user for input data to compare to addresses
)

server <- function(input, output, session){
    #output Ripley's K estimation
    Kest(right_of_way_permits)
}

Forest Inventory and Analysis (FIA)

I currently work part-time with Dr. Nicholas Nagle (UTK) on USFS FIA research looking into new ways for small area estimation in accordance with the goals of the Southern Research Station.

library("rFIA")

Relevant Coursework

Teaching

In my time at UTK I have worked as a Graduate Teaching Assistant, serving as a TA for:

Go Vols!