Пікірлер
@chipstar277
@chipstar277 7 күн бұрын
I can't select Renumber Node Strings. What should I do?
@madepython
@madepython 6 күн бұрын
@@chipstar277 I think you have to unlock the node.
@preetiprabhasarangi5182
@preetiprabhasarangi5182 9 күн бұрын
Thank you
@paininkabir4760
@paininkabir4760 Ай бұрын
1:00 I don't get what z stands for
@madepython
@madepython Ай бұрын
z is a random number. It means that the Gaussian distribution takes any random number from negative infinity to positive infinity.
@hajikhalil4268
@hajikhalil4268 Ай бұрын
This helped me alot . Thanks mate !
@madepython
@madepython Ай бұрын
you are welcome
@shivabhatnagar313
@shivabhatnagar313 Ай бұрын
Nice🎉🎉
@madepython
@madepython Ай бұрын
Thank you.
@MassyMm2Coins
@MassyMm2Coins Сағат бұрын
Is that money?
@wawanfisika3743
@wawanfisika3743 Ай бұрын
Kok name error' ya bagian data
@madepython
@madepython Ай бұрын
Kemungkinan error karena name file datanya salah
@wawanfisika3743
@wawanfisika3743 Ай бұрын
Bisa gak kalau membuat 4 garis tapi hanya satu sumbu y
@madepython
@madepython Ай бұрын
@@wawanfisika3743 bisa banget. plot saja datanya berurutan. ax.plot(x,y1); ax.plot(x,y2); ax.plot(x,y3); ax.plot(x,y4).
@Varsha_Kamble19
@Varsha_Kamble19 2 ай бұрын
What software we have to use to compile the code sir.?
@madepython
@madepython 2 ай бұрын
In this video I run the Python script in Sypder IDE sir.
@Varsha_Kamble19
@Varsha_Kamble19 Ай бұрын
@@madepython ok sir thank you sir
@duniasainsasrofi
@duniasainsasrofi 4 ай бұрын
makasih mas
@madepython
@madepython 4 ай бұрын
Sama-sama mas
@isaacramos1703
@isaacramos1703 5 ай бұрын
What about these white boards? Why? i understood everything minus this white board (it seems a padding)
@almadeliaortizbanuelos6172
@almadeliaortizbanuelos6172 5 ай бұрын
Muchas gracias, me ayudó mucho tu video. Saludos desde Guadalajara México.
@brianbeckman4982
@brianbeckman4982 6 ай бұрын
Dear Made: Thank you for sharing your code on Github! However, without your data files, we cannot run your code. Is there any chance you can share your data files?
@brianbeckman4982
@brianbeckman4982 6 ай бұрын
Never mind. I was able to run your code via sample images and videos from opencv. Thanks again!
@madepython
@madepython 6 ай бұрын
I'm happy to hear that you found the video helpful!
@brianbeckman4982
@brianbeckman4982 6 ай бұрын
very nicely done ❤
@madepython
@madepython 6 ай бұрын
You are welcome.
@ALEXANDERKENTSO_
@ALEXANDERKENTSO_ 6 ай бұрын
makasih kak, video nya sangat membantu !
@madepython
@madepython 6 ай бұрын
Iya sama-sama
@slainiae
@slainiae 6 ай бұрын
"Could not find conda environment: dip" Any idea how to solve that?
@madepython
@madepython 6 ай бұрын
'dip' is a conda environment that I created by copying the 'base' environment. You can run the 'base' environment.
@LL-mq7gj
@LL-mq7gj 6 ай бұрын
The first time I used this method it worked perfectly. I had a lovely smooth gif. Now when I do it the colours in my heatmap become less detailed. However the pngs that make the gif are much more detailed. I haven’t changed anything! If you have any experience with this issue please let me know.
@madepython
@madepython 6 ай бұрын
Hello, maybe the problem is due to image color depth. 'gif' can only display 8-bit (256) colors.
@mohamedelmatal6820
@mohamedelmatal6820 7 ай бұрын
I am interested in bathymetry interpolation
@kithara_pragma
@kithara_pragma 7 ай бұрын
How to set this as default?
@madepython
@madepython 6 ай бұрын
I don't know about it.
@ayomideojo3098
@ayomideojo3098 8 ай бұрын
thank you so much for the video :)
@madepython
@madepython 8 ай бұрын
You are welcome :)
@marielaiquize3116
@marielaiquize3116 8 ай бұрын
How i would agragate political division in a subplot?
@madepython
@madepython 8 ай бұрын
Hi, I don't quite understand your question. Would you like to give more information?
@sayyidafdhal
@sayyidafdhal 9 ай бұрын
mantap
@Francesco_Luligo
@Francesco_Luligo 10 ай бұрын
Very nice Sir.
@madepython
@madepython 10 ай бұрын
You are welcome.
@walterpaiva7022
@walterpaiva7022 10 ай бұрын
Thanks a lot, let me please know how to create a data_triangle
@madepython
@madepython 10 ай бұрын
Hi, you can download the data that I used in this video through the github link in the description.
@SijingWong
@SijingWong 10 ай бұрын
SORRY~~Why isn't there any sound?
@madepython
@madepython 10 ай бұрын
To reduce distraction :)
@salehryan2906
@salehryan2906 10 ай бұрын
convenient that you didn't try motion blurring in 2 axis simultaneously, because it doesn't work
@madepython
@madepython 10 ай бұрын
Yes, I have tried it but it did not work :D
@salehryan2906
@salehryan2906 10 ай бұрын
@@madepython and yet the book shows that it does work in an example, your code is wrong, the image must be fftshifted and the blurring kernel must be sampled from -height/2:height/2 -width/2:width/2
@aldanibrazcarvalho5645
@aldanibrazcarvalho5645 10 ай бұрын
Thanks for the video, friend. Could you help me with a plot of 2 roses in the same figure, but that have the same scale and the same graduated scale to facilitate analysis and relationship?
@madepython
@madepython 10 ай бұрын
Hi, I never made windrose subplot using Python. Maybe you can create one by one the windrose figures, save it and combine it manually.
@fylee-r4q
@fylee-r4q 10 ай бұрын
Thank you very much for your answer, I am sorry that my questions may be a little too much, I am a beginner college student, I tried to follow your steps, and also used your script, and removed the river part, but it showed FVCOM Fatal Error! CAN NOT UPDATE TIME FOR INVALID FLOATING POINT TIME VARIABLE Stopping FVCOM FVCOM Fatal Error! Can Not Read NameList NML_CASE from file: ./CX_run.nml Stopping FVCOM, in addition, I would like to ask where can I get the tide_component data, thank you very much!
@madepython
@madepython 10 ай бұрын
No worries friend, I also faced the same problem when the first time I learned this FVCOM. I think from your error message you need to set the number of rive to 0 in the CX_run.nml file. For the tide_component data you could find it by estimation the the tidal component from sea water surface elevation data.
@fylee-r4q
@fylee-r4q 10 ай бұрын
where can i get fvcom river and se , the two files that i need to put in model run
@madepython
@madepython 10 ай бұрын
The "fvcom_river" is the file you get by compiling the fvcom source code. "casename_run.nml" or in this video, I named the casename "SE", which is the fvcom control file that is included in the fvcom example folder.
@yasirmaqsood2115
@yasirmaqsood2115 10 ай бұрын
Thanks 👍
@madepython
@madepython 10 ай бұрын
You are very welcome.
@Izzabella981
@Izzabella981 11 ай бұрын
Great video! Super helpful, loved it!!
@madepython
@madepython 10 ай бұрын
Thank you.
@salmantas2335
@salmantas2335 11 ай бұрын
you are amazing. high quality content; not like others who use librarys for everything.
@madepython
@madepython 10 ай бұрын
Thank you!
@diabukhari411
@diabukhari411 11 ай бұрын
Can u make it to 3d?
@madepython
@madepython 11 ай бұрын
Hi, I never analyzed the 3D netCDF in SAGA. I recommend to use MATLAB or Python.
@maliniv8043
@maliniv8043 Жыл бұрын
can you explain please.
@maliniv8043
@maliniv8043 Жыл бұрын
why is the cstfile created form google in part 1 is different from the one imported here
@madepython
@madepython Жыл бұрын
This is because the CST file in video part 1 led to an error. After several trial and error, the CST file in this video finally works.
@maliniv8043
@maliniv8043 Жыл бұрын
PArt 2 is cst file of different area but same process? Thanks for replying@@madepython
@madepython
@madepython Жыл бұрын
Yes, the same process.
@maliniv8043
@maliniv8043 Жыл бұрын
thanks@@madepython
@maliniv8043
@maliniv8043 Жыл бұрын
will i able to predict siltation model for any port in world through Fvcom ?@@madepython
@satyananda4389
@satyananda4389 Жыл бұрын
Thank You for your tutorial sir, How if the source noisy image has RGB color (not gray image)? do I need a few extra steps?
@madepython
@madepython Жыл бұрын
Hello, I never denoising a color image. So I don't how to do it.
@pedroibarra4344
@pedroibarra4344 Жыл бұрын
Thank you bro!! Highly appreciated
@madepython
@madepython Жыл бұрын
You are welcome😄
@DrFooteChem
@DrFooteChem Жыл бұрын
This was exactly what I needed help with! Thank you for posting.
@madepython
@madepython Жыл бұрын
I'm glad the tutorial was helpful for you.
@madepython
@madepython Жыл бұрын
The MATLAB script example_plotTimeseries.m is available in my github repository: github.com/adenarayana/FVCOM
@madepython
@madepython Жыл бұрын
The 3 MATLAB scripts are avaible in my github repository: github.com/adenarayana/FVCOM
@madepython
@madepython Жыл бұрын
The 3 MATLAB scripts are avaible in my github repository: github.com/adenarayana/FVCOM
@ayasuzuki5242
@ayasuzuki5242 Жыл бұрын
Where can I find input files (in tutorial video, 3:41, "3 MATLAB scripts") ? I couldn't find those in fvcom-toolbox.
@madepython
@madepython Жыл бұрын
The '3 MATLAB scripts' shown in the tutorial video are not available in the fvcom-toolbox. I personally created those scripts as an example of how you can use the functions from the fvcom-toolbox. They serve as a demonstration of the toolbox's capabilities.
@bilalzafar3570
@bilalzafar3570 Жыл бұрын
can you share those scripts please@@madepython
@madepython
@madepython Жыл бұрын
The 3 MATLAB scripts are avaible in my github repository: github.com/adenarayana/FVCOM
@chiangchian-wei8605
@chiangchian-wei8605 Жыл бұрын
Thanks for the tutorial, it helps me a lot!
@madepython
@madepython Жыл бұрын
Glad it helped!
@jhk1702
@jhk1702 Жыл бұрын
very nice!
@madepython
@madepython Жыл бұрын
Thanks!
@enesguler6034
@enesguler6034 Жыл бұрын
What if the image would be rgb? I splitted the channels and processed all steps for all channels. Then I merged sharpened channels again. But it didn't change. What should I do?
@madepython
@madepython Жыл бұрын
Hi, I don't exactly know how to do a Laplacian filter in RGB image. Hope you find the solution.
@enesguler6034
@enesguler6034 Жыл бұрын
@@madepython I guess first we need to convert to YUV or HSV color space. Then apply laplacian to only intencity layer. But in my case I needed to multiply kernel with -1.
@zhwzh_
@zhwzh_ Жыл бұрын
Thanks!!
@madepython
@madepython Жыл бұрын
No problem!
@namelesskoala6956
@namelesskoala6956 Жыл бұрын
In your noisy image/array you now have values which are outside of the original range [0 ; 1], which is incorrect and unrealistic as a pixel on your real-world 8 bit camera sensor cannot have negative values or values above 255. This means that you need to implement => all negative values in my noisy array are 0, all positive values in my noisy array that are higher than 1 are 1. However, this introduces the problem that you are effectively truncating your Gaussian distribution, meaning that what you added to the image as noise (Gaussian) is not what you get in the end (some strange malformed/truncated Gaussian).
@madepython
@madepython Жыл бұрын
Hello, thank you for pointing this out. I still need to understand what we should do to the pixel where the values are outside of the original pixel range since the textbook did not explain this problem.
@Tsukimi9
@Tsukimi9 Жыл бұрын
Thank you so so much for telling this in a shortest way :) helpful.
@madepython
@madepython Жыл бұрын
Glad this short is useful :)
@Hello_am_Mr_Jello
@Hello_am_Mr_Jello Жыл бұрын
Muchas gracias !
@MS-BeatrizBosques
@MS-BeatrizBosques Жыл бұрын
Thank you so much! This really helped me
@braianquiceno6302
@braianquiceno6302 Жыл бұрын
Thanks a lot!
@coconut_609
@coconut_609 Жыл бұрын
such a helpful video!