Metadata-Version: 2.1
Name: obsaq
Version: 0.0.0
Summary: A Python package for accessing observational air quality data
Home-page: https://github.com/envdes/obsaq
Author: Haofan Wang
Author-email: cuitwhf@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
License-File: LICENSE

ObsAQ: A Python package for accessing observational air quality data
--------------------------------------------------------------------
|DOI| |docs| |GitHub| |license|

.. |DOI| image:: https://zenodo.org/badge/805810422.svg
   :target: https://zenodo.org/doi/10.5281/zenodo.11391797

.. |GitHub| image:: https://img.shields.io/badge/GitHub-obsaq-brightgreen.svg
   :target: https://github.com/envdes/obsaq/ 

.. |Docs| image:: https://img.shields.io/badge/docs-obsaq-brightgreen.svg
   :target: https://envdes.github.io/obsaq/

.. |license| image:: https://img.shields.io/badge/License-MIT-blue.svg
   :target: https://github.com/envdes/obsaq/blob/main/LICENSE

Contributors: `Haofan Wang <https://github.com/Airwhf/>`_, `Zhiyi Song <https://github.com/onebravekid>`_, `David Topping <https://research.manchester.ac.uk/en/persons/david.topping>`_, `Zhonghua Zheng <https://zhonghua-zheng.github.io/>`_ (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 <https://github.com/Airwhf/>`_ for information.

How to ask for help
-------------------
The `GitHub issue tracker <https://github.com/envdes/obsaq/issues>`_ is the primary place for bug reports. 


