CODING Snippet 001: Timeseries Analysis using Python Xarray | METEOROLOGY-RELATED Pep Talk

  Рет қаралды 5,087

Meteo Data

Meteo Data

Күн бұрын

Пікірлер: 49
@angelsfelaris5753
@angelsfelaris5753 3 жыл бұрын
Felix here Met...... i really enjoyed this video . thank you very much ... starting from .. Snippet 001
@meteodata
@meteodata 3 жыл бұрын
Glad you found it useful, Felix
@Oceansteve
@Oceansteve 3 жыл бұрын
Really interesting video... muich appreicated
@meteodata
@meteodata 3 жыл бұрын
Glad you found it helpful.
@XinhLe
@XinhLe 3 жыл бұрын
surprisingly great
@meteodata
@meteodata 3 жыл бұрын
Glad you found it helpful.
@nanaadjoa6707
@nanaadjoa6707 4 жыл бұрын
Explicitly explained. Life just got easier with metpeptalk.
@meteodata
@meteodata 4 жыл бұрын
Glad you enjoyed it. Have a great time coding.
@macegamma431
@macegamma431 4 жыл бұрын
Short sweet n Great.
@meteodata
@meteodata 4 жыл бұрын
Glad this tutorial was beneficial to you. Do subscribe and click on the notification bell to be notified of any new post.
@muhbayquni42
@muhbayquni42 4 жыл бұрын
So clearly, you explained
@meteodata
@meteodata 4 жыл бұрын
Glad you found it useful and informative.
@ejeefe4816
@ejeefe4816 2 жыл бұрын
Please I am new to coding on anaconda phython..................Is the Xarray a modified Pandas or they are two different things?
@meteodata
@meteodata 2 жыл бұрын
Xarray is different from pandas. It has pandas as a dependency, and utilizes some pandas syntaxes. Xarray is purely devoted to handling multi-dimensional data easily.
@ejeefe4816
@ejeefe4816 2 жыл бұрын
@@meteodata OK. I will use this approach to see if I can apply it to the climate data I sent you. I want to see the time series in times of the hours, seperate each of the data and also construct the plots
@subhambanerjee3012
@subhambanerjee3012 2 жыл бұрын
Sir could you please tell how you installed spyder because when I want to import xarray in spyder, it says no module available? I have installed xarray and I even tried creating a new spyder environment but it still didn't work.
@meteodata
@meteodata 2 жыл бұрын
you can install the Anaconda navigator and then you get the Spyder installed.
@jacobagyekum3915
@jacobagyekum3915 4 жыл бұрын
Nice nice!!
@meteodata
@meteodata 4 жыл бұрын
Glad you enjoyed it. Have a great time coding.
@marcusmitchelle1488
@marcusmitchelle1488 2 жыл бұрын
as you have your data in years, i have data in days. so while using 'time.year' in line 26 im getting an error. so how to solve this problem. Also i want to plot these graphs for specified JJAS in specific year. so how to plot these??
@pedroregoto5158
@pedroregoto5158 3 жыл бұрын
Very nice video, congratz! Is there a way to plot for the whole domain (not for one point) only the slope of the trend, like a spatial trend?
@meteodata
@meteodata 3 жыл бұрын
Glad you found the information useful. Kindly check the attached link for information in that regard. kzbin.info/www/bejne/sGakqpmKqK-MgdE&lc=Ugx-zW6QCS0T7Y7_6Z14AaABAg
@agumasekindie7672
@agumasekindie7672 3 жыл бұрын
interesting. Thank you. Could you provide how to calculate drought indices like SPI, SPEI..
@meteodata
@meteodata 3 жыл бұрын
The team will put it into consideration. Thanks for following through with our tutorial content.
@meteodata
@meteodata 3 жыл бұрын
kzbin.info/www/bejne/sIq3Zommhrx9d7M
@DianaHydra
@DianaHydra 3 жыл бұрын
Hello, I am new to coding and workin along with this tutorial using an ERA5-Land monthly average dataset. It worked fine up to SLS.plot() but is not working for ASA. Any chance of some help?
@meteodata
@meteodata 3 жыл бұрын
Hello Diana, I have seen your data. The minor challenge you have is with the co-ordinate name. In your data, the 'lat' is called 'latitude', and 'lon' is 'longitude', so in subsetting, you need to type the full name for the coordinate as shown below. ASA=Data_2_use.sel(longitude=np.arange(-1.5,1.5,0.1),latitude=np.arange(5,15,0.1),method='nearest') Hope this works!!!
@codenust2753
@codenust2753 3 жыл бұрын
Thank you. How can we calculate mann-kendal test on all grid points and make a spatial plot? Thank you.
@meteodata
@meteodata 3 жыл бұрын
Find tutorial on spatial Mann-Kendall trend test here kzbin.info/www/bejne/b6PQe4SofpyKbLs Hope it proves useful.
@codenust2753
@codenust2753 3 жыл бұрын
@@meteodata Thank you so much for creating this tutorial.
@wayfoward_
@wayfoward_ Жыл бұрын
Good day Sir can a timeseries be done for two datas on the same plot?
@meteodata
@meteodata Жыл бұрын
Yes. With your plot axes defined, it's possible to refer your plots to that axis. For example: fig = PLT.figure() ax = fig.add_subplot() data1.plot( ax = ax ) data2.plot( ax = ax )
@kelvinansah359
@kelvinansah359 Жыл бұрын
Great work! but i cant have access to the data. the link posted here is not working. can please help. thank you
@meteodata
@meteodata 11 ай бұрын
Should work now. It was under maintenance at time of earlier search.
@Anurag-sq4yc
@Anurag-sq4yc 3 жыл бұрын
very informative video and can you say how to merge netcdf files in xarray
@meteodata
@meteodata 3 жыл бұрын
Can you elaborate, please.
@bervelyvan
@bervelyvan 4 жыл бұрын
Thank you sir
@meteodata
@meteodata 4 жыл бұрын
Glad you enjoyed it. Have a great time coding.
@codenust2753
@codenust2753 3 жыл бұрын
Can we make a normal distribution from this time series to find out mean, variance, skew etc. Thank you.
@meteodata
@meteodata 3 жыл бұрын
Find more info on that here. kzbin.info/www/bejne/l6bZYYawmZdmrrM
@codenust2753
@codenust2753 3 жыл бұрын
@@meteodata This is super helpful. Thank you so much!
@meteodata
@meteodata 3 жыл бұрын
@@codenust2753 Glad it proved useful.
@marianosei1516
@marianosei1516 4 жыл бұрын
How about adding a trendline to the timeseries?
@meteodata
@meteodata 4 жыл бұрын
@Marian Osei Using the Ann_avg as an example data, you set x as the years and y as the data points. Thereafter, you attempt the following: import matplotlib.pyplot as plt plt.plot(np.unique(Ann_avg.year.values), np.poly1d(np.polyfit(Ann_avg.year.values, Ann_avg.values, 1))(np.unique(Ann_avg.year.values)))
@marianosei1516
@marianosei1516 4 жыл бұрын
@@meteodata Great thanks
@meteodata
@meteodata 4 жыл бұрын
@@marianosei1516 Glad it proved useful. Cheers!!!
@jacobagyekum3915
@jacobagyekum3915 4 жыл бұрын
Waiting patiently for spatial analyses 😅
@meteodata
@meteodata 4 жыл бұрын
Jacob Agyekum, it's bound to go online in a couple of days. Thanks for your comment.
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
How many people are in the changing room? #devil #lilith #funny #shorts
00:39
Accompanying my daughter to practice dance is so annoying #funny #cute#comedy
00:17
Funny daughter's daily life
Рет қаралды 29 МЛН
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
Time Series Forecasting : Predict the Future
19:07
Derek Banas
Рет қаралды 13 М.
Read and Plot NetCDF Data in Python with xarray and rioxarray
21:51
Geospatial School
Рет қаралды 11 М.
Working with multidimensional datasets in xarray
1:01:00
WestDRI
Рет қаралды 8 М.
Weather Prediction With Python And Machine Learning [W/Code]
45:06
Visualizing Excel Files Easily With Python
15:53
NeuralNine
Рет қаралды 36 М.
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН