Open aashish24 opened 11 years ago
@aashish24 Where is the code?
The code is checked in the repo. https://github.com/OpenGeoscience/geoweb/blob/master/web/apps/archive/timeseriesPlot.js
OK, I didn't realize it was in master already.
On Mon, Jan 27, 2014 at 11:51 AM, Aashish Chaudhary < notifications@github.com> wrote:
The code is checked in the repo. https://github.com/OpenGeoscience/geoweb/blob/master/web/apps/archive/timeseriesPlot.js
— Reply to this email directly or view it on GitHubhttps://github.com/OpenGeoscience/geoweb/issues/172#issuecomment-33390008 .
So how do I bring up the timeseries plot in the UI?
OK, so it looks like double click is supposed to do it, but I'm getting an error calling cdms ,,,
I am seeing the following in the server log: ... import cdms2 File "/home/cjh/work/source/VisTrails/vistrails/core/packagemanager.py", line 255, in _import_override return self._orig_import(name, globals, locals, fromlist, level) ImportError: No module named cdms2
Any clue why cdms2 might be missing?
It may have not build. Can you try command line calls? Also, make sure you are sourcing the uvcdat script.
UVCDAT is now a dependency? I was pointing to this VisTrails git@github.com:OpenGeoscience/VisTrails.git
Its been for long time because of CDMS2 (in fact you used it via Dave's uvcdat repo for climatepipes). CDMS2 is part of CDAT.
I what I am saying it there is no UVCDAT_DIR that you configure?
I guess not. We can add that but it won't do much good. We depend on UV-CDAT for its environment. We can ask users to set it and if set use its setup environment script I guess.
OK, can you point me to the exact repo and branch I should use? If I use uvcdat master things fail when authenticated, no idea why, but must be something in the python path that mess things up.
you need to use paraview 4_1 branch
Thats the one causing the authentication issues as we end up the UVCDAT's version of MyProxyLogin. I guess we need to update setup-runtime.sh, I will take a look at it.