-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dv3d list broken #1285
Comments
try:
|
@ThomasMaxwell lots of default are initialized as None, you might to initialize with actual values?
|
also should the default for axes really be "xyz" ? Could we set it to (-3 -2 -1) or None which would mean that ? So that sending ANY 3D array would work (just no basemap) |
These are given default values elsewhere, e.g. ‘interactionButtons.addSliderButton’. From: Charles Doutriaux <[email protected]mailto:[email protected]> @ThomasMaxwellhttps://github.com/ThomasMaxwell lots of default are initialized as None, you might to initialize with actual values? ToggleVolumePlot = None — |
Dv3d has never been designed to handle raw 3D arrays. It expects datasets that are at least close to COARDS or CF compliant. From: Charles Doutriaux <[email protected]mailto:[email protected]> also should the default for axes really be "xyz" ? Could we set it to (-3 -2 -1) or None which would mean that ? So that sending ANY 3D array would work (just no basemap) — |
Fixed in branch vcs3D_fix_dv3d_list. |
Can whoever is in charge of the diagnostics gui please catch the following UVCDAT gui startup error?: Location: /usr/local/uvcdat-test/build/install |
One way to support the input of raw 3D arrays into vcs3D would be to provide some scripts to easily wrap the arrays as cdms TransientVariables, which vcs3D can ingest. From: , "Maxwell, Thomas P. (GSFC-606.2)[SCIENCE APPLICATIONS INTL CORP]" <[email protected]mailto:[email protected]> Dv3d has never been designed to handle raw 3D arrays. It expects datasets that are at least close to COARDS or CF compliant. From: Charles Doutriaux <[email protected]mailto:[email protected]> also should the default for axes really be "xyz" ? Could we set it to (-3 -2 -1) or None which would mean that ? So that sending ANY 3D array would work (just no basemap) — |
so you mean if I pass a 3D MV2 with axis axis_0 axis_1 and axis_2 it is not supposed to work right? |
The text was updated successfully, but these errors were encountered: