njtbx-icon
Netcdf-Java Toolbox
previous Function nj_grid_varget
Function nj_subsetGrid Next

 
 
Function nj_info

PURPOSE ^

NJ_INFO - Get detail info about dataset.

SYNOPSIS ^

function result=nj_info(ncRef)

DESCRIPTION ^

NJ_INFO - Get detail info about dataset.                                   
Usage:
   info=nj_info(ncRef);
 where,
   ncRef - Reference to netcdf file. It can be either of two
           a. local file name or a URL (OpenDAP, ncml) or
           b. An 'mDataset' matlab object, which is the reference to already
              open netcdf file.
              [ncRef=mDataset(uri)]
 returns,      
   info - text info

 e.g.:
  ncRef='http://coast-enviro.er.usgs.gov/cgi-bin/nph-dods/models/test/bora_feb.nc';
  info=nj_info(ncRef);

CROSS-REFERENCE INFORMATION ^

This function makes following njTBX API calls:
  • mDataset mDataset class constructor - opens a netcdf file and creates a grid or netcdf mDataset object.


previous Function nj_grid_varget
Function nj_subsetGrid Next
© 2006-2009   Mississippi State University   • License Terms   • Credits