Google Earth Engine - Rice/Paddy Crop Classification using Sentinel-1 SAR data

  Рет қаралды 17,239

OpenGeo Lab

OpenGeo Lab

Күн бұрын

In this video complete process of Rice crop classification is explained using Sentinel-1 SAR data in Google Earth engine.
Google Earth Engine combines a multi-petabyte catalog of satellite imagery and geospatial datasets with planetary-scale analysis capabilities.
Code Shown in the video:
West Bengal - Birbhum district
code.earthengi...
Haryana - Karnal District
code.earthengi...

Пікірлер: 36
@OpenGeoLab
@OpenGeoLab 2 жыл бұрын
Just remove one bracket ( ) from both sides in .or filter of ascending and descending...in the code given in the description of video
@prof.biplabbiswas5576
@prof.biplabbiswas5576 Жыл бұрын
Excellent tutorial -as always. Many Thanks for giving us so interesting topic for research.
@kaustubhmujumdar3062
@kaustubhmujumdar3062 11 ай бұрын
Nice and thought provoking videio!! We have passed stacked bands like ['VH2', ;'VH3',' 'VH9] through RGB channels, considering 'VH3' as a rice transplanting date, and then picked the magenta colour. So, VH9 i.e.oct21,1st is exactly which time period considering rice crop phenological cycle? If we consider VH1/VH2 rice i.e. rice having transplanting dates in june, then whether VH9 corresponds to maturity or fully ripen stage of that rice. If this is the consideration, then for rice fields having late transplanting dates in Aug, / sept. (in Tamilnadu) should we modify VH9 to VH10, VH11 etc., in order to effectively catch magenta colour
@pritamdas8582
@pritamdas8582 Жыл бұрын
Hi, I appreciate your efforts for making this type of hands-on exercise and descriptive videos. The same code and methodology have been deployed on the same district 'Birbhum' for year 2020 for Aman/summer season i.e. having july-Aug transplanting date. I ran the code and it gave me 301,220 Ha of rice has been planted, but the govt economics and statistics "Crop Production Statistics" says that this district had only 77286 Ha of rice in 2020. And in your video too shows that 180457 Ha in 2021! That value is larger than the govt statistics. What I'm missing? How we can validate our findings with govt statistics? Kindly send reply asap. Thank you in advance.
@petricopetrico
@petricopetrico Жыл бұрын
Thank u so much for making this useful tutorial.I have a question of "Unable to perform this geometry operation. Please specify a non-zero error margin." someone said decrease the size of training data will help.It works but i don't know why,does gee limit the size of training data?Thanks a lot!
@DrZubairulIslam
@DrZubairulIslam Жыл бұрын
Thanks Buddy. Great video.
@Agritechnika
@Agritechnika Жыл бұрын
Sir, is there any dataset regarding rainfall at particular date in a district, so that we can avoid the errors that may occur by rain water deposition in the field by not taking the image acquired at that day or nearby. Also thank you sir for the wonderful video. This was extremely helpful.
@sewunetshiferaw1117
@sewunetshiferaw1117 Жыл бұрын
I found your lab very useful. Can you please put the code how to use all the classes in different color, so that i will have all the pixels classified in the area. thank you in advance
@agyaat33
@agyaat33 2 жыл бұрын
Nice video Sir please tell me how much work can we do using google earth search engine? can we monitor crop diseases, thermal maps etc. please reply
@OpenGeoLab
@OpenGeoLab 2 жыл бұрын
In Google earth engine whole lot of satellite data is available.....like MODIS, Sentinel, landsat having thermal as well as VNIR data..one can do analysis for pest attacks i.e white fly, wheat rust etc..using temporal NDVi data
@IAKhan-km4ph
@IAKhan-km4ph Жыл бұрын
Thank you . I got the error: Dictionary (Error) Image.multiply: If one image has no bands, the other must also have no bands. Got 0 and 1.
@mudasaramjad6684
@mudasaramjad6684 2 жыл бұрын
Sir thanks a lot for such a useful tutorial. I have a question that if we want to do more crop classification such as wheat , cotton rice, sugarcan and also we don’t have field base data. In such case how can we create our training data set ? Can we also find Ammonia emission from the crops using Google earth engine ?? Please answer my this question. Thanks
@OpenGeoLab
@OpenGeoLab 2 жыл бұрын
You can use multi temporal NDVI data over the crop growing season and based on temporal NDVI profile...different crops can be classified..but still some ground information is needed to understand the phenology of the crop... Check this video kzbin.info/www/bejne/h6XMZYKEodmFa9k
@VinodKumar-rd4ek
@VinodKumar-rd4ek 2 жыл бұрын
Sir, can u please tell any methodology given by any institute to classify according to crops like wheat and rabi and rice in kharif. Because NRSC given only only three level classification till rabi and kharif crop. Please guide.
@OpenGeoLab
@OpenGeoLab 2 жыл бұрын
NRSc creates Land use land cover with major classes I.e agriculture urban water bodies etc.. If you want to classify crops I.e wheat and rice...you need some ground truth data regarding crop I.e latitude and longitude of the crop fields and after overlaying those on the satellite image...you can create training dataset and this training data can be used to train machine learning algorithm I.e random forest SVM neural network and and crop classification acn be performed on the satellite image. Both single date imagenor multi temporal images both can be used for classification This whole.process can be carried out in Google earth engine for free..using sentinel data which is available.innearth engine..algorithms I.e random forest and Suppprt vector machine is available in the earth engine...you can searchbon Google image classification in earth engine and you will find many examples...
@pritammeshram3633
@pritammeshram3633 2 жыл бұрын
Very useful 👍
@VinodKumar-rd4ek
@VinodKumar-rd4ek 2 жыл бұрын
Sir, can you share the methodology of crop classification as NRSC 3 level classification only show rabi and kharif crops, but not wheat and rice. Thanks in advance
@shahabadeli2517
@shahabadeli2517 Жыл бұрын
thank you for this tutorial... i have this error when I run code: Dictionary (Error) Image.multiply: If one image has no bands, the other must also have no bands. Got 0 and 1. I remove one bracket also.
@jibanray6713
@jibanray6713 Жыл бұрын
Sir..how to differentiate Weed and Rice crop, please help me out.
@JANNROVICCUETO
@JANNROVICCUETO Жыл бұрын
Hi how can i export the classified rice area to vector and raster?
@pikineestest7362
@pikineestest7362 2 жыл бұрын
Thanks You Sir. But when i try to print stacked variable in my polygon (municipality in Senegal) it return me 0 bands. Thanks for helping.
@OpenGeoLab
@OpenGeoLab 2 жыл бұрын
Can you share the link for your code....or area of interest..i will try to run at my end...
@pikineestest7362
@pikineestest7362 2 жыл бұрын
Hello Sir I found this error, I just delete a Descending option and keep Ascending option. For another people who get this error. Thanks so much.
@OpenGeoLab
@OpenGeoLab 2 жыл бұрын
Just you have to remove one bracket both sides() in or filter ascending and descending ..
@JANNROVICCUETO
@JANNROVICCUETO Жыл бұрын
how can i export it to raster or vector
@simmirajpal
@simmirajpal 2 жыл бұрын
code is considering only descending images , whereas on Google developers they have considered mean composite of both ascending & descending .. plz specify
@OpenGeoLab
@OpenGeoLab 2 жыл бұрын
Just remove one bracket ( ) from both sides in or filter of ascending and descending...it may work...
@jibanray6713
@jibanray6713 Жыл бұрын
How can i contact you sir...i.need your help to Identify weed in Agricultural Field (Rice) ising satellite data (Sentinel-2). Please send me your contact or make a full video sir
@satishs-xx6ik
@satishs-xx6ik Жыл бұрын
how to get the data set
@kutuberoy
@kutuberoy 2 жыл бұрын
Hello, How can we get this data and the notebooks. I click on the link but the data does not appear
@OpenGeoLab
@OpenGeoLab 2 жыл бұрын
You have to sign up for Google earth engine using your Gmail account...then u will be able to see the code ..after that click on run button to execute the code..
@kutuberoy
@kutuberoy 2 жыл бұрын
@@OpenGeoLab I am already signed up and everything . I can see other things, but not this data. Can you quickly help me set up ? I can call you.
@OpenGeoLab
@OpenGeoLab 2 жыл бұрын
After executing the code...check the layers panel on the top right of the map...u can switch on and switch off the layers...bottom layer is SAR data..
@sewunetshiferaw1117
@sewunetshiferaw1117 Жыл бұрын
oh nice commenting the mask works
@nilkanthherbha6657
@nilkanthherbha6657 2 жыл бұрын
Hello, I appreciate your efforts for making knowledgeable videos. How can I contact you? Please share LinkedIn if possible
@OpenGeoLab
@OpenGeoLab 2 жыл бұрын
Email is opengeolab4@gmail.com
Google Earth Engine - Browse, Visualize and Download Landsat 9 data
29:53
Всё пошло не по плану 😮
00:36
Miracle
Рет қаралды 2,9 МЛН
Wait for the last one 🤣🤣 #shorts #minecraft
00:28
Cosmo Guy
Рет қаралды 6 МЛН
龟兔赛跑:好可爱的小乌龟#short #angel #clown
01:00
Super Beauty team
Рет қаралды 56 МЛН
Crop Land Classification in Earth Engine [GEE]
12:06
ktmagar's YT
Рет қаралды 3,5 М.
Crop Mapping Module
1:01:29
NASA Harvest
Рет қаралды 4,8 М.
How to filter Sentinel-1 SAR satellite imagery using Google Earth Engine | Sentinel-1 SAR GRD in GEE
15:55
Study Hacks-Institute of GIS & Remote Sensing
Рет қаралды 1,5 М.
Geo for Good 2022: Intro to Machine Learning and Earth Engine
54:36
Geo for Good 2022: Time-Series Processing using Google Earth Engine
56:30
Всё пошло не по плану 😮
00:36
Miracle
Рет қаралды 2,9 МЛН