SIATA download automation 



Hello!
Welcome to this project! Here are the steps to automatize the process of download air quality data. Please refer to the git repository if you want to download the jupyter notebooks. Here I presented a website version of it. This is open source code, so if you want to use it, just do it!

  • Extract -> This is the core of the automation project. Here I applied web scraping techniques to obtain the data. 
  • Transform -> Here I use Pandas to manipulate the data and obtain a clean data set. 
  • Load -> Finally I use MySQL to allocate the transformed data into a RDB.