help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: DAP server error using octcdf-1.1.6 (octave 3.6.4)


From: Alexander Barth
Subject: Re: DAP server error using octcdf-1.1.6 (octave 3.6.4)
Date: Sun, 30 Jun 2013 22:54:50 +0200

Dear Marko,

Can you give a minimal example code which shows this error?
The following works here:
>> pkg load octcdf
>> nc = netcdf('http://www.esrl.noaa.gov/psd/thredds/dodsC/Datasets/NARR/monolevel/dlwrf.2007.nc','r');
>> v = nc{'dlwrf'}(1,1,1)
v = -28192
>> v = nc{'dlwrf'}(1,:,:);
>> close(nc)

Thanks
Alex


On Fri, Jun 28, 2013 at 3:00 PM, mkvakic <address@hidden> wrote:
Hello,

I'm having some trouble retrieving certain data using, eg. :

http://www.esrl.noaa.gov/psd/thredds/dodsC/Datasets/NARR/monolevel/dlwrf.2007.nc

There is no problem when reading dimensions or lon/lat values.
But when extracting "dlwrf" values, the "DAP server error" pops up.

Using "ncdump" utility i can obtain the values, so i guess opendap
functionality is working properly in the netcdf installation (netcdf 4.3.0)

I've also tried compiling octcdf with the most recent netcdf opendap library
(libnc-dap-3.7.4 and libdap-3.9.3), but the problem persists.

If anyone has had similar problems i would be grateful for your insight.

Thanks once more.
Regards,
Marko



--
View this message in context: http://octave.1599824.n4.nabble.com/DAP-server-error-using-octcdf-1-1-6-octave-3-6-4-tp4654986.html
Sent from the Octave - General mailing list archive at Nabble.com.
_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave


reply via email to

[Prev in Thread] Current Thread [Next in Thread]