Created
July 22, 2017 21:21
-
-
Save sergiolucero/d8a8544736187e097ff5a7832ba0b9fa to your computer and use it in GitHub Desktop.
Open Air Quality
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import openaq | |
api=openaq.OpenAQ() | |
api.cities(country='CL',limit=10) | |
api.latest(city='Antofagasta', df=True) | |
df_pm10 = api.measurements(city='Andacollo',location='Hospital',parameter='pm10',df=True,limit=10) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment