I'm using gdal2tiles to tile huge geoTIFF image, but it takes a long time. I tried using the nb_processes param but only one core is working hard.
My command line:
gdal2tiles.py -e -p geodetic -nb_processes=4 -k -v -w google image.tif TILES/
How can I achieve multicore tiling?
--processes=4. – user30184 May 29 '19 at 18:59