sensortoolkit.reference._import_airnowtech.ingest_airnowtech
- ingest_airnowtech(path, Clean_QC_Code=False)[source]
Ingest raw AirNowTech data (table, unpivoted format, 1-hr recording freq) and set index column to Date & Time (UTC).
- Parameters
path (str) – Full directory path to downloaded dataset.
- Returns
If true, only keep data where the QC code is zero (indicates no issues reported).
- Return type
Clean_QC_Code (bool)