Skip to content

ITU-GeoAI-Challenge/3rd_place_cropland_mapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GEO-AI Challenge for Cropland Mapping by ITU

crop2

Timely and accurate crop maps are essential for various applications in agriculture and other relevant research fields. However, the current cropland maps do not align with FAOSATA's definition of crops and arable lands. Furthermore, updating these maps to monitor changes over time poses significant challenges.

The goal of this challenge was to develop accurate and cost-effective classification models to improve the accuracy and robustness of land cover classification with satellite images.

Workflow Solution

graph TD
    A[Google Earth Engine] --> B(Sentinel-1)
    A --> C(Sentinel-2)
    A --> D(SMAP Level-4)

    B --> E(Vegetation Indices)
    C --> E
    
    E --> F(Dataset)
    D --> F
    F --> G(Training Dataset)
    F --> K(Testing Dataset)

    G --> M(Modeling: LGBM, Catboost )
    M --> N(Trained Models)

    N --> O(Inference)
    K --> O

    O --> P[Predictions]

Loading

Software & Hardware Requirements

Google Colab was used for preprocessing, training, and inferencing stages.

Get Started

The solution saved in the notebooks folder with the following expected running time:

Notebook Running time
Notebook 1 5 minutes
Notebook 2 3.5 houres

Notebook 1

Split the datasets into 3 regions as following: Sudan, Iran, and Afghanistan.

Notebook 2

Extract data from GEE, feature engineering, modeling, and inference.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published