Toolset for visualizing Air Quality Data from https://sensor.community
Project description
AQStat
aqstat
is a command line Python tool for visualizing air quality data collected under the luftdaten.info project.
Install
aqstat
is written in Python, so installation and usage is platform-independent.
Requirements
- Install git
- Get Python 3.7 or later
- If you need the latest development version or you wish to modify the code, install Poetry as well.
Install latest release from PyPI
The latest release is hosted at the Python Package Index (PyPI) . To install aqstat
from there, simply run:
pip install aqstat
Install latest source from GitHub
The latest development code is available at GitHub. Installation should be as simple as running the following:
git clone https://github.com/vasarhelyi/aqstat.git
cd aqstat
poetry install
As aqstat
uses Poetry, all Python package dependencies will be installed automatically in a local virtual environment under .venv
in the project folder.
Usage
Basic usage
Run aqstat --help
to get a quick overview on the usage of aqstat
. There are three basic commands currently available:
download
helps you retreive air quality sensor data from the net to your local computer for later analysisplot
lets you visualize air quality data of selected sensorsstat
generates various statistical outputs for selected sensors
An additional test
command is provided as a development section to test different work-in-progress stuff.
More detailed help on individual commands is also available. For example, run aqstat download --help
to get help on data download options.
To get some examples on usage, check out the doc\examples\commands.md
file.
Usage with Poetry
To execute aqstat
using Poetry, type poetry run aqstat
from the cloned project folder.
Sensor database
Local sensor data is stored in folders named after sensor IDs. There are two basic data sources supported currently, a bit of a problem is that they use different IDs for different sensors (madavi.de uses a single chip_id
, sensor.community uses a sensor_id
for all sensors in a given measurement unit. Furthermore, these two sources store slightly different information about the sensors.
To obtain a general easy-to-use reference for all sensor data, a local description of all sensors can be given optionally. A simple JSON format is used for that, please check out the doc\examples\metadata.json
file as an example how to fill the JSON form for a single sensor, or use the scripts\convert_luftdaten_csv_to_metadata_json.py
script to generate .json files from the sensor data directly.
The overall sensor database structure should look like something like this:
12345/
67890/
Budapest-12345.json
Verőce-67890.json
The name of the .json
files is arbitrary, it is useful to include human readable information, such as the location of the sensor, as in the example above.
Later on, during the usage of the plot
and stat
commands, filters can be defined and several outputs can be generated based on various properties given in the .json files.
Contact and collaboration
aqstat
is made public and open-source to help each other in fighting air pollution. Please contact if you have any questions on usage, something is not working properly, you have new ideas or feature requests or if you would like to help in development or collaboration or wish to support the project in any way.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file aqstat-1.0.1.tar.gz
.
File metadata
- Download URL: aqstat-1.0.1.tar.gz
- Upload date:
- Size: 31.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.9.5 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 753366d6ac815fbd34d4da7295b510315000e080eb3c309d581ccf1489b1243a |
|
MD5 | 0fd4e5ab70d7256a5dfa21be5c7b32ee |
|
BLAKE2b-256 | 19acd5245cf6125f7ba21a876621869af8325d4149d971811f7cb93d4afb61cc |
File details
Details for the file aqstat-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: aqstat-1.0.1-py3-none-any.whl
- Upload date:
- Size: 38.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.9.5 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4fd3c89457378cbf8d0551ee01614e1991a857efb42238759d643056e503ca6b |
|
MD5 | d9456f2cda35565d31d0c0bc8ab33f5a |
|
BLAKE2b-256 | 5c1d074b20b94e74336e41de6a3c608addcf8d41298ef4c11035f8f4083f8bf9 |