GridItemΒΆ

The Grid can contain other kinds of data besides coordinates. This data is referred to as Grid items. Some items may be used for calculations involving the Grid.

Values are:

INVALID = -2 UNINIT = -1 MASK = 0

A grid item to represent a mask
AREA = 1
A grid item to represent an area field for conservative regridding

This Page