Closed
Description
It would be nice to allow in dataset/dataarray to alias a coordinate/data. E.g. ds['time'] == ds['t']
. This would be beneficial for midleware libraries to create more natural interface.
Implementation wise, this can be restricted to the indexers of the dataset/dataarray, and internally save a dictionary of aliases.