类 NpyUtil
- java.lang.Object
-
- org.meteoinfo.ndarray.io.npy.NpyUtil
-
public class NpyUtil extends Object
-
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static DataTypetoMIDataType(NpyDataType npyDataType)Convert Npy data type to MeteoInfo data typestatic NpyDataTypetoNpyDataType(DataType dataType)Convert MeteoInfo data type to npy data type
-
-
-
方法详细资料
-
toMIDataType
public static DataType toMIDataType(NpyDataType npyDataType)
Convert Npy data type to MeteoInfo data type- 参数:
npyDataType- Npy data type- 返回:
- MeteoInfo data type
-
toNpyDataType
public static NpyDataType toNpyDataType(DataType dataType)
Convert MeteoInfo data type to npy data type- 参数:
dataType- MeteoInfo data type- 返回:
- Npy data type
-
-