NDCollection should automatically determine linked axes based on WCS
Brain dump:
i.e. it could detect if a time axis is present in both cubes and link them.
This does pose issues with common grids in the current implementation as we are assuming they are pixel aligned for slicing. We could a world linking or something?
We could add a pixel_to_pixel method and a world_to_pixel method of some kind where it returns you info on all the cubes in the collection.
Also providing things like knowing world bounding boxes, generating new WCSes which encompass all the NDCubes inside etc.
This sounds intuitive on first thought, but I think it's actually a big undertaking because of the pixel alignment requirement.