Methodology & Sources — JeryMotro
Back
🛰️ Données NASA FIRMS🤖 XGBoost v2.1🎓 Mémoire L3 Génie Logiciel 2026

Methodology & Data Sources

How JeryMotro detects, predicts and alerts on wildfires across Madagascar.

Data Sources — NASA FIRMS

JeryMotro relies on NASA FIRMS (Fire Information for Resource Management System), aggregating active fire detections from two satellite sensors:

  • MODIS — 1 km resolution, passes 2×/day.
  • VIIRS — 375 m resolution, passes 2×/day.

Data is refreshed approximately every hour.

Prediction Model — XGBoost v2.1

The J+1 prediction engine uses an XGBoost model trained on 3 years of FIRMS historical data for Madagascar (2021–2024), weather data, NDVI, and land classification.

Overall accuracy: 89% on the test set (5-fold cross-validation).

⚠️ Limitation: Predictions are statistical estimates and do not replace on-ground observations.

Processing Pipeline

  1. Hourly automated retrieval from NASA FIRMS API.
  2. Geocoding and matching each detection to an administrative region.
  3. Risk score computation by XGBoost model.
  4. Geographic clustering of nearby detections.
  5. Alert dispatching via n8n (Email, SMS via Twilio, WhatsApp via WAHA).

Average processing delay: < 2 seconds per detection batch.

Academic Context

JeryMotro is a prototype developed as part of a Bachelor's thesis (L3) in Software Engineering (2026). It demonstrates the feasibility of a low-cost environmental monitoring platform using open satellite data and modern ML techniques.

Limitations & Warnings

  • Detections may include false positives (intentional burning, industrial areas).
  • Cloud cover can temporarily mask real fires.
  • Delay between ignition and satellite detection: approximately 1–3 hours.
  • SMS/WhatsApp alerts depend on local mobile network availability.

Contact & Open Source

For methodology or data questions: randriamanantenatsikynyantsa@gmail.com.

About the Developer

RANDRIAMANANTENA Tsiky Ny Antsa

RANDRIAMANANTENA Tsiky Ny Antsa

L3 Software Engineering Student — ESP-Antsirabe

Third-year student passionate about applied mathematics, cryptography, and artificial intelligence. Creator and lead developer of the JeryMotro platform.