Newberry EGS Demonstration: Well 55-29 Stimulation Data
Department of Energy
@usgov.doe_gov_newberry_egs_demonstration_well_55_29_stimulation_69fae
Department of Energy
@usgov.doe_gov_newberry_egs_demonstration_well_55_29_stimulation_69fae
CREATE TABLE tzim_injection_times (
"unnamed_0" VARCHAR,
"date_injected" TIMESTAMP
);
CREATE TABLE foulger_consulting_newberry_egs_moment_tensors (
"date" TIMESTAMP,
"time" VARCHAR,
"lat" DOUBLE,
"long" DOUBLE,
"easting" DOUBLE,
"northing" DOUBLE,
"depth_km_asl" DOUBLE,
"depth_m_bgs" BIGINT,
"depth_ft_asl" DOUBLE,
"depth_ft_bgs" DOUBLE,
"mag" DOUBLE,
"t_trend" DOUBLE,
"t_plunge" DOUBLE,
"i_trend" DOUBLE,
"i_plunge" DOUBLE,
"p_trend" DOUBLE,
"p_plunge" DOUBLE,
"k" DOUBLE,
"t" DOUBLE,
"scaler_mo" DOUBLE,
"mxx" DOUBLE,
"mxy" DOUBLE,
"myy" DOUBLE,
"mxz" DOUBLE,
"myz" DOUBLE,
"mzz" DOUBLE,
"qual" VARCHAR
);
CREATE TABLE micro_seismic_array_installation_data (
"name" VARCHAR,
"type" VARCHAR,
"longitude" DOUBLE,
"latitude_w" DOUBLE,
"easting" DOUBLE,
"northing" DOUBLE,
"surface_el" DOUBLE,
"hole_lock" DOUBLE,
"elevation" DOUBLE,
"n" DOUBLE,
"subsection" VARCHAR,
"road" VARCHAR
);
CREATE TABLE well_55_29_wellbore_deviation_data (
"md_ft" BIGINT,
"tvd_ft" DOUBLE,
"drift_n_ft" DOUBLE,
"drift_e_ft" DOUBLE,
"northings_m" DOUBLE,
"eastings_m" DOUBLE
);
CREATE TABLE well_55_29_tracer_injection_information (
"tracer" VARCHAR,
"injection_date" VARCHAR,
"amount_kg" BIGINT
);
CREATE TABLE whp_flow (
"date" TIMESTAMP,
"time" VARCHAR,
"cum_days" BIGINT,
"cum_hours" DOUBLE,
"whp" VARCHAR,
"pump_inlet_flow" DOUBLE,
"downhole_flow" VARCHAR
);
CREATE TABLE static_pressure_and_temperature_profile_october_2008 (
"depth_m" DOUBLE,
"temp_c" DOUBLE,
"depth_ft" BIGINT,
"temp_f" DOUBLE,
"press_psia" DOUBLE
);
Anyone who has the link will be able to view this.