| Name | Description | Type | Package | Framework |
| AbstractCoordTransBuilder | Abstract superclass for implementations of CoordTransBuilderIF. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| ADASConvention | | Class | ucar.nc2.dataset.conv | NetCDF |
|
| Aggregation | Superclass for NcML Aggregation. | Class | ucar.nc2.ncml | NetCDF |
|
| Aggregation .Type | | Class | ucar.nc2.ncml | NetCDF |
|
| Aggregation .TypicalDataset | | Class | ucar.nc2.ncml | NetCDF |
|
| AggregationExisting | JoinExisting Aggregation. | Class | ucar.nc2.ncml | NetCDF |
|
| AggregationFmrc | | Class | ucar.nc2.ncml | NetCDF |
|
| AggregationNew | JoinNew Aggregation. | Class | ucar.nc2.ncml | NetCDF |
|
| AggregationOuterDimension | | Class | ucar.nc2.ncml | NetCDF |
|
| AggregationTiled | | Class | ucar.nc2.ncml | NetCDF |
|
| AggregationUnion | Aggregation on datasets to be simply combined - aka "union". | Class | ucar.nc2.ncml | NetCDF |
|
| AlbersEqualArea | Create a AlbersEqualArea Projection from the information in the Coordinate Transform Variable. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| ATDRadarConvention | ATD Radar file (ad hoc guesses). | Class | ucar.nc2.dataset.conv | NetCDF |
|
| Attribute | An Attribute has a name and a value, used for associating arbitrary metadata with a Variable or a Group. | Class | ucar.nc2 | NetCDF |
|
| AvhrrConvention | Avhrr Hdf5 files - geostationary satellite images. | Class | ucar.nc2.dataset.conv | NetCDF |
|
| AWIPSConvention | AWIPS netcdf output. | Class | ucar.nc2.dataset.conv | NetCDF |
|
| AWIPSsatConvention | AWIPS netcdf output. | Class | ucar.nc2.dataset.conv | NetCDF |
|
| AxisType | Type-safe enumeration of netCDF Coordinate Axis types. | Class | ucar.nc2.constants | NetCDF |
|
| AzimuthalEquidistant | AzimuthalEquidistant Projection. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| BUFRConvention | | Class | ucar.nc2.dataset.conv | NetCDF |
|
| Calendar | Uses joda-time, may switch to JSP 310 at a later date. | Class | ucar.nc2.time | NetCDF |
|
| CalendarDate | A Calendar Date. | Class | ucar.nc2.time | NetCDF |
|
| CalendarDateFormatter | Threadsafe static routines for date formatting. | Class | ucar.nc2.time | NetCDF |
|
| CalendarDateRange | A range of CalendarDates. | Class | ucar.nc2.time | NetCDF |
|
| CalendarDateUnit | Array-oriented Scientific Data Library | Class | ucar.nc2.time | NetCDF |
|
| CalendarDuration | A replacement for ucar. | Class | ucar.nc2.time | NetCDF |
|
| CalendarPeriod | A CalendarPeriod is a logical duration of time, it requires a Calendar to convert to an actual duration of time. | Class | ucar.nc2.time | NetCDF |
|
| CalendarPeriod .Field | | Class | ucar.nc2.time | NetCDF |
|
| CalendarTimeZone | Encapsolate TimeZone functionality. | Class | ucar.nc2.time | NetCDF |
|
| CancelTask | Allows long tasks to be cancelled. | Interface | ucar.nc2.util | NetCDF |
|
| CancelTaskImpl | Simple implementation of CancelTask, used in order to get status return. | Class | ucar.nc2.util | NetCDF |
|
| CDM | | Interface | ucar.nc2.constants | NetCDF |
|
| CDMNode | Define a superclass for all the CDM node classes: Group, Dimension, etc. | Class | ucar.nc2 | NetCDF |
|
| CDMSort | Enumeration of the kinds of nodes in a CDM model. | Class | ucar.nc2 | NetCDF |
|
| CEDRICRadarConvention | Created by IntelliJ IDEA. | Class | ucar.nc2.dataset.conv | NetCDF |
|
| CF | Constants used in CF Conventions. | Interface | ucar.nc2.constants | NetCDF |
|
| CF .CellMethods | | Class | ucar.nc2.constants | NetCDF |
|
| CF .FeatureType | Map from CF feature type names to our FeatureType enums. | Class | ucar.nc2.constants | NetCDF |
|
| CF1Convention | see http://www. | Class | ucar.nc2.dataset.conv | NetCDF |
|
| COARDSConvention | see http://ferret. | Class | ucar.nc2.dataset.conv | NetCDF |
|
| CompareNetcdf2 | Compare two NetcdfFile. | Class | ucar.nc2.util | NetCDF |
|
| CompareNetcdf2 .ObjFilter | | Interface | ucar.nc2.util | NetCDF |
|
| CoordinateAxis | A Coordinate Axis is a Variable that specifies one of the coordinates of a CoordinateSystem. | Class | ucar.nc2.dataset | NetCDF |
|
| CoordinateAxis .AxisComparator | | Class | ucar.nc2.dataset | NetCDF |
|
| CoordinateAxis1D | A 1-dimensional Coordinate Axis. | Class | ucar.nc2.dataset | NetCDF |
|
| CoordinateAxis1DTime | A 1-dimensional Coordinate Axis representing Calendar time. | Class | ucar.nc2.dataset | NetCDF |
|
| CoordinateAxis2D | A 2-dimensional numeric Coordinate Axis. | Class | ucar.nc2.dataset | NetCDF |
|
| CoordinateSystem | A CoordinateSystem specifies the coordinates of a Variable's values. | Class | ucar.nc2.dataset | NetCDF |
|
| CoordinateTransform | A CoordinateTransform is an abstraction of a function from a CoordinateSystem to a "reference" CoordinateSystem, such as lat, lon. | Class | ucar.nc2.dataset | NetCDF |
|
| CoordSysBuilder | Abstract class for implementing Convention-specific parsing of netCDF files. | Class | ucar.nc2.dataset | NetCDF |
|
| CoordSysBuilder .ConventionNameOk | Allow plug-ins to determine if it owns a file based on the file's Convention attribute. | Interface | ucar.nc2.dataset | NetCDF |
|
| CoordSysBuilderIF | | Interface | ucar.nc2.dataset | NetCDF |
|
| CoordTransBuilder | Manager for Coordinate Transforms. | Class | ucar.nc2.dataset | NetCDF |
|
| CoordTransBuilderIF | Must be able to know how to build one from the info in a Coordinate Transform Variable. | Interface | ucar.nc2.dataset | NetCDF |
|
| Cosmic1Convention | Cosmic data - version 1. | Class | ucar.nc2.dataset.conv | NetCDF |
|
| CSMConvention | CSM-1 Convention. | Class | ucar.nc2.dataset.conv | NetCDF |
|
| DataIterator | Just like java. | Interface | ucar.nc2.dt | NetCDF |
|
| DataIteratorAdapter | | Class | ucar.nc2.dt | NetCDF |
|
| DatasetConstructor | Helper methods for constructing NetcdfDatasets. | Class | ucar.nc2.dataset | NetCDF |
|
| DatatypeIterator | An abstract implementation for iterating over datatypes, such as PointObsDatatype, etc. | Class | ucar.nc2.dt | NetCDF |
|
| DateFormatter | Date parsing and formatting. | Class | ucar.nc2.units | NetCDF |
|
| DateFromString | Convenience routines for parsing a String to produce a Date. | Class | ucar.nc2.units | NetCDF |
|
| DateRange | You can use a DateType = "present" and a time duration to specify "real time" intervals, eg "last 3 days" uses endDate = "present" and duration = "3 days". | Class | ucar.nc2.units | NetCDF |
|
| DateType | This is mostly a general way to specify dates in a string. | Class | ucar.nc2.units | NetCDF |
|
| DateUnit | Array-oriented Scientific Data Library | Class | ucar.nc2.units | NetCDF |
|
| DebugFlags | Interface for global debug flags. | Interface | ucar.nc2.util | NetCDF |
|
| DebugFlagsImpl | | Class | ucar.nc2.util | NetCDF |
|
| DefaultConvention | Default Coordinate Conventions. | Class | ucar.nc2.dataset.conv | NetCDF |
|
| Dimension | A Dimension is used to define the array shape of a Variable. | Class | ucar.nc2 | NetCDF |
|
| DiskCache | This is a general purpose utility for determining a place to write files and cache them, eg for uncompressing files. | Class | ucar.nc2.util | NetCDF |
|
| DiskCache2 | Manages a place on disk to persistently cache files, which are deleted when the last modified date exceeds a certain time. | Class | ucar.nc2.util | NetCDF |
|
| DiskCache2 .CachePathPolicy | | Class | ucar.nc2.util | NetCDF |
|
| Enhancements | A Variable decorator that handles Coordinates Systems and "standard attributes" and adds them to the object model. | Interface | ucar.nc2.dataset | NetCDF |
|
| EnhanceScaleMissing | A Variable decorator that handles missing data, and scale/offset packed data. | Interface | ucar.nc2.dataset | NetCDF |
|
| EnumTypedef | Enumeration Typedef map integers to Strings. | Class | ucar.nc2 | NetCDF |
|
| EpicInsitu | | Class | ucar.nc2.dataset.conv | NetCDF |
|
| HdfEosOmiConvention | | Class | ucar.nc2.dataset.conv | NetCDF |
|
| IFPSConvention | IFPS Convention Allows Local NWS forecast office generated forecast datasets to be brought into IDV. | Class | ucar.nc2.dataset.conv | NetCDF |
|
| Indent | Maintains indentation level for printing nested structures. | Class | ucar.nc2.util | NetCDF |
|
| IO | Input/Output utilities. | Class | ucar.nc2.util | NetCDF |
|
| IO .HttpResult | Holds the result of an HTTP action. | Class | ucar.nc2.util | NetCDF |
|
| IridlConvention | | Class | ucar.nc2.dataset.conv | NetCDF |
|
| Jason2Convention | Created by IntelliJ IDEA. | Class | ucar.nc2.dataset.conv | NetCDF |
|
| LambertAzimuthal | Create a LambertAzimuthal Projection from the information in the Coordinate Transform Variable. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| LambertConformalConic | Create a LambertConformalConic Projection from the information in the Coordinate Transform Variable. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| LambertCylindricalEqualArea | | Class | ucar.nc2.dataset.transform | NetCDF |
|
| ListenerManager | Helper class for managing event listeners. | Class | ucar.nc2.util | NetCDF |
|
| M3IOConvention | Models-3/EDSS Input/Output netcf format. | Class | ucar.nc2.dataset.conv | NetCDF |
|
| M3IOVGGridConvention | M3IO VG scheme, 5D gridded scalar data, cell-based hexahedra. | Class | ucar.nc2.dataset.conv | NetCDF |
|
| MADISStation | MADIS Station Convention. | Class | ucar.nc2.dataset.conv | NetCDF |
|
| Mercator | Create a Mercator Projection from the information in the Coordinate Transform Variable. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| Misc | Miscellaneous static routines. | Class | ucar.nc2.util | NetCDF |
|
| ModisSatellite | | Class | ucar.nc2.dataset.conv | NetCDF |
|
| MSGnavigation | | Class | ucar.nc2.dataset.transform | NetCDF |
|
| NamedAnything | | Class | ucar.nc2.util | NetCDF |
|
| NamedObject | An object that has a name and a description. | Interface | ucar.nc2.util | NetCDF |
|
| NCdump | Print contents of an existing netCDF file of unknown structure, like ncdump. | Class | ucar.nc2 | NetCDF |
|
| NCdumpW | Print contents of an existing netCDF file, using a Writer. | Class | ucar.nc2 | NetCDF |
|
| NCdumpW .WantValues | Tell NCdumpW if you want values printed. | Class | ucar.nc2 | NetCDF |
|
| NcmlConstructor | Populate a NetcdfFile directly from NcML, can be used by IOSPs. | Class | ucar.nc2.ncml | NetCDF |
|
| NcMLGWriter | Helper class to write NcML-G. | Class | ucar.nc2.ncml | NetCDF |
|
| NcMLReader | Read NcML and create NetcdfDataset. | Class | ucar.nc2.ncml | NetCDF |
|
| NcMLWriter | Helper class to write NcML. | Class | ucar.nc2.ncml | NetCDF |
|
| NestedPointFeatureCollection | A collection of PointFeatures nested inside one or more PointFeatureCollection. | Interface | ucar.nc2.ft | NetCDF |
|
| NestedPointFeatureCollectionIterator | An iterator over NestedPointFeatureCollection. | Interface | ucar.nc2.ft | NetCDF |
|
| NestedPointFeatureCollectionIterator .Filter | | Interface | ucar.nc2.ft | NetCDF |
|
| NetcdfCFWriter | Write a CF compliant Netcdf-3 or netcdf-4 file (classic mode only) from any gridded dataset. | Class | ucar.nc2.dt.grid | NetCDF |
|
| NetcdfDataset | NetcdfDataset extends the netCDF API, adding standard attribute parsing such as scale and offset, and explicit support for Coordinate Systems. | Class | ucar.nc2.dataset | NetCDF |
|
| NetcdfDataset .Enhance | Possible enhancements for a NetcdfDatasetconvert enums to Strings | Class | ucar.nc2.dataset | NetCDF |
|
| NetcdfDatasetInfo | Helper class for obtaining information about a NetcdfDataset. | Class | ucar.nc2.dataset | NetCDF |
|
| NetcdfFile | Read-only scientific datasets that are accessible through the netCDF API. | Class | ucar.nc2 | NetCDF |
|
| NetcdfFileWriteable | Create/Write netCDF-3 formatted files. | Class | ucar.nc2 | NetCDF |
|
| NetcdfFileWriter | Writes Netcdf 3 or 4 formatted files to disk. | Class | ucar.nc2 | NetCDF |
|
| NetcdfFileWriter .Version | The kinds of netcdf file that can be written. | Class | ucar.nc2 | NetCDF |
|
| Nimbus | | Class | ucar.nc2.dataset.conv | NetCDF |
|
| NppConvention | NPP/NPOESS Conventions note this is almost same as Avhrr ?? | Class | ucar.nc2.dataset.conv | NetCDF |
|
| NsslRadarMosaicConvention | NsslRadarMosaicConvention Convention. | Class | ucar.nc2.dataset.conv | NetCDF |
|
| NUWGConvention | NUWG Convention (ad hoc). | Class | ucar.nc2.dataset.conv | NetCDF |
|
| Orthographic | Create a Orthographic Projection from the information in the Coordinate Transform Variable. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| ParsedSectionSpec | Parsed Section Expression, allows nesting for subsetting of Structure member variables. | Class | ucar.nc2 | NetCDF |
|
| PointCollection | A collection of data at unconnected locations. | Interface | ucar.nc2.dt | NetCDF |
|
| PointFeature | A collection of observations at one time and location. | Interface | ucar.nc2.ft | NetCDF |
|
| PointFeatureCollection | A collection of PointFeatures. | Interface | ucar.nc2.ft | NetCDF |
|
| PointFeatureCollectionIterator | An iterator over PointFeatureCollections. | Interface | ucar.nc2.ft | NetCDF |
|
| PointFeatureCollectionIterator .Filter | A filter on PointFeatureCollection. | Interface | ucar.nc2.ft | NetCDF |
|
| PointFeatureIterator | An iterator over PointFeatures. | Interface | ucar.nc2.ft | NetCDF |
|
| PointFeatureIterator .Filter | | Interface | ucar.nc2.ft | NetCDF |
|
| PointObsDataset | A PointCollection of PointObsDatatype. | Interface | ucar.nc2.dt | NetCDF |
|
| PointObsDatatype | A collection of observations at one time and location. | Interface | ucar.nc2.dt | NetCDF |
|
| PolarStereographic | Create a Polar Stereographic Projection from the information in the Coordinate Transform Variable. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| PolyconicProjection | Polyconic Projection. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| ProfileFeature | A set of observations along the vertical (z) axis. | Interface | ucar.nc2.ft | NetCDF |
|
| ProfileFeatureCollection | A collection of ProfileFeature. | Interface | ucar.nc2.ft | NetCDF |
|
| ProjectionCT | A Projection CoordinateTransform is a function from (GeoX, GeoY) -> (Lat, Lon). | Class | ucar.nc2.dataset | NetCDF |
|
| ProxyReader | An object that knows how to read the data for a Variable. | Interface | ucar.nc2 | NetCDF |
|
| RadialDatasetSweep | A RadialDataset in which the radials can be grouped into sweeps. | Interface | ucar.nc2.dt | NetCDF |
|
| RadialDatasetSweep .RadialVariable | A data Variable with radial geometry. | Interface | ucar.nc2.dt | NetCDF |
|
| RadialDatasetSweep .Sweep | | Interface | ucar.nc2.dt | NetCDF |
|
| RadialDatasetSweep .Type | A Type of RadialSweep. | Class | ucar.nc2.dt | NetCDF |
|
| ReplaceVariableCheck | | Interface | ucar.nc2.dataset | NetCDF |
|
| RotatedLatLon | Create a Rotated LatLon Projection from the information in the Coordinate Transform Variable. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| RotatedPole | Create a RotatedPole Projection from the information in the Coordinate Transform Variable. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| SectionFeature | A collection of profiles which originate along a trajectory. | Interface | ucar.nc2.ft | NetCDF |
|
| SectionFeatureCollection | A collection of SectionFeatures. | Interface | ucar.nc2.ft | NetCDF |
|
| Sequence | Sequence is a one-dimensional Structure with indeterminate length. | Class | ucar.nc2 | NetCDF |
|
| SequenceDS | | Class | ucar.nc2.dataset | NetCDF |
|
| SimpleUnit | Array-oriented Scientific Data Library | Class | ucar.nc2.units | NetCDF |
|
| Sinusoidal | Create a Sinusoidal Projection from the information in the Coordinate Transform Variable. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| StationCollection | A collection of data at unconnected station locations, typically time series. | Interface | ucar.nc2.dt | NetCDF |
|
| StationCollection | A collection of data at named locations called Stations. | Interface | ucar.nc2.ft | NetCDF |
|
| StationImpl | | Class | ucar.nc2.dt | NetCDF |
|
| StationObsDataset | A collection of Stations with StationObsDatatype data. | Interface | ucar.nc2.dt | NetCDF |
|
| StationObsDatatype | | Interface | ucar.nc2.dt | NetCDF |
|
| StationProfileFeature | Time series of ProfileFeature at named locations. | Interface | ucar.nc2.ft | NetCDF |
|
| StationProfileFeatureCollection | | Interface | ucar.nc2.ft | NetCDF |
|
| StationRadialDataset | A collection of Stations with RadialDatatype data. | Interface | ucar.nc2.dt | NetCDF |
|
| StationTimeSeriesFeature | Time series of PointFeature at a named location aka 'station'. | Interface | ucar.nc2.ft | NetCDF |
|
| StationTimeSeriesFeatureCollection | A collection of StationTimeSeriesFeature. | Interface | ucar.nc2.ft | NetCDF |
|
| Stereographic | Create a Stereographic Projection from the information in the Coordinate Transform Variable. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| Structure | A Structure is a type of Variable that contains other Variables, like a struct in C. | Class | ucar.nc2 | NetCDF |
|
| StructureDS | An "enhanced" Structure. | Class | ucar.nc2.dataset | NetCDF |
|
| StructurePseudo | Make a collection of variables with the same outer dimension into a fake Structure. | Class | ucar.nc2 | NetCDF |
|
| StructurePseudo2Dim | | Class | ucar.nc2.dataset | NetCDF |
|
| StructurePseudoDS | Make a collection of variables with the same outer dimension into a fake Structure. | Class | ucar.nc2.dataset | NetCDF |
|
| Suomi | Suomi coord sys builder. | Class | ucar.nc2.dataset.conv | NetCDF |
|
| TableParser | Utility class to read and parse a fixed length table. | Class | ucar.nc2.util | NetCDF |
|
| TableParser .Record | A set of values for one line. | Class | ucar.nc2.util | NetCDF |
|
| TableParser .Transform | | Interface | ucar.nc2.util | NetCDF |
|
| TimeDuration | This is really the same as a ucar. | Class | ucar.nc2.units | NetCDF |
|
| TimeSeriesCollection | A collection of data in a time series. | Interface | ucar.nc2.dt | NetCDF |
|
| TimeUnit | Handles Units that are time durations, eg in seconds, hours, days, years. | Class | ucar.nc2.units | NetCDF |
|
| TrajectoryFeature | A set of observations along a 1 dimensional path, connected in space and time. | Interface | ucar.nc2.ft | NetCDF |
|
| TrajectoryFeatureCollection | | Interface | ucar.nc2.ft | NetCDF |
|
| TrajectoryObsDataset | A collection of TrajectoryObsDatatype. | Interface | ucar.nc2.dt | NetCDF |
|
| TrajectoryObsDatatype | A sequence (one-dimensional, variable-length list) of PointObsDatatype, connected in space and time. | Interface | ucar.nc2.dt | NetCDF |
|
| TransformType | Type-safe enumeration of netCDF Dataset TransformType. | Class | ucar.nc2.dataset | NetCDF |
|
| TransverseMercator | Create a Transverse Mercator Projection from the information in the Coordinate Transform Variable. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| TypedDataset | Superclass for "scientific type" datasets. | Interface | ucar.nc2.dt | NetCDF |
|
| TypedDatasetFactory | Manager of factories for TypedDatasets. | Class | ucar.nc2.dt | NetCDF |
|
| TypedDatasetFactoryIF | | Interface | ucar.nc2.dt | NetCDF |
|
| TypedDatasetImpl | Superclass for implementations of TypedDataset. | Class | ucar.nc2.dt | NetCDF |
|
| UnidataObsConvention | Unidata Observation Dataset v1. | Class | ucar.nc2.dataset.conv | NetCDF |
|
| UnsynchronizedBufferedWriter | An unsynchronized version of a BufferedWriter, for performance. | Class | ucar.nc2.util | NetCDF |
|
| URLnaming | Networking utilities. | Class | ucar.nc2.util | NetCDF |
|
| UTM | Create a UTM Projection from the information in the Coordinate Transform Variable. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| Variable | A Variable is a logical container for data. | Class | ucar.nc2 | NetCDF |
|
| Variable .Cache | | Class | ucar.nc2 | NetCDF |
|
| VariableDS | An wrapper around a Variable, creating an "enhanced" Variable. | Class | ucar.nc2.dataset | NetCDF |
|
| VariableEnhanced | Public interface to an "enhanced Variable", implemented by the ucar. | Interface | ucar.nc2.dataset | NetCDF |
|
| VariableIF | The public interface to a Variable. | Interface | ucar.nc2 | NetCDF |
|
| VariableSimpleAdapter | Adapt a StructureMembers. | Class | ucar.nc2 | NetCDF |
|
| VariableSimpleIF | A lightweight abstractions of a Variable. | Interface | ucar.nc2 | NetCDF |
|
| VariableSimpleSubclass | Adapt a VariableSimpleIF into another VariableSimpleIF, so it can be subclassed. | Class | ucar.nc2.dt | NetCDF |
|
| VAtmHybridHeight | Create a atmosphere_hybrid_height_coordinate Vertical Transform from the information in the Coordinate Transform Variable. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| VAtmHybridSigmaPressure | Create a atmosphere_hybrid_sigma_pressure_coordinate Vertical Transform from the information in the Coordinate Transform Variable. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| VAtmLnPressure | DO NOT USE: see CF1Convention. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| VAtmSigma | Create a atmosphere_sigma_coordinate Vertical Transform from the information in the Coordinate Transform Variable. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| VerticalCT | A VerticalCT is a CoordinateTransform function CT: (GeoZ) -> Height or Pressure. | Class | ucar.nc2.dataset | NetCDF |
|
| VerticalCT .Type | | Class | ucar.nc2.dataset | NetCDF |
|
| VerticalPerspective | VerticalPerspectiveView projection. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| VExplicitField | Create a Vertical Transform from an "explicit_field", where the vertical coordinate is explciitly specified as a variable. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| VOceanS | Create a ocean_s_coordinate Vertical Transform from the information in the Coordinate Transform Variable. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| VOceanSG1 | Create a ocean_s_coordinate_g1 Vertical Transform from the information in the Coordinate Transform Variable. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| VOceanSG2 | Create a ocean_s_coordinate_g2 Vertical Transform from the information in the Coordinate Transform Variable. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| VOceanSigma | Create a ocean_sigma_coordinate Vertical Transform from the information in the Coordinate Transform Variable. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| WRFConvention | WRF netcdf output files. | Class | ucar.nc2.dataset.conv | NetCDF |
|
| WRFEtaTransformBuilder | | Class | ucar.nc2.dataset.transform | NetCDF |
|
| ZebraConvention | | Class | ucar.nc2.dataset.conv | NetCDF |
|
| _Coordinate | Constants for _Coordinate Conventions. | Class | ucar.nc2.constants | NetCDF |