intelligent-environments-lab / bleed-orange-measure-purple

Data and Analysis related to the Bleed Orange, Measure Purple low-cost sensor project on UT's campus
GNU General Public License v3.0
2 stars 1 forks source link

Bleed Orange Measure Purple

License: GPL v3 Code style: black GitHub top language Test Code codecov

Bleed Orange Measure Purple project explores the potential uses and benefits of the PurpleAir air quality sensors located on the UT Austin campus through data processing, analysis, and visualization. This repo features a data pipeline with various scripts that handle everything from downloading to visualizing the data. Data from TCEQ sensors is also included in this project to provide regulatory grade reference data. For a more detailed explaination of this project, please refer to the wiki.

Prerequisites

Features

Installation

Download the latest wheel file from the releases page.

Install the wheel using pip:

pip install iel_bomp-0.2.0-py3-none-any.whl

Usage

The following command can be used to download data:

bomp download -s <start-date> -e <end-date>
bomp download --start-date <start-date> --end-date <end-date>

For example:

bomp download -s 2021-8-1 -e 2021-8-2