This would allow for example linking of different images by spatial coordinates.
Once we figure out how to get a transformation function, we should create a subclass of glue.core.coordinates.Coordinates that wraps this transformation, and we should attach the coordinates object to the Data instance in the data factory in glue_geospatial/data_factory.py.
To get the coordinates to be shown properly on plots, we will need to make it so that WCSAxes doesn't take a WCS object but a transformation function (or pair of functions).