Package | Description |
---|---|
ucar.coord | |
ucar.nc2.grib.collection | |
ucar.nc2.grib.grib2 | |
ucar.nc2.grib.grib2.table |
Constructor and Description |
---|
Builder2(boolean isTimeInterval,
Grib2Customizer cust,
CalendarPeriod timeUnit,
int code) |
Builder2(Grib2Customizer cust,
int code,
CalendarPeriod timeUnit,
CalendarDate refDate) |
Modifier and Type | Method and Description |
---|---|
static String |
Grib2Iosp.makeVariableLongName(Grib2Customizer cust,
GribCollectionImmutable.VariableIndex vindex,
boolean useGenType) |
static String |
Grib2Iosp.makeVariableNameFromTable(Grib2Customizer tables,
GribCollectionImmutable gribCollection,
GribCollectionImmutable.VariableIndex vindex,
boolean useGenType) |
static String |
Grib2Iosp.makeVariableUnits(Grib2Customizer tables,
GribCollectionImmutable.VariableIndex vindex) |
Modifier and Type | Method and Description |
---|---|
static int |
Grib2Variable.cdmVariableHash(Grib2Customizer cust,
Grib2Record gr,
int gdsHashOverride,
boolean intvMerge,
boolean useGenType) |
static void |
Grib2Parameter.compareTables(String name1,
String name2,
List<? extends GribTables.Parameter> test,
Grib2Customizer reference,
Formatter f) |
Constructor and Description |
---|
Grib2Variable(Grib2Customizer cust,
Grib2Record gr,
int gdsHashOverride,
boolean intvMerge,
boolean useGenType)
Used when building from gbx9 (full records)
|
Grib2Variable(Grib2Customizer cust,
int discipline,
int center,
int subcenter,
Grib2Gds gds,
Grib2Pds pds,
boolean intvMerge,
boolean useGenType)
Used when building from ncx3 (full records)
|
Modifier and Type | Class and Description |
---|---|
class |
DssLocalTables
Read screen scraped DSS tables.
|
class |
FslLocalTables
FSL/GSD (center 59)
genProcessId 125 = HRRR
genProcessId 116 = FIM
|
class |
GempakLocalTables
Read tables from https://github.com/Unidata/gempak/tree/master/gempak/tables/grid/g2*.tbl
eg:
https://raw.githubusercontent.com/Unidata/gempak/master/gempak/tables/grid/g2varsfsl1.tbl
|
class |
KmaLocalTables
Description
|
class |
LocalTables
superclass for local table implementations
|
class |
MrmsLocalTables
Mrms local tables
|
class |
NcepLocalTables
NCEP local tables
|
class |
NdfdLocalTables
Ndfd local tables
|
Modifier and Type | Method and Description |
---|---|
static Grib2Customizer |
Grib2Customizer.factory(Grib2Record gr) |
static Grib2Customizer |
Grib2Customizer.factory(Grib2Table grib2Table) |
static Grib2Customizer |
Grib2Customizer.factory(int center,
int subCenter,
int masterVersion,
int localVersion,
int genProcessId) |
static Grib2Customizer |
NcepLocalTables.getCust(Grib2Table table) |
static Grib2Customizer |
NdfdLocalTables.getCust(Grib2Table table) |
static Grib2Customizer |
MrmsLocalTables.getCust(Grib2Table table) |
Modifier and Type | Method and Description |
---|---|
void |
WmoTemplateTable.showInfo(Grib2Customizer tables,
byte[] raw,
Formatter f) |
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.