Тёмный
Jamal Hassan
Jamal Hassan
Jamal Hassan
Подписаться
Комментарии
@muhammadtayyab5878
@muhammadtayyab5878 5 месяцев назад
i have precipitation data but dont know about to create raster file
@muhammadtayyab5878
@muhammadtayyab5878 5 месяцев назад
nice sharing. please tell me how to prepare raster ppt file for precipitation?
@user-st4ll5cs4j
@user-st4ll5cs4j 8 месяцев назад
Thanks for nice presentation, would you tell R version of software? I have R program version 4.3.2. However, this software doesn't have rgdal package. Please, help me???
@ougahi
@ougahi 8 месяцев назад
You can install it by running command install.packages("rgdal") in Rstudio
@user-st4ll5cs4j
@user-st4ll5cs4j 8 месяцев назад
When l install, it says not available or recommended for this R version, still now l am suffering with this rgdal
@user-st4ll5cs4j
@user-st4ll5cs4j 8 месяцев назад
I simple asked you about, what version of R you are used???
@rezasarli9813
@rezasarli9813 9 месяцев назад
I have a question, What commands should we apply to your code if we want to obtain output for various scenarios? Can I receive assistance from you via email?
@aradhanathakur5619
@aradhanathakur5619 5 месяцев назад
i also have a same query. can you please assist me?
@geologistdinesh
@geologistdinesh 9 месяцев назад
the chart yaxix display as 0.0003 like Band values how to convert rainfall mm
@ougahi
@ougahi 9 месяцев назад
precipitation is in mm in CMIP6 data no need for conversion. Your study area may have very low precipitation
@onlyonenic
@onlyonenic 2 месяца назад
have to convert kg/m2/s to mm .... but i don't know how to convert
@mimpte1869
@mimpte1869 10 месяцев назад
Hello. how can I download the data and export it to excel?
@ougahi
@ougahi 9 месяцев назад
In the graph above, there is option to download as csv. you can download it by clicking on it
@barandiaye5299
@barandiaye5299 11 месяцев назад
bonjour est que on peut avoir les donnnees utilisees dans le tutoriel
@akankshabalha6182
@akankshabalha6182 Год назад
Thanks for the video. It has been helpful. I want to calculate monthly mean for 20years. I am able to do it for five months using the code: ppt_mon<-stackApply(ppt_stack, indices=c(1,1,1,2,2,2,3,3,3,4,4,4,5,5,5), fun=mean) Could you please tell me that how can I use it to get monthly mean for multiple months. Also, I want a plot as final output where x-axis represents the months e.g. Jan 2006, Feb 2006...Dec 2010 and y-axis represents data values. Your help would be really valuable.
@aigerimradia6819
@aigerimradia6819 Год назад
thank you sir for the video can you send me the script
@aigerimradia6819
@aigerimradia6819 Год назад
thank you sir for the video can you send me the script
@nasimsadra1595
@nasimsadra1595 Год назад
Great video! Can you please explain what to do if the input rasters are in “.hdf” format?
@oumaimalahbibi8932
@oumaimalahbibi8932 Год назад
Hello! Is it possible to have your e-mail? thx
@jordyngross2294
@jordyngross2294 2 года назад
Thanks for the great video! I am running into an issue when trying to stack my rasters. I get the following error code: Error in data.frame(values = unlist(unname(x)), ind, stringsAsFactors = FALSE) : arguments imply differing number of rows: 1140, 0 I have checked and the pixels/dimensions for my rasters are all the same, so that is not the issue. I would appreciate your help. Thanks!
@bwanamuki1652
@bwanamuki1652 2 года назад
Thanks for sharing! Please help me the code for annual mean rainfall.
@shraddhakrishna7925
@shraddhakrishna7925 2 года назад
hey! thank you for sharing. it was really helpful. Can you please tell me how to do seasonal analysis, like if i want to do it for Jan-Apr, what should I put in place of 5 (for May in your video)?
@sunjingjing2002
@sunjingjing2002 2 года назад
Thank you for sharing. But I can't run the stackApply, it writes "Error in stackApply(ncin, 1:12, mean) : could not find function "stackApply"", and I can;t find the package in R, how to solve it, thank you
@sunjingjing2002
@sunjingjing2002 2 года назад
@@ougahi > ppt<-list.files("cltMPIHR126.nc") > ncin.r<-stack(ppt) Error in stack.default(ppt) : at least one vector element is required Sorry, I found your data format is .tif, but mine is .nc, so I didn't slice them. I wonder if you know how to extract the specific date data? thank you
@hafsashahzad7480
@hafsashahzad7480 2 года назад
Assalam u Alaikum. Alhamdulillah, my previous issue was resolved. I now wanted to ask whether you could plot the shapefile on top of raster image?
@hafsashahzad7480
@hafsashahzad7480 2 года назад
A helpful tutorial indeed. I am facing a problem. whenever i try to run functions such as crop, mask, mosaic, or merge, my environment provides the following error: Error in setValues(out, v) : could not find symbol "values" in environment of the generic function If you could please help me with this issue, I'll be very grateful. JazakAllah
@kimberlyeunicedede8017
@kimberlyeunicedede8017 2 года назад
Hi, thank you for your video. Where are you find 71, 37, 4? are they latitude and longitude for the Pakistan?
@kimberlyeunicedede8017
@kimberlyeunicedede8017 2 года назад
I just saw that it's called the zoom level on google maps. How can I calculate this zoom level for Haiti please?
@soknethlim3387
@soknethlim3387 3 года назад
Thank you for this great sharing. May I know how to add polygon on all of these 12 maps, and how to remove the grey background color which represents no data? your help would be highly appreciated.
@MukeshRay
@MukeshRay 2 года назад
Since, it becomes a normal dataframe after converting with data.frame you can apply normal NA removal methods which we use in R. For example applying this code data <- data[complete.cases(data), ] will remove all the NA values. Then plot it as usual.
@soknethlim3387
@soknethlim3387 2 года назад
@@MukeshRay Noted and thank you very much.
@adeelahmadnadeem1265
@adeelahmadnadeem1265 3 года назад
nice video , can you tell how to do downscaling using random forest technique in R?
@amiyabasak7096
@amiyabasak7096 3 года назад
sir, make more videos on R and GEE
@madycissoko9254
@madycissoko9254 3 года назад
very well. I need your cript
@jinfangelevenzhu9344
@jinfangelevenzhu9344 3 года назад
your amazing video!
@yunes7305
@yunes7305 3 года назад
Thanks, but what variables in studyArea.shp???
@p1usaydtv429
@p1usaydtv429 4 года назад
jamal is kamal