类 NpyUtil


  • public class NpyUtil
    extends Object
    • 方法详细资料

      • 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