Open
Description
This issue is still being written
See discussion in JuliaArrays/AxisArrays.jl#84 for background
Concepts
AxisArrays.jl is currently a mashup of distinct and mostly orthogonal indexing behaviour. These are, at the highest level:
- associating a name with a dimension
- associating an index mapping with a dimension
- looking up an index in an index mapping
- translating a getindex call using some transformation into a getindex call on an underlying structure, then constructing a wrapped result
Named Dimensions
Index Lookup
Indexed Dimensions
getindex
Translation
Metadata
Metadata
Assignees
Labels
No labels