public abstract class JPSSUtilities extends Object
Modifier and Type | Field and Description |
---|---|
static float[] |
ATMSChannelCenterFrequencies |
static String[] |
geoProductIDs |
static String |
JPSS_FIELD_SEPARATOR |
static String |
SUOMI_GEO_REGEX |
static String |
SUOMI_NPP_REGEX |
Constructor and Description |
---|
JPSSUtilities() |
Modifier and Type | Method and Description |
---|---|
static boolean |
hasCommonGeo(List fileList,
File directory)
Determine if a set if filenames which constitutes contiguous SNPP granules of
various products all share the same geolocation data type.
|
static boolean |
isValidSet(List fileList)
Determine if the set if filenames constitutes contiguous SNPP granules of the
same geographic coverage.
|
public static final String JPSS_FIELD_SEPARATOR
public static final String SUOMI_NPP_REGEX
public static float[] ATMSChannelCenterFrequencies
public static String[] geoProductIDs
public static final String SUOMI_GEO_REGEX
public JPSSUtilities()
public static boolean isValidSet(List fileList)
public static boolean hasCommonGeo(List fileList, File directory)