Python 2.7.4 32-bitGDAL 1.10.1I have a Python script which takes a point file with x,y,z coordinates, makes a vrt of it and then tries to create a Geotiff from it with gdal_grid.During testing all goes well and then I try to put in a 3.5 GB file. It fails.I try a junction of that file and it works but at a certain moment when my test file gets to big it fails again. The error is always the same:
ERROR 1: CPLMalloc(): Out of memory allocating 64 bytes.FATAL: CPLMalloc(): Out of memory allocating 64 bytes.ERROR 2: Cannot allocate 6563 bytesThe last amount of bytes is equal to the width of the geotiff it should create.The fact that it works with smaller files makes me think I'm running into restrictions of the software.
If that is the case I would like to know if there is a workaround?
أكثر...
ERROR 1: CPLMalloc(): Out of memory allocating 64 bytes.FATAL: CPLMalloc(): Out of memory allocating 64 bytes.ERROR 2: Cannot allocate 6563 bytesThe last amount of bytes is equal to the width of the geotiff it should create.The fact that it works with smaller files makes me think I'm running into restrictions of the software.
If that is the case I would like to know if there is a workaround?
أكثر...