| Package | Description |
|---|---|
| ucar.nc2.dt.trajectory |
Scientific data type "Trajectory".
|
| Modifier and Type | Class and Description |
|---|---|
class |
ARMTrajectoryObsDataset
Implements TrajectoryDataset for datasets with these characteristics:
it has only one dimension, the dimension is UNLIMITED and is named "time"
it has one coordinate variable, time(time), with units that
are udunits time units
has the variables latitude(time), longitude(time), and altitude(time) with
units "deg", "deg", and "m", respectively.
|
class |
RafTrajectoryObsDataset
Handle trajectory data files that follow the
NCAR-RAF netCDF Conventions ("NCAR-RAF/nimbus").
|
class |
SimpleTrajectoryObsDataset
Implements TrajectoryDataset for datasets with these characteristics:
it has only one dimension, the dimension is UNLIMITED and is named "time"
it has one coordinate variable, time(time), with units that
are udunits time units
has the variables latitude(time), longitude(time), and altitude(time) with
units "deg", "deg", and "m", respectively.
|
class |
UnidataTrajectoryObsDataset
Handle trajectory data files that follow the
Unidata Observation Dataset convention version 1.0.
|
class |
ZebraClassTrajectoryObsDataset
Implements TrajectoryDataset for datasets with these characteristics:
it has only one dimension, the dimension is UNLIMITED and is named "time"
it has one coordinate variable, time(time), with units that
are udunits time units
has the variables latitude(time), longitude(time), and altitude(time) with
units "deg", "deg", and "m", respectively.
|