|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.nc2.dataset.CoordSysBuilder
ucar.nc2.dataset.conv.COARDSConvention
ucar.nc2.dataset.conv.CSMConvention
ucar.nc2.dataset.conv.CF1Convention
public class CF1Convention
CF-1 Convention. see http://www.cgd.ucar.edu/cms/eaton/cf-metadata/index.html
"The CF conventions for climate and forecast metadata are designed to promote the processing and sharing of files created with the netCDF API. The conventions define metadata that provide a definitive description of what the data in each variable represents, and of the spatial and temporal properties of the data. This enables users of data from different sources to decide which quantities are comparable, and facilitates building applications with powerful extraction, regridding, and display capabilities."
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class ucar.nc2.dataset.CoordSysBuilder |
|---|
CoordSysBuilder.VarProcess |
| Field Summary |
|---|
| Fields inherited from class ucar.nc2.dataset.conv.CSMConvention |
|---|
ctHash |
| Fields inherited from class ucar.nc2.dataset.CoordSysBuilder |
|---|
conventionName, coordVarMap, debug, log, parseInfo, resourcesDir, showRejects, userAdvice, varList |
| Constructor Summary | |
|---|---|
CF1Convention()
|
|
| Method Summary | |
|---|---|
void |
augmentDataset(NetcdfDataset ds,
CancelTask cancelTask)
This is where subclasses make changes to the dataset, like adding new variables, attribuites, etc. |
protected AxisType |
getAxisType(NetcdfDataset ncDataset,
VariableEnhanced v)
Augment CSM axis type identification with "projection_x_coordinate", "projection_y_coordinate" and the various dimensionless vertical coordinates |
| Methods inherited from class ucar.nc2.dataset.conv.CSMConvention |
|---|
addParameter2, findCoordinateAxes, makeCoordinateTransform |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CF1Convention()
| Method Detail |
|---|
public void augmentDataset(NetcdfDataset ds,
CancelTask cancelTask)
CoordSysBuilder
augmentDataset in interface CoordSysBuilderIFaugmentDataset in class CSMConventionds - modify this datasetcancelTask - give user a chance to bail out
protected AxisType getAxisType(NetcdfDataset ncDataset,
VariableEnhanced v)
getAxisType in class COARDSConventionncDataset - for this datasetv - a variable alreaddy identified as a Coodinate Axis
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||