| Package | Description |
|---|---|
| ucar.nc2.dataset |
An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data,
and NcML.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayDouble.D2 |
CoordinateAxis2D.getMidpoints() |
static ArrayDouble.D2 |
CoordinateAxis2D.makeXEdges(ArrayDouble.D2 midx)
Normal case: do something reasonable in deciding on the edges when we have the midpoints of a 2D coordinate.
|
static ArrayDouble.D2 |
CoordinateAxis2D.makeXEdgesRotated(ArrayDouble.D2 midx)
Experimental: for WRF rotated (staggered) Grids
|
static ArrayDouble.D2 |
CoordinateAxis2D.makeYEdges(ArrayDouble.D2 midy)
Normal case: do something reasonable in deciding on the edges when we have the midpoints of a 2D coordinate.
|
static ArrayDouble.D2 |
CoordinateAxis2D.makeYEdgesRotated(ArrayDouble.D2 midy)
Experimental: for WRF rotated (staggered) Grids
|
| Modifier and Type | Method and Description |
|---|---|
static ArrayDouble.D2 |
CoordinateAxis2D.makeXEdges(ArrayDouble.D2 midx)
Normal case: do something reasonable in deciding on the edges when we have the midpoints of a 2D coordinate.
|
static ArrayDouble.D2 |
CoordinateAxis2D.makeXEdgesRotated(ArrayDouble.D2 midx)
Experimental: for WRF rotated (staggered) Grids
|
static ArrayDouble.D2 |
CoordinateAxis2D.makeYEdges(ArrayDouble.D2 midy)
Normal case: do something reasonable in deciding on the edges when we have the midpoints of a 2D coordinate.
|
static ArrayDouble.D2 |
CoordinateAxis2D.makeYEdgesRotated(ArrayDouble.D2 midy)
Experimental: for WRF rotated (staggered) Grids
|