Skip to content

envdes/obsaq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ObsAQ: A Python package for accessing observational air quality data

DOI Docs GitHub license

Contributors: Haofan Wang, Zhiyi Song, Congbo Song, Zongbo Shi, 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 more information.

How to ask for help

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