CDAT / vcdat

vCDAT
BSD 3-Clause "New" or "Revised" License
6 stars 7 forks source link

Variables Dimensions Panel Enhancements #282

Closed doutriaux1 closed 6 years ago

doutriaux1 commented 6 years ago

As discussed at recent meeting we can improve the dimensions selection panel by

I'm adding a picture to try to explain this as well: vcdatdims

Code to get the modulo in cdms

import cdms2, cdat_info, os
f = cdms2.open(os.path.join(cdat_info.get_sampledata_path(),"clt.nc"))
s = f["clt"]
modulo = s.getLongitude().getModulo()
doutriaux1 commented 6 years ago

Also the sliders should not say S and E but maybe be replaced with [ and ]

James-Crean commented 6 years ago

I made a PR here: https://github.com/CDAT/vcs-js/pull/46 to help implement this.

When that is reviewed and accepted I will make a PR from this branch: https://github.com/James-Crean/vcdat/tree/units_on_axes