This workshop is a brief introduction and practical tutorial on how to obtain, analyze, visualize and interpret open air quality data with Python. We will be using an analysis toolkit developed for this purpose. Participants are invited to work through the examples, ask questions, explore the data and share their interpretations.
- Preparation, checking that participants' computers are ready to go
- Introduction: what kind of data is available and what can we learn from it
- Examples of open data sources
- Worked example: retrieving, exploring and visualizing data
- Notes on interpretation
- Open exploration
- Discussion
Please make sure you are set up with the following for the workshop:
- Bring a computer
- You will need basic to intermediate knowledge of Python and Jupyter Notebooks
- Knowledge of Pandas and Matplotlib will be helpful but is not critical
- Be sure that Python 3.5 or higher is installed
- Install the analysis toolkit: run
pip3 install --upgrade airqdata
- Install Jupyter: run
pip3 install jupyter
- Clone this workshop repository or download its Exercises notebook