Package | Description |
---|---|
thredds.catalog |
Reads and writes THREDDS Dataset Inventory Catalog XML documents.
|
ucar.nc2.dt.grid |
Scientific data type "Grid", uses cartesian coordinate system.
|
ucar.nc2.ft.fmrc | |
ucar.nc2.grib.collection |
Modifier and Type | Method and Description |
---|---|
GridDataset |
InvDatasetFcGrib.getGridDataset(String matchPath) |
GridDataset |
InvDatasetFcFmrc.getGridDataset(String matchPath) |
GridDataset |
InvDatasetFeatureCollection.getGridDataset(String matchPath)
Get the associated Grid Dataset, if any.
|
Modifier and Type | Method and Description |
---|---|
static GridDataset |
GridDataset.factory(String netcdfFileURI)
Deprecated.
: use GridDataset.open().
|
static GridDataset |
GridDataset.open(String location)
Open a netcdf dataset, using NetcdfDataset.defaultEnhanceMode plus CoordSystems
and turn into a GridDataset.
|
static GridDataset |
GridDataset.open(String location,
Set<NetcdfDataset.Enhance> enhanceMode)
Open a netcdf dataset, using NetcdfDataset.defaultEnhanceMode plus CoordSystems
and turn into a GridDataset.
|
Constructor and Description |
---|
GeoGrid(GridDataset dataset,
VariableDS dsvar,
GridCoordSys gcs)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
GridDataset |
Fmrc.getConstantForecastDataset(CalendarDate time) |
GridDataset |
Fmrc.getConstantOffsetDataset(double hour) |
GridDataset |
Fmrc.getDataset2D(NetcdfDataset result) |
GridDataset |
Fmrc.getDatasetBest() |
GridDataset |
Fmrc.getDatasetBest(FeatureCollectionConfig.BestDataset bd) |
GridDataset |
Fmrc.getRunTimeDataset(CalendarDate run) |
Constructor and Description |
---|
GridDatasetInv(GridDataset gds,
CalendarDate runDate) |
Copyright © 1999–2018 UCAR/Unidata. All rights reserved.