Recent work by Mumford et al. used high-resolution numerical simulations of contaminated sites to evaluate the state of practice for contaminated site investigation1. These simulations were originally developed in collaboration with academic and industry partners, including the U.S. Department of Defense's Environmental Security Technology Certification Program (ESTCP), as a training tool for environmental monitoring and performance optimization. This project focuses on the development of an algorithm to determine available borehole information in those simulations based on user-input, to help leverage this work to create an educational tool. The algorithm begins by validating user-specified coordinates to ensure they fall within an acceptable range. Leveraging principles from linear algebra and a grid-based mapping system, it identifies the nearest existing borehole on a predefined coordinate grid. To optimize efficiency, the algorithm utilizes a 2-D array to store and retrieve coordinate data. It calculates distances from the input coordinates to all available borehole locations on the grid, to identify the shortest distance and select the closest borehole, enabling students to map contamination within virtual sites. In addition to boreholes, the application incorporates data for Membrane Interface Probes (MIPs), monitoring wells, groundwater samples, and soil samples that are used to investigate contaminated sites, providing a comprehensive tool for training environmental professionals. The k-nearest neighbors (k-NN) algorithm predicts Membrane Interface Probe (MIP) Photoionization Detector (ECD) readings at future locations, which indicate chlorinated contaminant levels. Two models were evaluated: one using spatial data and ECD values, and another incorporating electrical conductivity (EC) and hydraulic conductivity (K), which are also measured by MIP. By making use of additional parameters, variations in soil properties were better represented, leading to more accurate predictions. Through iterative testing and refinement, the tool’s accuracy and user-interface have been enhanced, ensuring robust reliability for classroom applications. These tools are slated for integration into 4th-year subsurface contamination courses at Queen's University, Carleton, and the University of Iowa. By automating borehole selection, instructors can interact more with students and dedicate less time to data processing tasks. The k-NN application will enable the use of machine learning for site assessment to optimize MIP instrument placement to reduce bias. Assistance from Cole Van De Ven (Carleton University) and Jessica Meyer (University of Iowa) in collecting virtual contaminated site data is gratefully acknowledged.