Package thredds.util
Class MFileUtils
java.lang.Object
thredds.util.MFileUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisMfileZarr(thredds.inventory.MFile mfile) Determine if a Zarr MFile can be opened by netCDF-Java
-
Constructor Details
-
MFileUtils
public MFileUtils()
-
-
Method Details
-
isMfileZarr
public static boolean isMfileZarr(thredds.inventory.MFile mfile) Determine if a Zarr MFile can be opened by netCDF-Java- Parameters:
mfile- possible Zarr dataset- Returns:
- true if can be opened by netCDF-Java
-