-
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/VCS plot error #1867
Comments
@aashish24 ok great. @danlipsa let me know if you need any more info |
@mattben there is also a typo in the gallery notes - the |
|
@durack1 It isn't a typo; you need two different |
@doutriaux1 the above looks different to the gallery: |
@chaosphere2112 whoops, sorry I did see the two |
@chaosphere2112 I still hit the following error:
import vcs, cdms2, sys
x = vcs.init()
f = cdms2.open( "vcs3D_cubed_sphere_volume.nc" )
v = f["RELHUM"]
dv3d = vcs.get3d_scalar()
dv3d.ScaleTransferFunction = [ 78.7, 132.0 ]
dv3d.ScaleColormap = [ 75.4, 100.0 ]
dv3d.ScaleOpacity = [0.27, 1.0]
dv3d.PointSize = [5, 2]
dv3d.VerticalScaling = [ 1.7 ]
dv3d.ToggleVolumePlot = vcs.on
dv3d.ToggleSphericalProj = vcs.on
dv3d.Camera = {'Position': (-108.11442471080369, -476.65927617219285, 84.45227482307195), 'ViewUp': ( 0.0, 0.0, 1.0), 'FocalPoint': (0, 0, 0)}
x.plot( v, dv3d, grid_file="vcs3D_cubed_sphere_volume_grid.nc" )
|
Paul, — Tom From: "Paul J. Durack" <[email protected]mailto:[email protected]> @chaosphere2112https://github.com/chaosphere2112 I still hit the following error: — |
@ThomasMaxwell yep - as included at the bottom of the edited comment above:
|
@durack1 I'm thinking the issue is relative paths. Right now we're just slamming file:// on the front of whatever path you pass in; if there's no leading /, that will make what is technically an invalid file URI and |
@chaosphere2112 thanks for the heads up - was #1874 a pronto merge, I'm wondering whether I should try and rebuild master or that branch specifically.. |
@chaosphere2112 @doutriaux1 I now get a plot from
|
@chaosphere2112 @doutriaux1 there still appears to be an unresolved issue here - so have reopened the issue |
@aashish24 is there a reason this was closed when there's a problem remaining? |
@durack1 it got closed automatically as I meged @doutriaux1 file:// branch. |
@durack1 re-opening it. |
@aashish24 no problem, when there's another branch that fixes the issue above I'd be happy to test this.. And @aashish24 while I have you here, want to take a peek at: #1839 and #1817 please? |
Could anyone tell me where can I get |
@Rex-Diego Sorry about that! We migrated the site to a new server and lost track of the file temporarily. The two files for that example are available here and here. The link to the second should be up on that example as soon as our server updates the website automatically. |
@chaosphere2112 Thank you so much! |
The demo at http://uvcdat.llnl.gov/examples/vcs3D_cubed_sphere_volume.html returns the following error:
Following version info:
@chaosphere2112 @mattben pinging you gentlemen here
The text was updated successfully, but these errors were encountered: