Package thredds.catalog.dl
Class Grib2toDIF
- java.lang.Object
-
- thredds.catalog.dl.Grib2toDIF
-
- All Implemented Interfaces:
VocabTranslator
public class Grib2toDIF extends Object implements VocabTranslator
read in GRIB-2 to DIF csv file
-
-
Constructor Summary
Constructors Constructor Description Grib2toDIF(String dir)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Grib2toDIF
getInstance()
static void
main(String[] args)
String
translate(String from)
-
-
-
Constructor Detail
-
Grib2toDIF
public Grib2toDIF(String dir) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getInstance
public static Grib2toDIF getInstance() throws IOException
- Throws:
IOException
-
translate
public String translate(String from)
- Specified by:
translate
in interfaceVocabTranslator
-
main
public static void main(String[] args) throws IOException
- Throws:
IOException
-
-