TL;DR
Farmers face challenges in making informed decisions about crop selection due to unpredictable weather patterns. A Spatio-Temporal Graph Convolutional Network (STGCN) was developed to predict weather conditions for the next 30 days using data from 1,359 locations in Nepal.
✦ Why It Matters
Engineers can leverage STGCN for accurate weather forecasting in agricultural applications.
Key Takeaways
How It Works
The system employs two advanced deep learning models: a Transformer-based Graph Neural Network and a Spatio-Temporal Graph Convolutional Network (STGCN). The STGCN effectively captures both spatial and temporal dependencies in climate data, leading to more accurate weather forecasts.
These forecasts are then combined with static soil properties to generate crop recommendations tailored to specific locations. Additionally, the RAG chatbot uses domain-specific documents to provide farmers with instant answers to their questions, enhancing their decision-making process.
Related