Primary competition visual

UmojaHack Africa 2023: Carbon Dioxide Prediction Challenge (BEGINNER)

Helping Africa
$2 100 USD
Challenge completed over 2 years ago
Prediction
766 joined
441 active
Starti
Mar 18, 23
Closei
Mar 19, 23
Reveali
Mar 19, 23
About

The objective of this challenge is to create machine learning and deep learning models that use open-source CO2 emissions data (from satellite observations) to predict carbon emissions.

The predictors for this challenge are from Sentinel-5P, an ESA satellite dedicated to monitoring air pollution. The target for this challenge is ground truth CO2 emissions collected from GRACED and EDGAR.

Approximately 800 locations were selected from 20 areas in South Africa, with a distribution around farm lands, cities and power plants.

The train set contains 361 locations and the test contains 137 locations. The test set is from a different province to the train set, to ensure your model is generalisable to different regions.

How to use Colab on Zindi

How to mount a drive on Colab

Seven main features were extracted weekly from Sentinel-5P from January 2019 to November 2022. Each feature (Sulphur Dioxide, Carbon Monoxide, etc) contain sub features such as column_number_density which is the vertical column density at ground level, calculated using the DOAS technique. You can read more about each feature in the below links, including how they are measured and variable definitions.

The sentinel 5p data provided was extracted from google earth engine. The following pollutants were extracted from their respective images.

More info on Sentinel 5p data can be found here.

Files
Description
Files
Is an example of what your submission file should look like. The order of the rows does not matter, but the names of the "lat_long_ year_week_ID" must be correct.
Test resembles Train.csv but without the target-related columns. This is the dataset on which you will apply your model to.
Train contains the target. This is the dataset that you will use to train your model.
This is a starter notebook to help you make your first submission. If the file open weirdly you can ctrl-S and it will save to your download folder.