gengrid

AbstractGenericGrid(latAxis, lonAxis[, id, …])

AbstractGenericGrid.clone([copyData])

Make a copy of self.

AbstractGenericGrid.getMesh([transpose])

Generate a mesh array for the meshfill graphics method.

AbstractGenericGrid.getAxis(naxis)

Not documented

AbstractGenericGrid.genBounds()

Not documented

AbstractGenericGrid.getMask()

Get the mask array, if any, otherwise None is returned.

AbstractGenericGrid.size()

Return number of cells in the grid

AbstractGenericGrid.writeScrip(cufile[, …])

Write a grid to a SCRIP file.

AbstractGenericGrid.writeToFile(file)

Write self to a CdmsFile file, returning CF coordinates attribute, or None if not applicable

AbstractGenericGrid.subSlice(*specs, **keys)

Get a transient subgrid based on an argument list <specs> of slices.

AbstractGenericGrid.getGridSlices(…)

Determine which slices in slicelist correspond to the lat/lon elements of the grid.

AbstractGenericGrid.getIndex()

Get the grid index

AbstractGenericGrid.intersect(spec)

Intersect with the region specification.

AbstractGenericGrid.getAxisList()

Not documented

AbstractGenericGrid.isClose(g)

Is Close

AbstractGenericGrid.checkAxes(axes)

Check Axes

AbstractGenericGrid.reconcile(axes)

Reconcile

AbstractGenericGrid.flatAxes()

Flat Axes

AbstractGenericGrid.toGenericGrid([gridid])

DatasetGenericGrid(latAxis, lonAxis, id[, …])

FileGenericGrid(latAxis, lonAxis, id[, …])

TransientGenericGrid(latAxis, lonAxis[, id, …])

TransientGenericGrid.toGenericGrid([gridid])