JuliaArrays / AxisArrays.jl

Performant arrays where each dimension can have a named axis with values
http://JuliaArrays.github.io/AxisArrays.jl/latest/
Other
200 stars 41 forks source link

Feature request: Multiple label-based indexes for the same axis #221

Open cmichelenstrofer opened 1 year ago

cmichelenstrofer commented 1 year ago

This would be a useful addition. xarray does this by distinguishing coordinates and dimensions. I personally would like to be able to have a "frequency" axis that can also be accessed by specifying "period" (period = 1/frequency) or angular frequency (angular_frequency = 2 pi frequency).