Brady Geothermal Field Well Lithologies
Department of Energy
@usgov.doe_gov_brady_geothermal_field_well_lithologies_b476b
Department of Energy
@usgov.doe_gov_brady_geothermal_field_well_lithologies_b476b
CREATE TABLE well_lithologic_descriptions (
"id" BIGINT,
"code" VARCHAR,
"symbol" VARCHAR,
"name_description" VARCHAR
);
CREATE TABLE well_lithologies (
"well" VARCHAR,
"from_md_m" DOUBLE,
"to_md_m" DOUBLE,
"lith_unit" VARCHAR
);
Anyone who has the link will be able to view this.