Project HOTSPOT: Mountain Home Well Borehole Geophysics Database
Department of Energy
@usgov.doe_gov_project_hotspot_mountain_home_well_borehole_ge_dd6eebf1
Department of Energy
@usgov.doe_gov_project_hotspot_mountain_home_well_borehole_ge_dd6eebf1
The Snake River Plain (SRP), Idaho, hosts potential geothermal resources due to elevated groundwater temperatures associated with the thermal anomaly Yellowstone-Snake River hotspot. Project HOTSPOT has coordinated international institutions and organizations to understand subsurface stratigraphy and assess geothermal potential. Over 5.9km of core were drilled from three boreholes within the SRP in an attempt to acquire continuous core documenting the volcanic and sedimentary record of the hotspot: (1) Kimama, (2) Kimberly, and (3) Mountain Home. The Mountain Home drill hole is located along the western plain and documents older basalts overlain by sediment.
Data submitted by project collaborator Doug Schmitt, University of Alberta
Organization: Department of Energy
Last updated: 2025-01-11T21:48:15.222370
Tags: borehole, borehole-geophysics, borehole-log, dowhnhole-geophysics, gamma-ray, geochemistry, geophysics, geothermal, idaho, image-log, magnetic-susceptibility, mountain-home, neutron, potassium, pressure, project-hotspot, resistivity, snake-river-plain, srp, temperature, thorium, uranium, well-data, yellowstone-hotspot
CREATE TABLE dipmeter_measurements_mh_cal (
"depth" VARCHAR,
"cal_1" VARCHAR,
"cal_2" VARCHAR
);CREATE TABLE magnetic_susceptibility (
"depth" VARCHAR,
"ftot" VARCHAR
);CREATE TABLE mountain_home_ftot (
"depth" VARCHAR,
"ftot" VARCHAR
);CREATE TABLE mountain_home_ms (
"depth" VARCHAR,
"msus" VARCHAR
);CREATE TABLE neutron_measurements (
"depth" VARCHAR,
"gamma" VARCHAR
);CREATE TABLE potassium_readings (
"depth" VARCHAR,
"k" VARCHAR
);CREATE TABLE potassium_thorium_and_uranium_readings (
"depth" VARCHAR,
"k" VARCHAR,
"th" VARCHAR,
"u" VARCHAR
);CREATE TABLE pressure_data (
"depth" VARCHAR,
"p" VARCHAR
);CREATE TABLE sonic_data (
"depth" VARCHAR,
"vp" VARCHAR,
"vs" VARCHAR
);CREATE TABLE temperature_data_part_1 (
"depth" VARCHAR,
"temp_1" VARCHAR
);CREATE TABLE temperature_data_part_2 (
"depth" VARCHAR,
"temp_2" VARCHAR
);CREATE TABLE thorium_readings (
"depth" VARCHAR,
"th" VARCHAR
);CREATE TABLE uranium_readings (
"depth" VARCHAR,
"u" VARCHAR
);Anyone who has the link will be able to view this.