While running this:
./gdal_polygonize.py GBSM_JKR_ALL_WGS_GEOREFERENCED.tif -f "ESRI Shapefile" to_shapefile/
When the process memory size reaches 32GB it dies with:
ERROR 1: CPLRealloc(-6442451024): Silly size requested.
Segmentation fault (core dumped)
I am trying to convert this file to a shapefile to load it into a database. The .tif file is 101gb. The machine has 3TB of memory. I am (very!) new to GIS systems and have been googling each error.
Is it possible to
- run this to exceed a 32gb memory allocation?
- chop up the .tif file so that it can be converted piecemeal?