I am dealing with a bunch of inconsistent datacubes, some have :lat and some have :latitude as axes. I need to query if a certain axis is present. DimensionalData has hasdim for this and it works but this looks like functionality that should simply be reexported instead of having to add DimensionalData as an explicit dependency and importing it.
I am dealing with a bunch of inconsistent datacubes, some have
:latand some have:latitudeas axes. I need to query if a certain axis is present.DimensionalDatahashasdimfor this and it works but this looks like functionality that should simply be reexported instead of having to addDimensionalDataas an explicit dependency and importing it.