public class HdfEos extends Object
from HDF-EOS.status.ppt:
HDF-EOS is format for EOS Standard Products
| Modifier and Type | Field and Description |
|---|---|
static String |
HDF5_GROUP |
static String |
HDFEOS_CRS |
static String |
HDFEOS_CRS_LowerRight |
static String |
HDFEOS_CRS_Projection |
static String |
HDFEOS_CRS_ProjParams |
static String |
HDFEOS_CRS_SphereCode |
static String |
HDFEOS_CRS_UpperLeft |
| Constructor and Description |
|---|
HdfEos() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
amendFromODL(NetcdfFile ncfile,
Group eosGroup)
Amend the given NetcdfFile with metadata from HDF-EOS structMetadata.
|
static boolean |
getEosInfo(NetcdfFile ncfile,
Group eosGroup,
Formatter f) |
public static final String HDF5_GROUP
public static final String HDFEOS_CRS
public static final String HDFEOS_CRS_Projection
public static final String HDFEOS_CRS_UpperLeft
public static final String HDFEOS_CRS_LowerRight
public static final String HDFEOS_CRS_ProjParams
public static final String HDFEOS_CRS_SphereCode
public static boolean amendFromODL(NetcdfFile ncfile, Group eosGroup) throws IOException
ncfile - Amend this fileeosGroup - the group containing variables named StructMetadata.*IOException - on read errorpublic static boolean getEosInfo(NetcdfFile ncfile, Group eosGroup, Formatter f) throws IOException
IOException