You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When loading a *.nc dataset with open_mfdataset and only one Variable is available after applying the Cube function, the information about the variable is lost, is this a name thing/bug? [Variable, Variables] ? or this happens because is just one Variable.
f = open_mfdataset("file.nc")
YAXArray Dataset
Dimensions:
longitude
latitude
time
Variables: NDVI
and then something like this...
file= Cube(file)
YAXArray with the following dimensions
longitude
latitude
time
units:
gets rid of the Name Variable.
The text was updated successfully, but these errors were encountered:
When loading a
*.nc
dataset withopen_mfdataset
and only one Variable is available after applying the Cube function, the information about the variable is lost, is this a name thing/bug? [Variable, Variables
] ? or this happens because is just one Variable.and then something like this...
gets rid of the Name Variable.
The text was updated successfully, but these errors were encountered: