| Package | Description |
|---|---|
| ucar.nc2.dt.grid |
Scientific data type "Grid", uses cartesian coordinate system.
|
| ucar.nc2.dt.grid.gis | |
| ucar.nc2.geotiff |
Read and write GeoTIFF files.
|
| ucar.nc2.thredds |
Connects NetCDF-Java to THREDDS Catalogs and Datasets.
|
| ucar.unidata.geoloc.ogc |
OGC specific support classes for geolocation
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridDataset
Make a NetcdfDataset into a collection of GeoGrids with Georeferencing coordinate systems.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CFGridWriter.makeFile(String location,
GridDataset gds,
List<String> gridList,
LatLonRect llbb,
CalendarDateRange range)
Deprecated.
Write a netcdf-3 file from a subset of a grid dataset
|
void |
CFGridWriter.makeFile(String location,
GridDataset gds,
List<String> gridList,
LatLonRect llbb,
CalendarDateRange range,
boolean addLatLon,
int horizStride,
int stride_z,
int stride_time)
Deprecated.
Write a CF compliant Netcdf-3 file from any gridded dataset.
|
long |
CFGridWriter.makeFile(String location,
GridDataset gds,
List<String> gridList,
LatLonRect llbb,
int horizStride,
Range zRange,
CalendarDateRange dateRange,
int stride_time,
boolean addLatLon)
Deprecated.
|
long |
CFGridWriter.makeFile(String location,
GridDataset gds,
List<String> gridList,
LatLonRect llbb,
int horizStride,
Range zRange,
CalendarDateRange dateRange,
int stride_time,
boolean addLatLon,
NetcdfFileWriter.Version version)
Deprecated.
|
long |
CFGridWriter.makeFile(String location,
GridDataset gds,
List<String> gridList,
ProjectionRect projRect,
int horizStride,
Range zRange,
CalendarDateRange dateRange,
int stride_time,
boolean addLatLon)
Deprecated.
|
long |
CFGridWriter.makeFile(String location,
GridDataset gds,
List<String> gridList,
ProjectionRect llbb,
int horizStride,
Range zRange,
CalendarDateRange dateRange,
int stride_time,
boolean addLatLon,
NetcdfFileWriter.Version version)
Deprecated.
|
static void |
CFGridWriter.makeFileVersioned(String location,
GridDataset gds,
List<String> gridList,
LatLonRect llbb,
CalendarDateRange dateRange,
NetcdfFileWriter.Version version)
Deprecated.
|
long |
CFGridWriter.makeGridFileSizeEstimate(GridDataset gds,
List<String> gridList,
LatLonRect llbb,
int horizStride,
Range zRange,
CalendarDateRange dateRange,
int stride_time,
boolean addLatLon)
Deprecated.
Write a netcdf-3 file from a subset of a grid dataset, as long as it doesnt exceed a certain file size.
|
long |
CFGridWriter.makeGridFileSizeEstimate(GridDataset gds,
List<String> gridList,
ProjectionRect projBB,
int horizStride,
Range zRange,
CalendarDateRange dateRange,
int stride_time,
boolean addLatLon)
Deprecated.
Write a netcdf-3 file from a subset of a grid dataset (projection coordinates), as long as it doesnt exceed a certain file size.
|
static long |
CFGridWriter2.makeSizeEstimate(GridDataset gds,
List<String> gridList,
LatLonRect llbb,
ProjectionRect projRect,
int horizStride,
Range zRange,
CalendarDateRange dateRange,
int stride_time,
boolean addLatLon)
Compute the size of the file without writing
|
static long |
CFGridWriter2.writeFile(GridDataset gds,
List<String> gridList,
LatLonRect llbb,
ProjectionRect projRect,
int horizStride,
Range zRange,
CalendarDateRange dateRange,
int stride_time,
boolean addLatLon,
NetcdfFileWriter writer)
Write a netcdf/CF file from a GridDataset
|
| Constructor and Description |
|---|
GridDatasetInfo(GridDataset gds,
String path) |
| Modifier and Type | Method and Description |
|---|---|
static GridBoundariesExtractor |
GridBoundariesExtractor.valueOf(GridDataset gds) |
| Modifier and Type | Method and Description |
|---|---|
void |
GeotiffWriter.writeGrid(GridDataset dataset,
GridDatatype grid,
Array data,
boolean greyScale)
Write Grid data to the geotiff file.
|
| Modifier and Type | Method and Description |
|---|---|
static CalendarDateRange |
MetadataExtractor.extractCalendarDateRange(GridDataset gridDataset) |
static ThreddsMetadata.GeospatialCoverage |
MetadataExtractor.extractGeospatial(GridDataset gridDataset) |
static ThreddsMetadata.Variables |
MetadataExtractor.extractVariables(DataFormatType fileFormat,
GridDataset gridDataset) |
static ThreddsMetadata.Variables |
MetadataExtractor.extractVariables(InvDatasetImpl threddsDataset,
GridDataset gridDataset) |
| Modifier and Type | Method and Description |
|---|---|
String |
EPSG_OGC_CF_Helper.getWcs1_0CrsId(GridDatatype gridDatatype,
GridDataset gridDataset) |
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.