Class VIIRSSort

java.lang.Object
edu.wisc.ssec.mcidasv.data.hydra.VIIRSSort
All Implemented Interfaces:
Comparator<String>

public class VIIRSSort extends Object implements Comparator<String>
Author:
tommyj Sorts NOAA format VIIRS variable names. For example, ensures: All_Data/VIIRS-M2-SDR_All/Radiance appears before: All_Data/VIIRS-M16-SDR_All/Radiance Using natural ordering, it will not, since the band numbers are not zero-padded.