OpenGeoscience / geoweb

Open source geoscience tools and applications
8 stars 3 forks source link

Only clt.nc works for me #123

Closed benbu closed 10 years ago

benbu commented 11 years ago

I don't have a whole lot of data to choose from, but of the uvcdat sample data, only clt.nc works. Do others have success with other datasets? I have not tried any ESGF datasets yet.

aashish24 commented 10 years ago

I was able to reproduce this issue and will look into it.

aashish24 commented 10 years ago

Should fix in #improve_archive_ui

demarle commented 10 years ago

Nice. Which commit fixed it? Not 839e 041b I hope! :)

David E DeMarle Kitware, Inc. R&D Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909

On Thu, Sep 12, 2013 at 8:37 AM, Aashish Chaudhary <notifications@github.com

wrote:

Should fix in #improve_archive_ui

— Reply to this email directly or view it on GitHubhttps://github.com/OpenGeoscience/geoweb/issues/123#issuecomment-24314762 .

aashish24 commented 10 years ago

@demarle it was the problem with how I was reading the scalar range. One of things I learned is that may be we should use try catch m ore often because in JS once you get an exception, everything just stops working. Basically my query was wrong and it only worked for clt.nc :-(

aashish24 commented 10 years ago

Well I guess exception behavior is same in C++ or Java..

aashish24 commented 10 years ago

Closing this one for now but will create a new one for vtkNetCDFReader