获取数据类型位深,由于获取可能出现不同大小写的表述方法,而python数据格式为小写,所以使用lower()统一成小写
DataType=gdal.GetDataTypeName(dataset.GetRasterBand(1).DataType).lower()