Metadata-Version: 1.0
Name: PyAir
Version: 2.1.0
Summary: For working with French air quality data and the Iseo XAIR database
Home-page: http://pypi.python.org/pypi/PyAir/
Author: Lionel Roubeyrie
Author-email: lionel.roubeyrie@gmail.com
License: LICENSE.txt
Description: ===========
        PyAir
        ===========
        
        PyAir provides facilities :
            - for the connection to the ISEO XAIR database, and for getting values/informations
            - in the computation of Air Quality values for the French AQ reglementation,
        
        
        
        Typical usage ::
        
            #!/usr/bin/env python
        
            import pyair
            xr = pyair.xair.XAIR(user,pwd,ip,port,base)
            df = xr.get_mesures(mes=["O3_AA", "O3_BB"])
            pyair.reg.aot40_vegetation(df)
        
Platform: UNKNOWN
