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.0.tar.gz (31.7 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.0-py3-none-any.whl (31.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: airpy_tool-1.0.0.tar.gz
  • Upload date:
  • Size: 31.7 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.0.tar.gz
Algorithm Hash digest
SHA256 ddbc26666ed248eded53699a55cebb8d3d8cb76c78c5b13c6897ee158214cc0b
MD5 5ad4044c3bfb5de3843874b3ed50f06b
BLAKE2b-256 bcb15d9fe3c2262f34c05f431ef505621286eedee0fa7e52cc5cf8a58e1479e9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: airpy_tool-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 31.8 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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bfafbc2a0fc077016ba3b45946e79724c8aa4fb0d451e2b083ee80d924e9251e
MD5 14b8c5fa98ecfa86035aa2002dcebfa6
BLAKE2b-256 fd027c60856f57ed25ae7f89e1c932b268a62bda85baf1ad63b2772f10658529

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