Open
Description
Given that people do currently subclass xarray objects, it's worth considering making a subclass API like pandas:
http://pandas.pydata.org/pandas-docs/stable/internals.html#subclassing-pandas-data-structures
At the very least, it would be nice to have docs that describe how/when it's safe to subclass, and tests that verify our support for such subclasses.