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
The name is the key in the catalog. It is already an attribute on the intake object. For example:
>>>cat.us_crime.name'us_crime'
This applies only to rasterIO or also elsewhere?
I think it should apply everywhere, maybe in other plugins as well, but I haven't explored thoroughly. The pandas analogy for an xr.DataArray is a pd.Series which can also have a name. Naming these things just makes it easier to go to the next order object (xr.Dataset or pd.DataFrame)
Outputting named
xarray.DataArray
s would make it easier to convert toxarray.Dataset
s and plot.This should be very straightforward and large reward.
The text was updated successfully, but these errors were encountered: