obsaq

A Python package for accessing observational air quality data


License
MIT
Install
pip install obsaq==0.0.0

Documentation

ObsAQ: A Python package for accessing observational air quality data

DOI Docs GitHub license

Contributors: Haofan Wang, Zhiyi Song, David Topping, Zhonghua Zheng (zhonghua.zheng@manchester.ac.uk)

Installation

Step 1: create an environment:

$ conda create -n obsaq python=3.11

$ conda activate obsaq

$ conda install -c conda-forge numpy pandas pyreadr

Step 2: install using pip:

$ pip install obsaq

(optional) install from source:

$ git clone https://github.com/envdes/obsaq
$ cd obsaq
$ python setup.py obsaq

How to use it?

Python

Please check the Tutorial for information.

How to ask for help

The GitHub issue tracker is the primary place for bug reports.