(pyton)
Hi, I'm using
driver.Create('/vsimem/file.tif', xsize, ysize, 1, gdal.GDT_Byte)
to make a tif file without writing on disk.
Then I associate data and statistics to the tiff and i what to return the raw 
bytes of the file.
How can i acces the memory file, i tired
VSIGetMemFileBuffer_unsafe('/vsimem/v.tif')
but there is praticlly no documentation for this method in python.

Thanks in advance
_______________________________________________
gdal-dev mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to