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
I think we expose CFTimeIndex as public API, as either xarray.CFTimeIndex or xarray.coding.CFTimeIndex. Otherwise the only way to make this thing is by putting cftime datetime objects into an xarray object, and/or users will start importing it from xarray.coding.cftimeindex.
We should also add it to the API docs, for which it will need at least a minimally informative docstring, too.