hgrid

AbstractHorizontalGrid(latAxis, lonAxis[, …])

Create an horizontal grid

AbstractHorizontalGrid.genBounds()

Not documented

AbstractHorizontalGrid.getAxis(naxis)

Not documented

AbstractHorizontalGrid.getBounds()

Get the grid cell boundaries, as a tuple (latitudeBounds, longitudeBounds)

AbstractHorizontalGrid.getLatitude()

Get the latitude coordinates.

AbstractHorizontalGrid.getLongitude()

Get the longitude coordinates.

AbstractHorizontalGrid.getMask()

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

AbstractHorizontalGrid.getMesh()

Get the mesh array used by the meshfill plot.

AbstractHorizontalGrid.getWeightsArray()

Get Weights Array

AbstractHorizontalGrid.listall([all])

Not documented

AbstractHorizontalGrid.setMask(mask[, permanent])

Not documented

AbstractHorizontalGrid.subGridRegion(…)

Not documented

AbstractHorizontalGrid.hasCoordType(coordType)

Not documented

AbstractHorizontalGrid.checkConvex()

Check that each cell of the grid is convex in lon-lat space, with nodes defined counter-clockwise.

AbstractHorizontalGrid.fixCutCells(…[, …])

For any mapping from a spherical to a planar surface, there is a linear cut.

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

Create a curvilinear grid.

AbstractCurveGrid.clone([copyData])

Not documented

AbstractCurveGrid.getMesh([transpose])

Generate a mesh array for the meshfill graphics method.

AbstractCurveGrid._getShape()

Not documented

AbstractCurveGrid.genBounds()

Not documented

AbstractCurveGrid.getAxis(naxis)

Not documented

AbstractCurveGrid.getMask()

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

AbstractCurveGrid.size()

Not documented

AbstractCurveGrid.writeScrip(cufile[, gridTitle])

Write a grid to a SCRIP file.

AbstractCurveGrid.toGenericGrid([gridid])

Not documented

AbstractCurveGrid.toCurveGrid([gridid])

Not documented

AbstractCurveGrid.writeToFile(file)

Not documented

AbstractCurveGrid.writeg(file)

Write self as a Gridspec file representing a curvilinear grid.

AbstractCurveGrid.write_gridspec(filename)

Writes this grid to a Gridspec-compliant file, or does nothing if there is already a known file corresponding to this grid.

AbstractCurveGrid.init_from_gridspec(filename)

Reads to grid from a Gridspec-compliant file.

AbstractCurveGrid.init_from_gridspec_file(f)

Reads to grid from a Gridspec-compliant file, f.

AbstractCurveGrid.subSlice(*specs, **keys)

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

AbstractCurveGrid.getGridSlices(domainlist, …)

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

AbstractCurveGrid.getIndex()

Get the grid index

AbstractCurveGrid.intersect(spec)

Intersect with the region specification.

AbstractCurveGrid.getAxisList()

Not documented

AbstractCurveGrid.isClose(g)

Is Close

AbstractCurveGrid.checkAxes(axes)

Check Axes

AbstractCurveGrid.reconcile(axes)

Reconcile

AbstractCurveGrid.flatAxes()

Flat Axes

readScripCurveGrid(fileobj, dims, whichType, …)

Read a ‘native’ SCRIP grid file, returning a transient curvilinear grid.