Skip to content
/ pyair Public

For working with French air quality data and the Iseo XAIR database

License

Notifications You must be signed in to change notification settings

lnlrbr/pyair

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 reglementation,

Typical usage with Python 2.7 or Python 3.x :

#!/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)

Look at http://pythonhosted.org/PyAir/ for an example

About

For working with French air quality data and the Iseo XAIR database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages