Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brownred/web-scraping-openaq-website

Web scraping of www.openaq.org for open source data to collect air pollution data from different locations in the world. Tools used - **Selenium Python**.
https://github.com/brownred/web-scraping-openaq-website

Last synced: 26 days ago
JSON representation

Web scraping of www.openaq.org for open source data to collect air pollution data from different locations in the world. Tools used - **Selenium Python**.

Awesome Lists containing this project

README

        

# SeleniumPythonProject

Web scraping of www.openaq.org for open source data to collect air pollution data from different locations in the world.
Tools used - **Selenium Python**.

## To run the code please run the files with the following sequence:
1. Run **1GetCountries.py** file. The code generates a **1Countries.csv** file which will be used at the Stage 2.
2. Run **2GetLinksOfCountries.p** file. The code generates a **2Links_Of_Countries.csv** file which will be used at the Stage 3.
3. Run **3GetLinksOfCards.py** file. The code generates a **3Links_Of_Cards.csv** file which will be used at the Stage 4.
4. Run **4GetDetails.py** file. The code generates a **4Full_Details.csv** file which will be used at the Stage 5.
5. Run **5GetAnalysis.py** file. The code generates a **5pollution_european_countries.yyyy-mm-dd hh:mm.png** file.