public abstract class JPSSUtilities extends Object
| Modifier and Type | Field and Description |
|---|---|
static float[] |
ATMSChannelCenterFrequencies |
private static HashMap<String,String> |
factHM |
private static HashMap<String,String> |
geoHM |
static String[] |
geoProductIDs |
private static HashMap<String,String> |
prodHM |
| Constructor and Description |
|---|
JPSSUtilities() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isValidNPPProduct(String prodName)
Return true if the input string is a valid NPP Product
|
static String |
mapDataVarNameToFactorsName(String varName)
Map an NPP variable name to the corresponding name of the variable
containing scale and offset factors.
|
static String |
mapGeoRefToProductID(String geoRef)
Map the NPP global attribute N_GEO_Ref to the appropriate geolocation
product id prefix.
|
static String |
mapProdNameToProfileName(String prodName)
Map the NPP product name to those used in the XML Product Profiles,
which seem to be short-hand versions of the long names.
|
public static float[] ATMSChannelCenterFrequencies
public static String[] geoProductIDs
public JPSSUtilities()
public static String mapDataVarNameToFactorsName(String varName)
varName - public static String mapGeoRefToProductID(String geoRef)
geoRef - public static String mapProdNameToProfileName(String prodName)
prodName - public static boolean isValidNPPProduct(String prodName)
prodName -