In this video you will learn how to access Sentinel-2 Satellite Data in Google Earth Engine, how to create greenest pixel composite & NDVI images and further how to use multi-date NDVI dataset for estimating and mapping Crop sown area.
In this video Crop sown area for Rabi season (in India) in the Bikaner district of Rajasthan state is estimated. Random forest (RF) Classifier is used for the classification of Cropped area.
Earth Engine script used in video:
https://code.earthengine.google.com/8...
Web Resources:
https://earthengine.google.com/platform/
https://developers.google.com/earth-e...
https://developers.google.com/earth-e...
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.