Open jbednar opened 8 years ago
In the Iris_Datasets_I tutorial, there's a cell that claims it's showing coordinates in degrees, but clearly they are no longer in degrees:
Fixing this would presumably require keeping track of units properly and converting them across projections. For now, perhaps just suppress the units?
We could drop the Dimension.unit when projecting, requires some discussion though.
Dimension.unit
In the Iris_Datasets_I tutorial, there's a cell that claims it's showing coordinates in degrees, but clearly they are no longer in degrees:
Fixing this would presumably require keeping track of units properly and converting them across projections. For now, perhaps just suppress the units?