nvCFConventions
index
/home/ap/ncvtk/src/nvCFConventions.py

 
Modules
       
nvSettings
re
string

 
Functions
       
IsLatitude(ncdim)
Returns True if ncdim is a complying NetCDFVariable.
 
According to CF, the name itself is arbitrary.
Only the attributes are used.
 
See CF 1.0, Section 4.1.
IsLongitude(ncdim)
Returns True if ncdim is a complying NetCDFVariable.
 
According to CF, the name itself is arbitrary.
Only the attributes are used.
 
See CF 1.0, Section 4.2.
IsTime(ncdim)
Returns True if ncdim is a complying NetCDFVariable.
 
According to CF, the name itself is arbitrary.
Only the attributes are used.
 
See CF 1.0, Section 4.4.
IsVertical(ncdim)
Returns True if ncdim is a complying NetCDFVariable.
 
According to CF, the name itself is arbitrary.
Only the attributes are used.
 
See CF 1.0, Section 4.3.
IsWarped(ncvar)
Scans a NetCDFVariable for 'coordinates' attribute.
 
@param ncvar    a NetCDFVariable 
@returns list of coordinate variable names, or [] if attribute not found
 
See CF 1.0, Section 5.2.

 
Data
        VERSION = '$Id: nvCFConventions.py,v 1.12 2006/02/13 17:54:26 rsz Exp $'