Air Quality Clarity Node Sensors
District of Columbia
@usgov.district_of_columbia_air_quality_clarity_node_sensors
District of Columbia
@usgov.district_of_columbia_air_quality_clarity_node_sensors
This dataset is made up of hourly measurements of PM2.5 and PM10, and meteorological measurements, collected through DOEE’s Clarity Node network in the District of Columbia. The meteorological data collected are the sensor’s internal temperature and relative humidity readings. Measurements are collected to gain a better understanding of hyper-local air quality data. This data is collected through 24-hour continuous measurements.
Organization: District of Columbia
Last updated: 2024-04-30T18:35:38.060695
Tags: air-pollutants, air-quality, clarity-node, dc, district-of-columbia, environment, hourly, no2, ozone, particulate-matter, pm-10, pm-2-5, pollution, sensor, washington-dc
CREATE TABLE table_1 (
"datasourceid" VARCHAR,
"sitename" VARCHAR,
"sourcetype" VARCHAR,
"startofperiod" TIMESTAMP,
"endofperiod" TIMESTAMP,
"pm10concmasscalib1hrmean" DOUBLE,
"pm25concmasscalib1hrmean" DOUBLE,
"relhumidinternalraw1hrmean" DOUBLE,
"temperatureinternalraw1hrmean" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE,
"objectid" BIGINT
);Anyone who has the link will be able to view this.