HI,
I'm starting run the LSTM to forecast future values for time serie data.
please can someone give me some information on how i can predict future
values for my time series using LSTM. Thanks, Conrado
--
https://mail.python.org/mailman/listinfo/python-list
Hi,
I have a netcdf file "uwnd_850_1981.nc" and I'm using the commands to
read it:
from numpy import dtype
fileu ='uwnd_850_1981.nc'
ncu = Dataset(fileu,'r')
uwnd=ncu.variables['uwnd'][:]
and I had:
:1: DeprecationWarning: `np.bool` is a deprecated alias for the
builtin `bool`. To silen
Hi,
I'm using xarray to read and plot my netcdf data. Please someone could
help me, dow can I smooth my data before to plot i.
Thanks,
Conrado
--
https://mail.python.org/mailman/listinfo/python-list
Hi,
I would like know if it is posible to plot the south in north poles in
3D earth maps. I search in google and always all examples is for
cylindric projection, like this:
bm = Basemap(llcrnrlon=extent[0], llcrnrlat=extent[2],
urcrnrlon=extent[1], urcrnrlat=extent[3],
Hi,
I'm using xarray to read netcdf data and I had to time in my data the
values:
xarray.DataArray 'time' (time: 507)>
array(['1979-01-01T00:00:00.0', '1979-02-01T00:00:00.0',
'1979-03-01T00:00:00.0', ...,
'2021-01-01T00:00:00.0',
'2021-02-01
Hi,
I've already used the python list to clear up some doubts.
It's been about a year since I started using Python in my projects and I
still have some doubts. For those who have always used IDL, this change
is a little difficult. I already have Ptyhon 3.8 installed, on Linux. To
clear up any
Hi,
I already use the IDL software. Now I`m using Python. In IDL I
havethe vector position=(xo,yo,x1,y1) to set where Iwnat to plot my
figure in my window.
I have an 2d array with x and y dimensition equal
5224. when I plot my figure, using contourtf it takes up a small part of
my window. Wh