Skip to content
forked from ed-word/ndvi

Web application which uses farm location coordinates and predicts normalized difference vegetation index values for the next month using neural networks.

Notifications You must be signed in to change notification settings

ruchitaparmar/ndvi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

NDVI Predictor

The normalized difference vegetation index (NDVI) is a simple graphical indicator that can be used to analyze remote sensing measurements, typically, but not necessarily, from a space platform, and assess whether the target being observed contains live green vegetation or not.

Datasets obtained from the following websites under ISRO were used for training the neural network:

  • MOSDAC (Meteorological & Oceanographic Satellite Data Archival Centre) and
  • VEDAS (Visualisation of Earth observation Data and Archival System)

Features extracted were:

  • Rainfall
  • Soil Moisture
  • Soil Temperature
  • Air Temperature

These features were used to predict the NDVI value of a piece of farmland in the approaching month based on the input latitude and longitude.

About

Web application which uses farm location coordinates and predicts normalized difference vegetation index values for the next month using neural networks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.2%
  • HTML 21.6%
  • CSS 19.6%
  • Python 9.6%