1st-place-GeoAI-Challenge-for-Air-Pollution-Susceptibility-Mapping by xiaoironman
Steps:
- Set the current folder as your working directory.
- Download the Train.csv file from the challenge website (https://zindi.africa/competitions/geoai-challenge-for-air-pollution-susceptibility-mapping/data) and place it in this folder as well
- install the required packages by the commands: python -m pip install -r requirements.txt
- run the main script: python main.py
- You should see that the file named submission.csv is generated in the same folder, this is the one that was been submitted
Files:
- test_terrain.csv is the terrain (topology) data extracted for the locations in each row of the Test.csv file.
- test_meteo.csv is the meteology data extracted for the locations in each row of the Test.csv file.
- submission.csv is the final resulted submitted to the challenge website and resulted in the #1 ranking.
- main.py is the python script to generate the submission file
- AI_for_Good_Air_Pollution_Challenge_Report.pdf is the report for this challenge
- requirements.txt is the required python packages for running the main script. During development, the author used python 3.8 as the base interpreter