John Caron wrote:
i have it on my "answer this email" list.
currently im sick and just doing triage. also, i will be gone next
week so i may not get to it until after Tday.
but heres a short answer:
i assume matlab has acceess to all public classes and methods?
then you may want to open as ucar.nc2.dataset.NetcdfDataset to get
access to coordinate systems, or better, with
ucar.nc2.dataset.grid.GridDataset (if its a grid)
John,
Thanks for the help -- I tried:
import ucar.nc2.dods.* % import opendap reader classes
import ucar.nc2.dataset.grid.* % import opendap reader classes
import ucar.nc2.dataset.* % import opendap reader classes
% Grab some data from this URL
s=DODSNetcdfFile(url);
foo=GridDataset(s);