|
1 | 1 | # SeleniumPythonProject
|
2 | | -Web scraping of www.openaq.org for open source data to collect air pollution data. |
3 | | -Tools used - Selenium Python. |
| 2 | +Web scraping of www.openaq.org for open source data to collect air pollution data from different locations in the world. |
| 3 | +Tools used - **Selenium Python**. |
4 | 4 |
|
5 | 5 | This project was done during the Graduate Studies in Data Science at the University of Warsaw
|
6 | 6 | together with Jorge Bueno Perez and Noam Shmuel.
|
| 7 | + |
| 8 | +## To run the code please run the files with the following sequence: |
| 9 | +1. Run **1GetCountries.py** file. The code generates a **Countries.csv** file which will be used at the Stage 2. |
| 10 | +2. Run **2GetLinksOfCountries.p** file. The code generates a **2Links_Of_Countries.csv** file which will be used at the Stage 3. |
| 11 | +3. Run **3GetLinksOfCards.py** file. The code generates a **3Links_Of_Cards.csv** file which will be used at the Stage 4. |
| 12 | +4. Run **4GetDetails.py** file. The code generates a **4Full_Details.csv** file which will be used at the Stage 5. |
| 13 | +5. Run **5GetAnalysis.py** file. The code generates a **5pollution_european_countries.yyyy-mm-dd hh:mm.png** file. |
0 commit comments