Wow. Thank you so much for this video. You are such a good teacher, I finally understand some concepts concerning this type of study. How you explained everything was simply meticulous. 😊😊😊😊
@kuntheanuon87232 жыл бұрын
Now, it was successful. Thanks for your sharing video about Flood mapping.
@t0rs7en3 жыл бұрын
thank you very much. it helps me a lot to analyze the flood areas of the flood event of July 2021 in Germany
@yahampathmarambe88793 жыл бұрын
which polarization is good for flood mapping? is there any preference?
@zainabkhan24755 жыл бұрын
Please explain a bit on how phase polarity and entropy affects the identification process, what is the physics behind it?
@nz12294 жыл бұрын
Is there any way to deal with the scalloping seen at 8:50 and 11:45 without converting to db?
@U_UPRETI3 ай бұрын
How to prepare sediment map please?
@danielalvesjati47554 жыл бұрын
Very good. Thank you. How can I classify the area in red that represents the floodplains? I tried supervised sorting but it didn't work. I want to generate a shape only from the floodplain areas.
@RolandoBustillo6 жыл бұрын
thanks this was very helpful after flood of 2018/oct/07 here at south of Honduras
@EOCollege6 жыл бұрын
twitter.com/eo_college/status/1052483421006639104
@RolandoBustillo6 жыл бұрын
haha thanks!
@sasithasupun79469 ай бұрын
I need to export inundate areas only. How can i do that?
@space-time-somdeep Жыл бұрын
17:32 wow❤
@coolsamuel43542 жыл бұрын
So downloading the products has been a bit confusing to me, should I download SLC or Grid data?
@felipefloresmeregote66422 жыл бұрын
thank you! this was incredibly useful.
@kuntheanuon87232 жыл бұрын
Dear Sir, It took along time to run Geometric\Terrain Correction. I do not why ? please provide me an advices.
@danielalvesjati47554 жыл бұрын
What is the best polarization to detect water below the canopy of trees in flooded forest? It must be bands that cross the canopy to improve the estimate.
@kevalan10426 жыл бұрын
How important is the order of these operations? What if you do terrain correction before calibration?
@محمدعكر-ح8ك3 жыл бұрын
PLZ, I want to know how to add the ٍِSARscape tool to my ENVI 5.3?
@geoscientist6504 жыл бұрын
I used the valuable satellite data of Sentinel-1. If possible, guide me to fix the problem of image reversing
@meridhohidayatullah41766 жыл бұрын
I am very interested in the explanation and totorial you create. but because in my place of college still no one uses radar image for research final project. so I have to learn by myself about this image, see the explanation and totorial that you make make me lighter to learn it. I hope to discuss with you. thank you sir
@AliRAl-Aizari4 жыл бұрын
Hi, I am a new user of SNAP toolbox. I am using sentinel 1 GRDH data for flood area identification. I have done everything until export file. After masking, I am trying to export data (view as Google Earth KMZ) but there have shown like this; SNAP-Error the image could not be exported . Could you please help me to finish this work?
@yothinchanthasumlet43456 жыл бұрын
the product does not exist with the coordinate system when I use Terrain Correction Tool. I need your help
@izainanurfitriana76644 жыл бұрын
Hi. I have a problem when stacking the 2 images. Error: org.jblas.NativeBlas.daemm (CIIIDDIDIDII). I have searched for the solution and found that I should install the libgfortran. I did that but the error still appears, Does anyone know how to solve it?
@diegoasay49463 жыл бұрын
Hello, what is the hardware recommended for an effective snap process?
@donaldkiprotich82993 жыл бұрын
How do we go about the same with Sentinel-2 images using SNAP
@benten31256 жыл бұрын
can you help me to get snaphu the phase unwrapping and the procedure for géocoding thanks for those videos
@rumbidzaichivizhe58082 жыл бұрын
hi Dr Stewart, what overall name is given to the method used in the video
@javiergustavovillegas12542 жыл бұрын
Stewart's
@cesaraugustoarevalorivenso35513 жыл бұрын
Hello, I am doing the practice with an area of Formosa (Argentina) that had floods in 2019. Now, I cannot perform the terrain correction, I give RUN and the machine keeps turning and it does not give me the result that I am expecting.
@javiergustavovillegas12542 жыл бұрын
No selecciones la opción de mascara
@issak_vaiphei4 жыл бұрын
Sir, what does the mst and slv conveys in d stack image ?.
@issak_vaiphei4 жыл бұрын
@Paul Sponagle no clue...
@ekvinaysayaraj60716 жыл бұрын
Dear Sir, very good material- I could follow it. However, after Terrain Correction for my case, it appear "no data" background. How do I remove it?
@prosperwashaya31774 жыл бұрын
did you figure out how to remove it?
@kevalan10426 жыл бұрын
What happens exactly when you calibrate sigma0?
@almustafaayekRS9 ай бұрын
Thanks 🎉❤
@quocnguyen99015 жыл бұрын
Why is my laptop when using SNAP, the laptop is frozen and does not work ??
@andrijamitrovic71205 жыл бұрын
SNAP requires a lot of RAM memory to work properly. It happened to me too, and i had to borrow a laptop from friend :D
@benjamingkato87385 жыл бұрын
Quoc Nguyen It depends what are your laptop specifications like RAM & the processor type...these are the key determinants
@pantausumbar6452 жыл бұрын
Great...
@prasenjitpal49196 жыл бұрын
Hi sir, I have 1 question. How to calculate how much area are effected in flood.
@Andreandthepenguin6 жыл бұрын
You can multiply the number of true pixels by the square of the nominal pixel size.
@andrijamitrovic71205 жыл бұрын
@@Andreandthepenguin How can i calculate the number of pixels that represent the area that is flooded?
@Andreandthepenguin5 жыл бұрын
@@andrijamitrovic7120 To extract the areas of flooding, you can use either a thresholding method, a classification method, or you can manually digitize the areas of flooding. I prefer a simple fixed thresholding, using band math for a single flood event. If it's a time series, I use something like intermeans thresholding in a script. After that, there are multiple ways to calculate area. The quick and dirty way is to look in the metadata/properties of the output image to find the pixel count and nominal pixel resolution. Raster area = pixel count * pixel size (the area of one pixel). So, if you were working with landsat the area would be: [pixel count] * 30 * 30. I hope this helps.
@andrijamitrovic71205 жыл бұрын
@@Andreandthepenguin Thanks for your reply. I really appreciate it. I understood it. I was thinking about other method like if i have a area (raster picture in, lets say GEOTIFF format) of water during the flood and and area (raster) before the flood event. Could I open those images in Qgis and just use some operations in order to get a new raster that represents the area that is flooded (above lake level).
@andrijamitrovic71205 жыл бұрын
Update. Actually, in SNAP, this is a way to create water masks before and during the flood and then we can apply difference so we can get a new mask that is the flooded area only and then use raster-masks-mask area to calculate the surface that is flooded
@kuntheanuon87232 жыл бұрын
I do not know why? it took long time.
@احمدكجاله4 жыл бұрын
Amazing Go ahead
@HerrArcturus6 жыл бұрын
Thanks!
@abdulkadirgure69406 жыл бұрын
Hi mate! Can I Use Sentinel-2 or Sentinel-3
@hervisghomsi20114 жыл бұрын
Highly intituive
@zainabkhan24755 жыл бұрын
Not really impressed! :?
@nimishapaul40934 жыл бұрын
Dear Sir, very good material- I could follow it. However, after Terrain Correction for my case, it appear "no data" background. How do I remove it?