Package ucar.unidata.data.grid
Class GribVariableRenamer
java.lang.Object
ucar.unidata.data.grid.GribVariableRenamer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMappedNamesGrib1
(String oldName) getMappedNamesGrib2
(String oldName) static void
matchNcepNames
(String datasetType, String oldName) matchNcepNames
(ucar.nc2.dt.GridDataset gds, String oldName) Look for possible matches of old (4.2) grib names in new (4.3) dataset.
-
Constructor Details
-
GribVariableRenamer
public GribVariableRenamer()
-
-
Method Details
-
getMappedNamesGrib2
-
getMappedNamesGrib1
-
matchNcepNames
Look for possible matches of old (4.2) grib names in new (4.3) dataset.- Parameters:
gds
- check existence in this dataset. Must be from a GRIB1 or GRIB2 dataset.oldName
- old name from 4.2 dataset- Returns:
- list of possible matches (as grid short name), each exists in the dataset
-
matchNcepNames
-
main
- Throws:
IOException
-