AbstractGenericGrid(latAxis, lonAxis[, id, …])
|
|
AbstractGenericGrid.clone(self[, copyData])
|
Make a copy of self. |
AbstractGenericGrid.getMesh(self[, transpose])
|
Generate a mesh array for the meshfill graphics method. |
AbstractGenericGrid.getAxis(self, naxis)
|
Not documented |
AbstractGenericGrid.genBounds(self)
|
Not documented |
AbstractGenericGrid.getMask(self)
|
Get the mask array, if any, otherwise None is returned. |
AbstractGenericGrid.size(self)
|
Return number of cells in the grid |
AbstractGenericGrid.writeScrip(self, cufile)
|
Write a grid to a SCRIP file. |
AbstractGenericGrid.writeToFile(self, file)
|
Write self to a CdmsFile file, returning CF coordinates attribute, or None if not applicable |
AbstractGenericGrid.subSlice(self, *specs, …)
|
Get a transient subgrid based on an argument list <specs> of slices. |
AbstractGenericGrid.getGridSlices(self, …)
|
Determine which slices in slicelist correspond to the lat/lon elements of the grid. |
AbstractGenericGrid.getIndex(self)
|
Get the grid index |
AbstractGenericGrid.intersect(self, spec)
|
Intersect with the region specification. |
AbstractGenericGrid.getAxisList(self)
|
Not documented |
AbstractGenericGrid.isClose(self, g)
|
Is Close |
AbstractGenericGrid.checkAxes(self, axes)
|
Check Axes |
AbstractGenericGrid.reconcile(self, axes)
|
Reconcile |
AbstractGenericGrid.flatAxes(self)
|
Flat Axes |
AbstractGenericGrid.toGenericGrid(self[, gridid])
|
|
DatasetGenericGrid(latAxis, lonAxis, id[, …])
|
|
FileGenericGrid(latAxis, lonAxis, id[, …])
|
|
TransientGenericGrid(latAxis, lonAxis[, id, …])
|
|
TransientGenericGrid.toGenericGrid(self[, …])
|
|