In this video you will learn how to access time series MODIS - Terra based Normalized Difference Vegetation Index (NDVI) and Land Surface Temperature (LST) datasets and also how to analyse these datasets for assessing the impact of heat wave or High Temperature on Crop Growth.
GEE code shown in the video:
https://code.earthengine.google.com/7b9b6b09b18d4b03c43a1f8f7b308bfa
Web Resources:
https://earthengine.google.com/platform/
https://developers.google.com/earth-engine/datasets/
https://developers.google.com/earth-engine/datasets/catalog/modis
https://developers.google.com/earth-engine/datasets/catalog/MODIS_061_MOD11A2
https://developers.google.com/earth-engine/datasets/catalog/MODIS_061_MOD13Q1
Google Earth Engine:
Google Earth Engine is a computing platform that allows users to run geospatial analysis on Google's infrastructure. There are several ways to interact with the platform. The Code Editor is a web-based IDE for writing and running scripts. The Explorer is a lightweight web app for exploring our data catalog and running simple analyses. The client libraries provide Python and JavaScript wrappers around our web API.