@Deprecated public class GribVariableRenamer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GribVariableRenamer.VariableRenamerBean
Deprecated.
|
| Constructor and Description |
|---|
GribVariableRenamer()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
extractDatasetFromLocation(String location)
Deprecated.
|
List<String> |
getMappedNamesGrib1(String oldName)
Deprecated.
|
List<String> |
getMappedNamesGrib2(String oldName)
Deprecated.
|
static void |
main(String[] args)
Deprecated.
|
List<String> |
matchNcepNames(GridDataset gds,
String oldName)
Deprecated.
Look for possible matches of old (4.2) grib names in new (4.3) dataset.
|
List<String> |
matchNcepNames(String datasetType,
String oldName)
Deprecated.
|
List<GribVariableRenamer.VariableRenamerBean> |
readVariableRenamerBeans(String which)
Deprecated.
|
public List<String> matchNcepNames(GridDataset gds, String oldName)
gds - check existence in this dataset. Must be from a GRIB1 or GRIB2 dataset.oldName - old name from 4.2 datasetpublic static String extractDatasetFromLocation(String location)
public List<GribVariableRenamer.VariableRenamerBean> readVariableRenamerBeans(String which)
public static void main(String[] args) throws IOException
IOExceptionCopyright © 1999–2015 UCAR/Unidata. All rights reserved.