Hi,

I'm using the GDALRasterBand::RasterIO() function to write a buffer of C/C++ float types to a raster band of data type GDALDataType::GDT_Float32. I assumed that this conversion would not be problem since the size of a C/C++ float is also 32 bits, but I wanted to be sure. If the conversion will be problematic, how would I resolve the issue (ex: a potential cast maybe).

Best Regards,
Adeel Raza.



_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to