Skip to main content

A tool for cleaning and processing air quality data

Project description

AirPy Tool

A Python package for cleaning and processing air quality data.

Installation

You can install AirPy from PyPI:

pip install airpy-tool

You can also install directly from GitHub:

pip install git+https://github.com/chandankr014/airpy-tool.git

Or clone the repository and install locally:

git clone https://github.com/chandankr014/airpy-tool.git
cd airpy-tool
pip install -e .

Usage

Command-line Interface

AirPy provides a command-line tool for processing air quality data:

# Process all data
airpy

# Process data for a specific city
airpy --city "Delhi"

# Process live data
airpy --live

# Specify custom directories
airpy --raw-dir /path/to/raw/data --clean-dir /path/to/output

# Process specific pollutants
airpy --pollutants PM25 PM10 NO2

Python API

You can also use AirPy as a Python library:

from airpy.core.processor import process_data

# Process data with default settings
process_data()

# Process data for a specific city
process_data(city="Delhi")

# Process live data
process_data(live=True)

# Specify custom directories
process_data(raw_dir="/path/to/raw/data", clean_dir="/path/to/output")

# Process specific pollutants
process_data(pollutants=["PM25", "PM10", "NO2"])

Features

AirPy provides the following features for air quality data processing:

  • Data cleaning and formatting
  • Outlier detection and removal
  • Consecutive repeat detection
  • Unit inconsistency correction for nitrogen compounds
  • Time series analysis and visualization

Data Format

AirPy supports the following file formats:

  • CSV files
  • Excel (XLSX) files

The data should follow one of these filename formats:

  • 15Min_YEAR_site_ID_STATION_CITY_ORG_15Min.csv
  • Raw_data_15Min_YEAR_site_ID_STATION_CITY_ORG_15Min.csv
  • site_ID_YEAR.csv
  • Live data format: site_IDYYYYMMDDHHMMSS.xlsx

License

This project is licensed under the MIT License - see the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

airpy_tool-1.0.1.tar.gz (32.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

airpy_tool-1.0.1-py3-none-any.whl (32.2 kB view details)

Uploaded Python 3

File details

Details for the file airpy_tool-1.0.1.tar.gz.

File metadata

  • Download URL: airpy_tool-1.0.1.tar.gz
  • Upload date:
  • Size: 32.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.17

File hashes

Hashes for airpy_tool-1.0.1.tar.gz
Algorithm Hash digest
SHA256 7c560ff621bb9a0e6860d39a176e19d41a8cbd86a8560c33b5d26afef3a76c4c
MD5 cf313481b1d8d36bc6431076923fba77
BLAKE2b-256 477ac55fd159018e26f0936b69a703fa2e03da071c441d9bd314af2769f173a4

See more details on using hashes here.

File details

Details for the file airpy_tool-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: airpy_tool-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 32.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.17

File hashes

Hashes for airpy_tool-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 88d3c9ffca223c7fe4bcb0953eed7d9794923e202815b8f7ed890939990a34dc
MD5 a271507cd63f818b309fa667e2bc7b07
BLAKE2b-256 a26f155eec591bb0ff6b4af975b9ccc5dd18bc083ae510dc4793f0ecd2a42d60

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page