Project HOTSPOT: Kimberly Well Borehole Geophysics Database
Department of Energy
@usgov.doe_gov_project_hotspot_kimberly_well_borehole_geophys_cbbdbcbc
Department of Energy
@usgov.doe_gov_project_hotspot_kimberly_well_borehole_geophys_cbbdbcbc
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 Kimberly drill hole was selected to document continuous volcanism when analysed in conjunction with the Kimama and is located near the margin of the plain.
Data submitted by project collaborator Doug Schmitt, University of Alberta
Organization: Department of Energy
Last updated: 2025-01-11T21:48:13.800663
Tags: borehole, borehole-geophysics, borehole-log, downhole, downhole-geophysics, gamma-ray, geochemistry, geophysics, geothermal, idaho, image-log, kimberly, magnetic-susceptibility, neutron, potassium, pressure, project-hotspot, resistivity, seismic, snake-river-plain, sonic, srp, temperature, thorium, uranium, well-data, yellowstone-hotspot
CREATE TABLE dipmeter_measurements_kimberly_cal (
"depth" VARCHAR,
"cal_1" VARCHAR,
"cal_2" VARCHAR
);CREATE TABLE dipmeter_measurements_kimberly_rad (
"depth" VARCHAR,
"rad_0" VARCHAR,
"rad_1" VARCHAR,
"rad_2" VARCHAR,
"rad_3" VARCHAR
);CREATE TABLE magnetic_susceptibility (
"depth" VARCHAR,
"ftot" VARCHAR
);CREATE TABLE ms_temperature_depth_data (
"depth" VARCHAR,
"temp_ms" VARCHAR
);CREATE TABLE neutron_measurements (
"depth" VARCHAR,
"neutron" 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_depth_data (
"depth" VARCHAR,
"temp" 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.