Project HOTSPOT: Kimama Well Borehole Geophysics Database
Department of Energy
@usgov.doe_gov_project_hotspot_kimama_well_borehole_geophysic_de821110
Department of Energy
@usgov.doe_gov_project_hotspot_kimama_well_borehole_geophysic_de821110
CREATE TABLE resistivity_measurements (
"depth" VARCHAR,
"rd" VARCHAR,
"rs" VARCHAR
);
CREATE TABLE magnetic_susceptibility (
"depth" VARCHAR,
"ms" VARCHAR
);
CREATE TABLE sonic_data (
"depth" VARCHAR,
"rd" VARCHAR,
"rs" VARCHAR
);
CREATE TABLE neutron_measurements (
"depth" VARCHAR,
"neutron" VARCHAR
);
CREATE TABLE dipmeter_measurements_kimama_rad (
"depth" VARCHAR,
"rad_0" VARCHAR,
"rad_1" VARCHAR,
"rad_2" VARCHAR,
"rad_3" VARCHAR
);
CREATE TABLE kimama_cal (
"depth" VARCHAR,
"cal_1" VARCHAR,
"cal_2" VARCHAR,
"cal_3" VARCHAR
);
CREATE TABLE pressure_data (
"depth" VARCHAR,
"p" VARCHAR
);
CREATE TABLE temperature_data (
"depth" VARCHAR,
"temp" VARCHAR
);
CREATE TABLE gamma_ray_measurements (
"depth" VARCHAR,
"gamma_ray" VARCHAR
);
Anyone who has the link will be able to view this.