Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 1.23 KB

README.md

File metadata and controls

27 lines (24 loc) · 1.23 KB

Workshop: Analyzing and Visualizing Open Air Quality Data

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.

Program

  1. Preparation, checking that participants' computers are ready to go
  2. Introduction: what kind of data is available and what can we learn from it
  3. Examples of open data sources
  4. Worked example: retrieving, exploring and visualizing data
  5. Notes on interpretation
  6. Open exploration
  7. Discussion

Prerequisites

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