fvariable

FileVariable.astype(tc)

return self as array of given type.

FileVariable.createattribute(name, value)

Create an attribute and set its name to value.

FileVariable.crossSectionRegrid(newLevel, …)

Return the variable regridded to new pressure levels and latitudes.

FileVariable.decode(ar)

Decode compressed data.

FileVariable.deleteattribute(name)

Delete the named attribute.

FileVariable.expertPaths(slist)

Expert Paths

FileVariable.generateGridkey(convention, vardict)

Determine if the variable is gridded.

FileVariable.generateRectGridkey(lat, lon)

Determine if the variable is gridded, rectilinear.

FileVariable.genMatch(axis, interval, matchnames)

Helper function for expertPaths.

FileVariable.getattribute(name)

Get the attribute name.

FileVariable.getAxisIds()

Get a list of axis identifiers.

FileVariable.getAxisIndex(axis_spec)

Get the index of the axis specificed by axis_spec.

FileVariable.getAxisListIndex([axes, omit, …])

Get Axis List Index

FileVariable.getAxisList([axes, omit, order])

Get the list of axis objects

FileVariable.getConvention()

Get the metadata convention associated with this object.

FileVariable.getdimattribute(dim, field)

Get the attribute named field from the dim’th dimension.

FileVariable.getFilePath(matchnames, template)

Lookup or generate the file path, depending on whether a filemap or template is present.

FileVariable.getForecastTime()

Get the first forecast time dimension.

FileVariable.getGridIndices()

Get Grid Indices

FileVariable.getLatitude()

Get the first latitude dimension.

FileVariable.getLevel()

Get the first vertical level dimension in the domain.

FileVariable.getLongitude()

Get the first longitude dimension.

FileVariable.getMissing([asarray])

Get Missing

FileVariable.getOrder([ids])

Get Order

FileVariable.getPartition(axis)

Get the partition attribute for this variable, axis.

FileVariable.getRegion(*specs, **keys)

Read a region of data.

FileVariable.getSlice(*specs, **keys)

getSlice takes arguments of the following forms and produces a return array.

FileVariable.getTime()

Get the first time dimension.

FileVariable.getValue([squeeze])

Return the entire set of values.

FileVariable.hasCellData()

If any of the variable’s axis has explicit bounds, we have cell data otherwise we have point data.

FileVariable.initDomain(axisdict)

Initialized the domain

FileVariable.isEncoded()

True if self is represented as packed data.

FileVariable.listall([all])

Get list of info about this slab.

FileVariable.listattributes()

Return a list of attribute names.

FileVariable.listdimattributes(dim)

List the legal axis field names.

FileVariable.listdimnames()

Return a list of the names of the dimensions.

FileVariable.matchone(pattern, attname)

Search if the attribute with name attname is a string attribute which matches the compiled regular expression pattern, or if attname is None and pattern matches at least one string attribute.

FileVariable.matchPattern(pattern, …)

Match for a pattern in a string-valued attribute.

FileVariable.pressureRegrid(newLevel[, …])

Return the variable regridded to new pressure levels.

FileVariable.regrid(togrid[, missing, …])

return self regridded to the new grid.

FileVariable.reorder(order)

Reorder per the specification order.

FileVariable.searchone(pattern, attname)

Search if the attribute with name attname is a string attribute which contains the compiled regular expression pattern, or if attname is None and pattern matches at least one string attribute.

FileVariable.searchPattern(pattern, …)

Search for a pattern in a string-valued attribute.

FileVariable.searchPredicate(predicate, tag)

Apply a truth-valued predicate.

FileVariable.select(*args, **kwargs)

Selection of a subregion using selectors.

FileVariable.setattribute(name, value)

Set the attribute name to value.

FileVariable.setMissing(value)

Set the missing value.

FileVariable.showdim()

Show the dimension attributes and values.

FileVariable.size()

Number of elements.

FileVariable.specs2slices(speclist[, force])

Create an equivalent list of slices from an index specification.

FileVariable.typecode()

convert to new typecode.