holoviz / geoviews

Simple, concise geographical visualization in Python
http://geoviews.org
BSD 3-Clause "New" or "Revised" License
596 stars 77 forks source link

Units for transformed coordinates #23

Open jbednar opened 8 years ago

jbednar commented 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:

image

Fixing this would presumably require keeping track of units properly and converting them across projections. For now, perhaps just suppress the units?

philippjfr commented 5 years ago

We could drop the Dimension.unit when projecting, requires some discussion though.