dhhagan / atmospy

visualization and analysis tools for air quality data in python

Home Page:https://dhhagan.github.io/atmospy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

atmospy: air quality data visualization

PyPI version PyPI - Python Version Tests codecov Apache 2.0 licensed

atmospy is a Python visualization library based on matplotlib and seaborn.

Documentation

Documentation for atmospy can be found here.

Dependencies

Supported Python versions

atmospy supports Python 3.8 through Python 3.11.

Mandatory dependencies

  • numpy
  • pandas
  • seaborn
  • matplotlib
  • scipy

Installation

The latest release can be installed directly from PyPi:

$ pip install atmospy

You can also install pre-releases from GitHub:

$ pip install atmospy --pre

If you would like to install from a specific branch or release, you can do so directly from GitHub:

$ pip install git+https://github.com/dhhagan/atmospy.git@<tag-or-version>

Testing

Development

atmospy development takes place on GitHub: https://github.com/dhhagan/atmospy

Please submit bugs that you encounter to the issue tracker with a reproducible example that clearly demonstrates the problem.

About

visualization and analysis tools for air quality data in python

https://dhhagan.github.io/atmospy/

License:Apache License 2.0


Languages

Language:Python 100.0%