Package | Description |
---|---|
ucar.nc2.dataset |
An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data,
and NcML.
|
ucar.nc2.dataset.transform |
Pluggable framework for handling Coordinate Transforms, both Projections and Vertical.
|
ucar.nc2.dt |
Scientific data types package.
|
ucar.nc2.dt.grid |
Scientific data type "Grid", uses cartesian coordinate system.
|
ucar.nc2.ft.cover | |
ucar.nc2.ft.cover.impl | |
ucar.unidata.geoloc.vertical |
Implementations of vertical coordinate transformations.
|
Modifier and Type | Method and Description |
---|---|
VerticalTransform |
CoordTransBuilderIF.makeMathTransform(NetcdfDataset ds,
Dimension timeDim,
VerticalCT vCT)
Make a VerticalTransform.
|
VerticalTransform |
VerticalCT.makeVerticalTransform(NetcdfDataset ds,
Dimension timeDim)
Use the builder to make the Vertical Transform function
|
Modifier and Type | Method and Description |
---|---|
VerticalTransform |
GridCoordSystem.getVerticalTransform()
Get the VerticalTransform that performs the transform math.
|
Modifier and Type | Method and Description |
---|---|
VerticalTransform |
GridCoordSys.getVerticalTransform()
Get the vertical transform function, or null if none
|
Modifier and Type | Method and Description |
---|---|
VerticalTransform |
CoverageCS.getVerticalTransform()
Get the VerticalTransform that performs the transform math.
|
Modifier and Type | Method and Description |
---|---|
VerticalTransform |
CoverageCSImpl.getVerticalTransform() |
Modifier and Type | Class and Description |
---|---|
class |
AtmosLnPressure
Implement CF vertical coordinate "atmosphere_ln_pressure_coordinate"
pressure(z) = p0 * exp(-lev(k))" .
|
class |
AtmosSigma
Create a 3D height(z,y,x) array using the CF formula for
"atmospheric sigma vertical coordinate".
|
class |
HybridHeight
Create a 3D height(z,y,x) array using the netCDF CF convention formula for
"Atmospheric Hybrid Height".
|
class |
HybridSigmaPressure
Create a 3D height(z,y,x) array using the netCDF CF convention formula for
"Hybrid Sigma Pressure".
|
class |
OceanS
Create a 3D height(z,y,x) array using the CF formula for
"ocean s vertical coordinate".
|
class |
OceanSG1
Create a 3D height(z,y,x) array using the CF formula for
"ocean s vertical coordinate g1".
|
class |
OceanSG2
Create a 3D height(z,y,x) array using the CF formula for
"ocean s vertical coordinate g2".
|
class |
OceanSigma
Create a 3D height(z,y,x) array using the CF formula for
"ocean sigma vertical coordinate".
|
class |
VerticalTransformImpl
A transformation to a vertical reference coordinate system,
such as height or pressure.
|
class |
VerticalTransformSubset
A subset of a vertical transform.
|
class |
VTfromExistingData
This implements a VerticalTransform using an existing 3D variable.
|
class |
WRFEta
Models the vertical coordinate for the Weather Research and Forecast
(WRF) model's vertical Eta coordinate
|
Modifier and Type | Method and Description |
---|---|
VerticalTransform |
VerticalTransformImpl.subset(Range t_range,
Range z_range,
Range y_range,
Range x_range)
Create a subset of this VerticalTransform.
|
VerticalTransform |
VerticalTransform.subset(Range t_range,
Range z_range,
Range y_range,
Range x_range)
Create a VerticalTransform as a section of an existing VerticalTransform.
|
Constructor and Description |
---|
VerticalTransformSubset(VerticalTransform original,
Range t_range,
Range z_range,
Range y_range,
Range x_range)
Create a subset of an existing VerticalTransform
|
Copyright © 1999–2016 UCAR/Unidata. All rights reserved.