Raw Pressure Data From Observation Wells At Brady's Hot Springs
Department of Energy
@usgov.doe_gov_raw_pressure_from_observation_wells_at_bradys__acac9f23
Department of Energy
@usgov.doe_gov_raw_pressure_from_observation_wells_at_bradys__acac9f23
This .csv files contain the raw water pressure data from three observation wells during pumping tests performed in the Spring of 2016. Included is a "read me" file explaining the details of where and how the data were collected.
Organization: Department of Energy
Last updated: 2025-01-11T22:23:25.711207
Tags: brady-hot-springs, bradys-geothermal-area, geothermal, observation-well, observation-wells, porotomo, pressure, pressure-data, pressure-sensor, pumping-tests, read-me-file, water-pressure
CREATE TABLE n_56a_1_pressure_data (
"full_utc_date_time" TIMESTAMP,
"year_utc" BIGINT -- Year (UTC),
"month_utc" BIGINT -- Month (UTC),
"day_utc" BIGINT -- Day (UTC),
"hour_utc" BIGINT -- Hour (UTC),
"minute" BIGINT,
"second" BIGINT,
"temperature_deg_c" DOUBLE -- Temperature (deg C),
"pressure_kpa" DOUBLE -- Pressure (kPa)
);CREATE TABLE n_81b_1_pressure_data (
"full_utc_date_time" TIMESTAMP,
"year_utc" BIGINT -- Year (UTC),
"month_utc" BIGINT -- Month (UTC),
"day_utc" BIGINT -- Day (UTC),
"hour_utc" BIGINT -- Hour (UTC),
"minute" BIGINT,
"second" BIGINT,
"temperature_deg_c" DOUBLE -- Temperature (deg C),
"pressure_kpa" DOUBLE -- Pressure (kPa)
);Anyone who has the link will be able to view this.