My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Documentation  
Overview of nctoolbox Documentation
Updated Jul 22, 2011 by bschlin...@gmail.com

Quick Start

The Rest of the Story

There are several dataset classes that can be used to read data. Each provides different types of functionality. All dataset classes provide access to variable data, list of variable names, and netcdf attributes as well as the underlying netcdf-java dataset object. Most users will want to use NCGEODATASET, the most recent class, since this the only class that gives access to the geovariable class. This allows subsetting by values of lat/lon, by windows of time and the ability to return coordinates that use standard names of time, lat, lon, z for every dataset variable(and even performs coordinate conversions). This class also has a method to pull attributes from a netcdf file into a convenient matlab structure and another to pull the extents of the coordinates. The older NCDATASET and CFDATASET classes are retained mostly for backwards compatibility.


Sign in to add a comment
Powered by Google Project Hosting