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
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 resistivity_measurements (
"depth" VARCHAR,
"rd" VARCHAR,
"rs" 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.